Skip to content

Commit

Permalink
Merge pull request CleverRaven#67768 from marimarigi/addDogBarking
Browse files Browse the repository at this point in the history
Add dogs barks
  • Loading branch information
Rivet-the-Zombie committed Aug 21, 2023
2 parents 01cfae5 + 600f57b commit 484c4b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/monsters/mammal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@
"melee_skill": 4,
"melee_dice_sides": 2,
"melee_damage": [ { "damage_type": "cut", "amount": 5 } ],
"special_attacks": [ [ "LUNGE", 5 ] ],
"extend": { "special_attacks": [ [ "LUNGE", 5 ] ] },
"harvest": "dog_with_skull_leather",
"reproduction": { "baby_monster": "mon_dog_pitbullmix_pup", "baby_count": 4, "baby_timer": 270 },
"//": "1-4 puppies & 270 days per-litter for size small canines",
Expand Down Expand Up @@ -1254,7 +1254,7 @@
"morale": 10,
"melee_damage": [ { "damage_type": "cut", "amount": 4 } ],
"dodge": 4,
"special_attacks": [ [ "LUNGE", 5 ], { "type": "leap", "cooldown": 8, "max_range": 2 } ],
"extend": { "special_attacks": [ [ "LUNGE", 5 ], { "type": "leap", "cooldown": 8, "max_range": 2 } ] },
"reproduction": { "baby_monster": "mon_dog_bcollie_pup", "baby_count": 4, "baby_timer": 270 },
"//": "1-4 puppies & 270 days per-litter for size small canines",
"petfood": {
Expand Down Expand Up @@ -1330,7 +1330,7 @@
"vision_night": 4,
"harvest": "dog_with_skull_leather",
"fear_triggers": [ "HURT" ],
"special_attacks": [ [ "LUNGE", 5 ] ],
"extend": { "special_attacks": [ [ "LUNGE", 5 ] ] },
"reproduction": { "baby_monster": "mon_dog_boxer_pup", "baby_count": 4, "baby_timer": 270 },
"//": "1-4 puppies & 270 days per-litter for size small canines"
},
Expand Down Expand Up @@ -1564,7 +1564,7 @@
"morale": 10,
"melee_damage": [ { "damage_type": "cut", "amount": 6 } ],
"vision_night": 6,
"special_attacks": [ [ "LUNGE", 5 ] ],
"extend": { "special_attacks": [ [ "LUNGE", 5 ] ] },
"reproduction": { "baby_monster": "mon_dog_gshepherd_pup", "baby_count": 7, "baby_timer": 300 },
"//": "1-7 puppies & 300-320 days per-litter for size medium canines",
"petfood": {
Expand Down Expand Up @@ -1719,7 +1719,7 @@
"melee_damage": [ { "damage_type": "cut", "amount": 6 } ],
"vision_night": 6,
"harvest": "dog_with_skull_leather",
"special_attacks": [ [ "LUNGE", 5 ] ],
"extend": { "special_attacks": [ [ "LUNGE", 5 ] ] },
"reproduction": { "baby_monster": "mon_dog_rottweiler_pup", "baby_count": 7, "baby_timer": 300 },
"//2": "1-7 puppies & 300-320 days per-litter for size medium canines",
"petfood": {
Expand Down Expand Up @@ -1794,7 +1794,7 @@
"melee_damage": [ { "damage_type": "cut", "amount": 6 } ],
"dodge": 4,
"vision_night": 6,
"special_attacks": [ [ "LUNGE", 5 ], { "type": "leap", "cooldown": 8, "max_range": 2 } ],
"extend": { "special_attacks": [ [ "LUNGE", 5 ], { "type": "leap", "cooldown": 8, "max_range": 2 } ] },
"reproduction": { "baby_monster": "mon_dog_auscattle_pup", "baby_count": 4, "baby_timer": 270 },
"//": "1-4 puppies & 270 days per-litter for size small canines",
"petfood": {
Expand Down
13 changes: 13 additions & 0 deletions data/json/speech.json
Original file line number Diff line number Diff line change
Expand Up @@ -2526,6 +2526,19 @@
"sound": "BARK!",
"volume": 40
},
{
"type": "speech",
"speaker": [
"mon_dog_samoyed",
"mon_dog_mutant_mongrel",
"mon_dog_mutant_loper",
"mon_mi_go",
"mon_mi_go_slaver",
"mon_mi_go_myrmidon"
],
"sound": "BARK!",
"volume": 40
},
{
"type": "speech",
"speaker": [ "mon_dermatik_incubator_deer", "mon_dermatik_incubator_dog" ],
Expand Down

0 comments on commit 484c4b3

Please sign in to comment.