This commit is contained in:
Emisse
2023-07-11 23:46:38 -06:00
committed by GitHub
parent acffe731c2
commit 9afef05a8e
6 changed files with 21 additions and 0 deletions

View File

@@ -22,6 +22,10 @@
sprite: Mobs/Species/Arachnid/parts.rsi sprite: Mobs/Species/Arachnid/parts.rsi
state: full state: full
- type: Hunger - type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
baseDecayRate: 0.05 # Probably faster than humans? baseDecayRate: 0.05 # Probably faster than humans?
- type: Thirst - type: Thirst
# Damage and speed # Damage and speed

View File

@@ -8,6 +8,9 @@
- type: HumanoidAppearance - type: HumanoidAppearance
species: Diona species: Diona
- type: Hunger - type: Hunger
starvationDamage:
types:
Bloodloss: 0.5
- type: Thirst - type: Thirst
baseDecayRate: 0.3 baseDecayRate: 0.3
- type: Icon - type: Icon

View File

@@ -6,6 +6,10 @@
abstract: true abstract: true
components: components:
- type: Hunger - type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst - type: Thirst
- type: Icon - type: Icon
sprite: Mobs/Species/Slime/parts.rsi sprite: Mobs/Species/Slime/parts.rsi

View File

@@ -6,6 +6,10 @@
abstract: true abstract: true
components: components:
- type: Hunger - type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst - type: Thirst
- type: Perishable - type: Perishable
- type: Butcherable - type: Butcherable

View File

@@ -8,6 +8,9 @@
- type: HumanoidAppearance - type: HumanoidAppearance
species: Reptilian species: Reptilian
- type: Hunger - type: Hunger
starvationDamage:
types:
Cold: 1
- type: Thirst - type: Thirst
- type: Icon - type: Icon
sprite: Mobs/Species/Reptilian/parts.rsi sprite: Mobs/Species/Reptilian/parts.rsi

View File

@@ -5,6 +5,9 @@
abstract: true abstract: true
components: components:
- type: Hunger - type: Hunger
starvationDamage:
types:
Bloodloss: 0.5
- type: Thirst - type: Thirst
- type: Icon - type: Icon
sprite: Mobs/Species/Slime/parts.rsi sprite: Mobs/Species/Slime/parts.rsi