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
|
||||
- Plasma
|
||||
- Ethanol
|
||||
- Oil
|
||||
- !type:WashCreamPieReaction
|
||||
touch: true
|
||||
reagents:
|
||||
|
||||
@@ -228,6 +228,17 @@
|
||||
- !type:AdjustWater
|
||||
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
|
||||
id: WeldingFuel
|
||||
name: welding fuel
|
||||
|
||||
@@ -203,6 +203,18 @@
|
||||
products:
|
||||
Water: 2
|
||||
|
||||
- type: reaction
|
||||
id: Oil
|
||||
reactants:
|
||||
WeldingFuel:
|
||||
amount: 1
|
||||
Carbon:
|
||||
amount: 1
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
products:
|
||||
Oil: 3
|
||||
|
||||
- type: reaction
|
||||
id: Fluorosurfactant
|
||||
reactants:
|
||||
|
||||
Reference in New Issue
Block a user