Skip to content

Commit 1ea054f

Browse files
committed
Setup structure to allow fuels
1 parent 0eabed4 commit 1ea054f

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Todo
File renamed without changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
4+
// 6 units of hydrogen to 1 unit of oxidizer, normalized
5+
@new("Hydrolox", true)
6+
:resources {
7+
displayNameKey: "Resources/DisplayName/Hydrolox";
8+
abbreviationKey: "Resource/Abbreviation/HO";
9+
+Hydrogen {
10+
unitsPerRecipeUnit: 0.986394;
11+
}
12+
+Oxidizer {
13+
unitsPerRecipeUnit: 0.164399;
14+
}
15+
}

0 commit comments

Comments
 (0)