diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 16:14:51 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 16:14:51 -0400 |
commit | 87ee7fe2ce0af1b3f1afb290418e7265b33a5221 (patch) | |
tree | 53d329e07f05b37fd3803770de185ded46bf00b4 /items/ICE_SPRAY_WAND.json | |
parent | 91f8aa7db485ae8359dc634734889dc41c546678 (diff) | |
download | NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.tar.gz NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.tar.bz2 NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.zip |
Dungeon f4
Diffstat (limited to 'items/ICE_SPRAY_WAND.json')
-rw-r--r-- | items/ICE_SPRAY_WAND.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/ICE_SPRAY_WAND.json b/items/ICE_SPRAY_WAND.json new file mode 100644 index 00000000..47debb77 --- /dev/null +++ b/items/ICE_SPRAY_WAND.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§9Ice Spray Wand", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d131 §8(188)\",1:\"§7Damage: §c+52 §8(+78.52)\",2:\"\",3:\"§7Intelligence: §a+118 §8(+178.18)\",4:\"\",5:\"§6Item Ability: Ice Spray §e§lRIGHT CLICK\",6:\"§7Produces a cone of ice in front\",7:\"§7of the caster that deals\",8:\"§7§c43,367 §7damage to mobs and\",9:\"§7freezes them in place for §e5\",10:\"§e§7seconds! Frozen mobs take\",11:\"§7§c10%§7 increased damage!\",12:\"§8Mana Cost: §350\",13:\"§8Cooldown: §a5s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 20\",18:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Ice Spray Wand\"},ExtraAttributes:{dungeon_item_level:0,id:\"ICE_SPRAY_WAND\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d131 §8(188)", + "§7Damage: §c+52 §8(+78.52)", + "", + "§7Intelligence: §a+118 §8(+178.18)", + "", + "§6Item Ability: Ice Spray §e§lRIGHT CLICK", + "§7Produces a cone of ice in front", + "§7of the caster that deals", + "§7§c43,367 §7damage to mobs and", + "§7freezes them in place for §e5", + "§e§7seconds! Frozen mobs take", + "§7§c10%§7 increased damage!", + "§8Mana Cost: §350", + "§8Cooldown: §a5s", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 20", + "§9§lRARE DUNGEON SWORD" + ], + "internalname": "ICE_SPRAY_WAND", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ice_Spray_Wand" + ] +}
\ No newline at end of file |