STAMINA SOLUTIONS!!!! (#1492)

This commit is contained in:
Kit
2025-07-01 06:10:08 -04:00
committed by GitHub
parent a5f1b5eb1f
commit d8fa6f0a0b
5 changed files with 113 additions and 0 deletions

View File

@@ -354,6 +354,38 @@
safe: false
pricePerUnit: 5.0 # 2×Energia (0.4) + 1×Void (0.2) + Water (0.1) = 0.7 → x7.14
- type: reagent
id: CP14BasicEffectHealStam
name: cp14-reagent-name-basic-heal-stam
desc: cp14-reagent-desc-basic-heal-stam
group: CP14BasicEffect
flavor: CP14Magic
color: "#ebff6f"
physicalDesc: cp14-reagent-physical-desc-iridescent
metabolisms:
Medicine:
metabolismRate: 0.05
effects:
- !type:CP14StaminaChange
staminaDelta: 3
pricePerUnit: 5.0 # 1×Life (0.2) + 1×Motion (0.2) + 1xAir (0.25) + Water (0.1) = 0.75 → x6.67 (high value)
- type: reagent
id: CP14BasicEffectDamageStam
name: cp14-reagent-name-basic-damage-stam
desc: cp14-reagent-desc-basic-damage-stam
group: CP14BasicEffect
flavor: CP14Magic
color: "#686400"
physicalDesc: cp14-reagent-physical-desc-iridescent
metabolisms:
Medicine:
metabolismRate: 0.05
effects:
- !type:CP14StaminaChange
staminaDelta: -3
pricePerUnit: 5.0 # 1×Void (0.2) + 1×Motion (0.2) + 1xAir (0.25) + Water (0.1) = 0.75 → x6.67 (high value)
- type: reagent
id: CP14BasicEffectSpeedUp
name: cp14-reagent-name-basic-speed-up

View File

@@ -42,3 +42,30 @@
CP14BasicEffectSpeedUp: 2
CP14BasicEffectJitter: 1
- type: reaction
id: CP14DayflinAdmixture3
minTemp: 500
reactants:
CP14YellowDayflinPulp:
amount: 1
CP14BasicEffectEmpty:
amount: 1
CP14BasicEffectHealStam:
amount: 1
products:
CP14BasicEffectDamageStam: 2
CP14BasicEffectJitter: 1
- type: reaction
id: CP14DayflinAdmixture4
minTemp: 500
reactants:
CP14YellowDayflinPulp:
amount: 1
CP14BasicEffectEmpty:
amount: 1
CP14BasicEffectDamageStam:
amount: 1
products:
CP14BasicEffectHealStam: 2
CP14BasicEffectJitter: 1

View File

@@ -291,6 +291,48 @@
- !type:CP14AffectSolutionTemperature
addTemperature: -150
- type: reaction
id: CP14WaterBrewingHealStam
minTemp: 500
priority: 1
reactants:
CP14EssenceLife:
amount: 1
CP14EssenceMotion:
amount: 1
CP14EssenceAir:
amount: 1
Water:
amount: 1
products:
CP14BasicEffectEmpty: 2
CP14BasicEffectDrunk: 1
CP14BasicEffectHealStam: 1
effects:
- !type:CP14AffectSolutionTemperature
addTemperature: -150
- type: reaction
id: CP14WaterBrewingDamageStam
minTemp: 500
priority: 1
reactants:
CP14EssenceVoid:
amount: 1
CP14EssenceMotion:
amount: 1
CP14EssenceAir:
amount: 1
Water:
amount: 1
products:
CP14BasicEffectEmpty: 2
CP14BasicEffectDrunk: 1
CP14BasicEffectDamageStam: 1
effects:
- !type:CP14AffectSolutionTemperature
addTemperature: -150
- type: reaction
id: CP14WaterBrewingSpeedUp
minTemp: 500