Skip to content

Commit

Permalink
make moths 1% harder to round remove (#2277)
Browse files Browse the repository at this point in the history
Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Nov 24, 2024
1 parent ade5c8b commit 778dba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
id: Moth # Slightly worse at everything but cold
coefficients:
Cold: 0.7
Heat: 1.3
Heat: 1.1 # DeltaV: was 1.3, too extreme

- type: damageModifierSet
id: Vox
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
Cold : 0.05 #per second, scales with temperature & other constants
heatDamage:
types:
Heat : 3 #per second, scales with temperature & other constants
Heat : 1.5 #per second, scales with temperature & other constants # DeltaV: changed to normal heat damage
- type: TemperatureSpeed
thresholds:
289: 0.8
Expand Down

0 comments on commit 778dba1

Please sign in to comment.