diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 18:21:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 16:21:10 +0000 |
| commit | e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c (patch) | |
| tree | 44e868d98216cf971327fbd6cec8f92feacc2ba2 /items/STARRED_MIDAS_SWORD.json | |
| parent | 4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f (diff) | |
| download | NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.gz NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.bz2 NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.zip | |
Better Mayor Update Items v1.0 (#1271)
* feat: Better Mayor Update Items v1.0
* fix: Old rainbownames
* feat: Even more Better Mayor Items
* feat: Forge duration on new items
* fix: coordinates for moved npcs
* feat: NPC shop for Liz
* feat: HOTM Reqs for new Mining Equipment
* feat: Event Sack, Remove Soulbound from Fishing and a few other fixes
* feat: Lava Sea Creature HP
Diffstat (limited to 'items/STARRED_MIDAS_SWORD.json')
| -rw-r--r-- | items/STARRED_MIDAS_SWORD.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/STARRED_MIDAS_SWORD.json b/items/STARRED_MIDAS_SWORD.json new file mode 100644 index 00000000..3f23a173 --- /dev/null +++ b/items/STARRED_MIDAS_SWORD.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:golden_sword", + "displayname": "§6⚚ Midas\u0027 Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+170\",1:\" §8[§8❁§8] §8[§8⚔§8]\",2:\"\",3:\"§6Ability: Greed \",4:\"§7The strength and damage bonus of\",5:\"§7this item is dependent on the price\",6:\"§7paid for it at the §5Dark Auction§7!\",7:\"§7The maximum bonus of this item is §c225\",8:\"§c§7if the bid was §6250,000,000 Coins §7or\",9:\"§7higher!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY SWORD\"],Name:\"§6⚚ Midas\u0027 Sword\"},ExtraAttributes:{id:\"STARRED_MIDAS_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+170", + " §8[§8❁§8] §8[§8⚔§8]", + "", + "§6Ability: Greed ", + "§7The strength and damage bonus of", + "§7this item is dependent on the price", + "§7paid for it at the §5Dark Auction§7!", + "§7The maximum bonus of this item is §c225", + "§c§7if the bid was §6250,000,000 Coins §7or", + "§7higher!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY SWORD" + ], + "recipe": { + "A1": "GOLDEN_FRAGMENT:1", + "A2": "GOLDEN_FRAGMENT:1", + "A3": "GOLDEN_FRAGMENT:1", + "B1": "GOLDEN_FRAGMENT:1", + "B2": "MIDAS_SWORD:1", + "B3": "GOLDEN_FRAGMENT:1", + "C1": "GOLDEN_FRAGMENT:1", + "C2": "GOLDEN_FRAGMENT:1", + "C3": "GOLDEN_FRAGMENT:1" + }, + "internalname": "STARRED_MIDAS_SWORD", + "clickcommand": "viewrecipe", + "modver": "2.3.0", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |
