STAMINA SOLUTIONS!!!! (#1492)
This commit is contained in:
@@ -55,6 +55,12 @@ cp14-reagent-desc-basic-heal-mana = A substance that causes a rapid regeneration
|
||||
cp14-reagent-name-basic-damage-mana = Antimagic solution
|
||||
cp14-reagent-desc-basic-damage-mana = A substance that rapidly drains all magical energy from the body.
|
||||
|
||||
cp14-reagent-name-basic-heal-stam = Refreshing solution
|
||||
cp14-reagent-desc-basic-heal-stam = A substance that causes a rapid regeneration of stamina in the body.
|
||||
|
||||
cp14-reagent-name-basic-damage-stam = Exhausting solution
|
||||
cp14-reagent-desc-basic-damage-stam = A substance that rapidly drains all stamina from the body.
|
||||
|
||||
cp14-reagent-name-basic-speed-up = Accelerating solution
|
||||
cp14-reagent-desc-basic-speed-up = Increases muscle tone, allowing creatures to move and react faster than normal.
|
||||
|
||||
|
||||
@@ -55,6 +55,12 @@ cp14-reagent-desc-basic-heal-mana = Вещество, вызывающее бу
|
||||
cp14-reagent-name-basic-damage-mana = Раствор антимагии
|
||||
cp14-reagent-desc-basic-damage-mana = Вещество, стремительно выжигающее всю магическую энергию из организма.
|
||||
|
||||
cp14-reagent-name-basic-heal-stam = Бодрящий раствор
|
||||
cp14-reagent-desc-basic-heal-stam = Субстанция, вызывающая стремительное восстановление выносливости в теле.
|
||||
|
||||
cp14-reagent-name-basic-damage-stam = Утомляющий раствор
|
||||
cp14-reagent-desc-basic-damage-stam = Субстанция, стремильно высасывающая выносливость из тела.
|
||||
|
||||
cp14-reagent-name-basic-unstable = Нестабильный раствор
|
||||
cp14-reagent-desc-basic-unstable = При остывании, немедленно преобразует все реагенты в химическое облако, размер которого зависит от количества нестабильного вещества.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user