Skip to content

Commit

Permalink
make moths 1% harder to round remove
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Nov 24, 2024
1 parent 8646c3a commit 7e20abc
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 7e20abc

Please sign in to comment.