diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-20 18:33:41 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-20 18:33:41 -0400 |
commit | 5a52213b3062b3be6efe7a32ef7d9765bc8d1a91 (patch) | |
tree | a56ad101eb8b7f54c18fb2fbbe63b48544c30244 /items/MIDAS_STAFF.json | |
parent | 5a90d041084a5caea2877e840c936806d21ff673 (diff) | |
download | NotEnoughUpdates-REPO-5a52213b3062b3be6efe7a32ef7d9765bc8d1a91.tar.gz NotEnoughUpdates-REPO-5a52213b3062b3be6efe7a32ef7d9765bc8d1a91.tar.bz2 NotEnoughUpdates-REPO-5a52213b3062b3be6efe7a32ef7d9765bc8d1a91.zip |
1.9.8 Part 1
No Dark Auction Stuff yet
Diffstat (limited to 'items/MIDAS_STAFF.json')
-rw-r--r-- | items/MIDAS_STAFF.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/MIDAS_STAFF.json b/items/MIDAS_STAFF.json new file mode 100644 index 00000000..20673b73 --- /dev/null +++ b/items/MIDAS_STAFF.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:golden_shovel", + "displayname": "§6Midas Staff", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d305 \",1:\"§7Damage: §c+130 \",2:\"§7Strength: §c+150 \",3:\"\",4:\"§7Intelligence: §a+50 \",5:\"\",6:\"§6Item Ability: Molten Wave §e§lRIGHT CLICK\",7:\"§7Cast a wave of molten gold in\",8:\"§7the direction you are facing!\",9:\"§7Deals up to §c86,752 §7damage.\",10:\"§8Mana Cost: §3500\",11:\"§8Cooldown: §a1s\",12:\"\",13:\"§6Item Ability: Greed\",14:\"§7The §3ability damage bonus §7of\",15:\"§7this item is dependent on the\",16:\"§7price paid for it at the §5Dark\",17:\"§5Auction§7!\",18:\"§7The maximum bonus of this item\",19:\"§7is §316000 §7if the bid was\",20:\"§7§6100,000,000 Coins §7or higher!\",21:\"\",22:\"§7§8This item can be reforged!\",23:\"§7§4❣ §cRequires §aCatacombs Level 25\",24:\"§a§cwhile in Catacombs\",25:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Midas Staff\"},ExtraAttributes:{dungeon_item_level:0,id:\"MIDAS_STAFF\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d305 ", + "§7Damage: §c+130 ", + "§7Strength: §c+150 ", + "", + "§7Intelligence: §a+50 ", + "", + "§6Item Ability: Molten Wave §e§lRIGHT CLICK", + "§7Cast a wave of molten gold in", + "§7the direction you are facing!", + "§7Deals up to §c86,752 §7damage.", + "§8Mana Cost: §3500", + "§8Cooldown: §a1s", + "", + "§6Item Ability: Greed", + "§7The §3ability damage bonus §7of", + "§7this item is dependent on the", + "§7price paid for it at the §5Dark", + "§5Auction§7!", + "§7The maximum bonus of this item", + "§7is §316000 §7if the bid was", + "§7§6100,000,000 Coins §7or higher!", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§a§cwhile in Catacombs", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "MIDAS_STAFF", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file |