From 1e0a3b3fc3f459cd5b1ca38d792ad09e1061d28d Mon Sep 17 00:00:00 2001 From: RarkGrames <50421549+RarkGrames@users.noreply.github.com> Date: Sun, 16 Feb 2020 18:19:50 +0100 Subject: [PATCH] Overrun tweaks (#38043) * Tweaked professions, point cost and description * Added hulks to monstergroups * Revert "Added hulks to monstergroups" This reverts commit 3e1d6258550c3adcb36b9d985d55eca70665b982. --- data/json/scenarios.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/scenarios.json b/data/json/scenarios.json index a0934c2638528..1e032ba98a591 100644 --- a/data/json/scenarios.json +++ b/data/json/scenarios.json @@ -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" ] } ]