From: Kittygyat <202250949+Kittygyat@users.noreply.github.com> Date: Fri, 22 Aug 2025 22:08:35 +0000 (+0100) Subject: Made moths less vulnerable to flames (#39672) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=cfdf330a99f492429b6d018a0710770a8c8862a9;p=space-station-14.git Made moths less vulnerable to flames (#39672) * Made moths less vulnerable to flames * Approval --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- diff --git a/Resources/Prototypes/Damage/modifier_sets.yml b/Resources/Prototypes/Damage/modifier_sets.yml index 9cc79b2aaa..ae0255f30e 100644 --- a/Resources/Prototypes/Damage/modifier_sets.yml +++ b/Resources/Prototypes/Damage/modifier_sets.yml @@ -198,7 +198,7 @@ id: Moth # Slightly worse at everything but cold coefficients: Cold: 0.7 - Heat: 1.3 + Heat: 1.2 - type: damageModifierSet id: Vox diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 54ad2d0f47..0543f30931 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -54,7 +54,7 @@ - type: Flammable damage: types: - Heat: 4.5 # moths burn more easily + Heat: 2.5 # moths burn more easily - type: Temperature # Moths hate the heat and thrive in the cold. heatDamageThreshold: 320 coldDamageThreshold: 230