diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-25 12:04:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 12:04:51 +1000 |
commit | d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b (patch) | |
tree | 4ebdee3ea2ffa5e1b24452b04544777ed4e833c1 /items/MIDAS_SWORD.json | |
parent | bc80482821e6f94b9e538a7717526bccd687fc33 (diff) | |
parent | dabf83251e12e4c8821b31b67c0f677ac31b3be5 (diff) | |
download | NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.tar.gz NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.tar.bz2 NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.zip |
Merge pull request #259 from IRONM00N/master
Fixed Auger Rod and Sponge Armor
Diffstat (limited to 'items/MIDAS_SWORD.json')
-rw-r--r-- | items/MIDAS_SWORD.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/items/MIDAS_SWORD.json b/items/MIDAS_SWORD.json index 96b5767c..6ba4df92 100644 --- a/items/MIDAS_SWORD.json +++ b/items/MIDAS_SWORD.json @@ -1,11 +1,11 @@ { "internalname": "MIDAS_SWORD", "itemid": "minecraft:golden_sword", - "displayname": "§6Midas' Sword", + "displayname": "§6Midas\u0027 Sword", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+211\",1:\"§7Strength: §c+61\",2:\"\",3:\"§6Item Ability: Greed\",4:\"§7The strength and damage bonus of\",5:\"§7this item is dependent on the\",6:\"§7price paid for it at the §5Dark\",7:\"§5Auction§7!\",8:\"§7The maximum bonus of this item\",9:\"§7is §c120 §7if the bid was\",10:\"§7§650,000,000 Coins §7or higher!\",11:\"\",12:\"§7Price paid: §68,340,000 Coins\",13:\"§7Strength Bonus: §c61\",14:\"§7Damage Bonus: §c61\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Midas' Sword\"},ExtraAttributes:{id:\"MIDAS_SWORD\",winning_bid:8340000}}", - "modver": "1.0.0", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+211\",1:\"§7Strength: §c+61\",2:\"\",3:\"§6Item Ability: Greed\",4:\"§7The strength and damage bonus of\",5:\"§7this item is dependent on the\",6:\"§7price paid for it at the §5Dark\",7:\"§5Auction§7!\",8:\"§7The maximum bonus of this item\",9:\"§7is §c120 §7if the bid was\",10:\"§7§650,000,000 Coins §7or higher!\",11:\"\",12:\"§7Price paid: §650,040,000 Coins\",13:\"§7Strength Bonus: §c120\",14:\"§7Damage Bonus: §c120\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Midas\u0027 Sword\"},ExtraAttributes:{id:\"MIDAS_SWORD\",winning_bid:8340000}}", + "modver": "1.1-REL", "lore": [ "§7Damage: §c+211", "§7Strength: §c+61", @@ -19,15 +19,16 @@ "§7is §c120 §7if the bid was", "§7§650,000,000 Coins §7or higher!", "", - "§7Price paid: §68,340,000 Coins", - "§7Strength Bonus: §c61", - "§7Damage Bonus: §c61", + "§7Price paid: §650,040,000 Coins", + "§7Strength Bonus: §c120", + "§7Damage Bonus: §c120", "", "§7§8This item can be reforged!", "§6§lLEGENDARY SWORD" ], "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Midas'_Sword" - ] + "https://hypixel-skyblock.fandom.com/wiki/Midas\u0027_Sword" + ], + "crafttext": "" }
\ No newline at end of file |