diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 14:57:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 14:57:05 -0400 |
commit | 9d673df50050b09142be9dc812e8126900f7a1c0 (patch) | |
tree | 116f9cf4af3254e4e31a044fe50aeb2c79f5f754 /items/MIDAS_SWORD.json | |
parent | dabf83251e12e4c8821b31b67c0f677ac31b3be5 (diff) | |
download | NotEnoughUpdates-REPO-9d673df50050b09142be9dc812e8126900f7a1c0.tar.gz NotEnoughUpdates-REPO-9d673df50050b09142be9dc812e8126900f7a1c0.tar.bz2 NotEnoughUpdates-REPO-9d673df50050b09142be9dc812e8126900f7a1c0.zip |
Update (#4)
* Add files via upload
* pets fix
Fixed pigman and wither skeleton pet having wrong abilities
* Update MIDAS_SWORD.json
made it less scuffed
* Fancy tux fix
Fixed fancy tuxedo leggings having pink color
* Updated legendary ocelot pet 3rd ability
* Update MIDAS_SWORD.json
Apparently the color code for the money value after Price paid: was 6 and not 7 so fixed that
* Update MIDAS_SWORD.json
* Create LICENSE
* 1.3 update.json
Co-authored-by: Moulberry <jjenour@student.unimelb.edu.au>
Co-authored-by: Tymon <68197445+xTymon69@users.noreply.github.com>
Co-authored-by: TomEngMaster <70163122+TomEngMaster@users.noreply.github.com>
Co-authored-by: Tymon <68197445+xTymonWasTaken@users.noreply.github.com>
Co-authored-by: Moulberry <james.jenour@student.scotch.wa.edu.au>
Diffstat (limited to 'items/MIDAS_SWORD.json')
-rw-r--r-- | items/MIDAS_SWORD.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/MIDAS_SWORD.json b/items/MIDAS_SWORD.json index 6ba4df92..16a0ebbc 100644 --- a/items/MIDAS_SWORD.json +++ b/items/MIDAS_SWORD.json @@ -4,11 +4,11 @@ "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: §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", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"\",2:\"§6Item Ability: Greed\",3:\"§7The strength and damage bonus of\",4:\"§7this item is dependent on the\",5:\"§7price paid for it at the §5Dark\",6:\"§5Auction§7!\",7:\"§7The maximum bonus of this item\",8:\"§7is §c120 §7if the bid was\",9:\"§7§650,000,000 Coins §7or higher!\",10:\"\",11:\"§7Price paid: §60 Coins\",12:\"§7Strength Bonus: §c0\",13:\"§7Damage Bonus: §c0\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY SWORD\"],Name:\"§6Midas\u0027 Sword\"},ExtraAttributes:{id:\"MIDAS_SWORD\",winning_bid:8340000}}", + "modver": "1.2-REL", "lore": [ - "§7Damage: §c+211", - "§7Strength: §c+61", + "§7Damage: §c+270", + "§7Strength: §c+120", "", "§6Item Ability: Greed", "§7The strength and damage bonus of", @@ -31,4 +31,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Midas\u0027_Sword" ], "crafttext": "" -}
\ No newline at end of file +} |