diff options
author | TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> | 2021-02-16 09:58:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 11:58:36 -0500 |
commit | 6c60c2a9cb0db8cf9738b04971057a7dad756401 (patch) | |
tree | d9868ff4593aa0b7b069d18c37740f2b5aaf4c83 /items/GROWTH_LEGGINGS.json | |
parent | d57022a34020315358ed277a4d59cab4a404f434 (diff) | |
download | NotEnoughUpdates-REPO-6c60c2a9cb0db8cf9738b04971057a7dad756401.tar.gz NotEnoughUpdates-REPO-6c60c2a9cb0db8cf9738b04971057a7dad756401.tar.bz2 NotEnoughUpdates-REPO-6c60c2a9cb0db8cf9738b04971057a7dad756401.zip |
Apply some fixes from sharkey300#9117 (#399)
* Make spooky pie details scrambled or whatever its called idk
* Change daedalus axe to base stats
* Fix lore for turbo potato 5
* Remove growth armor hp progression
* Remove growth armor hp progression
* Remove growth armor hp progression
* Remove growth armor hp progression
* Add wiki url
* Fix blue ice hunk description being Japanese lmao
* I think I did this right
* parent gift types
* Obfuscate crab hat stats
* Remove dungeon stats from ornate zombie sword
if I messed something up tell me
* No
* update nbt data
* nbt data
* nbt data
* nbt data
* nbt
* nbt
* nbt
* nbt
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'items/GROWTH_LEGGINGS.json')
-rw-r--r-- | items/GROWTH_LEGGINGS.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/GROWTH_LEGGINGS.json b/items/GROWTH_LEGGINGS.json index e897b6f9..53ce2556 100644 --- a/items/GROWTH_LEGGINGS.json +++ b/items/GROWTH_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§9Leggings of Growth", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+84 HP\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Item Ability: Growth\",4:\"§7Heals you for §a1% §c❤ Health\",5:\"§c§7after killing a Monster, and\",6:\"§7also increases the §c❤ Health\",7:\"§c§7bonus of a piece of the armor\",8:\"§7by §a1§8 (Max 100)\",9:\"§8Cooldown: §a4s\",10:\"\",11:\"§7Bonus HP: §a4/100\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§9§lRARE LEGGINGS\"],color:48640,Name:\"§9Leggings of Growth\"},ExtraAttributes:{color:\"0:190:0\",health:4,id:\"GROWTH_LEGGINGS\",uuid:\"5353c919-f932-4424-b06d-3b70cba616a0\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+84 HP\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Item Ability: Growth\",4:\"§7Heals you for §a1% §c❤ Health\",5:\"§c§7after killing a Monster, and\",6:\"§7also increases the §c❤ Health\",7:\"§c§7bonus of a piece of the armor\",8:\"§7by §a1§8 (Max 100)\",9:\"§8Cooldown: §a4s\",10:\"\",11:\"§7Bonus HP: §a0/100\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§9§lRARE LEGGINGS\"],color:48640,Name:\"§9Leggings of Growth\"},ExtraAttributes:{color:\"0:190:0\",health:4,id:\"GROWTH_LEGGINGS\",uuid:\"5353c919-f932-4424-b06d-3b70cba616a0\"}}", "damage": 0, "lore": [ "§7Health: §a+84 HP", @@ -15,7 +15,7 @@ "§7by §a1§8 (Max 100)", "§8Cooldown: §a4s", "", - "§7Bonus HP: §a4/100", + "§7Bonus HP: §a0/100", "", "§7§8This item can be reforged!", "§9§lRARE LEGGINGS" @@ -39,4 +39,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Growth" ], "crafttext": "Requires: Dark Oak Wood IX" -}
\ No newline at end of file +} |