Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Jun 15, 2024
1 parent e6b72a6 commit e078a3a
Showing 1 changed file with 31 additions and 11 deletions.
42 changes: 31 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"forAnyoneElse": "If you leak this in the Discord or Twitch or wherever, I will send you to the shadow realm",

"version": 2,
"message": "More redeems will be enabled as the stream goes on.",
"message": "This is broken lmao",
"enums": {
"isekaiTechType": [
"Ermfish",
Expand Down Expand Up @@ -85,16 +85,36 @@
"Stereo Knock"
]
},

"redeems": {
"redeem_noise": {
"id": "redeem_noise",
"title": "Play Sound",
"args": [
{
"type": "normalNoise",
"required": true,
"name": "noise",
"title": "Sound"
}
],
"announce": false,
"image": "https://vedalai.github.io/swarm-control/pepegaphone.webp",
"price": 1,
"sku": "bits1"
}
},

"_redeems": {
"redeem_hint": {
"id": "redeem_hint",
"title": "Show Message",
"description": "Your next Twitch chat message will be displayed in-game.",
"args": [],
"announce": false,
"image": "https://vedalai.github.io/swarm-control/chat.svg",
"price": 500,
"sku": "bits500"
"price": 250,
"sku": "bits250"
},
"spawn_passive": {
"id": "spawn_passive",
Expand Down Expand Up @@ -143,8 +163,8 @@
}
],
"image": "https://vedalai.github.io/swarm-control/ermshark.png",
"price": 500,
"sku": "bits500"
"price": 300,
"sku": "bits300"
},
"redeem_isekai": {
"id": "redeem_isekai",
Expand Down Expand Up @@ -177,8 +197,8 @@
}
],
"image": "https://vedalai.github.io/swarm-control/signal.webp",
"price": 750,
"sku": "bits750"
"price": 500,
"sku": "bits500"
},
"redeem_nametag": {
"id": "redeem_nametag",
Expand All @@ -203,8 +223,8 @@
}
],
"image": "https://vedalai.github.io/swarm-control/seamonkey.webp",
"price": 1000,
"sku": "bits1000"
"price": 750,
"sku": "bits750"
},
"redeem_save": {
"id": "redeem_save",
Expand Down Expand Up @@ -246,8 +266,8 @@
],
"announce": false,
"image": "https://vedalai.github.io/swarm-control/tomfooleryphone.png",
"price": 1000,
"sku": "bits1000"
"price": 750,
"sku": "bits750"
},
"redeem_airbladder": {
"id": "redeem_airbladder",
Expand Down

0 comments on commit e078a3a

Please sign in to comment.