Skip to content

Commit

Permalink
Merge pull request #50 from 1Stepka1/голод
Browse files Browse the repository at this point in the history
урон от голода теперь не такой резкий  и не убивает за 2 минуты
  • Loading branch information
PyotrIgn authored Oct 23, 2023
2 parents 28fa531 + 4ef8431 commit 1a1b605
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
baseDecayRate: 0.0125 # Spiders have slow metabolisms all things considered, so I decided to just make their hunger drain slower.
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
Cold: 0.05
Bloodloss: 0.05
- type: Thirst
baseDecayRate: 0.0125 # Read comment in hunger
# Damage (Self)
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- type: Hunger
starvationDamage:
types:
Bloodloss: 0.5
Bloodloss: 0.05
baseDecayRate: 0.0083
- type: Thirst
baseDecayRate: 0.0083
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/dwarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
Cold: 0.05
Bloodloss: 0.05
- type: Thirst
- type: Icon
sprite: Mobs/Species/Slime/parts.rsi # It was like this beforehand, no idea why.
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
Cold: 0.05
Bloodloss: 0.05
- 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: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
- type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
Cold: 0.05
Bloodloss: 0.05
- type: Thirst
- type: Icon
sprite: Mobs/Species/Moth/parts.rsi
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
- type: Hunger
starvationDamage:
types:
Cold: 0.5
Bloodloss: 0.5
Cold: 0.05
Bloodloss: 0.05
- type: Puller
needsHands: false
- type: Thirst
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Hunger
starvationDamage:
types:
Bloodloss: 0.5
Bloodloss: 0.05
- type: Thirst
- type: Icon
sprite: Mobs/Species/Slime/parts.rsi
Expand Down

0 comments on commit 1a1b605

Please sign in to comment.