Remove random reaction system (#1345)

* wow

* d
This commit is contained in:
Red
2025-06-01 15:01:32 +03:00
committed by GitHub
parent 759e7c73d9
commit a99f2fcd50
11 changed files with 38 additions and 139 deletions

View File

@@ -10,9 +10,7 @@
amount: 1
products:
CP14EssencePoison: 0.5
cp14RandomProducts:
- CP14EssenceWater: 0.5
- CP14EssenceEarth: 0.5
CP14EssenceEarth: 0.5
# Admixture: By adding raw precursor to a potion with target solutions, we can reduce the amount of empty solution by modifying the target solutions.

View File

@@ -10,9 +10,7 @@
amount: 1
products:
CP14EssenceAir: 0.5
cp14RandomProducts:
- CP14EssenceWater: 0.5
- CP14EssenceLife: 0.5
CP14EssenceWater: 0.5
# Admixture: By adding raw precursor to a potion with target solutions, we can reduce the amount of empty solution by modifying the target solutions.

View File

@@ -10,9 +10,7 @@
amount: 1
products:
CP14EssenceMagic: 0.5
cp14RandomProducts:
- CP14EssenceWater: 0.5
- CP14EssenceLife: 0.5
CP14EssenceWater: 0.5
# Admixture: By adding raw precursor to a potion with target solutions, we can reduce the amount of empty solution by modifying the target solutions.

View File

@@ -10,9 +10,7 @@
amount: 1
products:
CP14EssenceFire: 0.5
cp14RandomProducts:
- CP14EssenceLife: 0.5
- CP14EssenceMotion: 0.5
CP14EssenceMotion: 0.5
# Admixture: By adding raw precursor to a potion with target solutions, we can reduce the amount of empty solution by modifying the target solutions.

View File

@@ -10,9 +10,7 @@
amount: 1
products:
CP14EssenceCrystal: 0.5
cp14RandomProducts:
- CP14EssenceOrder: 0.5
- CP14EssenceChaos: 0.5
CP14EssenceOrder: 0.5
# Admixture: By adding raw precursor to a potion with target solutions, we can reduce the amount of empty solution by modifying the target solutions.

View File

@@ -10,41 +10,38 @@
amount: 1
products:
CP14EssenceLight: 0.5
cp14RandomProducts:
- CP14EssenceWater: 0.5
- CP14EssenceEarth: 0.5
CP14EssenceEarth: 0.5
# Admixture: By adding raw precursor to a potion with target solutions, we can reduce the amount of empty solution by modifying the target solutions.
# Idea: Full randomness
- type: reaction
id: CP14LumiMushroomAdmixture
minTemp: 500
reactants:
CP14LumiMushroom:
amount: 1
CP14BasicEffectEmpty:
amount: 1
cp14RandomProducts:
- CP14BasicEffectHealBrute: 2
- CP14BasicEffectDamageBrute: 2
- CP14BasicEffectHealHeat: 2
- CP14BasicEffectDamageHeat: 2
- CP14BasicEffectHealCold: 2
- CP14BasicEffectDamageCold: 2
- CP14BasicEffectHealPoison: 2
- CP14BasicEffectDamagePoison: 2
- CP14BasicEffectHealAirloss: 2
- CP14BasicEffectDamageAirloss: 2
- CP14BasicEffectBloodRestore: 2
- CP14BasicEffectBloodAbsorption: 2
- CP14BasicEffectSatiateHunger: 2
- CP14BasicEffectSatiateThirst: 2
- CP14BasicEffectHealMana: 2
- CP14BasicEffectDamageMana: 2
- CP14BasicEffectSpeedUp: 2
- CP14BasicEffectSpeedDown: 2
- CP14BasicEffectSleep: 2
- CP14BasicEffectUnsleep: 2
#- type: reaction
# id: CP14LumiMushroomAdmixture
# minTemp: 500
# reactants:
# CP14LumiMushroom:
# amount: 1
# CP14BasicEffectEmpty:
# amount: 1
# cp14RandomProducts:
# - CP14BasicEffectHealBrute: 2
# - CP14BasicEffectDamageBrute: 2
# - CP14BasicEffectHealHeat: 2
# - CP14BasicEffectDamageHeat: 2
# - CP14BasicEffectHealCold: 2
# - CP14BasicEffectDamageCold: 2
# - CP14BasicEffectHealPoison: 2
# - CP14BasicEffectDamagePoison: 2
# - CP14BasicEffectHealAirloss: 2
# - CP14BasicEffectDamageAirloss: 2
# - CP14BasicEffectBloodRestore: 2
# - CP14BasicEffectBloodAbsorption: 2
# - CP14BasicEffectSatiateHunger: 2
# - CP14BasicEffectSatiateThirst: 2
# - CP14BasicEffectHealMana: 2
# - CP14BasicEffectDamageMana: 2
# - CP14BasicEffectSpeedUp: 2
# - CP14BasicEffectSpeedDown: 2
# - CP14BasicEffectSleep: 2
# - CP14BasicEffectUnsleep: 2

View File

@@ -10,9 +10,7 @@
amount: 1
products:
CP14EssenceEarth: 0.5
cp14RandomProducts:
- CP14EssenceOrder: 0.5
- CP14EssenceChaos: 0.5
CP14EssenceOrder: 0.5
# Admixture: By adding raw precursor to a potion with target solutions, we can reduce the amount of empty solution by modifying the target solutions.