diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 35bc566d2e..d0e5706b6b 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index f9afcb92d7..5bf2180e9c 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -8,6 +8,9 @@ - type: HumanoidAppearance species: Diona - type: Hunger + starvationDamage: + types: + Bloodloss: 0.5 - type: Thirst baseDecayRate: 0.3 - type: Icon diff --git a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml index 9a7b4deadf..7e75eb86ae 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Mobs/Species/human.yml b/Resources/Prototypes/Entities/Mobs/Species/human.yml index a83539a259..51e6b8c3ab 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/human.yml @@ -6,6 +6,10 @@ abstract: true components: - type: Hunger + starvationDamage: + types: + Cold: 0.5 + Bloodloss: 0.5 - type: Thirst - type: Perishable - type: Butcherable diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index 68f9655db7..67b3ad0e63 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -8,6 +8,9 @@ - type: HumanoidAppearance species: Reptilian - type: Hunger + starvationDamage: + types: + Cold: 1 - type: Thirst - type: Icon sprite: Mobs/Species/Reptilian/parts.rsi diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 510c2113c3..02bca55fe8 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -5,6 +5,9 @@ abstract: true components: - type: Hunger + starvationDamage: + types: + Bloodloss: 0.5 - type: Thirst - type: Icon sprite: Mobs/Species/Slime/parts.rsi