Skip to content

Commit

Permalink
Add more parrot lines to ferals (#2914)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored May 31, 2023
1 parent 746c4d7 commit 018cafd
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/json/monsters/feral_humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"path_settings": { "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true },
"starting_ammo": { "rock": 6 },
"special_attacks": [
[ "PARROT_AT_DANGER", 5 ],
{
"type": "gun",
"cooldown": 5,
Expand Down Expand Up @@ -349,6 +350,7 @@
"vision_day": 30,
"vision_night": 3,
"path_settings": { "max_dist": 30, "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true },
"special_attacks": [ [ "PARROT_AT_DANGER", 5 ] ],
"death_function": [ "NORMAL" ],
"death_drops": "feral_maids_death_drops_broom",
"zombify_into": "mon_zombie",
Expand Down Expand Up @@ -403,6 +405,7 @@
"description": "Wearing fancy clothes and with crossbow in hand, this maniac was once a socialite. Its hands seem to caress the crossbow as if touching a loved one.",
"starting_ammo": { "bolt_cf": 6 },
"special_attacks": [
[ "PARROT_AT_DANGER", 5 ],
{
"type": "gun",
"cooldown": 15,
Expand Down
114 changes: 114 additions & 0 deletions data/json/speech.json
Original file line number Diff line number Diff line change
Expand Up @@ -2864,5 +2864,119 @@
"speaker": [ "mon_feral_soldier" ],
"sound": "\"We've got hostiles!\"",
"volume": 25
},
{
"type": "speech",
"speaker": [
"mon_feral_human_pipe",
"mon_feral_human_crowbar",
"mon_feral_human_axe",
"mon_feral_human_tool",
"mon_feral_maid_broom",
"mon_feral_maid_candlestick",
"mon_feral_maid_knife",
"mon_feral_fancy_rapier",
"mon_feral_fancy_rapier_fake",
"mon_feral_fancy_crossbow",
"mon_feral_armored_mace",
"mon_feral_armored_battleaxe"
],
"sound": "\"What do you think you're doing?\"",
"volume": 30
},
{
"type": "speech",
"speaker": [
"mon_feral_human_pipe",
"mon_feral_human_crowbar",
"mon_feral_human_axe",
"mon_feral_human_tool",
"mon_feral_maid_broom",
"mon_feral_maid_candlestick",
"mon_feral_maid_knife",
"mon_feral_fancy_rapier",
"mon_feral_fancy_rapier_fake",
"mon_feral_fancy_crossbow",
"mon_feral_armored_mace",
"mon_feral_armored_battleaxe"
],
"sound": "\"Stop laughing at me!\"",
"volume": 30
},
{
"type": "speech",
"speaker": [
"mon_feral_human_pipe",
"mon_feral_human_crowbar",
"mon_feral_human_axe",
"mon_feral_human_tool",
"mon_feral_maid_broom",
"mon_feral_maid_candlestick",
"mon_feral_maid_knife",
"mon_feral_fancy_rapier",
"mon_feral_fancy_rapier_fake",
"mon_feral_fancy_crossbow",
"mon_feral_armored_mace",
"mon_feral_armored_battleaxe"
],
"sound": "\"Stay away from me!\"",
"volume": 30
},
{
"type": "speech",
"speaker": [
"mon_feral_human_pipe",
"mon_feral_human_crowbar",
"mon_feral_human_axe",
"mon_feral_human_tool",
"mon_feral_maid_broom",
"mon_feral_maid_candlestick",
"mon_feral_maid_knife",
"mon_feral_fancy_rapier",
"mon_feral_fancy_rapier_fake",
"mon_feral_fancy_crossbow",
"mon_feral_armored_mace",
"mon_feral_armored_battleaxe"
],
"sound": "\"It wasn't my fault!\"",
"volume": 30
},
{
"type": "speech",
"speaker": [
"mon_feral_human_pipe",
"mon_feral_human_crowbar",
"mon_feral_human_axe",
"mon_feral_human_tool",
"mon_feral_maid_broom",
"mon_feral_maid_candlestick",
"mon_feral_maid_knife",
"mon_feral_fancy_rapier",
"mon_feral_fancy_rapier_fake",
"mon_feral_fancy_crossbow",
"mon_feral_armored_mace",
"mon_feral_armored_battleaxe"
],
"sound": "\"They made me do it!\"",
"volume": 30
},
{
"type": "speech",
"speaker": [
"mon_feral_human_pipe",
"mon_feral_human_crowbar",
"mon_feral_human_axe",
"mon_feral_human_tool",
"mon_feral_maid_broom",
"mon_feral_maid_candlestick",
"mon_feral_maid_knife",
"mon_feral_fancy_rapier",
"mon_feral_fancy_rapier_fake",
"mon_feral_fancy_crossbow",
"mon_feral_armored_mace",
"mon_feral_armored_battleaxe"
],
"sound": "\"What are you!?\"",
"volume": 30
}
]

0 comments on commit 018cafd

Please sign in to comment.