Skip to content

Commit

Permalink
[ Aftershock ] Professions to base game scenarios (#42369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored Jul 22, 2020
1 parent a7caa05 commit e257428
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion data/mods/Aftershock/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,65 @@
"type": "scenario",
"extend": {
"map_special": "mx_helicopter",
"professions": [ "afs_affluent_executive", "afs_wraitheon_executive", "afs_vatgrown_bodyguard" ]
"professions": [
"afs_affluent_executive",
"afs_wraitheon_executive",
"afs_vatgrown_bodyguard",
"afs_bio_operator",
"afs_holo_fighter"
]
},
"ident": "heli_crash"
},
{
"copy-from": "lab_chal",
"type": "scenario",
"extend": { "professions": [ "afs_vatgrown_bodyguard", "afs_cryosleep_survivor", "afs_holo_fighter", "afs_mastadon_swat" ] },
"ident": "lab_chal"
},
{
"copy-from": "lab_staff",
"type": "scenario",
"extend": {
"professions": [
"afs_affluent_executive",
"afs_vatgrown_bodyguard",
"afs_radio_technician",
"afs_cbm_engineer",
"afs_holo_fighter",
"afs_mastadon_swat"
]
},
"ident": "lab_staff"
},
{
"copy-from": "prisonbreak",
"type": "scenario",
"extend": { "professions": [ "afs_vatgrown_bodyguard", "afs_bio_operator", "afs_mastadon_swat" ] },
"ident": "prisonbreak"
},
{
"copy-from": "alcatraz",
"type": "scenario",
"extend": { "professions": [ "afs_vatgrown_bodyguard", "afs_bio_operator", "afs_mastadon_swat" ] },
"ident": "alcatraz"
},
{
"copy-from": "mutant",
"type": "scenario",
"extend": { "professions": [ "afs_vatgrown_bodyguard" ] },
"ident": "mutant"
},
{
"copy-from": "overrun",
"type": "scenario",
"extend": { "professions": [ "afs_vatgrown_bodyguard", "afs_bio_operator", "afs_mastadon_swat" ] },
"ident": "overrun"
},
{
"copy-from": "presort",
"type": "scenario",
"extend": { "professions": [ "afs_affluent_executive", "afs_wraitheon_executive" ] },
"ident": "presort"
}
]

0 comments on commit e257428

Please sign in to comment.