Skip to content

Commit

Permalink
Avali Thermal slowdown fix (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
KittenColony authored Feb 21, 2025
1 parent 59c1b32 commit 2ec01c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/_CD/Entities/Mobs/Species/avali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@
coldDamageThreshold: 223
currentTemperature: 296.15
specificHeat: 48
coldDamage: # same damage as moths
types:
Cold : 0.05 #per second, scales with temperature & other constants
heatDamage:
types:
Heat : 3 #per second, scales with temperature & other constants
- type: TemperatureSpeed
thresholds: # all temps are 10K colder then moths, adjusted for current temp.
265: 0.8
251: 0.6
226: 0.4
- type: ThermalRegulator
metabolismHeat: 400 # icebirb go brrr
radiatedHeat: 100
Expand Down

0 comments on commit 2ec01c0

Please sign in to comment.