diff options
Diffstat (limited to 'items/OPHELIA_NPC.json')
| -rw-r--r-- | items/OPHELIA_NPC.json | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/items/OPHELIA_NPC.json b/items/OPHELIA_NPC.json index a09bf186..2ef17e78 100644 --- a/items/OPHELIA_NPC.json +++ b/items/OPHELIA_NPC.json @@ -65,9 +65,51 @@ { "type": "npc_shop", "cost": [ + "SKYBLOCK_COIN:5000" + ], + "result": "POTION_DUNGEON;1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10000" + ], + "result": "POTION_DUNGEON;2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:15000" + ], + "result": "POTION_DUNGEON;3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20000" + ], + "result": "POTION_DUNGEON;4" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25000" + ], + "result": "POTION_DUNGEON;5" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30000" + ], + "result": "POTION_DUNGEON;6" + }, + { + "type": "npc_shop", + "cost": [ "SKYBLOCK_COIN:35000" ], - "result": "POTION" + "result": "POTION_DUNGEON;7" }, { "type": "npc_shop", |
