Add Codename Weapon POISON CLAW

This commit is contained in:
D4rkl1ght3r
2025-12-21 08:54:25 +01:00
parent 47da8d542b
commit e19e059b1e
7 changed files with 135 additions and 5 deletions

View File

@@ -20870,7 +20870,7 @@ nickname = special_gun16_ammo
hp_type = hp_gun hp_type = hp_gun
requires_ammo = false requires_ammo = false
hit_pts = 2 hit_pts = 2
hull_damage = 545.2 hull_damage = 462.2
energy_damage = 165 energy_damage = 165
one_shot_sound = fire_tachyon5 one_shot_sound = fire_tachyon5
munition_hit_effect = chimera_impact munition_hit_effect = chimera_impact
@@ -20896,7 +20896,7 @@ volume = 0
mass = 10 mass = 10
hp_gun_type = hp_gun_special_10 hp_gun_type = hp_gun_special_10
damage_per_fire = 0 damage_per_fire = 0
power_usage = 162.05 power_usage = 128.05
refire_delay = 0.17 refire_delay = 0.17
muzzle_velocity = 750 muzzle_velocity = 750
use_animation = Sc_fire use_animation = Sc_fire
@@ -20911,6 +20911,54 @@ turn_rate = 90
lootable = true lootable = true
LODranges = 0, 999999 LODranges = 0, 999999
; POISON CLAW
[Munition]
nickname = special_gun17_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 324.8
energy_damage = 84
one_shot_sound = fire_tachyon5
munition_hit_effect = poisonclaw_impact
const_effect = poisonclaw_proj
lifetime = 0.8
force_gun_ori = false
mass = 1
volume = 0.0001
[Gun]
nickname = special_gun17
ids_name = 299012
ids_info = 299013
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 = 79.05
refire_delay = 0.12
muzzle_velocity = 750
use_animation = Sc_fire
toughness = 17.6
flash_particle_name = rh_tachyon_04_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = special_gun17_ammo
separation_explosion = sever_debris
auto_turret = false
turn_rate = 90
lootable = true
LODranges = 0, 999999
[Munition] [Munition]
nickname = small_station_turret_ammo nickname = small_station_turret_ammo
hp_type = hp_gun hp_type = hp_gun

View File

@@ -8214,4 +8214,18 @@ combinable = false
ids_name = 299010 ids_name = 299010
ids_info = 299011 ids_info = 299011
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat
; Codename Poison Claw
[Good]
nickname = special_gun17
equipment = special_gun17
category = equipment
price = 150000
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db
combinable = false
ids_name = 299012
ids_info = 299013
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat material_library = equipment\models\ge_equip.mat

Binary file not shown.

View File

@@ -5164,4 +5164,32 @@ textures = fx\planetflare.txm
textures = fx\sarma.txm textures = fx\sarma.txm
textures = fx\missleeffect.txm textures = fx\missleeffect.txm
textures = fx\lightning2.txm textures = fx\lightning2.txm
textures = fx\nomad.txm textures = fx\nomad.txm
; Codename: POISON CLAW
[VisEffect]
nickname = poisonclaw_flash
alchemy = fx\weapons\customs\poisonclaw.ale
effect_crc = -184488780
textures = fx\sarma.txm
textures = fx\standardeffects.txm
textures = fx\smoke.txm
textures = fx\newglows.txm
[VisEffect]
nickname = poisonclaw_impact
alchemy = fx\weapons\customs\poisonclaw.ale
effect_crc = -18853294
textures = fx\sarma.txm
textures = fx\standardeffects.txm
textures = fx\smoke.txm
textures = fx\newglows.txm
[VisEffect]
nickname = poisonclaw_proj
alchemy = fx\weapons\customs\poisonclaw.ale
effect_crc = 500791262
textures = fx\sarma.txm
textures = fx\standardeffects.txm
textures = fx\smoke.txm
textures = fx\newglows.txm

View File

@@ -894,3 +894,20 @@ head_texture = star
trail_texture = thin trail_texture = thin
flash_size = 4 flash_size = 4
; POISON CLAW Beam effect
[BeamSpear]
nickname = poison_claw_01_beam
tip_length = 20
tail_length = 30
head_width = 0.7
core_width = 1
tip_color = 13, 115, 13
core_color = 25, 135, 25
outter_color = 13, 115, 13
tail_color = 225, 225, 15
head_brightness = 0.8
trail_brightness = 0.7
head_texture = ball
trail_texture = wide
flash_size = 3

View File

@@ -3692,5 +3692,21 @@ vis_effect = chimera_impact
nickname = chimera_proj nickname = chimera_proj
effect_type = EFT_WEAPON_PROJ effect_type = EFT_WEAPON_PROJ
vis_effect = chimera_proj vis_effect = chimera_proj
;vis_beam = template_3_cyan_beam vis_beam = pi_particle_04_beam
vis_beam = pi_particle_04_beam
; POISON CLAW
[Effect]
nickname = poisonclaw_flash
effect_type = EFT_MUZZLE_FLASH
vis_effect = poisonclaw_flash
[Effect]
nickname = poisonclaw_impact
effect_type = EFT_WEAPON_IMPACT
vis_effect = poisonclaw_impact
[Effect]
nickname = poisonclaw_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = poisonclaw_proj
vis_beam = poison_claw_01_beam

View File

@@ -337,6 +337,13 @@ rem.AddInfoCard(299000, "Liberty Gatling Gun")
rem.AddInfoCard(299001, "Gatling Rounds") rem.AddInfoCard(299001, "Gatling Rounds")
rem.AddInfoCard(299010, "CHIMERA") rem.AddInfoCard(299010, "CHIMERA")
rem.AddInfoCard(299011, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JUST loc="c"/><TRA bold="true"/><TEXT>Weapon Codename: CHIMERA</TEXT><TRA bold="false"/><PARA/><JUST loc="l"/><PARA/><TEXT>INFORMATION CLASSIFIED</TEXT><PARA/><PARA/><TEXT>There is no information available on this weapon other than its project name.</TEXT><PARA/><PARA/><POP/></RDL>]]) rem.AddInfoCard(299011, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JUST loc="c"/><TRA bold="true"/><TEXT>Weapon Codename: CHIMERA</TEXT><TRA bold="false"/><PARA/><JUST loc="l"/><PARA/><TEXT>INFORMATION CLASSIFIED</TEXT><PARA/><PARA/><TEXT>There is no information available on this weapon other than its project name.</TEXT><PARA/><PARA/><POP/></RDL>]])
rem.AddInfoCard(299012, "POISON CLAW")
rem.AddInfoCard(299013, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JUST loc="c"/><TRA bold="true"/><TEXT>Weapon Codename: POISON CLAW</TEXT><TRA bold="false"/><PARA/><JUST loc="l"/><PARA/><TEXT>INFORMATION CLASSIFIED</TEXT><PARA/><PARA/><TEXT>There is no information available on this weapon other than its project name.</TEXT><PARA/><PARA/><POP/></RDL>]])
-- Infocards Power
-- Energy Core Extension
rem.AddInfoCard(299501, "Energy Core Extension")
-- Infocards Solars -- Infocards Solars