Skip to content

Commit

Permalink
Hunger update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1ntra committed Aug 10, 2024
1 parent c0729e5 commit 5c33773
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- type: HumanoidAppearance
species: Arachnid
- type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Thirst
- type: Sericulture
action: ActionSericulture
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/dwarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
- HeadTop
- HeadSide
- type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
- type: Puller
needsHands: false
- type: Thirst
Expand Down Expand Up @@ -76,4 +80,4 @@
- type: HumanoidAppearance
species: Reptilian

#Weh
#Weh
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/vox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c33773

Please sign in to comment.