diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-15 02:39:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 20:39:44 -0400 |
commit | f96b9092419d9fd473ae628605a48c48dec98dfb (patch) | |
tree | 5d1ed07956c25d62f22a57a91b65e3f454587bee /items/GOLEM_SWORD.json | |
parent | 1f41028eda3e91bd88426c8defe5137dd1a0eb9c (diff) | |
download | NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.gz NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.bz2 NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.zip |
YEP - Fixing Hypixels Stupid Shit (#594)
* YEP
* Fixing Smarty Pants Enchant
* Fixing other Hypixel Shit
Diffstat (limited to 'items/GOLEM_SWORD.json')
-rw-r--r-- | items/GOLEM_SWORD.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/GOLEM_SWORD.json b/items/GOLEM_SWORD.json index a5530111..fa8547fe 100644 --- a/items/GOLEM_SWORD.json +++ b/items/GOLEM_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§9Golem Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Strength: §c+125\",2:\"\",3:\"§7Defense: §a+25\",4:\"\",5:\"§6Item Ability: Iron Punch §e§lRIGHT CLICK\",6:\"§7Punch the ground, damaging\",7:\"§7enemies in a hexagon around you\",8:\"§7for §a310§7 base Magic Damage.\",9:\"§8Mana Cost: §370\",10:\"§8Cooldown: §a3s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE SWORD\"],Name:\"§9Golem Sword\"},ExtraAttributes:{id:\"GOLEM_SWORD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Strength: §c+125\",2:\"\",3:\"§7Defense: §a+25\",4:\"\",5:\"§6Ability: Iron Punch §e§lRIGHT CLICK\",6:\"§7Punch the ground, damaging\",7:\"§7enemies in a hexagon around you\",8:\"§7for §a310§7 base Magic Damage.\",9:\"§8Mana Cost: §370\",10:\"§8Cooldown: §a3s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE SWORD\"],Name:\"§9Golem Sword\"},ExtraAttributes:{id:\"GOLEM_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+80", @@ -9,7 +9,7 @@ "", "§7Defense: §a+25", "", - "§6Item Ability: Iron Punch §e§lRIGHT CLICK", + "§6Ability: Iron Punch §e§lRIGHT CLICK", "§7Punch the ground, damaging", "§7enemies in a hexagon around you", "§7for §a310§7 base Magic Damage.", @@ -32,7 +32,7 @@ }, "internalname": "GOLEM_SWORD", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Golem_Sword" |