hunger (#17984)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user