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/ORNATE_ZOMBIE_SWORD.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/ORNATE_ZOMBIE_SWORD.json')
-rw-r--r-- | items/ORNATE_ZOMBIE_SWORD.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/items/ORNATE_ZOMBIE_SWORD.json b/items/ORNATE_ZOMBIE_SWORD.json index a1d9255d..b4fe0299 100644 --- a/items/ORNATE_ZOMBIE_SWORD.json +++ b/items/ORNATE_ZOMBIE_SWORD.json @@ -1,10 +1,9 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Ornate Zombie Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d195\",1:\"§7Damage: §c+110\",2:\"§7Strength: §c+60\",3:\"\",4:\"§7Intelligence: §a+50\",5:\"\",6:\"§6Item Ability: Instant Heal §e§lRIGHT CLICK\",7:\"§7Heal for §c144 §7+ §c5%❤ §7and\",8:\"§7heal players within §a7 §7blocks\",9:\"§7for §c48❤§7.\",10:\"§8Mana Cost: §370\",11:\"§8Charges: §e5 §8/ §a15s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Level\",15:\"§a18\",16:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Ornate Zombie Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"ORNATE_ZOMBIE_SWORD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+110\",1:\"§7Strength: §c+60\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Item Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c144 §7+ §c5%❤ §7and\",7:\"§7heal players within §a7 §7blocks\",8:\"§7for §c48❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Ornate Zombie Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"ORNATE_ZOMBIE_SWORD\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d195", "§7Damage: §c+110", "§7Strength: §c+60", "", @@ -17,9 +16,6 @@ "§8Mana Cost: §370", "§8Charges: §e5 §8/ §a15s", "", - "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Level", - "§a18", "§5§lEPIC DUNGEON SWORD" ], "recipe": { @@ -41,4 +37,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Ornate_Zombie_Sword" ], "crafttext": "" -}
\ No newline at end of file +} |