diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-09 16:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 16:50:07 +0100 |
commit | 93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c (patch) | |
tree | 4c2eb88eb51676686b296476386f685afafea5de /items/GLACIAL_SCYTHE.json | |
parent | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (diff) | |
download | NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.gz NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.bz2 NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.zip |
XTREE (#870)
* XTREE
* Lava Rod
* Fixed lore of most Furniture items
* Fixed 2 npc things
* Fixed rare flying fish perk
* Fixed Lulonaut
* Added Bingo Card (extreme)
* Fixed Skin lore
* Fixed lore of sb menu
* Fixed Ice essence and glacial scythe
* Fixed Tac Sword Lore
lf approves
* New Kuudra Update stuff
* Fixed lore of nether sack items
* I love hypixel
Diffstat (limited to 'items/GLACIAL_SCYTHE.json')
-rw-r--r-- | items/GLACIAL_SCYTHE.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/GLACIAL_SCYTHE.json b/items/GLACIAL_SCYTHE.json index 64d76696..e1e89080 100644 --- a/items/GLACIAL_SCYTHE.json +++ b/items/GLACIAL_SCYTHE.json @@ -1,7 +1,7 @@ { "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\"}}", + "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§c18,449 §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: §375\",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", @@ -10,20 +10,20 @@ "", "§6Ability: Ice Bolt §e§lRIGHT CLICK", "§7Shoots §a1 §7Ice Bolt that deals", - "§7§c41,348.3 §7damage and slows", + "§7§c18,449 §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", + "§8Mana Cost: §375", "", "§7§8This item can be reforged!", "§5§lEPIC SWORD" ], "recipe": { "A1": "ENCHANTED_PACKED_ICE:32", - "A2": "GLACIAL_FRAGMENT:8", + "A2": "GLACIAL_FRAGMENT:40", "A3": "ENCHANTED_PACKED_ICE:32", "B1": "ENCHANTED_PACKED_ICE:32", "B2": "FROZEN_SCYTHE:1", |