diff options
author | Swedengamer100 <44095205+Swedengamer100@users.noreply.github.com> | 2021-02-18 23:02:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 17:02:35 -0500 |
commit | 719d8099276492d5dfef88939db208aeb51dbf14 (patch) | |
tree | 5e3a82854dc6330e38e6d00d90212f53afd8e7d4 /items/ORNATE_ZOMBIE_SWORD.json | |
parent | 2e2b082cae79f5e347801a50f4699725d1292e72 (diff) | |
download | NotEnoughUpdates-REPO-719d8099276492d5dfef88939db208aeb51dbf14.tar.gz NotEnoughUpdates-REPO-719d8099276492d5dfef88939db208aeb51dbf14.tar.bz2 NotEnoughUpdates-REPO-719d8099276492d5dfef88939db208aeb51dbf14.zip |
FIxed some stuff from trello (#400)
* Fixed Ornate Zombie Sword and Crab Hat
* Added gifts
* FIxed rarity to english
* Update TURBO_POTATO;5.json
* Changed and fixed Midas staff/sword
Changed price paid and bonus to 0
Removed dungeon stats from the staff
Diffstat (limited to 'items/ORNATE_ZOMBIE_SWORD.json')
-rw-r--r-- | items/ORNATE_ZOMBIE_SWORD.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/ORNATE_ZOMBIE_SWORD.json b/items/ORNATE_ZOMBIE_SWORD.json index b4fe0299..5db59ebe 100644 --- a/items/ORNATE_ZOMBIE_SWORD.json +++ b/items/ORNATE_ZOMBIE_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Ornate 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\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"\",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:\"This item can be reforged!\",14:\"§5§lEPIC SWORD\"],Name:\"§5Ornate Zombie Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"ORNATE_ZOMBIE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+110", @@ -16,7 +16,8 @@ "§8Mana Cost: §370", "§8Charges: §e5 §8/ §a15s", "", - "§5§lEPIC DUNGEON SWORD" + "§8This item can be reforged!", + "§5§lEPIC SWORD" ], "recipe": { "A1": "", @@ -31,7 +32,7 @@ }, "internalname": "ORNATE_ZOMBIE_SWORD", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ornate_Zombie_Sword" |