From d136b2b0219cfb7698c9db160fea6e38cd3f27d5 Mon Sep 17 00:00:00 2001 From: RarkGrames <50421549+RarkGrames@users.noreply.github.com> Date: Sat, 15 Feb 2020 15:42:12 +0100 Subject: [PATCH 1/3] Tweaked professions, point cost and description --- 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" ] } ] From 3e1d6258550c3adcb36b9d985d55eca70665b982 Mon Sep 17 00:00:00 2001 From: RarkGrames <50421549+RarkGrames@users.noreply.github.com> Date: Sat, 15 Feb 2020 15:48:01 +0100 Subject: [PATCH 2/3] Added hulks to monstergroups --- data/json/monstergroups/military.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/json/monstergroups/military.json b/data/json/monstergroups/military.json index 459bbda296e02..0ebb164c4abc5 100644 --- a/data/json/monstergroups/military.json +++ b/data/json/monstergroups/military.json @@ -44,6 +44,7 @@ { "monster": "mon_zombie_soldier", "freq": 100, "cost_multiplier": 2 }, { "monster": "mon_zombie_soldier_acid_1", "freq": 15, "cost_multiplier": 5 }, { "monster": "mon_zombie_kevlar_1", "freq": 50, "cost_multiplier": 10 }, + { "monster": "mon_zombie_kevlar_2", "freq": 15, "cost_multiplier": 10 }, { "monster": "mon_zombie_flamer", "freq": 50, "cost_multiplier": 5 }, { "monster": "mon_zombie_military_pilot", "freq": 5, "cost_multiplier": 1 }, { "monster": "mon_zombie_bio_op", "freq": 30, "cost_multiplier": 5 }, @@ -80,7 +81,9 @@ { "monster": "mon_zombie_scorched", "freq": 25, "cost_multiplier": 2 }, { "monster": "mon_zombie_soldier", "freq": 200, "cost_multiplier": 2 }, { "monster": "mon_zombie_military_pilot", "freq": 5, "cost_multiplier": 1 }, - { "monster": "mon_zombie_flamer", "freq": 1, "cost_multiplier": 30 } + { "monster": "mon_zombie_flamer", "freq": 1, "cost_multiplier": 30 }, + { "monster": "mon_zombie_brute", "freq": 5, "cost_multiplier": 5 }, + { "monster": "mon_zombie_hulk", "freq": 1, "cost_multiplier": 10 } ] }, { @@ -111,7 +114,9 @@ { "monster": "mon_zombie_soldier", "freq": 200, "cost_multiplier": 2 }, { "monster": "mon_zombie_military_pilot", "freq": 20, "cost_multiplier": 1 }, { "monster": "mon_zombie_flamer", "freq": 1, "cost_multiplier": 30 }, - { "monster": "mon_zombie_scientist", "freq": 100, "cost_multiplier": 1 } + { "monster": "mon_zombie_scientist", "freq": 100, "cost_multiplier": 1 }, + { "monster": "mon_zombie_brute", "freq": 5, "cost_multiplier": 5 }, + { "monster": "mon_zombie_hulk", "freq": 1, "cost_multiplier": 10 } ] } ] From 77a00dce761ea253e5b5d5e02d071c333349cb92 Mon Sep 17 00:00:00 2001 From: RarkGrames <50421549+RarkGrames@users.noreply.github.com> Date: Sat, 15 Feb 2020 17:26:34 +0100 Subject: [PATCH 3/3] Revert "Added hulks to monstergroups" This reverts commit 3e1d6258550c3adcb36b9d985d55eca70665b982. --- data/json/monstergroups/military.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/data/json/monstergroups/military.json b/data/json/monstergroups/military.json index 0ebb164c4abc5..459bbda296e02 100644 --- a/data/json/monstergroups/military.json +++ b/data/json/monstergroups/military.json @@ -44,7 +44,6 @@ { "monster": "mon_zombie_soldier", "freq": 100, "cost_multiplier": 2 }, { "monster": "mon_zombie_soldier_acid_1", "freq": 15, "cost_multiplier": 5 }, { "monster": "mon_zombie_kevlar_1", "freq": 50, "cost_multiplier": 10 }, - { "monster": "mon_zombie_kevlar_2", "freq": 15, "cost_multiplier": 10 }, { "monster": "mon_zombie_flamer", "freq": 50, "cost_multiplier": 5 }, { "monster": "mon_zombie_military_pilot", "freq": 5, "cost_multiplier": 1 }, { "monster": "mon_zombie_bio_op", "freq": 30, "cost_multiplier": 5 }, @@ -81,9 +80,7 @@ { "monster": "mon_zombie_scorched", "freq": 25, "cost_multiplier": 2 }, { "monster": "mon_zombie_soldier", "freq": 200, "cost_multiplier": 2 }, { "monster": "mon_zombie_military_pilot", "freq": 5, "cost_multiplier": 1 }, - { "monster": "mon_zombie_flamer", "freq": 1, "cost_multiplier": 30 }, - { "monster": "mon_zombie_brute", "freq": 5, "cost_multiplier": 5 }, - { "monster": "mon_zombie_hulk", "freq": 1, "cost_multiplier": 10 } + { "monster": "mon_zombie_flamer", "freq": 1, "cost_multiplier": 30 } ] }, { @@ -114,9 +111,7 @@ { "monster": "mon_zombie_soldier", "freq": 200, "cost_multiplier": 2 }, { "monster": "mon_zombie_military_pilot", "freq": 20, "cost_multiplier": 1 }, { "monster": "mon_zombie_flamer", "freq": 1, "cost_multiplier": 30 }, - { "monster": "mon_zombie_scientist", "freq": 100, "cost_multiplier": 1 }, - { "monster": "mon_zombie_brute", "freq": 5, "cost_multiplier": 5 }, - { "monster": "mon_zombie_hulk", "freq": 1, "cost_multiplier": 10 } + { "monster": "mon_zombie_scientist", "freq": 100, "cost_multiplier": 1 } ] } ]