Skip to content

Commit

Permalink
Adds Fuji professions to military scenarios (CleverRaven#38147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumguy62 authored Feb 19, 2020
1 parent 9b91fbf commit 7c4d947
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions data/mods/Fuji_Mil_Prof/scenarios.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[
{
"copy-from": "heli_crash",
"type": "scenario",
"extend": {
"professions": [
"mil_rifleman",
"mil_marksman",
"mil_auto_rifleman",
"mil_grenadier",
"mil_breacher",
"mil_operator",
"mil_sniper",
"mil_hacker",
"mil_undercover",
"mil_cbrn"
]
},
"ident": "heli_crash"
},
{
"copy-from": "overrun",
"type": "scenario",
"extend": {
"professions": [
"mil_rifleman",
"mil_marksman",
"mil_auto_rifleman",
"mil_grenadier",
"mil_breacher",
"mil_operator",
"mil_sniper",
"mil_hacker",
"mil_undercover",
"mil_cbrn"
]
},
"ident": "overrun"
}
]

0 comments on commit 7c4d947

Please sign in to comment.