hunger (#17984)
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
sprite: Mobs/Species/Arachnid/parts.rsi
|
||||
state: full
|
||||
- type: Hunger
|
||||
starvationDamage:
|
||||
types:
|
||||
Cold: 0.5
|
||||
Bloodloss: 0.5
|
||||
baseDecayRate: 0.05 # Probably faster than humans?
|
||||
- type: Thirst
|
||||
# Damage and speed
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
- type: HumanoidAppearance
|
||||
species: Diona
|
||||
- type: Hunger
|
||||
starvationDamage:
|
||||
types:
|
||||
Bloodloss: 0.5
|
||||
- type: Thirst
|
||||
baseDecayRate: 0.3
|
||||
- type: Icon
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
abstract: true
|
||||
components:
|
||||
- type: Hunger
|
||||
starvationDamage:
|
||||
types:
|
||||
Cold: 0.5
|
||||
Bloodloss: 0.5
|
||||
- type: Thirst
|
||||
- type: Icon
|
||||
sprite: Mobs/Species/Slime/parts.rsi
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
abstract: true
|
||||
components:
|
||||
- type: Hunger
|
||||
starvationDamage:
|
||||
types:
|
||||
Cold: 0.5
|
||||
Bloodloss: 0.5
|
||||
- type: Thirst
|
||||
- type: Perishable
|
||||
- type: Butcherable
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
- type: HumanoidAppearance
|
||||
species: Reptilian
|
||||
- type: Hunger
|
||||
starvationDamage:
|
||||
types:
|
||||
Cold: 1
|
||||
- type: Thirst
|
||||
- type: Icon
|
||||
sprite: Mobs/Species/Reptilian/parts.rsi
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
abstract: true
|
||||
components:
|
||||
- type: Hunger
|
||||
starvationDamage:
|
||||
types:
|
||||
Bloodloss: 0.5
|
||||
- type: Thirst
|
||||
- type: Icon
|
||||
sprite: Mobs/Species/Slime/parts.rsi
|
||||
|
||||
Reference in New Issue
Block a user