diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-03 11:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 21:25:24 +1100 |
commit | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (patch) | |
tree | 3f5794f616926614c62e01df29a94d322dc50af1 /items/GLACIAL_SCYTHE.json | |
parent | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (diff) | |
download | NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.gz NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.bz2 NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.zip |
Added new jerry stuff, fixed oringo npc and books (#869)
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 |