diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-05 01:34:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 01:34:04 +1000 |
commit | a6d765c01b809e775c0dc1bc6c10ac8576086709 (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 /items/ICE_SPRAY_WAND.json | |
parent | 3dec40f80c9fea46a7bf4e1d189f2337d339e658 (diff) | |
parent | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (diff) | |
download | NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.gz NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.bz2 NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.zip |
Merge pull request #258 from IRONM00N/master
Most Dungeon Floor 4 Items
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 |