From 5c33773df2358275aab283b16b5425daa97fa650 Mon Sep 17 00:00:00 2001 From: Sh1ntra Date: Sat, 10 Aug 2024 19:57:07 +0300 Subject: [PATCH] Hunger update --- Resources/Prototypes/Entities/Mobs/Species/arachnid.yml | 4 ++++ Resources/Prototypes/Entities/Mobs/Species/diona.yml | 4 ++++ Resources/Prototypes/Entities/Mobs/Species/dwarf.yml | 4 ++++ Resources/Prototypes/Entities/Mobs/Species/human.yml | 4 ++++ Resources/Prototypes/Entities/Mobs/Species/moth.yml | 4 ++++ Resources/Prototypes/Entities/Mobs/Species/reptilian.yml | 6 +++++- Resources/Prototypes/Entities/Mobs/Species/slime.yml | 4 ++++ Resources/Prototypes/Entities/Mobs/Species/vox.yml | 4 ++++ 8 files changed, 33 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 9142ba1fdb0..46fedb754a9 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -11,6 +11,10 @@ - type: HumanoidAppearance species: Arachnid - type: Hunger + starvationDamage: + types: + Cold: 0.5 + Bloodloss: 0.5 - type: Thirst - type: Sericulture action: ActionSericulture diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index f6b263e8fd5..34a2ddffe74 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -8,6 +8,10 @@ - type: HumanoidAppearance species: Diona - type: Hunger + starvationDamage: + types: + Cold: 0.5 + Bloodloss: 0.5 baseDecayRate: 0.0083 - type: Thirst baseDecayRate: 0.0083 diff --git a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml index 24cec085e45..fb2fb531d25 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: Carriable # Carrying system from nyanotrasen. - type: Icon diff --git a/Resources/Prototypes/Entities/Mobs/Species/human.yml b/Resources/Prototypes/Entities/Mobs/Species/human.yml index 54bc5e03ab9..c9f9dca8e57 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: Icon # It will not have an icon in the adminspawn menu without this. Body parts seem fine for whatever reason. sprite: Mobs/Species/Human/parts.rsi state: full diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 733d161f0e0..2eb33a90271 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -10,6 +10,10 @@ hideLayersOnEquip: - HeadTop - type: Hunger + starvationDamage: + types: + Cold: 0.5 + Bloodloss: 0.5 - type: Thirst - type: Carriable # Carrying system from nyanotrasen. - type: Icon diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index b5f96460fb5..b38d607f26e 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -12,6 +12,10 @@ - HeadTop - HeadSide - type: Hunger + starvationDamage: + types: + Cold: 0.5 + Bloodloss: 0.5 - type: Puller needsHands: false - type: Thirst @@ -76,4 +80,4 @@ - type: HumanoidAppearance species: Reptilian -#Weh \ No newline at end of file +#Weh diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 31db778a00d..34bae4e5c0c 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -5,6 +5,10 @@ abstract: true components: - type: Hunger + starvationDamage: + types: + Cold: 0.5 + Bloodloss: 0.5 - type: Thirst - type: Carriable # Carrying system from nyanotrasen. - type: Icon diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index 4d5239e50c5..748e43388e7 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -4,6 +4,10 @@ abstract: true components: - type: Hunger + starvationDamage: + types: + Cold: 0.5 + Bloodloss: 0.5 - type: Thirst - type: Icon sprite: Mobs/Species/Vox/parts.rsi