Skip to content

Commit

Permalink
Tech Tree integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Safarte committed Dec 20, 2023
1 parent b2203aa commit bf2a0c9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions plugin_template/patches/stock_tech_tree.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
:science #tNode_1v_utility_01 {
UnlockedPartsIDs: +[
"KLSS_life_support_tank_1v_1x1"
];
}

:science #tNode_2v_payload {
UnlockedPartsIDs: +[
"KLSS_life_support_tank_2v_1x1"
];
}

:science #tNode_1v_rover {
UnlockedPartsIDs: +[
"KLSS_food_pack_0v_radial",
"KLSS_water_tank_0v_radial",
"KLSS_oxygen_tank_0v_radial"
];
}

:science #tNode_2v_docking {
UnlockedPartsIDs: +[
"KLSS_food_tank_2v_1x2",
"KLSS_water_tank_2v_1x2",
"KLSS_oxygen_tank_2v_1x2"
];
}

:science #tNode_3v_payload_01 {
UnlockedPartsIDs: +[
"KLSS_food_pack_2v_radial",
"KLSS_water_tank_2v_radial",
"KLSS_oxygen_tank_2v_radial"
];
}

:science #tNode_2v_electronics_02 {
UnlockedPartsIDs: +[
"KLSS_greenhouse_2v_long",
"KLSS_composter_2v_short"
];
}

0 comments on commit bf2a0c9

Please sign in to comment.