Skip to content

Commit

Permalink
MotorOil -> Oil
Browse files Browse the repository at this point in the history
  • Loading branch information
KayzelW committed Nov 11, 2023
1 parent 23db6e4 commit 8233612
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
- type: Damageable
damageContainer: Inorganic
- type: Bloodstream
bloodReagent: MotorOil
bloodReagent: Oil
bloodlossDamage:
types:
Bloodloss: 1
Expand Down
39 changes: 20 additions & 19 deletions Resources/Prototypes/Backmen/Reagents/pyrotechnic.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
- type: reagent
id: MotorOil
name: reagent-name-motor-oil
parent: BasePyrotechnic
desc: reagent-desc-motor-oil
physicalDesc: reagent-physical-desc-oily
flavor: bitter
color: "#b67823"
tileReactions:
- !type:FlammableTileReaction {}
metabolisms:
Poison:
effects:
- !type:HealthChange
damage:
types:
Poison: 1
- !type:FlammableReaction
multiplier: 0.4
#- type: reagent
# id: MotorOil
# name: reagent-name-motor-oil
# parent: BasePyrotechnic
# desc: reagent-desc-motor-oil
# physicalDesc: reagent-physical-desc-oily
# flavor: bitter
# color: "#b67823"
# tileReactions:
# - !type:FlammableTileReaction {}
# metabolisms:
# Poison:
# effects:
# - !type:HealthChange
# damage:
# types:
# Poison: 1
# - !type:FlammableReaction
# multiplier: 0.4
#
22 changes: 11 additions & 11 deletions Resources/Prototypes/Backmen/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- type: reaction
id: MotorOil
reactants:
WeldingFuel:
amount: 1
Carbon:
amount: 1
Hydrogen:
amount: 1
products:
MotorOil: 3
#- type: reaction
# id: MotorOil
# reactants:
# WeldingFuel:
# amount: 1
# Carbon:
# amount: 1
# Hydrogen:
# amount: 1
# products:
# MotorOil: 3
2 changes: 1 addition & 1 deletion Resources/Prototypes/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
id: Ephedrine
impact: Medium
reactants:
MotorOil:
Oil:
amount: 1
Hydrogen:
amount: 1
Expand Down

0 comments on commit 8233612

Please sign in to comment.