Added oil with functionality (#4120)
* Changed the submodule Issues * Added oil with functionality * submodule * submodule 2 Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
- Thermite
|
- Thermite
|
||||||
- Plasma
|
- Plasma
|
||||||
- Ethanol
|
- Ethanol
|
||||||
|
- Oil
|
||||||
- !type:WashCreamPieReaction
|
- !type:WashCreamPieReaction
|
||||||
touch: true
|
touch: true
|
||||||
reagents:
|
reagents:
|
||||||
|
|||||||
@@ -228,6 +228,17 @@
|
|||||||
- !type:AdjustWater
|
- !type:AdjustWater
|
||||||
amount: 1
|
amount: 1
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Oil
|
||||||
|
name: oil
|
||||||
|
desc: Used by chefs to cook.
|
||||||
|
physicalDesc: oily
|
||||||
|
color: "#b67823"
|
||||||
|
boilingPoint: 300.0
|
||||||
|
meltingPoint: -16.0
|
||||||
|
tileReactions:
|
||||||
|
- !type:FlammableTileReaction {}
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: WeldingFuel
|
id: WeldingFuel
|
||||||
name: welding fuel
|
name: welding fuel
|
||||||
|
|||||||
@@ -203,6 +203,18 @@
|
|||||||
products:
|
products:
|
||||||
Water: 2
|
Water: 2
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: Oil
|
||||||
|
reactants:
|
||||||
|
WeldingFuel:
|
||||||
|
amount: 1
|
||||||
|
Carbon:
|
||||||
|
amount: 1
|
||||||
|
Hydrogen:
|
||||||
|
amount: 1
|
||||||
|
products:
|
||||||
|
Oil: 3
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: Fluorosurfactant
|
id: Fluorosurfactant
|
||||||
reactants:
|
reactants:
|
||||||
|
|||||||
Reference in New Issue
Block a user