diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-06-02 14:37:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-02 14:37:28 +0200 |
commit | 5174d791f717e8b5dbf2c59bc4e5eb48596c524b (patch) | |
tree | f5e85844a5db3e9228aa5e4d345758f042ed9183 /items/OPHELIA_NPC.json | |
parent | 1c8c103b8c2ae2ed11757639806975e2a952b10d (diff) | |
download | NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.tar.gz NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.tar.bz2 NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.zip |
Push prerelease into master (#1226)
Co-authored-by: gaybot <gaybot@notenoughupdates.org>
Co-authored-by: Linnea Gräf <nea@nea.moe>
Co-authored-by: Lulonaut <lulonaut@lulonaut.tech>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
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", |