[Tweak] Arachnid tweaks (#15950)

* [Tweak] Arachnids suffer less now from hunger decay, asphyxiation and slowdown from pain.

* :HECK:
This commit is contained in:
PixelTK
2023-05-01 02:05:25 +01:00
committed by GitHub
parent 0ec5e257ad
commit 8658ab6598
3 changed files with 11 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
- type: Respirator - type: Respirator
damage: damage:
types: types:
Asphyxiation: 4 # Make sure you have O2 on you at all times Asphyxiation: 2 # Make sure you have O2 on you at all times
damageRecovery: damageRecovery:
types: types:
Asphyxiation: -0.5 # Recovery will suck without chems Asphyxiation: -0.5 # Recovery will suck without chems

View File

@@ -22,7 +22,7 @@
sprite: Mobs/Species/Arachnid/parts.rsi sprite: Mobs/Species/Arachnid/parts.rsi
state: full state: full
- type: Hunger - type: Hunger
baseDecayRate: 0.1 # Probably faster than humans? baseDecayRate: 0.05 # Probably faster than humans?
- type: Thirst - type: Thirst
# Damage and speed # Damage and speed
- type: Bloodstream - type: Bloodstream
@@ -44,8 +44,8 @@
Blunt: 0.20 #per second, scales with pressure and other constants. Blunt: 0.20 #per second, scales with pressure and other constants.
- type: SlowOnDamage - type: SlowOnDamage
speedModifierThresholds: # This is an ouch, but it does make up for their extra speed speedModifierThresholds: # This is an ouch, but it does make up for their extra speed
50: 0.6 65: 0.7
70: 0.4 80: 0.4
# Misc # Misc
- type: Speech - type: Speech
speechSounds: Arachnid speechSounds: Arachnid

View File

@@ -41,6 +41,13 @@
uiWindowPos: 1,1 uiWindowPos: 1,1
strippingWindowPos: 1,1 strippingWindowPos: 1,1
displayName: Mask displayName: Mask
- name: eyes
slotTexture: glasses
slotFlags: EYES
stripTime: 3
uiWindowPos: 0,0
strippingWindowPos: 0,0
displayName: Eyes
- name: ears - name: ears
slotTexture: ears slotTexture: ears
slotFlags: EARS slotFlags: EARS