Guidebook redescriptionings
This commit is contained in:
@@ -9,16 +9,16 @@ reagent-effect-guidebook-status-effect-remove = { $chance ->
|
||||
}
|
||||
|
||||
reagent-effect-guidebook-modify-brain-damage-heals = { $chance ->
|
||||
[1] Heals { $amount } brain damage
|
||||
*[other] heal { $amount } brain damage
|
||||
[1] Heals { $amount } brain activity
|
||||
*[other] heal { $amount } brain activity
|
||||
}
|
||||
reagent-effect-guidebook-modify-brain-damage-deals = { $chance ->
|
||||
[1] Deals { $amount } brain damage
|
||||
*[other] deal { $amount } brain damage
|
||||
}
|
||||
reagent-effect-guidebook-modify-heart-damage-heals = { $chance ->
|
||||
[1] Heals { $amount } heart damage
|
||||
*[other] heal { $amount } heart damage
|
||||
[1] Heals { $amount } heart health
|
||||
*[other] heal { $amount } heart health
|
||||
}
|
||||
reagent-effect-guidebook-modify-heart-damage-deals = { $chance ->
|
||||
[1] Deals { $amount } heart damage
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
- type: entity
|
||||
parent: MobStatusEffectBase
|
||||
id: StatusEffectHeartStabilizationInaprovaline
|
||||
name: heart stabilization
|
||||
name: reduced heartrate
|
||||
components:
|
||||
- type: StrainStatusEffect
|
||||
delta: -2
|
||||
@@ -180,22 +180,22 @@
|
||||
- type: entity
|
||||
parent: MobStatusEffectBase
|
||||
id: StatusEffectBrainStabilizationInaprovaline
|
||||
name: brain stabilization
|
||||
name: reduction in chance to take brain damage
|
||||
components:
|
||||
- type: ModifyBrainDamageChanceStatusEffect
|
||||
oxygenationModifierThresholds:
|
||||
0.30: 0.8
|
||||
0.60: 0.6
|
||||
0.70: 0.5
|
||||
0.85: 0.5
|
||||
1: 0.2
|
||||
0.30: 0.7
|
||||
0.60: 0.5
|
||||
0.70: 0.4
|
||||
0.85: 0.4
|
||||
1: 0.1
|
||||
- type: ModifyBrainOxygenDepletionChanceStatusEffect
|
||||
oxygenationModifierThresholds:
|
||||
0.30: 0.8
|
||||
0.60: 0.6
|
||||
0.70: 0.5
|
||||
0.85: 0.5
|
||||
1: 0.2
|
||||
0.30: 0.7
|
||||
0.60: 0.5
|
||||
0.70: 0.4
|
||||
0.85: 0.4
|
||||
1: 0.1
|
||||
|
||||
- type: entity
|
||||
parent: MobStatusEffectBase
|
||||
|
||||
Reference in New Issue
Block a user