Skip to content

Commit

Permalink
Fix YAMLs
Browse files Browse the repository at this point in the history
  • Loading branch information
vaketola committed Apr 27, 2024
1 parent fe60220 commit 65e73ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ public sealed partial class ShadowkinDarkSwapEvent : InstantActionEvent, ISpeakS
/// How much stamina to drain when darkening.
/// </summary>
[DataField("staminaCostOn")]
public float StaminaCostOn;
public float StaminaCostOn = 25f;

/// <summary>
/// How much stamina to drain when lightening.
/// </summary>
[DataField("staminaCostOff")]
public float StaminaCostOff;
public float StaminaCostOff = 25f;


[DataField("speech")]
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Parkstation/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Piercing: 1.1
Asphyxiation: 0
Cold: 0.75
Heat: 1.2
Heat: 1.5
Cellular: 0.25
Bloodloss: 1.35
Shock: 1.25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
# - type: DiseaseCarrier
# diseaseResist: 0.1
- type: Flammable
damage:
types:
Heat: 1.5 # burn more
# damage:
# types:
# Heat: 1.5 # burn more
- type: MobState
- type: MobThresholds
thresholds: # Weak
0: Alive
80: Critical
160: Dead
180: Dead
- type: SlowOnDamage
speedModifierThresholds:
48: 0.85
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Parkstation/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- type: trait
id: ShadowkinBlackeye
name: Blackeye
description: You lose your special Shadowkin powers, in return for some points.
description: You have lost your Shadowkin powers.
cost: 5
category: Negative
whitelist:
Expand Down

0 comments on commit 65e73ff

Please sign in to comment.