Skip to content

Instantly share code, notes, and snippets.

@azeemba
Created June 29, 2020 03:14
Show Gist options
  • Save azeemba/b45b553ea3d87d057e99a18d37084c13 to your computer and use it in GitHub Desktop.
Save azeemba/b45b553ea3d87d057e99a18d37084c13 to your computer and use it in GitHub Desktop.
Psyonix-only Story Config
{
"bots": {
"psyonix-rookie": {
"name": "Psyonix Rookie",
"type": "psyonix",
"skill": 0.25
},
"psyonix-prostar": {
"name": "Psyonix Prostar",
"type": "psyonix",
"skill": 0.75
}
},
"cities": {
"INTRO": {
"description": {
"message": "Shoddy field for shoddy players. No boost available.",
"prereqs": []
},
"challenges": [
{
"id": "INTRO-1",
"humanTeamSize": 1,
"opponentBots": ["psyonix-rookie"],
"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": 2,
"opponentBots": ["psyonix-pro", "psyonix-rookie"],
"map": "UrbanCentral",
"display": "Beat local up-and-comers in a 2v2."
},
{
"id": "TRYHARD-2",
"humanTeamSize": 2,
"opponentBots": ["psyonix-pro", "psyonix-pro"],
"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": 2,
"opponentBots": ["psyonix-pro", "psyonix-pro", "psyonix-prostar"],
"map": "UtopiaColiseum_Snowy",
"display": "Bundle up to survive the deep freeze"
},
{
"id": "PBOOST-2",
"humanTeamSize": 2,
"opponentBots": ["psyonix-pro", "psyonix-pro", "psyonix-prostar"],
"map": "Mannfield_Stormy",
"display": "2v3! 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": 2,
"opponentBots": ["adversity"],
"completionConditions": {
"win": true,
"selfDemoCount": 5
},
"map": "Wasteland",
"display": "Win without getting demoed more than five times."
},
{
"id": "WASTELAND-2",
"humanTeamSize": 3,
"opponentBots": ["psyonix-rookie", "psyonix-pro", "psyonix-prostar"],
"completionConditions": {
"win": true,
"demoAchievedCount": 1
},
"map": "Wasteland",
"display": "Win and get at least one demo"
}
]
},
"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": 3,
"opponentBots": ["psyonix-pro", "baf"],
"limitations": ["half-field"],
"map": "AquaDome",
"display": "The ball is moving a lot faster! Win this heatseeker match!"
},
{
"id": "CS-3",
"humanTeamSize": 2,
"opponentBots": ["sniper", "psyonix-pro"],
"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": 3,
"opponentBots": ["psyonix-prostar", "psyonix-allstar-name", "psyonix-allstar-name"],
"map": "ChampionsField_Day",
"display": "Take on a crew of some of the best solo players!"
},
{
"id": "CHAMP-3",
"humanTeamSize": 3,
"opponentBots": ["psyonix-allstar-name", "psyonix-allstar-name", "psyonix-allstar-name", "psyonix-allstar-name"],
"map": "ChampionsField_Day",
"display": "These are mythical and magical cars. Can you take them on in a 3v4?"
},
{
"id": "CHAMP-4",
"humanTeamSize": 1,
"opponentBots": ["psyonix-allstar-name", "psyonix-allstar-name", "psyonix-allstar-name"],
"map": "ChampionsField",
"display": "1v3! Time to face the beehive and prove yourself."
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment