From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:00:24 +0000 (+1100) Subject: Penguins are more tolerant to the cold (#23209) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7d4e234c116caf2da814abb864a870c978367c39;p=space-station-14.git Penguins are more tolerant to the cold (#23209) * add * yes --------- Co-authored-by: metalgearsloth --- diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 14288ec44d..e9b6e3ad45 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1710,10 +1710,21 @@ - type: NpcFactionMember factions: - Passive + - type: Temperature + heatDamageThreshold: 335 + coldDamageThreshold: 230 + currentTemperature: 310.15 + specificHeat: 46 + coldDamage: + types: + Cold : 0.05 #per second, scales with temperature & other constants + heatDamage: + types: + Heat : 0.2 #per second, scales with temperature & other constants - type: entity name: grenade penguin - parent: [ SimpleMobBase, MobCombat ] + parent: [ MobPenguin, MobCombat ] id: MobGrenadePenguin description: A small penguin with a grenade strapped around its neck. Harvested by the Syndicate from icy shit-hole planets. components: @@ -1734,7 +1745,6 @@ - map: ["enum.DamageStateVisualLayers.Base"] state: penguin sprite: Mobs/Animals/grenadepenguin.rsi - - type: Physics - type: Fixtures fixtures: fix1: @@ -1752,10 +1762,6 @@ Base: penguin Dead: Base: dead - - type: Butcherable - spawned: - - id: FoodMeatPenguin - amount: 3 - type: MeleeWeapon angle: 0 animation: WeaponArcBite