Skip to content

Commit 79f8552

Browse files
committed
first commit
0 parents  commit 79f8552

15 files changed

Lines changed: 254 additions & 0 deletions
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/Packager/Recipe_PackagedAlumina.Recipe_PackagedAlumina_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "AluminaSolution",
7+
"Amount": 2000
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "PackagedAlumina",
13+
"Amount": 2
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/OilRefinery/Recipe_PackagedOilResidue.Recipe_PackagedOilResidue_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "HeavyOilResidue",
7+
"Amount": 2000
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "PackagedOilResidue",
13+
"Amount": 2
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/OilRefinery/Recipe_PackagedBiofuel.Recipe_PackagedBiofuel_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "LiquidBiofuel",
7+
"Amount": 2000
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "PackagedBiofuel",
13+
"Amount": 2
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/OilRefinery/Recipe_Fuel.Recipe_Fuel_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "liquidFuel",
7+
"Amount": 2000
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "Fuel",
13+
"Amount": 2
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/OilRefinery/Recipe_PackagedCrudeOil.Recipe_PackagedCrudeOil_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "LiquidOil",
7+
"Amount": 2000
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "PackagedOil",
13+
"Amount": 2
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/OilRefinery/Recipe_PackagedTurboFuel.Recipe_PackagedTurboFuel_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "LiquidTurboFuel",
7+
"Amount": 2000
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "TurboFuel",
13+
"Amount": 2
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/Packager/Recipe_PackagedSulfuricAcid.Recipe_PackagedSulfuricAcid_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "SulfuricAcid",
7+
"Amount": 2000
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "PackagedSulfuricAcid",
13+
"Amount": 2
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/OilRefinery/Recipe_PackagedWater.Recipe_PackagedWater_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "Water",
7+
"Amount": 2000
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "PackagedWater",
13+
"Amount": 2
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/Packager/Recipe_UnpackageAlumina.Recipe_UnpackageAlumina_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "PackagedAlumina",
7+
"Amount": 2
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "AluminaSolution",
13+
"Amount": 2000
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//Game/FactoryGame/Recipes/OilRefinery/Recipe_UnpackageOilResidue.Recipe_UnpackageOilResidue_C
2+
{
3+
"$schema": "https://github.com/Nogg-aholic/ContentLib_Recipes/blob/master/FContentLib_Recipes.json",
4+
"Ingredients": [
5+
{
6+
"item": "PackagedOilResidue",
7+
"Amount": 2
8+
}
9+
],
10+
"Products": [
11+
{
12+
"item": "HeavyOilResidue",
13+
"Amount": 2000
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)