From f17ce74784f4717fc74d42f06d489a7d21e3c34c Mon Sep 17 00:00:00 2001 From: D4rkl1ght3r <86805404+D4rkl1ght3r@users.noreply.github.com> Date: Sat, 11 Jul 2026 08:14:05 +0200 Subject: [PATCH] Add Tizona del Cid Blueprint & Schematic --- DATA/EQUIPMENT/goods.ini | 36 ++++++++++++++++++++++++++++++++- DATA/EQUIPMENT/select_equip.ini | 27 ++++++++++++++++++++++++- EXE/REM/Lua/Infocards.lua | 10 ++++++--- 3 files changed, 68 insertions(+), 5 deletions(-) diff --git a/DATA/EQUIPMENT/goods.ini b/DATA/EQUIPMENT/goods.ini index d10c9b7b..0b796290 100644 --- a/DATA/EQUIPMENT/goods.ini +++ b/DATA/EQUIPMENT/goods.ini @@ -1083,6 +1083,40 @@ shop_archetype = Equipment\models\commodities\nn_icons\cwire_rawmats_1.3db item_icon = Equipment\models\commodities\nn_icons\commod_weapon_secondary_blueprint.3db jump_dist = 2 +; Tizona del Cid Blueprint + +[Good] +nickname = commodity_tizona_blueprint +equipment = commodity_tizona_blueprint +msg_id_prefix = gcs_gen_commodity_tizona_blueprint +category = commodity +price = 25000 +combinable = false +good_sell_price = 1 +bad_buy_price = 1 +bad_sell_price = 1 +good_buy_price = 1 +shop_archetype = Equipment\models\commodities\nn_icons\cwire_rawmats_1.3db +item_icon = Equipment\models\commodities\nn_icons\commod_weapon_secondary_blueprint.3db +jump_dist = 2 + +; Tizona del Cid Schematic + +[Good] +nickname = commodity_tizona_schematic +equipment = commodity_tizona_schematic +msg_id_prefix = gcs_gen_commodity_tizona_schematics +category = commodity +price = 25000 +combinable = false +good_sell_price = 1 +bad_buy_price = 1 +bad_sell_price = 1 +good_buy_price = 1 +shop_archetype = Equipment\models\commodities\nn_icons\cwire_rawmats_1.3db +item_icon = Equipment\models\commodities\nn_icons\commod_weapon_secondary_blueprint.3db +jump_dist = 2 + ; Tractor Beam Blueprint [Good] @@ -3724,7 +3758,7 @@ addon = contrail01, HpContrail02, 1 nickname = kubd_hull category = shiphull ship = ku_blooddragon -price = 348320 +price = 63200 ids_name = 12006 item_icon = Equipment\models\commodities\nn_icons\ku_elite.3db diff --git a/DATA/EQUIPMENT/select_equip.ini b/DATA/EQUIPMENT/select_equip.ini index 7ea02b2b..80b78e16 100644 --- a/DATA/EQUIPMENT/select_equip.ini +++ b/DATA/EQUIPMENT/select_equip.ini @@ -910,7 +910,6 @@ decay_per_second = 0 volume = 0 hit_pts = 250 - ; CHIMERA Blueprint [Commodity] @@ -1302,6 +1301,32 @@ decay_per_second = 0 volume = 0 hit_pts = 250 +; Tizona del Cid Blueprint + +[Commodity] +nickname = commodity_tizona_blueprint +ids_name = 299860 +ids_info = 299861 +units_per_container = 1 +pod_appearance = cargopod_drab +loot_appearance = lootcrate_drab +decay_per_second = 0 +volume = 0 +hit_pts = 250 + +; Tizona del Cid Schematic + +[Commodity] +nickname = commodity_tizona_schematic +ids_name = 299862 +ids_info = 299863 +units_per_container = 1 +pod_appearance = cargopod_drab +loot_appearance = lootcrate_drab +decay_per_second = 0 +volume = 0 +hit_pts = 250 + ; Tractor Beam Blueprint [Commodity] diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua index d462c589..2e2566c9 100644 --- a/EXE/REM/Lua/Infocards.lua +++ b/EXE/REM/Lua/Infocards.lua @@ -608,6 +608,9 @@ rem.AddInfoCard(299061, [[GMG "Pulse Laser Green" Pulse LaserThis is a particle-based weapon which, though providing a high refire rate, requires enormous amounts of energy. This weapon is most effective against graviton shields and weakest against molecular shields. This weapon have an improved damage output and a decent refirerate but sacrifice range and high energy consumption. This is the best Particle Gun The Order has to offer.]]) +rem.AddInfoCard(520000, "Acc. Tizona del Cid") +rem.AddInfoCard(520001, "Rapid Tizona del Cid") + -- Infocards Power -- Energy Core Extension @@ -689,6 +692,10 @@ rem.AddInfoCard(299856, "VULCAN Blueprint") rem.AddInfoCard(299857, [[VULCAN Blueprints are lootable items from special enemies and locations. It must be cloned to a VULCAN Schematic to use this item for further limited crafting purposes.]]) rem.AddInfoCard(299858, "VULCAN Schematic") rem.AddInfoCard(299859, [[VULCAN Schematics are limited cloned VULCAN Blueprints which are usable for weapon crafting and trading purposes.]]) +rem.AddInfoCard(299860, "Tizona del Cid Blueprint") +rem.AddInfoCard(299861, [[Tizona del Cid Blueprints are lootable items from special enemies and locations. It must be cloned to a Tizona del Cid Schematic to use this item for further limited crafting purposes.]]) +rem.AddInfoCard(299862, "Tizona del Cid Schematic") +rem.AddInfoCard(299863, [[Tizona del Cid Schematics are limited cloned Tizona del Cid Blueprints which are usable for weapon crafting and trading purposes.]]) -- Infocards Solars @@ -885,6 +892,3 @@ rem.AddInfoCard(500005, "Hokkaido->Chugoku") rem.AddInfoCard(500010, "Chugoku->Hokkaido") --- Weapons -rem.AddInfoCard(520000, "Acc. Tizona del Cid") -rem.AddInfoCard(520001, "Rapid Tizona del Cid")