Skip to content

Commit

Permalink
Implement suggestions
Browse files Browse the repository at this point in the history
Co-Authored-By: NetSysFire <[email protected]>
  • Loading branch information
Termineitor244 and NetSysFire committed Apr 2, 2024
1 parent 800cc3b commit 7c29be8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
17 changes: 5 additions & 12 deletions data/json/monstergroups/zombies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
},
{
Expand Down
18 changes: 18 additions & 0 deletions data/json/speech.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit 7c29be8

Please sign in to comment.