diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 10:24:38 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 10:24:38 -0400 |
commit | a1550317d20257ab4baa862d41cfb50d351cde30 (patch) | |
tree | 90784e464c3c399361abe1e07d0f59540252237d /items/FLORID_ZOMBIE_SWORD.json | |
parent | 676ca2614a78336167aa292ef1b354c03f352093 (diff) | |
download | NotEnoughUpdates-REPO-a1550317d20257ab4baa862d41cfb50d351cde30.tar.gz NotEnoughUpdates-REPO-a1550317d20257ab4baa862d41cfb50d351cde30.tar.bz2 NotEnoughUpdates-REPO-a1550317d20257ab4baa862d41cfb50d351cde30.zip |
Vannila Fixes
Diffstat (limited to 'items/FLORID_ZOMBIE_SWORD.json')
-rw-r--r-- | items/FLORID_ZOMBIE_SWORD.json | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/items/FLORID_ZOMBIE_SWORD.json b/items/FLORID_ZOMBIE_SWORD.json index 91f52f88..312c6de7 100644 --- a/items/FLORID_ZOMBIE_SWORD.json +++ b/items/FLORID_ZOMBIE_SWORD.json @@ -1,14 +1,13 @@ { "itemid": "minecraft:golden_sword", "displayname": "§6Florid Zombie Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d280 §8(440)\",1:\"§7Damage: §c+150 §8(+235.5)\",2:\"§7Strength: §c+80 §8(+125.6)\",3:\"\",4:\"§7Intelligence: §a+100 §8(+157)\",5:\"\",6:\"§6Item Ability: Instant Heal §e§lRIGHT CLICK\",7:\"§7Heal for §c168 §7+ §c5%❤ §7and\",8:\"§7heal players within §a8 §7blocks\",9:\"§7for §c56❤§7.\",10:\"§8Mana Cost: §370\",11:\"§8Charges: §e5 §8/ §a15s\",12:\"\",13:\"§7Gain §a+2 §7extra max charges\",14:\"§7when you play as a §aHealer §7in\",15:\"§7Dungeons.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Level 18\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Florid Zombie Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"FLORID_ZOMBIE_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+80\",2:\"\",3:\"§7Intelligence: §a+100\",4:\"\",5:\"§6Item Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c168 §7+ §c5%❤ §7and\",7:\"§7heal players within §a8 §7blocks\",8:\"§7for §c56❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§7Gain §a+2 §7extra max charges\",13:\"§7when you play as a §aHealer §7in\",14:\"§7Dungeons.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Florid Zombie Sword\"},ExtraAttributes:{id:\"FLORID_ZOMBIE_SWORD\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d280 §8(440)", - "§7Damage: §c+150 §8(+235.5)", - "§7Strength: §c+80 §8(+125.6)", + "§7Damage: §c+150", + "§7Strength: §c+80", "", - "§7Intelligence: §a+100 §8(+157)", + "§7Intelligence: §a+100", "", "§6Item Ability: Instant Heal §e§lRIGHT CLICK", "§7Heal for §c168 §7+ §c5%❤ §7and", @@ -22,12 +21,20 @@ "§7Dungeons.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Level 18", - "§6§lLEGENDARY DUNGEON SWORD" + "§6§lLEGENDARY SWORD" ], + "recipe": { + "A1": "", + "A2": "HEALING_TISSUE:12", + "A3": "", + "B1": "", + "B2": "HEALING_TISSUE:12", + "B3": "", + "C1": "", + "C2": "ORNATE_ZOMBIE_SWORD:1", + "C3": "" + }, "internalname": "FLORID_ZOMBIE_SWORD", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ No newline at end of file |