From 2570484c71551f5199c912a98a1a3a20697f16e5 Mon Sep 17 00:00:00 2001 From: D4rkl1ght3r <86805404+D4rkl1ght3r@users.noreply.github.com> Date: Sat, 20 Dec 2025 10:37:18 +0100 Subject: [PATCH] Add Codename Weapon CHIMERA --- DATA/EQUIPMENT/weapon_equip.ini | 66 ++++++++++++++++++++++++---- DATA/EQUIPMENT/weapon_good.ini | 16 ++++++- DATA/FX/WEAPONS/customs/chimera.ale | Bin 0 -> 4640 bytes DATA/FX/WEAPONS/weapons_ale.ini | 31 ++++++++++++- DATA/FX/effects.ini | 23 +++++++++- EXE/REM/Lua/Infocards.lua | 2 + 6 files changed, 127 insertions(+), 11 deletions(-) create mode 100644 DATA/FX/WEAPONS/customs/chimera.ale diff --git a/DATA/EQUIPMENT/weapon_equip.ini b/DATA/EQUIPMENT/weapon_equip.ini index 6b8c2adc..17c2c5a9 100644 --- a/DATA/EQUIPMENT/weapon_equip.ini +++ b/DATA/EQUIPMENT/weapon_equip.ini @@ -15742,6 +15742,8 @@ turn_rate = 90 lootable = true LODranges = 0, 999999 +; Hornviper Mk II + [Munition] nickname = rh_gun01_mark04_ammo hp_type = hp_gun @@ -20222,7 +20224,7 @@ volume = 0 mass = 10 hp_gun_type = hp_gun_special_10 damage_per_fire = 0 -power_usage = 220.05 +power_usage = 205.05 refire_delay = 0.33 muzzle_velocity = 600.3 use_animation = Sc_fire @@ -20270,7 +20272,7 @@ volume = 0 mass = 10 hp_gun_type = hp_gun_special_10 damage_per_fire = 0 -power_usage = 163 +power_usage = 182 refire_delay = 0.33 muzzle_velocity = 700 use_animation = Sc_fire @@ -20393,7 +20395,7 @@ energy_damage = 454 one_shot_sound = fire_tachyon5 munition_hit_effect = sp_bloodhound_03_impact const_effect = sp_bloodhound_03_proj -lifetime = 1.166 +lifetime = 0.8 force_gun_ori = false mass = 1 volume = 0.0001 @@ -20414,7 +20416,7 @@ volume = 0 mass = 10 hp_gun_type = hp_gun_special_10 damage_per_fire = 0 -power_usage = 179.3 +power_usage = 189.3 refire_delay = 0.33 muzzle_velocity = 750 use_animation = Sc_fire @@ -20441,7 +20443,7 @@ energy_damage = 405 one_shot_sound = fire_tachyon5 munition_hit_effect = sp_destabilizer_01_impact const_effect = sp_destabilizer_01_proj -lifetime = 1.166 +lifetime = 0.8 force_gun_ori = false mass = 1 volume = 0.0001 @@ -20585,7 +20587,7 @@ energy_damage = 520 one_shot_sound = fire_tachyon5 munition_hit_effect = sp_distortion_01_impact const_effect = sp_distortion_01_proj -lifetime = 1.166 +lifetime = 0.8 force_gun_ori = false mass = 1 volume = 0.0001 @@ -20681,7 +20683,7 @@ energy_damage = 302 one_shot_sound = fire_tachyon5 munition_hit_effect = sp_distortion_03_impact const_effect = sp_distortion_03_proj -lifetime = 1.166 +lifetime = 0.8 force_gun_ori = false mass = 1 volume = 0.0001 @@ -20777,7 +20779,7 @@ energy_damage = 742 one_shot_sound = fire_tachyon5 munition_hit_effect = sp_doomsday_02_impact const_effect = sp_doomsday_02_proj -lifetime = 1.166 +lifetime = 0.8 force_gun_ori = false mass = 1 volume = 0.0001 @@ -20861,6 +20863,54 @@ turn_rate = 90 lootable = true LODranges = 0, 999999 +; CHIMERA + +[Munition] +nickname = special_gun16_ammo +hp_type = hp_gun +requires_ammo = false +hit_pts = 2 +hull_damage = 545.2 +energy_damage = 165 +one_shot_sound = fire_tachyon5 +munition_hit_effect = chimera_impact +const_effect = chimera_proj +lifetime = 0.8 +force_gun_ori = false +mass = 1 +volume = 0.0001 + +[Gun] +nickname = special_gun16 +ids_name = 299010 +ids_info = 299011 +DA_archetype = equipment\models\weapons\co_proton_cooker.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_10 +damage_per_fire = 0 +power_usage = 162.05 +refire_delay = 0.17 +muzzle_velocity = 750 +use_animation = Sc_fire +toughness = 17.6 +flash_particle_name = chimera_flash +flash_radius = 15 +light_anim = l_gun01_flash +projectile_archetype = special_gun16_ammo +separation_explosion = sever_debris +auto_turret = false +turn_rate = 90 +lootable = true +LODranges = 0, 999999 + [Munition] nickname = small_station_turret_ammo hp_type = hp_gun diff --git a/DATA/EQUIPMENT/weapon_good.ini b/DATA/EQUIPMENT/weapon_good.ini index 15402ab6..e8ee82c9 100644 --- a/DATA/EQUIPMENT/weapon_good.ini +++ b/DATA/EQUIPMENT/weapon_good.ini @@ -8200,4 +8200,18 @@ combinable = false ids_name = 299000 ids_info = 299000 shop_archetype = equipment\models\weapons\li_laser_beam.cmp -material_library = equipment\models\li_equip.mat \ No newline at end of file +material_library = equipment\models\li_equip.mat + +; Codename Chimera + +[Good] +nickname = special_gun16 +equipment = special_gun16 +category = equipment +price = 150000 +item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db +combinable = false +ids_name = 299010 +ids_info = 299011 +shop_archetype = equipment\models\weapons\co_proton_cooker.cmp +material_library = equipment\models\ge_equip.mat \ No newline at end of file diff --git a/DATA/FX/WEAPONS/customs/chimera.ale b/DATA/FX/WEAPONS/customs/chimera.ale new file mode 100644 index 0000000000000000000000000000000000000000..81fc3f53107bf532fd13139d626a8517542a666f GIT binary patch literal 4640 zcmds34@{J07=ON(J7EN;f>00*@ejNJy- zf{m4xvfWqUCA94GH|96o5xe?#92@8yuEBKy?_sutZ4$WYZ@ z1H&7HlqZ|SPQTf_TTw)8Ko&Rs&1W@h%#wOR^4@UwpW0e=Hu0NrbJlaQ932^!oIc=&8krLuL)v{DE2fRm#$o&yHg1(j*xMo)?&d-5BNRD7{%BzZ+bA!Ez z6#iJ0MYa6JX$qg(n=}!$?y1<_L+1v6|u^#jR`4QY2bC$l9q>RLf(F4>2+?00SQq`?eV(Kg4H+XS!>q* zle<*!Ve7t9KGZSkR>T~xs5lesw8B`_*1vTb-pXUhqw;^kFfpP zy%&SdKN-Id>-@5cA58H7f#0^2{rAZ)dsXC`$!zkA7LAQf|02I88owKAYr>*;vCb~m zc^d-M(B;g|q}GT0p@+VkcfUm6Lmx)rvmfd2%srFMM<1crPGr4kBOu|C{mV69PH1G~ z-jR_lzyqf9S*4y<{Y2A`tcO`8BK6V7MFpLt%7EJ7k9nPRD=2kjRvl3%{$O$&Vu zLK=R3W|Zq#Br{tRzl4-Dm={PJoX0Nlrj)(O5y;WEmhW#7D5AN6P^- z@stTh**SwxIN4k@?)f@47wHK*i&uns0`3>h6Jo#rA?svI>IQZm#LPUWqYdZsW%uI= LItw$;>A2fJPffbL literal 0 HcmV?d00001 diff --git a/DATA/FX/WEAPONS/weapons_ale.ini b/DATA/FX/WEAPONS/weapons_ale.ini index 2d32df0f..7f9bfeb2 100644 --- a/DATA/FX/WEAPONS/weapons_ale.ini +++ b/DATA/FX/WEAPONS/weapons_ale.ini @@ -5135,4 +5135,33 @@ effect_crc = 258104849 textures = fx\planetflare.txm textures = fx\sarma.txm textures = fx\missleeffect.txm -textures = fx\lightning2.txm \ No newline at end of file +textures = fx\lightning2.txm + +; Codename: CHIMERA +[VisEffect] +nickname = chimera_flash +alchemy = fx\weapons\customs\chimera.ale +effect_crc = -491373339 +textures = fx\planetflare.txm +textures = fx\sarma.txm +textures = fx\missleeffect.txm +textures = fx\lightning2.txm + +[VisEffect] +nickname = chimera_impact +alchemy = fx\weapons\customs\chimera.ale +effect_crc = -56916512 +textures = fx\planetflare.txm +textures = fx\sarma.txm +textures = fx\missleeffect.txm +textures = fx\lightning2.txm + +[VisEffect] +nickname = chimera_proj +alchemy = fx\weapons\customs\chimera.ale +effect_crc = 281080052 +textures = fx\planetflare.txm +textures = fx\sarma.txm +textures = fx\missleeffect.txm +textures = fx\lightning2.txm +textures = fx\nomad.txm \ No newline at end of file diff --git a/DATA/FX/effects.ini b/DATA/FX/effects.ini index f4c27425..7282699a 100644 --- a/DATA/FX/effects.ini +++ b/DATA/FX/effects.ini @@ -3672,4 +3672,25 @@ vis_effect = dsy_no2_smallengine02 [Effect] nickname = dsy_no2_smallengine03 effect_type = EFT_ENGINE_FIRE -vis_effect = dsy_no2_smallengine03 \ No newline at end of file +vis_effect = dsy_no2_smallengine03 + + +; New Codename Weapon Effects + +; CHIMERA +[Effect] +nickname = chimera_flash +effect_type = EFT_MUZZLE_FLASH +vis_effect = chimera_flash + +[Effect] +nickname = chimera_impact +effect_type = EFT_WEAPON_IMPACT +vis_effect = chimera_impact + +[Effect] +nickname = chimera_proj +effect_type = EFT_WEAPON_PROJ +vis_effect = chimera_proj +;vis_beam = template_3_cyan_beam +vis_beam = pi_particle_04_beam \ No newline at end of file diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua index 50fbb8c0..6c072457 100644 --- a/EXE/REM/Lua/Infocards.lua +++ b/EXE/REM/Lua/Infocards.lua @@ -335,6 +335,8 @@ rem.AddInfoCard(290311, [[Weapon Codename: CHIMERAINFORMATION CLASSIFIEDThere is no information available on this weapon other than its project name.]]) -- Infocards Solars