Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make moths 1% harder to round remove #2277

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading