Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Dec 31, 2023
1 parent 5a22c1c commit b8b1c6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/mods/Xedra_Evolved/monsters/changeling.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
"vision_night": 5,
"harvest": "demihuman",
"weakpoint_sets": [ "wps_humanoid_head_small", "wps_arthropod_spider" ],
"families": [ "prof_wp_demihuman" ],
"families": [ "prof_wp_demihuman", "prof_wp_spider" ],
"flags": [ "SEES", "SMELLS", "HEARS", "WEBWALK", "CLIMBS", "PATH_AVOID_FIRE", "PATH_AVOID_FALL", "NIGHT_INVISIBILITY" ],
"armor": {
"bash": 2,
Expand Down Expand Up @@ -448,6 +448,7 @@
"fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
"placate_triggers": [ "PLAYER_WEAK" ],
"harvest": "fae_furred",
"families": [ "prof_intro_biology", "prof_physiology" ],
"reproduction": { "baby_monster": "mon_xe_unicorn_foal", "baby_count": 1, "baby_timer": 360 },
"baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
"biosignature": { "biosig_item": "feces_manure", "biosig_timer": 2 },
Expand Down
2 changes: 2 additions & 0 deletions data/mods/Xedra_Evolved/monsters/monster.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"vision_day": 5,
"vision_night": 5,
"harvest": "arachnid",
"weakpoint_sets": [ "wps_arthropod", "wps_arthropod_spider" ],
"families": [ "prof_intro_biology", "prof_physiology", "prof_wp_basic_bug", "prof_wp_spider" ],
"fungalize_into": "mon_spider_fungus",
"flags": [ "SEES", "SMELLS", "HEARS", "WEBWALK", "CLIMBS", "PATH_AVOID_FIRE", "PATH_AVOID_FALL" ],
"armor": { "bash": 2, "cut": 6, "bullet": 5 }
Expand Down
6 changes: 6 additions & 0 deletions data/mods/Xedra_Evolved/snippets/changeling_speech.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"speaker": "mon_fetch_child",
"sound": "\"You're it, I'm gonna catch you!\"",
"volume": 15
},
{
"type": "speech",
"speaker": "mon_fetch_child",
"sound": "\"Won't you take me home with you?\"",
"volume": 10
}
]

0 comments on commit b8b1c6b

Please sign in to comment.