Makes cold slowdown less punishing (#36316)
This commit is contained in:
@@ -249,9 +249,9 @@
|
||||
Heat: 1.5 #per second, scales with temperature & other constants
|
||||
- type: TemperatureSpeed
|
||||
thresholds:
|
||||
293: 0.8
|
||||
280: 0.6
|
||||
260: 0.4
|
||||
293: 0.9
|
||||
280: 0.8
|
||||
260: 0.7
|
||||
- type: ThermalRegulator
|
||||
metabolismHeat: 800
|
||||
radiatedHeat: 100
|
||||
|
||||
@@ -68,9 +68,9 @@
|
||||
Heat : 3 #per second, scales with temperature & other constants
|
||||
- type: TemperatureSpeed
|
||||
thresholds:
|
||||
289: 0.8
|
||||
275: 0.6
|
||||
250: 0.4
|
||||
289: 0.9
|
||||
275: 0.8
|
||||
250: 0.7
|
||||
- type: Sprite # sprite again because we want different layer ordering
|
||||
noRot: true
|
||||
drawdepth: Mobs
|
||||
|
||||
@@ -65,9 +65,9 @@
|
||||
Heat : 1.5 #per second, scales with temperature & other constants
|
||||
- type: TemperatureSpeed
|
||||
thresholds:
|
||||
301: 0.8
|
||||
295: 0.6
|
||||
285: 0.4
|
||||
301: 0.9
|
||||
295: 0.8
|
||||
285: 0.7
|
||||
- type: Wagging
|
||||
- type: Inventory
|
||||
speciesId: reptilian
|
||||
|
||||
Reference in New Issue
Block a user