diff --git a/data/json/monstergroups/zombies.json b/data/json/monstergroups/zombies.json index 52c7b99398f08..39e5324f57207 100644 --- a/data/json/monstergroups/zombies.json +++ b/data/json/monstergroups/zombies.json @@ -558,19 +558,12 @@ "type": "monstergroup", "//": "Same as above, but with the fancy ferals thrown into the mix for the scenario.", "monsters": [ - { "monster": "mon_zombie_child", "weight": 250 }, - { "monster": "mon_zombie", "weight": 20, "cost_multiplier": 2 }, - { "group": "GROUP_CIVILIANS_STANDARD", "weight": 100 }, - { "group": "GROUP_FERAL", "weight": 50, "cost_multiplier": 2 }, - { "monster": "mon_feral_maid_broom", "weight": 20 }, - { "monster": "mon_feral_maid_candlestick", "weight": 20 }, + { "group": "GROUP_PANICROOM", "weight": 750 }, + { "monster": "mon_feral_maid_broom", "weight": 15 }, + { "monster": "mon_feral_maid_candlestick", "weight": 15 }, { "monster": "mon_feral_maid_knife", "weight": 20 }, - { "monster": "mon_feral_fancy_rapier", "weight": 140, "cost_multiplier": 5 }, - { "monster": "mon_feral_fancy_rapier_fake", "weight": 100, "cost_multiplier": 3 }, - { "group": "GROUP_PET_DOGS", "weight": 100, "cost_multiplier": 2 }, - { "monster": "mon_dog_rottweiler", "weight": 100, "cost_multiplier": 2 }, - { "monster": "mon_dog_gpyrenees", "weight": 100, "cost_multiplier": 2 }, - { "monster": "mon_zombie_dog", "weight": 20 } + { "monster": "mon_feral_fancy_rapier", "weight": 120, "cost_multiplier": 5 }, + { "monster": "mon_feral_fancy_rapier_fake", "weight": 80, "cost_multiplier": 3 } ] }, { diff --git a/data/json/speech.json b/data/json/speech.json index c119369b30200..e4f0ed03f6ddd 100644 --- a/data/json/speech.json +++ b/data/json/speech.json @@ -2849,6 +2849,24 @@ "sound": "\"Come here!\"", "volume": 30 }, + { + "type": "speech", + "speaker": [ "mon_feral_maid_broom", "mon_feral_maid_candlestick", "mon_feral_maid_knife" ], + "sound": "\"Lord, an intruder!\"", + "volume": 35 + }, + { + "type": "speech", + "speaker": [ "mon_feral_maid_broom", "mon_feral_maid_candlestick", "mon_feral_maid_knife" ], + "sound": "\"My lady, come see this one!\"", + "volume": 35 + }, + { + "type": "speech", + "speaker": [ "mon_feral_maid_broom", "mon_feral_maid_candlestick", "mon_feral_maid_knife" ], + "sound": "\"Master, I have one trapped!\"", + "volume": 35 + }, { "type": "speech", "speaker": [ "mon_feral_fancy_rapier", "mon_feral_fancy_rapier_fake", "mon_feral_armored_mace", "mon_feral_armored_battleaxe" ],