Skip to content

Instantly share code, notes, and snippets.

@azeemba
Created June 29, 2020 03:20
Show Gist options
  • Save azeemba/e858750fc36616ab8ca313d5f17b9f7b to your computer and use it in GitHub Desktop.
Save azeemba/e858750fc36616ab8ca313d5f17b9f7b to your computer and use it in GitHub Desktop.
Story Configuration with no teammates
{
"bots": { },
"cities": {
"INTRO": {
"description": {
"message": "Shoddy field for shoddy players. No boost available.",
"prereqs": []
},
"challenges": [
{
"id": "INTRO-1",
"humanTeamSize": 1,
"opponentBots": ["skybot"],
"max_score": "3 Goals",
"map": "BeckwithPark",
"disabledBoost": true,
"display": "Win something so we know you can drive"
}
]
},
"TRYHARD": {
"description": {
"message": "Place to start making your name! But know that everyone else is trying to do the same!",
"prereqs": ["INTRO"]
},
"challenges": [
{
"id": "TRYHARD-1",
"humanTeamSize": 1,
"opponentBots": ["nombot", "beast"],
"map": "UrbanCentral",
"display": "Beat local up-and-comers in a 1v2."
},
{
"id": "TRYHARD-2",
"humanTeamSize": 1,
"opponentBots": ["penguin", "beast"],
"completionConditions": {
"win": true,
"scoreDifference": 3
},
"map": "UrbanCentral_Dawn",
"display": "Upgrade your reputation by beating your opponents by 3 or more goals"
}
]
},
"PBOOST": {
"description": {
"message": "This city is usually going through a storm. Legend says, Boost is how they have managed to prosper despite those conditions.",
"prereqs": ["INTRO"]
},
"challenges": [
{
"id": "PBOOST-1",
"humanTeamSize": 1,
"opponentBots": ["cryo", "cryo", "cryo"],
"map": "UtopiaColiseum_Snowy",
"display": "Bundle up to survive the deep freeze"
},
{
"id": "PBOOST-2",
"humanTeamSize": 1,
"opponentBots": ["rashbot", "stick", "leaf"],
"map": "Mannfield_Stormy",
"display": "1v3! Get through this storm of Marvin bots!"
}
]
},
"WASTELAND": {
"description": {
"message": "Don't expect politeness here. Home of the demo experts!",
"prereqs": ["TRYHARD", "PBOOST"]
},
"challenges": [
{
"id": "WASTELAND-1",
"humanTeamSize": 1,
"opponentBots": ["adversity", "adversity"],
"completionConditions": {
"win": true,
"selfDemoCount": 0
},
"map": "Wasteland",
"display": "Win without getting demoed the whole game"
},
{
"id": "WASTELAND-2",
"humanTeamSize": 1,
"opponentBots": ["adversity", "diablo", "wildfire"],
"completionConditions": {
"win": true,
"demoAchievedCount": 2
},
"map": "Wasteland",
"display": "Win and get at least two demos"
}
]
},
"CAMPANDSNIPE": {
"description": {
"message": "This city has a different feel. Sometimes the ball is possesed, other times its the cars. Be careful, you may be next!",
"prereqs": ["TRYHARD", "PBOOST"]
},
"challenges": [
{
"id": "CS-1",
"humanTeamSize": 1,
"opponentBots": ["adversity", "baf"],
"limitations": ["half-field"],
"map": "AquaDome",
"display": "The ball is moving a lot faster! Win this heatseeker match!"
},
{
"id": "CS-3",
"humanTeamSize": 1,
"opponentBots": ["sniper", "sniper", "snek"],
"max_score": "3 Goals",
"map": "NeoTokyo",
"display": "There's something unnatural about these bots..."
}
]
},
"CHAMPIONSIAN": {
"description": {
"message": "You have made it far but this is the next level. The odds are stacked against you but if you win here, you will be the Champion of this world.",
"prereqs": ["WASTELAND", "CAMPANDSNIPE"]
},
"challenges": [
{
"id": "CHAMP-1",
"humanTeamSize": 1,
"opponentBots": ["airbud", "reliefbot", "adversity"],
"map": "ChampionsField",
"display": "Take on the Relief family in a 1v3!"
},
{
"id": "CHAMP-2",
"humanTeamSize": 1,
"opponentBots": ["botimus", "sdc", "kamael"],
"map": "ChampionsField_Day",
"display": "Can you handle the best solo players in 1v3?"
},
{
"id": "CHAMP-3",
"humanTeamSize": 1,
"opponentBots": ["kamael", "diablo", "lanfear", "manticore"],
"map": "ChampionsField_Day",
"display": "These are mythical and magical cars. Can you take them on in a 1v4?"
},
{
"id": "CHAMP-4",
"humanTeamSize": 1,
"opponentBots": ["bumblebee", "bumblebee", "bumblebee"],
"map": "ChampionsField",
"display": "1v3! Time to face the beehive."
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment