Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Shared/Nutrition/Components/HungerComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public sealed partial class HungerComponent : Component
/// The base amount at which <see cref="CurrentHunger"/> decays.
/// </summary>
[DataField("baseDecayRate"), ViewVariables(VVAccess.ReadWrite)]
public float BaseDecayRate = 0.01666666666f;
public float BaseDecayRate = 0.05f; //DeltaV: changed from 0.01666666666f

/// <summary>
/// The actual amount at which <see cref="CurrentHunger"/> decays.
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
- type: HumanoidAppearance
species: Diona
- type: Hunger
baseDecayRate: 0.0083
baseDecayRate: 0.02 #DeltaV
- type: Thirst
baseDecayRate: 0.0083
baseDecayRate: 0.15 # DeltaV
- type: Carriable # Carrying system from nyanotrasen.
- type: Icon
sprite: Mobs/Species/Diona/parts.rsi
Expand Down