diff options
Diffstat (limited to 'items/GLACIAL_SCYTHE.json')
-rw-r--r-- | items/GLACIAL_SCYTHE.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/GLACIAL_SCYTHE.json b/items/GLACIAL_SCYTHE.json new file mode 100644 index 00000000..64d76696 --- /dev/null +++ b/items/GLACIAL_SCYTHE.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§5Glacial Scythe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Intelligence: §a+30\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Ice Bolt §e§lRIGHT CLICK\",5:\"§7Shoots §a1 §7Ice Bolt that deals\",6:\"§7§c41,348.3 §7damage and slows\",7:\"§7enemies hit for §a5 §7seconds!\",8:\"§7When hitting the ground, also\",9:\"§7creates an explosion of §a3\",10:\"§a§7blocks, dealing the same\",11:\"§7damage.\",12:\"§8Mana Cost: §359\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC SWORD\"],Name:\"§5Glacial Scythe\"},ExtraAttributes:{id:\"GLACIAL_SCYTHE\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+120", + "§7Intelligence: §a+30", + " §8[§7✎§8]", + "", + "§6Ability: Ice Bolt §e§lRIGHT CLICK", + "§7Shoots §a1 §7Ice Bolt that deals", + "§7§c41,348.3 §7damage and slows", + "§7enemies hit for §a5 §7seconds!", + "§7When hitting the ground, also", + "§7creates an explosion of §a3", + "§a§7blocks, dealing the same", + "§7damage.", + "§8Mana Cost: §359", + "", + "§7§8This item can be reforged!", + "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "ENCHANTED_PACKED_ICE:32", + "A2": "GLACIAL_FRAGMENT:8", + "A3": "ENCHANTED_PACKED_ICE:32", + "B1": "ENCHANTED_PACKED_ICE:32", + "B2": "FROZEN_SCYTHE:1", + "B3": "ENCHANTED_PACKED_ICE:32", + "C1": "ENCHANTED_PACKED_ICE:32", + "C2": "BLUE_ICE_HUNK:64", + "C3": "ENCHANTED_PACKED_ICE:32" + }, + "internalname": "GLACIAL_SCYTHE", + "crafttext": "Requires: Ice XI", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |