Skip to content

Commit

Permalink
medal trades (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid authored Dec 24, 2024
1 parent 8ed32d1 commit 4abb803
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions items/ANITA_NPC.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,55 @@
"ANITA_RING"
],
"result": "ANITA_ARTIFACT"
},
{
"type": "npc_shop",
"cost": [
"SKYBLOCK_SILVER_MEDAL"
],
"result": "SKYBLOCK_BRONZE_MEDAL:2"
},
{
"type": "npc_shop",
"cost": [
"SKYBLOCK_BRONZE_MEDAL:2"
],
"result": "SKYBLOCK_SILVER_MEDAL"
},
{
"type": "npc_shop",
"cost": [
"SKYBLOCK_GOLD_MEDAL"
],
"result": "SKYBLOCK_SILVER_MEDAL:4"
},
{
"type": "npc_shop",
"cost": [
"SKYBLOCK_SILVER_MEDAL:4"
],
"result": "SKYBLOCK_GOLD_MEDAL"
},
{
"type": "npc_shop",
"cost": [
"SKYBLOCK_BRONZE_MEDAL"
],
"result": "JACOBS_TICKET:2"
},
{
"type": "npc_shop",
"cost": [
"SKYBLOCK_SILVER_MEDAL"
],
"result": "JACOBS_TICKET:4"
},
{
"type": "npc_shop",
"cost": [
"SKYBLOCK_GOLD_MEDAL"
],
"result": "JACOBS_TICKET:16"
}
],
"crafttext": ""
Expand Down

0 comments on commit 4abb803

Please sign in to comment.