[Tweak] Arachnid tweaks (#15950)
* [Tweak] Arachnids suffer less now from hunger decay, asphyxiation and slowdown from pain. * :HECK:
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
- type: Respirator
|
||||
damage:
|
||||
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:
|
||||
types:
|
||||
Asphyxiation: -0.5 # Recovery will suck without chems
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
sprite: Mobs/Species/Arachnid/parts.rsi
|
||||
state: full
|
||||
- type: Hunger
|
||||
baseDecayRate: 0.1 # Probably faster than humans?
|
||||
baseDecayRate: 0.05 # Probably faster than humans?
|
||||
- type: Thirst
|
||||
# Damage and speed
|
||||
- type: Bloodstream
|
||||
@@ -44,8 +44,8 @@
|
||||
Blunt: 0.20 #per second, scales with pressure and other constants.
|
||||
- type: SlowOnDamage
|
||||
speedModifierThresholds: # This is an ouch, but it does make up for their extra speed
|
||||
50: 0.6
|
||||
70: 0.4
|
||||
65: 0.7
|
||||
80: 0.4
|
||||
# Misc
|
||||
- type: Speech
|
||||
speechSounds: Arachnid
|
||||
|
||||
@@ -41,6 +41,13 @@
|
||||
uiWindowPos: 1,1
|
||||
strippingWindowPos: 1,1
|
||||
displayName: Mask
|
||||
- name: eyes
|
||||
slotTexture: glasses
|
||||
slotFlags: EYES
|
||||
stripTime: 3
|
||||
uiWindowPos: 0,0
|
||||
strippingWindowPos: 0,0
|
||||
displayName: Eyes
|
||||
- name: ears
|
||||
slotTexture: ears
|
||||
slotFlags: EARS
|
||||
|
||||
Reference in New Issue
Block a user