From 634cd1097de1a817f422a3627354bc070d52c488 Mon Sep 17 00:00:00 2001 From: Tomce795 <131245882+Tomce795@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:13:14 +0200 Subject: [PATCH] Lizard mob changes In case we don't wanna merge this bit --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 3c2c071741a..84e6311cb63 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1902,6 +1902,17 @@ id: MobLizard description: A harmless dragon. components: + - type: ReplacementAccent # Impstation starts here + accent: kobold + - type: Speech + speechSounds: Lizard + speechVerb: Reptilian + allowedEmotes: ['Hiss'] # Can't thump tail because no body component + - type: Vocal + sounds: + Male: MaleReptilian + Female: FemaleReptilian + Unsexed: MaleReptilian # Impstation ends here - type: MovementSpeedModifier baseWalkSpeed: 2 baseSprintSpeed: 3