From bf2a0c95ddc4d1841d230e2c5683e4ef6c8f707d Mon Sep 17 00:00:00 2001 From: Safarte Date: Wed, 20 Dec 2023 23:20:19 +0100 Subject: [PATCH] Tech Tree integration --- plugin_template/patches/stock_tech_tree.patch | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 plugin_template/patches/stock_tech_tree.patch diff --git a/plugin_template/patches/stock_tech_tree.patch b/plugin_template/patches/stock_tech_tree.patch new file mode 100644 index 0000000..c07165b --- /dev/null +++ b/plugin_template/patches/stock_tech_tree.patch @@ -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" + ]; +} \ No newline at end of file