* Add charcoal Flush chemicals that are not the charcoal out of the chemical stream * Add into EN localization to get chem dispenser to display correctly * Remove method that wasn't needed * Remove charcoal from dispenser Charcoal is made by combing ash and carbon * Place ash in elements prototype
This commit is contained in:
@@ -100,3 +100,16 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Ash
|
||||
Quantity: 10
|
||||
- type: SolutionSpiker
|
||||
sourceSolution: food
|
||||
ignoreEmpty: true
|
||||
- type: DeleteOnTrigger
|
||||
- type: Extractable
|
||||
grindableSolutionName: food
|
||||
|
||||
@@ -17,3 +17,28 @@
|
||||
color: "#E7EA91"
|
||||
boilingPoint: 55.5
|
||||
meltingPoint: -50.0
|
||||
|
||||
- type: reagent
|
||||
id: Charcoal
|
||||
name: reagent-name-charcoal
|
||||
desc: reagent-desc-charcoal
|
||||
physicalDesc: reagent-physical-desc-porous
|
||||
color: "#22282b"
|
||||
boilingPoint: 4200.0
|
||||
meltingPoint: 3550.0
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: -1
|
||||
- !type:ChemCleanBoodstream
|
||||
cleanseRate: 3
|
||||
|
||||
- type: reagent
|
||||
id: Ash
|
||||
name: reagent-name-ash
|
||||
desc: reagent-desc-ash
|
||||
physicalDesc: reagent-physical-desc-powder
|
||||
color: white
|
||||
@@ -339,3 +339,13 @@
|
||||
amount: 1
|
||||
products:
|
||||
Pax: 3
|
||||
|
||||
- type: reaction
|
||||
id: Charcoal
|
||||
reactants:
|
||||
Carbon:
|
||||
amount: 1
|
||||
Ash:
|
||||
amount: 1
|
||||
products:
|
||||
Charcoal: 1
|
||||
Reference in New Issue
Block a user