From 4e9043d48d73dae751a7358aed0925e51ab8dfaa Mon Sep 17 00:00:00 2001 From: D4rkl1ght3r <86805404+D4rkl1ght3r@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:43:03 +0200 Subject: [PATCH] Add Acc. and Rapid Tizona del Cid --- DATA/EQUIPMENT/weapon_equip.ini | 98 +++++++++++++++++++++++++++++++++ DATA/EQUIPMENT/weapon_good.ini | 28 ++++++++++ EXE/REM/Lua/Infocards.lua | 7 ++- 3 files changed, 132 insertions(+), 1 deletion(-) diff --git a/DATA/EQUIPMENT/weapon_equip.ini b/DATA/EQUIPMENT/weapon_equip.ini index 05a0a742..b8cc154b 100644 --- a/DATA/EQUIPMENT/weapon_equip.ini +++ b/DATA/EQUIPMENT/weapon_equip.ini @@ -4057,6 +4057,104 @@ turn_rate = 90 lootable = true LODranges = 0, 999999 +; Acc Tizona del Cid + +[Munition] +nickname = fc_c_gun02_mark03_700_ammo +hp_type = hp_gun +requires_ammo = false +hit_pts = 2 +hull_damage = 40.8 +energy_damage = 1222.5 +weapon_type = W_Pulse01 +one_shot_sound = fire_pulse5 +munition_hit_effect = pi_pulse_03_impact +const_effect = pi_pulse_03_proj +lifetime = 0.8 +force_gun_ori = false +mass = 1 +volume = 0.0001 + +[Gun] +nickname = fc_c_gun02_mark03_700 +ids_name = 520000 +ids_info = 264213 +DA_archetype = equipment\models\weapons\ge_shredder_shotgun.cmp +material_library = equipment\models\ge_equip.mat +HP_child = HPConnect +hit_pts = 6752 +explosion_resistance = 1 +debris_type = debris_normal +parent_impulse = 20 +child_impulse = 80 +volume = 0 +mass = 10 +hp_gun_type = hp_gun_special_9 +damage_per_fire = 0 +power_usage = 97.8 +refire_delay = 0.25 +muzzle_velocity = 750 +use_animation = Sc_fire +toughness = 1.6 +flash_particle_name = pi_laser_03_flash +flash_radius = 15 +light_anim = l_gun01_flash +projectile_archetype = fc_c_gun02_mark03_700_ammo +separation_explosion = sever_debris +auto_turret = false +turn_rate = 90 +lootable = true +LODranges = 0, 999999 + +; Rapid Tizona del Cid + +[Munition] +nickname = fc_c_gun02_mark03_750_ammo +hp_type = hp_gun +requires_ammo = false +hit_pts = 2 +hull_damage = 40.8 +energy_damage = 1222.5 +weapon_type = W_Pulse01 +one_shot_sound = fire_pulse5 +munition_hit_effect = pi_pulse_03_impact +const_effect = pi_pulse_03_proj +lifetime = 0.8 +force_gun_ori = false +mass = 1 +volume = 0.0001 + +[Gun] +nickname = fc_c_gun02_mark03_750 +ids_name = 520001 +ids_info = 264213 +DA_archetype = equipment\models\weapons\ge_shredder_shotgun.cmp +material_library = equipment\models\ge_equip.mat +HP_child = HPConnect +hit_pts = 6752 +explosion_resistance = 1 +debris_type = debris_normal +parent_impulse = 20 +child_impulse = 80 +volume = 0 +mass = 10 +hp_gun_type = hp_gun_special_9 +damage_per_fire = 0 +power_usage = 97.8 +refire_delay = 0.25 +muzzle_velocity = 750 +use_animation = Sc_fire +toughness = 1.6 +flash_particle_name = pi_laser_03_flash +flash_radius = 15 +light_anim = l_gun01_flash +projectile_archetype = fc_c_gun02_mark03_750_ammo +separation_explosion = sever_debris +auto_turret = false +turn_rate = 90 +lootable = true +LODranges = 0, 999999 + ; Angelito Turret Mk I [Munition] diff --git a/DATA/EQUIPMENT/weapon_good.ini b/DATA/EQUIPMENT/weapon_good.ini index dde3b758..6149db78 100644 --- a/DATA/EQUIPMENT/weapon_good.ini +++ b/DATA/EQUIPMENT/weapon_good.ini @@ -1189,6 +1189,34 @@ ids_info = 264213 shop_archetype = equipment\models\weapons\ge_shredder_shotgun.cmp material_library = equipment\models\ge_equip.mat +; Acc. Tizona del Cid + +[Good] +nickname = fc_c_gun02_mark03_700 +equipment = fc_c_gun02_mark03_700 +category = equipment +price = 120480 +item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db +combinable = false +ids_name = 520000 +ids_info = 264213 +shop_archetype = equipment\models\weapons\ge_shredder_shotgun.cmp +material_library = equipment\models\ge_equip.mat + +; Rapid Tizona del Cid + +[Good] +nickname = fc_c_gun02_mark03_750 +equipment = fc_c_gun02_mark03_750 +category = equipment +price = 120480 +item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db +combinable = false +ids_name = 520001 +ids_info = 264213 +shop_archetype = equipment\models\weapons\ge_shredder_shotgun.cmp +material_library = equipment\models\ge_equip.mat + ; Angelito Turret Mk I [Good] diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua index ca7bbfb2..b12959aa 100644 --- a/EXE/REM/Lua/Infocards.lua +++ b/EXE/REM/Lua/Infocards.lua @@ -768,4 +768,9 @@ rem.AddInfoCard(500004, [[Chugoku") -- Chugoku Infocards -rem.AddInfoCard(500010, "Chugoku->Hokkaido") \ No newline at end of file +rem.AddInfoCard(500010, "Chugoku->Hokkaido") + + +-- Weapons +rem.AddInfoCard(520000, "Acc. Tizona del Cid") +rem.AddInfoCard(520001, "Rapid Tizona del Cid") \ No newline at end of file