diff options
Diffstat (limited to 'constants/essencecosts.json')
-rw-r--r-- | constants/essencecosts.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/constants/essencecosts.json b/constants/essencecosts.json index 58b8ca0a..3b438e41 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -3838,6 +3838,30 @@ } ] }, + "STARRED_MIDAS_STAFF": { + "type": "Gold", + "dungeonize": 100, + "1": 50, + "2": 100, + "3": 150, + "4": 200, + "5": 250, + "items": { + "4": [ + "SKYBLOCK_COIN:10000" + ], + "5": [ + "SKYBLOCK_COIN:25000" + ] + }, + "catacombs_requirements": [ + { + "type": "DUNGEON_SKILL", + "dungeon_type": "CATACOMBS", + "level": 25 + } + ] + }, "MIDAS_SWORD": { "type": "Gold", "dungeonize": 100, @@ -3862,6 +3886,30 @@ } ] }, + "STARRED_MIDAS_SWORD": { + "type": "Gold", + "dungeonize": 100, + "1": 25, + "2": 50, + "3": 75, + "4": 125, + "5": 200, + "items": { + "4": [ + "SKYBLOCK_COIN:10000" + ], + "5": [ + "SKYBLOCK_COIN:25000" + ] + }, + "catacombs_requirements": [ + { + "type": "DUNGEON_SKILL", + "dungeon_type": "CATACOMBS", + "level": 17 + } + ] + }, "GOLD_BONZO_HEAD": { "type": "Gold", "1": 50, |