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/BAT_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/BAT_WAND.json')
-rw-r--r-- | items/BAT_WAND.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/BAT_WAND.json b/items/BAT_WAND.json new file mode 100644 index 00000000..b07287b9 --- /dev/null +++ b/items/BAT_WAND.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§6Spirit Sceptre", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d370 §8(538)\",1:\"§7Damage: §c+180 §8(+271.8)\",2:\"\",3:\"§7Intelligence: §a+300 §8(+453)\",4:\"\",5:\"§6Item Ability: Guided Bat §e§lRIGHT CLICK\",6:\"§7Shoots a guided spirit bat,\",7:\"§7following your aim and exploding\",8:\"§7for §c4,564 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor IV\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Spirit Sceptre\"},ExtraAttributes:{dungeon_item_level:0,id:\"BAT_WAND\"}}", + "damage": 2, + "lore": [ + "§7Gear Score: §d370 §8(538)", + "§7Damage: §c+180 §8(+271.8)", + "", + "§7Intelligence: §a+300 §8(+453)", + "", + "§6Item Ability: Guided Bat §e§lRIGHT CLICK", + "§7Shoots a guided spirit bat,", + "§7following your aim and exploding", + "§7for §c4,564 §7damage.", + "§8Mana Cost: §3250", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor IV", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "recipe": { + "A1": "", + "A2": "SPIRIT_WING:3", + "A3": "", + "B1": "", + "B2": "ENCHANTED_LAPIS_LAZULI_BLOCK:3", + "B3": "", + "C1": "", + "C2": "ENCHANTED_LAPIS_LAZULI_BLOCK", + "C3": "" + }, + "internalname": "BAT_WAND", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file |