From 2aca26f41ba470ee97d602755c211ade7f441d9b Mon Sep 17 00:00:00 2001 From: D4rkl1ght3r <86805404+D4rkl1ght3r@users.noreply.github.com> Date: Sat, 25 Jul 2026 18:07:18 +0200 Subject: [PATCH] Create Thruster Infocards --- DATA/EQUIPMENT/st_equip.ini | 28 ++++++++++++++-------------- DATA/EQUIPMENT/st_good.ini | 28 ++++++++++++++-------------- EXE/REM/Lua/Infocards.lua | 24 ++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 28 deletions(-) diff --git a/DATA/EQUIPMENT/st_equip.ini b/DATA/EQUIPMENT/st_equip.ini index 0bb9f16b..fc563a1e 100644 --- a/DATA/EQUIPMENT/st_equip.ini +++ b/DATA/EQUIPMENT/st_equip.ini @@ -102,8 +102,8 @@ LODranges = 0, 999999 [Thruster] nickname = bretonia_thruster -ids_name = 263741 -ids_info = 264741 +ids_name = 263919 +ids_info = 263920 DA_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat HP_child = HpConnect @@ -126,8 +126,8 @@ LODranges = 0, 999999 [Thruster] nickname = corsair_thruster -ids_name = 263741 -ids_info = 264741 +ids_name = 263921 +ids_info = 263922 DA_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat HP_child = HpConnect @@ -150,8 +150,8 @@ LODranges = 0, 999999 [Thruster] nickname = kusari_thruster -ids_name = 263741 -ids_info = 264741 +ids_name = 263923 +ids_info = 263924 DA_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat HP_child = HpConnect @@ -174,8 +174,8 @@ LODranges = 0, 999999 [Thruster] nickname = lanehackers_thruster -ids_name = 263741 -ids_info = 264741 +ids_name = 263925 +ids_info = 263926 DA_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat HP_child = HpConnect @@ -198,8 +198,8 @@ LODranges = 0, 999999 [Thruster] nickname = liberty_thruster -ids_name = 263741 -ids_info = 264741 +ids_name = 263927 +ids_info = 263928 DA_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat HP_child = HpConnect @@ -222,8 +222,8 @@ LODranges = 0, 999999 [Thruster] nickname = outcast_thruster -ids_name = 263741 -ids_info = 264741 +ids_name = 263929 +ids_info = 263930 DA_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat HP_child = HpConnect @@ -246,8 +246,8 @@ LODranges = 0, 999999 [Thruster] nickname = rheinland_thruster -ids_name = 263741 -ids_info = 264741 +ids_name = 263931 +ids_info = 263932 DA_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat HP_child = HpConnect diff --git a/DATA/EQUIPMENT/st_good.ini b/DATA/EQUIPMENT/st_good.ini index e5d192da..9307a0aa 100644 --- a/DATA/EQUIPMENT/st_good.ini +++ b/DATA/EQUIPMENT/st_good.ini @@ -67,8 +67,8 @@ category = equipment price = 100 item_icon = equipment\models\commodities\nn_icons\EQUIPICON_thruster.3db combinable = false -ids_name = 263741 -ids_info = 264741 +ids_name = 263919 +ids_info = 263920 shop_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat @@ -81,8 +81,8 @@ category = equipment price = 100 item_icon = equipment\models\commodities\nn_icons\EQUIPICON_thruster.3db combinable = false -ids_name = 263741 -ids_info = 264741 +ids_name = 263921 +ids_info = 263922 shop_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat @@ -95,8 +95,8 @@ category = equipment price = 100 item_icon = equipment\models\commodities\nn_icons\EQUIPICON_thruster.3db combinable = false -ids_name = 263741 -ids_info = 264741 +ids_name = 263923 +ids_info = 263924 shop_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat @@ -109,8 +109,8 @@ category = equipment price = 100 item_icon = equipment\models\commodities\nn_icons\EQUIPICON_thruster.3db combinable = false -ids_name = 263741 -ids_info = 264741 +ids_name = 263925 +ids_info = 263926 shop_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat @@ -123,8 +123,8 @@ category = equipment price = 100 item_icon = equipment\models\commodities\nn_icons\EQUIPICON_thruster.3db combinable = false -ids_name = 263741 -ids_info = 264741 +ids_name = 263927 +ids_info = 263928 shop_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat @@ -137,8 +137,8 @@ category = equipment price = 100 item_icon = equipment\models\commodities\nn_icons\EQUIPICON_thruster.3db combinable = false -ids_name = 263741 -ids_info = 264741 +ids_name = 263929 +ids_info = 263930 shop_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat @@ -151,8 +151,8 @@ category = equipment price = 100 item_icon = equipment\models\commodities\nn_icons\EQUIPICON_thruster.3db combinable = false -ids_name = 263741 -ids_info = 264741 +ids_name = 263931 +ids_info = 263932 shop_archetype = equipment\models\st\ku_thruster.3db material_library = equipment\models\ku_equip.mat diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua index 2e2566c9..ec145daf 100644 --- a/EXE/REM/Lua/Infocards.lua +++ b/EXE/REM/Lua/Infocards.lua @@ -880,6 +880,30 @@ rem.AddInfoCard(001711, "Thrust Velocity Extension") rem.AddInfoCard(001712, "Vector Thrust Coil") rem.AddInfoCard(001713, "Turbo Coolant Pump") +-- Free Infocard Numbers +rem.AddInfoCard(263743, "Bretonia Thruster") +rem.AddInfoCard(263745, "Corsair Thruster") +rem.AddInfoCard(263747, "Kusari Thruster") +rem.AddInfoCard(263749, "Lane Hackers Thruster") +rem.AddInfoCard(263752, "Outcasts Thruster") +rem.AddInfoCard(263756, "Rheinland Thruster") + +-- Endgame Thrusters +rem.AddInfoCard(263919, "Bretonia Thruster") +rem.AddInfoCard(263920, [[Bretonia ThrusterThis Thruster is specifically designed for the Bretonia Heavy Fighter but is easily mounted on other ships.]]) +rem.AddInfoCard(263921, "Corsairs Thruster") +rem.AddInfoCard(263922, [[Corsairs ThrusterThis Thruster is specifically designed for the Corsairs Heavy Fighter but is easily mounted on other ships.]]) +rem.AddInfoCard(263923, "Kusari Thruster") +rem.AddInfoCard(263924, [[Kusari ThrusterThis Thruster is specifically designed for the Kusari Heavy Fighter but is easily mounted on other ships.]]) +rem.AddInfoCard(263925, "Lane Hackers Thruster") +rem.AddInfoCard(263926, [[Lane Hackers ThrusterThis Thruster is specifically designed for the Lane Hackers Heavy Fighter but is easily mounted on other ships.]]) +rem.AddInfoCard(263927, "Liberty Thruster") +rem.AddInfoCard(263928, [[Liberty ThrusterThis Thruster is specifically designed for the Liberty Heavy Fighter but is easily mounted on other ships.]]) +rem.AddInfoCard(263929, "Outcasts Thruster") +rem.AddInfoCard(263930, [[Outcasts ThrusterThis Thruster is specifically designed for the Outcasts Heavy Fighter but is easily mounted on other ships.]]) +rem.AddInfoCard(263931, "Rheinland Thruster") +rem.AddInfoCard(263932, [[Rheinland ThrusterThis Thruster is specifically designed for the Rheinland Heavy Fighter but is easily mounted on other ships.]]) + -- Hokkaido Infocards rem.AddInfoCard(500000, "Hokkaido Jump Gate->Hakodate Construction Site") rem.AddInfoCard(500001, "Hakodate Construction Site->Chugoku Jump Gate")