diff options
Diffstat (limited to 'items/VORPAL_KATANA.json')
-rw-r--r-- | items/VORPAL_KATANA.json | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/items/VORPAL_KATANA.json b/items/VORPAL_KATANA.json index 3023fc8b..166cbd73 100644 --- a/items/VORPAL_KATANA.json +++ b/items/VORPAL_KATANA.json @@ -1,9 +1,8 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§5Vorpal Katana", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+80\",2:\"§7Crit Damage: §c+20%\",3:\"\",4:\"§7Intelligence: §a+200\",5:\"\",6:\"§7Deal §a+150% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+300⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §31\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 5\",17:\"§5§lEPIC SWORD\"],Name:\"§5Vorpal Katana\"},ExtraAttributes:{id:\"VORPAL_KATANA\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+80\",2:\"§7Crit Damage: §c+20%\",3:\"\",4:\"§7Intelligence: §a+200\",5:\"\",6:\"§7Deal §a+150% §7damage to Endermen\",7:\"\",8:\"§6Item Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gian §c+150⫽ Ferocity §7against\",10:\"§7Endermen for 3s\",11:\"§8Mana Cost: §3200\",12:\"§8Cooldown: §a9s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC SWORD\",16:\"\",17:\"§c§lNOTE: This Item is currently unobtainable!\"],Name:\"§5Vorpal Katana\"},ExtraAttributes:{id:\"VORPAL_KATANA\"}}", - "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+150", "§7Strength: §c+80", @@ -11,21 +10,33 @@ "", "§7Intelligence: §a+200", "", - "§7Deal §a+150% §7damage to Endermen", + "§7Deal §a+150% §7damage to Endermen§7.", "", - "§6Item Ability: Soulcry §e§lRIGHT CLICK", - "§7Gian §c+150⫽ Ferocity §7against", - "§7Endermen for 3s", + "§6Ability: Soulcry §e§lRIGHT CLICK", + "§7Gain §c+300⫽ Ferocity §7against", + "§7Endermen for §a4s", + "§7§8Soulflow Cost: §31", "§8Mana Cost: §3200", - "§8Cooldown: §a9s", + "§8Cooldown: §a4s", "", "§7§8This item can be reforged!", - "§5§lEPIC SWORD", - "", - "§c§lNOTE: This Item is currently unobtainable!" + "§7§4☠ §cRequires §5Enderman Slayer 5", + "§5§lEPIC SWORD" ], - "clickcommand": "", + "recipe": { + "A1": "", + "A2": "NULL_EDGE:1", + "A3": "", + "B1": "", + "B2": "NULL_OVOID:8", + "B3": "", + "C1": "REFINED_MITHRIL:4", + "C2": "VOIDEDGE_KATANA:1", + "C3": "REFINED_MITHRIL:4" + }, "internalname": "VORPAL_KATANA", - "infoType": "", - "crafttext": "" + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" }
\ No newline at end of file |