Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Jun 11, 2024
1 parent 1ecfb8a commit 7a9e2f0
Showing 1 changed file with 74 additions and 28 deletions.
102 changes: 74 additions & 28 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,58 @@
"Bladderfish",
"Boomerang",
"SpinnerFish"
],
"commonTechTypes": [
"Ermfish",
"Ermshark",
"Tutel",
"Anneel",
"NeuroFumoItem",
"EvilFumoItem",
"Salt",
"Quartz",
"Titanium",
"Copper",
"Silver",
"Lead",
"Gold",
"ScrapMetal",
"Lithium",
"Magnetite",
"Kyanite",
"Nickel",
"Diamond",
"ArcticPeeper",
"Bladderfish",
"RadioTowerPPUFragment"
]
},
"redeems": {
"redeem_addsignal": {
"id": "redeem_addsignal",
"title": "Add Beacon",
"description": "Adds a beacon ping to the map.",
"args": [
{
"type": 4,
"required": true,
"name": "coords",
"title": "Coordinates",
"description": "Beacon coordinates"
},
{
"type": 0,
"required": true,
"name": "name",
"title": "Name",
"description": "Beacon name"
}
],
"announce": true,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
},
"redeem_hint": {
"id": "redeem_hint",
"title": "Send Hint",
Expand All @@ -54,7 +103,6 @@
"title": "The message to display"
}
],
"announce": 3,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
Expand All @@ -72,7 +120,6 @@
"description": "The message to display"
}
],
"announce": 3,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
Expand All @@ -96,6 +143,7 @@
"title": "Range"
}
],
"announce": true,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
Expand All @@ -121,6 +169,7 @@
"description": "Spawn the creature behind the player"
}
],
"announce": true,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
Expand All @@ -145,6 +194,7 @@
"description": "Spawn the creature behind the player"
}
],
"announce": true,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
Expand All @@ -170,31 +220,7 @@
"description": "Spawn the creature behind the player"
}
],
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
},
"redeem_addsignal": {
"id": "redeem_addsignal",
"title": "Add Beacon",
"description": "Adds a beacon ping to the map.",
"args": [
{
"type": 4,
"required": true,
"name": "coords",
"title": "Coordinates",
"description": "Beacon coordinates"
},
{
"type": 0,
"required": true,
"name": "name",
"title": "Name",
"description": "Beacon name"
}
],
"announce": 2,
"announce": true,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
Expand All @@ -204,6 +230,7 @@
"title": "Reroll Vedal's Name",
"description": "Reroll Vedal's name in the Neuro integration.",
"args": [],
"announce": true,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
Expand All @@ -219,9 +246,28 @@
"name": "name"
}
],
"announce": true,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
},
"redeem_attachalert": {
"id": "redeem_attachalert",
"title": "Attach Alert",
"description": "Attach an alert to an entity.",
"args": [
{
"type": "commonTechTypes",
"required": true,
"name": "techType",
"title": "Entity Type",
"description": "Type of entity to attach alerts to."
}
],
"announce": true,
"image": "https://vedalai.github.io/swarm-control/Erm.png",
"price": 1,
"sku": "bits1"
}
}
}
}

0 comments on commit 7a9e2f0

Please sign in to comment.