Added DataBased Compiled/Provider system
This commit is contained in:
13
mods/raw_onion.yaml
Normal file
13
mods/raw_onion.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
Id: raw_onion
|
||||
|
||||
# TypeMapping:
|
||||
# Tags: FoodFactory.Items.Tags
|
||||
Components:
|
||||
Name: Raw Onion
|
||||
Tags: ["onion", "raw", "vegetable", "burnable", "sliceable"]
|
||||
Temperature:
|
||||
Fahrenheit: 71.
|
||||
# Bacteria:
|
||||
# - salmonella: 400.
|
||||
BurnableTemp:
|
||||
Temperature: 477.594
|
||||
13
mods/raw_potato.yaml
Normal file
13
mods/raw_potato.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
Id: raw_potato
|
||||
|
||||
# TypeMapping:
|
||||
# Tags: FoodFactory.Items.Tags
|
||||
Components:
|
||||
Name: Raw Potato
|
||||
Tags: ["potato", "raw", "vegetable", "burnable"]
|
||||
Temperature:
|
||||
Fahrenheit: 71.
|
||||
# Bacteria:
|
||||
# - salmonella: 400.
|
||||
BurnableTemp:
|
||||
Temperature: 100.
|
||||
15
mods/raw_red_onion.yaml
Normal file
15
mods/raw_red_onion.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
Id: raw_red_onion
|
||||
|
||||
Extend:
|
||||
- raw_onion
|
||||
# TypeMapping:
|
||||
# Tags: FoodFactory.Items.Tags
|
||||
Components:
|
||||
Name: Raw Red Onion
|
||||
Color:
|
||||
R: 1
|
||||
G: 0
|
||||
B: 0
|
||||
Tags:
|
||||
With: ["red"]
|
||||
Except: ["sliceable"]
|
||||
Reference in New Issue
Block a user