Skip to content

Commit

Permalink
Overrun tweaks (#38043)
Browse files Browse the repository at this point in the history
* Tweaked professions, point cost and description

* Added hulks to monstergroups

* Revert "Added hulks to monstergroups"

This reverts commit 3e1d625.
  • Loading branch information
RarkGrames authored Feb 16, 2020
1 parent efad589 commit 1e0a3b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,11 @@
"type": "scenario",
"ident": "overrun",
"name": "Overrun",
"points": 0,
"description": "Despite all the soldiers, guns and minefields, your base got overrun by the dead. Your last order was to retreat to the armory, but during all the chaos you got separated from your squad and you are now stuck in the warehouse all alone. You are not sure if anyone made it to the armory, or you are the last man alive.",
"points": 3,
"description": "Despite all the soldiers, guns and minefields, the base you were on got overrun by the dead. Everyone was ordered to fall back to the armory, but during all the chaos you got lost and you are now stuck in the warehouse all alone. You are not sure if anyone made it to the armory, or if you are the last man alive.",
"start_name": "Military Base Warehouse",
"allowed_locs": [ "mil_base_2g" ],
"professions": [ "soldier", "specops", "bio_soldier", "bio_sniper" ],
"professions": [ "unemployed", "soldier", "specops", "bio_soldier", "bio_sniper", "labtech", "medic" ],
"flags": [ "CHALLENGE", "LONE_START" ]
}
]

0 comments on commit 1e0a3b3

Please sign in to comment.