diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index b94b36a2660..e8c475907e9 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -89,8 +89,8 @@ species: Human - type: SlowOnDamage speedModifierThresholds: - 60: 0.7 - 80: 0.5 + 60: 0.8 # DV - Was 0.7 + 80: 0.6 # DV - Was 0.5 - type: Fixtures fixtures: # TODO: This needs a second fixture just for mob collisions. fix1: diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 292828b4e69..157ad1cb184 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: 4 # DV - Reduced by .5 - type: Temperature # Moths hate the heat and thrive in the cold. heatDamageThreshold: 320 coldDamageThreshold: 230