Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
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
baseDecayRate: 0.0083
- 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