Skip to content

Commit

Permalink
feat(balance): add military professions to CVN scenario, description …
Browse files Browse the repository at this point in the history
…tweak (#3947)
  • Loading branch information
chaosvolt authored Dec 19, 2023
1 parent 7e70561 commit 5adbfd7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,25 @@
"id": "aircraft_carrier_start",
"name": "CVN Sailor",
"points": 4,
"description": "For some reason your mission off the coast of North Korea was ended in the middle of a lake, in unknown location. You have no idea what's happened, but now you have more important things to do.",
"description": "For some reason your mission off the coast of North Korea has ended up stateside, stuck in the middle of a lake. You have no idea what's happened, but now you have more important things to do.",
"start_name": "Aircraft Carrier",
"allowed_locs": [ "aircraft_carrier_berth", "aircraft_carrier_bridge" ],
"professions": [ "unemployed", "electrician", "chef", "soldier", "specops", "medic", "mili_pilot", "prof_combat_engineer" ],
"professions": [
"unemployed",
"electrician",
"chef",
"soldier",
"mil_auto_rifleman",
"mil_grenadier",
"mil_marksman",
"specops",
"power_armor_soldier",
"bio_soldier",
"bio_sniper",
"medic",
"mili_pilot",
"prof_combat_engineer"
],
"flags": [ "CHALLENGE", "LONE_START" ]
}
]

0 comments on commit 5adbfd7

Please sign in to comment.