Blood tweaks (#6767)

This commit is contained in:
mirrorcult
2022-02-17 19:42:47 -07:00
committed by GitHub
parent 4ac750d986
commit 94c56980cb
5 changed files with 8 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ namespace Content.Server.Fluids.Components
public FixedPoint2 LowerLimit = FixedPoint2.Zero; public FixedPoint2 LowerLimit = FixedPoint2.Zero;
/// <summary> /// <summary>
/// Upper limit below which puddle won't evaporate. Useful when wanting to make sure large puddle will /// Upper limit above which puddle won't evaporate. Useful when wanting to make sure large puddle will
/// remain forever. Defaults to 100. /// remain forever. Defaults to 100.
/// </summary> /// </summary>
[DataField("upperLimit")] [DataField("upperLimit")]

View File

@@ -101,7 +101,7 @@
- type: Puddle - type: Puddle
slipThreshold: 20 slipThreshold: 20
- type: Evaporation - type: Evaporation
evaporateTime: 20 # 4 times slower than normal evaporateTime: 400 # very slow
- type: Appearance - type: Appearance
visuals: visuals:
- type: PuddleVisualizer - type: PuddleVisualizer

View File

@@ -48,6 +48,9 @@
groups: groups:
Brute: -0.5 Brute: -0.5
Burn: -0.5 Burn: -0.5
# Helps you stop bleeding to an extent.
- !type:ModifyBleedAmount
amount: -0.25
- !type:SatiateHunger #Numbers are balanced with this in mind + it helps limit how much healing you can get from food - !type:SatiateHunger #Numbers are balanced with this in mind + it helps limit how much healing you can get from food
- type: reagent - type: reagent
@@ -65,5 +68,7 @@
damage: damage:
groups: groups:
Brute: -0.4 Brute: -0.4
- !type:ModifyBloodLevel
amount: 1 # weaker than iron but pretty good all things considered
- !type:SatiateHunger - !type:SatiateHunger

View File

@@ -109,7 +109,6 @@
Medicine: Medicine:
effects: effects:
- !type:ModifyBloodLevel - !type:ModifyBloodLevel
scaled: true # scales 2x with the amount of iron you consume
amount: 2 amount: 2
- type: reagent - type: reagent

View File

@@ -316,7 +316,6 @@
types: types:
Asphyxiation: -5 Asphyxiation: -5
- !type:ModifyBleedAmount - !type:ModifyBleedAmount
scaled: true
amount: -0.25 amount: -0.25
- type: reagent - type: reagent
@@ -461,7 +460,7 @@
# Medium-large quantities can hurt you instead, # Medium-large quantities can hurt you instead,
# but still technically stop your bleeding. # but still technically stop your bleeding.
- !type:ModifyBleedAmount - !type:ModifyBleedAmount
scaled: true amount: -1.5
- !type:HealthChange - !type:HealthChange
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold