Simple solvent & Dye temperature / orgnization

This commit is contained in:
KittenColony
2025-02-07 03:04:33 +13:00
parent d70c6eddaa
commit 0da463d2f2
14 changed files with 93 additions and 83 deletions

View File

@@ -4,6 +4,9 @@ cp14-reagent-desc-basic-impurity = The natural, undesirable by products of alche
cp14-reagent-name-basic-empty = Empty solution cp14-reagent-name-basic-empty = Empty solution
cp14-reagent-desc-basic-empty = Natural solvent. Essentially a useless liquid that dilutes useful effects. Getting rid of it will give you much more concentrated solutions. cp14-reagent-desc-basic-empty = Natural solvent. Essentially a useless liquid that dilutes useful effects. Getting rid of it will give you much more concentrated solutions.
cp14-reagent-name-basic-simplebase = Simple solvent
cp14-reagent-desc-basic-simplebase = Simple solvent, often used in brewing basic potions in place of water or more specialized solvents.
cp14-reagent-name-basic-heal-brute = Healing solution cp14-reagent-name-basic-heal-brute = Healing solution
cp14-reagent-desc-basic-heal-brute = Can heal all types of physical damage. cp14-reagent-desc-basic-heal-brute = Can heal all types of physical damage.

View File

@@ -4,6 +4,9 @@ cp14-reagent-desc-basic-impurity = Естественные, нежелател
cp14-reagent-name-basic-empty = Пустой раствор cp14-reagent-name-basic-empty = Пустой раствор
cp14-reagent-desc-basic-empty = Природный растворитель. По сути бесполезная жидкость, разбавляющая полезные эффекты. Избавившись от нее, вы получите куда более концентрированные растворы. cp14-reagent-desc-basic-empty = Природный растворитель. По сути бесполезная жидкость, разбавляющая полезные эффекты. Избавившись от нее, вы получите куда более концентрированные растворы.
cp14-reagent-name-basic-simplebase = Простой растворитель
cp14-reagent-desc-basic-simplebase = Простой растворитель, часто используемый при приготовлении базовых зелий вместо воды или более специализированных растворителей.
cp14-reagent-name-basic-heal-brute = Лечебный раствор cp14-reagent-name-basic-heal-brute = Лечебный раствор
cp14-reagent-desc-basic-heal-brute = Способен залечивать все виды физических повреждений. cp14-reagent-desc-basic-heal-brute = Способен залечивать все виды физических повреждений.

View File

@@ -30,6 +30,15 @@
color: "#858585" color: "#858585"
physicalDesc: cp14-reagent-physical-desc-colorless physicalDesc: cp14-reagent-physical-desc-colorless
- type: reagent
id: CP14BasicEffectSimplebase
name: cp14-reagent-name-basic-simplebase
desc: cp14-reagent-desc-basic-simplebase
group: CP14BasicEffect
flavor: CP14Salty
color: "#AFBFBF"
physicalDesc: cp14-reagent-physical-desc-powdery
# T1 / Simple or Basic solutions # T1 / Simple or Basic solutions
# Have simple effects, shouldn't be able to replace their occupational # Have simple effects, shouldn't be able to replace their occupational

View File

@@ -3,12 +3,12 @@
- type: reaction - type: reaction
id: CP14AgaricShroomBrewing id: CP14AgaricShroomBrewing
minTemp: 500 minTemp: 530
priority: 2 priority: 2
reactants: reactants:
CP14AgaricMushroom: CP14AgaricMushroom:
amount: 1 amount: 1
CP14GroundQuartz: CP14BasicEffectSimpleBase:
amount: 1 amount: 1
products: products:
CP14BasicEffectEmpty: 0.75 CP14BasicEffectEmpty: 0.75

View File

@@ -2,12 +2,12 @@
- type: reaction - type: reaction
id: CP14AirLilyBrewing id: CP14AirLilyBrewing
minTemp: 500 minTemp: 530
priority: 2 priority: 2
reactants: reactants:
CP14AirLily: CP14AirLily:
amount: 1 amount: 1
CP14GroundQuartz: CP14BasicEffectSimpleBase:
amount: 1 amount: 1
products: products:
CP14BasicEffectEmpty: 1 CP14BasicEffectEmpty: 1

View File

@@ -1,24 +1,6 @@
# Idea: # Idea:
# BloodFlower is a special reagent that can react with essence to create simple solutions # BloodFlower is a special reagent that can react with essence to create simple solutions
# Red color dye
- type: reaction
id: CP14BloodFlowerBrewing
impact: Low
minTemp: 393
priority: 1
quantized: true
conserveEnergy: false
reactants:
CP14BloodFlowerSap:
amount: 10
effects:
- !type:CP14AffectSolutionTemperature
addTemperature: -50
- !type:CreateEntityReactionEffect
entity: CP14DyeRed
# Splitting # Splitting
- type: reaction - type: reaction

View File

@@ -1,31 +1,13 @@
# Blue color dye
- type: reaction
id: CP14BlueAmanitaColor
minTemp: 393
priority: 1
quantized: true
conserveEnergy: false
reactants:
CP14BlueAmanita:
amount: 10
effects:
- !type:CP14AffectSolutionTemperature
addTemperature: -50
- !type:CreateEntityReactionEffect
entity: CP14DyeBlue
# Simple brewing # Simple brewing
- type: reaction - type: reaction
id: CP14BlueAmanitaBrewing id: CP14BlueAmanitaBrewing
minTemp: 500 minTemp: 530
priority: 2 priority: 2
reactants: reactants:
CP14BlueAmanita: CP14BlueAmanita:
amount: 1 amount: 1
CP14GroundQuartz: CP14BasicEffectSimpleBase:
amount: 1 amount: 1
products: products:
CP14BasicEffectEmpty: 1 CP14BasicEffectEmpty: 1

View File

@@ -13,7 +13,7 @@
CP14ChromiumSlime: CP14ChromiumSlime:
amount: 1 amount: 1
products: products:
CP14BasicEffectEmpty: 1 CP14BasicEffectSimpleBase: 1
effects: effects:
- !type:CP14InverseEffect - !type:CP14InverseEffect
inversion: inversion:
@@ -49,7 +49,7 @@
- type: reaction - type: reaction
id: CP14ChromiumBrewing id: CP14ChromiumBrewing
minTemp: 500 minTemp: 650
priority: 2 priority: 2
reactants: reactants:
CP14ChromiumSlime: CP14ChromiumSlime:

View File

@@ -1,33 +1,14 @@
# Yellow color dye
- type: reaction
id: CP14DayflinDyeBrewing
impact: Low
minTemp: 500
priority: 1
quantized: true
conserveEnergy: false
reactants:
CP14YellowDayflinPulp:
amount: 10
effects:
- !type:CP14AffectSolutionTemperature
addTemperature: -250
- !type:CreateEntityReactionEffect
entity: CP14DyeYellow
# Simple brewing # Simple brewing
- type: reaction - type: reaction
id: CP14DayflinBrewing id: CP14DayflinBrewing
impact: Low impact: Low
minTemp: 500 minTemp: 530
priority: 2 priority: 2
reactants: reactants:
CP14YellowDayflinPulp: CP14YellowDayflinPulp:
amount: 1 amount: 1
CP14GroundQuartz: CP14BasicEffectSimpleBase:
amount: 1 amount: 1
products: products:
CP14BasicEffectEmpty: 0.75 CP14BasicEffectEmpty: 0.75

View File

@@ -10,7 +10,7 @@
reactants: reactants:
CP14Blood: CP14Blood:
amount: 0.75 amount: 0.75
CP14GroundQuartz: CP14AlchemistSalt:
amount: 0.25 amount: 0.25
products: products:
CP14AlchemizedBlood: 0.75 CP14AlchemizedBlood: 0.75
@@ -26,7 +26,7 @@
reactants: reactants:
CP14BloodTiefling: CP14BloodTiefling:
amount: 0.75 amount: 0.75
CP14GroundQuartz: CP14AlchemistSalt:
amount: 0.25 amount: 0.25
products: products:
CP14AlchemizedBloodTiefling: 0.75 CP14AlchemizedBloodTiefling: 0.75
@@ -42,7 +42,7 @@
reactants: reactants:
CP14BloodElf: CP14BloodElf:
amount: 0.75 amount: 0.75
CP14GroundQuartz: CP14AlchemistSalt:
amount: 0.25 amount: 0.25
products: products:
CP14AlchemizedBloodElf: 0.75 CP14AlchemizedBloodElf: 0.75
@@ -58,7 +58,7 @@
reactants: reactants:
CP14BloodGoblin: CP14BloodGoblin:
amount: 0.75 amount: 0.75
CP14GroundQuartz: CP14AlchemistSalt:
amount: 0.25 amount: 0.25
products: products:
CP14AlchemizedBloodGoblin: 0.75 CP14AlchemizedBloodGoblin: 0.75
@@ -78,7 +78,7 @@
amount: 0.75 amount: 0.75
CP14BloodFlowerSap: CP14BloodFlowerSap:
amount: 0.25 amount: 0.25
CP14GroundQuartz: CP14AlchemistSalt:
amount: 0.25 amount: 0.25
products: products:
CP14Essense: 1 CP14Essense: 1
@@ -96,7 +96,7 @@
amount: 0.75 amount: 0.75
CP14BloodFlowerSap: CP14BloodFlowerSap:
amount: 0.25 amount: 0.25
CP14GroundQuartz: CP14AlchemistSalt:
amount: 0.25 amount: 0.25
products: products:
CP14EssenseTiefling: 1 CP14EssenseTiefling: 1
@@ -114,7 +114,7 @@
amount: 0.75 amount: 0.75
CP14BloodFlowerSap: CP14BloodFlowerSap:
amount: 0.25 amount: 0.25
CP14GroundQuartz: CP14AlchemistSalt:
amount: 0.25 amount: 0.25
products: products:
CP14EssenseElf: 1 CP14EssenseElf: 1
@@ -132,7 +132,7 @@
amount: 0.75 amount: 0.75
CP14BloodFlowerSap: CP14BloodFlowerSap:
amount: 0.25 amount: 0.25
CP14GroundQuartz: CP14AlchemistSalt:
amount: 0.25 amount: 0.25
products: products:
CP14EssenseGoblin: 1 CP14EssenseGoblin: 1

View File

@@ -1,6 +1,6 @@
- type: reaction - type: reaction
id: CP14OverbrewingFail id: CP14OverbrewingFail
minTemp: 800 minTemp: 780
reactants: reactants:
CP14BasicEffectEmpty: CP14BasicEffectEmpty:
amount: 1 amount: 1
@@ -33,7 +33,7 @@
CP14GroundQuartz: CP14GroundQuartz:
amount: 0.5 amount: 0.5
products: products:
CP14AlchemistSalt: 0.5 CP14AlchemistSalt: 0.75
effects: effects:
- !type:CP14AffectSolutionTemperature - !type:CP14AffectSolutionTemperature
addTemperature: -300 addTemperature: -300
@@ -47,4 +47,15 @@
CP14AlchemistSalt: CP14AlchemistSalt:
amount: 0.5 amount: 0.5
products: products:
CP14SaltedWater: 0.5 CP14SaltedWater: 0.5
- type: reaction
id: CP14SimpleSolvent
minTemp: 420
reactants:
CP14SaltedWater:
ammount: 0.5
CP14GroundQuartz:
amount: 0.5
products:
CP14BasicEffectSimpleBase: 1

View File

@@ -3,12 +3,12 @@
- type: reaction - type: reaction
id: CP14LumiMushroomBrewing id: CP14LumiMushroomBrewing
minTemp: 500 minTemp: 530
priority: 2 priority: 2
reactants: reactants:
CP14LumiMushroom: CP14LumiMushroom:
amount: 1 amount: 1
CP14GroundQuartz: CP14BasicEffectSimpleBase:
amount: 1 amount: 1
products: products:
CP14BasicEffectEmpty: 0.75 CP14BasicEffectEmpty: 0.75

View File

@@ -1,14 +1,13 @@
# Simple brewing # Simple brewing
- type: reaction - type: reaction
id: CP14WildSageSapBrewing id: CP14WildSageSapBrewing
minTemp: 500 minTemp: 530
priority: 2 priority: 2
reactants: reactants:
CP14WildSageSap: CP14WildSageSap:
amount: 1 amount: 1
CP14GroundQuartz: CP14BasicEffectSimpleBase:
amount: 1 amount: 1
products: products:
CP14BasicEffectEmpty: 0.75 CP14BasicEffectEmpty: 0.75

View File

@@ -1,12 +1,52 @@
# Red color dye
- type: reaction
id: CP14BloodFlowerBrewing
impact: Low
minTemp: 393
priority: 1
quantized: true
conserveEnergy: false
reactants:
CP14BloodFlowerSap:
amount: 10
effects:
- !type:CP14AffectSolutionTemperature
addTemperature: -50
- !type:CreateEntityReactionEffect
entity: CP14DyeRed
# Yellow color dye
- type: reaction - type: reaction
id: CP14YellowDayflinBrewing id: CP14YellowDayflinBrewing
impact: Low impact: Low
quantized: true quantized: true
conserveEnergy: false conserveEnergy: false
minTemp: 500 minTemp: 393
reactants: reactants:
CP14YellowDayflinPulp: CP14YellowDayflinPulp:
amount: 10 amount: 10
effects: effects:
- !type:CP14AffectSolutionTemperature
addTemperature: -50
effects:
- !type:CreateEntityReactionEffect - !type:CreateEntityReactionEffect
entity: CP14DyeYellow entity: CP14DyeYellow
# Blue color dye
- type: reaction
id: CP14BlueAmanitaColor
minTemp: 393
priority: 1
quantized: true
conserveEnergy: false
reactants:
CP14BlueAmanita:
amount: 10
effects:
- !type:CP14AffectSolutionTemperature
addTemperature: -50
- !type:CreateEntityReactionEffect
entity: CP14DyeBlue