diff options
Diffstat (limited to 'items/UDEL_NPC.json')
-rw-r--r-- | items/UDEL_NPC.json | 43 |
1 files changed, 32 insertions, 11 deletions
diff --git a/items/UDEL_NPC.json b/items/UDEL_NPC.json index 983bf125..a46c0137 100644 --- a/items/UDEL_NPC.json +++ b/items/UDEL_NPC.json @@ -19,79 +19,100 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:1000000" + "SKYBLOCK_COIN:985000" ], "result": "ABIPHONE_X_PLUS" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:2000000" + "SKYBLOCK_COIN:1970000" ], "result": "ABIPHONE_X_PLUS_SPECIAL_EDITION" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:5000000" + "SKYBLOCK_COIN:4925000" ], "result": "ABIPHONE_XI_ULTRA" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:7000000" + "SKYBLOCK_COIN:6895000" ], "result": "ABIPHONE_XI_ULTRA_STYLE" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:10000000" + "SKYBLOCK_COIN:7880000" ], "result": "ABIPHONE_XII_MEGA" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:15000000" + "SKYBLOCK_COIN:11820000" ], "result": "ABIPHONE_XII_MEGA_COLOR" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:25000000" + "SKYBLOCK_COIN:19700000" ], "result": "ABIPHONE_XIII_PRO" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:50000000" + "SKYBLOCK_COIN:39400000" ], "result": "ABIPHONE_XIII_PRO_GIGA" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:100000000" + "SKYBLOCK_COIN:73875000" ], "result": "ABIPHONE_XIV_ENORMOUS_BLACK" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:100000000" + "SKYBLOCK_COIN:73875000" ], "result": "ABIPHONE_XIV_ENORMOUS" }, { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:100000000" + "SKYBLOCK_COIN:73875000" ], "result": "ABIPHONE_XIV_ENORMOUS_PURPLE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:98500000" + ], + "result": "ABIPHONE_FLIP_DRAGON" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:98500000" + ], + "result": "ABIPHONE_FLIP_NUCLEUS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:98500000" + ], + "result": "ABIPHONE_FLIP_VOLCANO" } ] } |