diff --git a/Resources/Locale/ru-RU/_Erida/traits/traits.ftl b/Resources/Locale/ru-RU/_Erida/traits/traits.ftl index 64c8406a6c0..ceef47ccc96 100644 --- a/Resources/Locale/ru-RU/_Erida/traits/traits.ftl +++ b/Resources/Locale/ru-RU/_Erida/traits/traits.ftl @@ -12,3 +12,6 @@ trait-roar-desc = Голос, не признающий полутонов. trait-medieval-name = Средневековый акцент trait-medieval-desc = Удивительно, что вы не скелет со щитом. + +trait-vulpkanin-full-name = Пресет Вульпканина +trait-vulpkanin-full-desc = Добавляет персонажу звуки, действия и механики, характерные для вульпканинов \ No newline at end of file diff --git a/Resources/Prototypes/Reagents/narcotics.yml b/Resources/Prototypes/Reagents/narcotics.yml index 9a7cac9cec8..9ac359d4c85 100644 --- a/Resources/Prototypes/Reagents/narcotics.yml +++ b/Resources/Prototypes/Reagents/narcotics.yml @@ -103,8 +103,8 @@ effects: # Main effects - !type:MovementSpeedModifier - walkSpeedModifier: 1.08 # Erida-edit 1.15 -> 1.08 - sprintSpeedModifier: 1.08 # Erida-edit 1.15 -> 1.08 + walkSpeedModifier: 1.1 # Erida-edit 1.15 -> 1.1 + sprintSpeedModifier: 1.1 # Erida-edit 1.15 -> 1.1 - !type:ModifyStatusEffect effectProto: StatusEffectStunned time: 1 @@ -176,8 +176,8 @@ effects: # Main effects - !type:MovementSpeedModifier - walkSpeedModifier: 1.20 # Erida-edit 1.25 -> 1.20 - sprintSpeedModifier: 1.20 # Erida-edit 1.25 -> 1.20 + walkSpeedModifier: 1.25 + sprintSpeedModifier: 1.25 - !type:ModifyStatusEffect effectProto: StatusEffectStimulantsStamina # You are on meth. You keep going. time: 3 diff --git a/Resources/Prototypes/_Backmen/Research/engineering.yml b/Resources/Prototypes/_Backmen/Research/engineering.yml index d497738e81b..1eb13b11d9a 100644 --- a/Resources/Prototypes/_Backmen/Research/engineering.yml +++ b/Resources/Prototypes/_Backmen/Research/engineering.yml @@ -49,7 +49,7 @@ state: microreactor discipline: Engineering tier: 1 - cost: 20000 + cost: 25000 recipeUnlocks: - PowerCellMicroreactor technologyPrerequisites: diff --git a/Resources/Prototypes/_Backmen/Research/scientific.yml b/Resources/Prototypes/_Backmen/Research/scientific.yml index dc72e898f50..b90a8ca8380 100644 --- a/Resources/Prototypes/_Backmen/Research/scientific.yml +++ b/Resources/Prototypes/_Backmen/Research/scientific.yml @@ -155,7 +155,7 @@ state: icon discipline: Scientific tier: 1 - cost: 12500 + cost: 30000 recipeUnlocks: - ClothingShoesBootsSpeed technologyPrerequisites: diff --git a/Resources/Prototypes/_Erida/Reagents/gases.yml b/Resources/Prototypes/_Erida/Reagents/gases.yml index 22627bdfe7e..aee0cc50f76 100644 --- a/Resources/Prototypes/_Erida/Reagents/gases.yml +++ b/Resources/Prototypes/_Erida/Reagents/gases.yml @@ -146,8 +146,8 @@ effects: - !type:MovementSpeedModifier conditions: - walkSpeedModifier: 1.15 # 1.35 -> 1.15 - sprintSpeedModifier: 1.15 # 1.35 -> 1.15 + walkSpeedModifier: 1.35 + sprintSpeedModifier: 1.35 time: 0.07 - !type:HealthChange conditions: diff --git a/Resources/Prototypes/_Erida/Traits/species.yml b/Resources/Prototypes/_Erida/Traits/species.yml new file mode 100644 index 00000000000..292fe904345 --- /dev/null +++ b/Resources/Prototypes/_Erida/Traits/species.yml @@ -0,0 +1,56 @@ +- type: trait + id: VulpkaninFull + name: trait-vulpkanin-full-name + description: trait-vulpkanin-full-desc + category: Species + conditions: + - !type:IsSpeciesCondition + species: Anthropomorph + effects: + - !type:AddCompsEffect + removeExisting: true + components: + - type: Vocal + sounds: + Male: MaleVulpkanin + Female: FemaleVulpkanin + Unsexed: MaleVulpkanin + - type: Speech + speechVerb: Vulpkanin + allowedEmotes: [ 'Bark', 'Snarl', 'Whine', 'Howl', 'Growl' ] + speechSounds: Vulpkanin + - type: LanguageKnowledge + speaks: + - TauCetiBasic + - Canilunzt + understands: + - TauCetiBasic + - Canilunzt + - type: LanguageSpeaker + currentLanguage: TauCetiBasic + - type: Temperature + specificHeat: 44 + - type: TemperatureDamage + heatDamageThreshold: 320 + coldDamageThreshold: 230 + coldDamage: + types: + Cold: 0.05 + heatDamage: + types: + Heat: 2.5 + - type: TemperatureProtection + heatingCoefficient: 1.2 + coolingCoefficient: 0.3 + - type: JumpAbility + action: ActionVulpkaninGravityJump + canCollide: true + jumpDistance: 3 + jumpSound: + path: /Audio/Weapons/punchmiss.ogg + params: + pitch: 1.33 + volume: -5 + variation: 0.05 + - type: MessyDrinker + spillChance: 0.33 \ No newline at end of file