Add Weapon Mirage

This commit is contained in:
D4rkl1ght3r
2026-08-15 16:52:02 +02:00
parent 0d4fb0ff21
commit f7cdbff8dc
6 changed files with 78 additions and 0 deletions
+48
View File
@@ -22499,6 +22499,54 @@ turn_rate = 90
lootable = true lootable = true
LODranges = 0, 40, 80, 150 LODranges = 0, 40, 80, 150
; VULCAN
[Munition]
nickname = special_gun35_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 692.4
energy_damage = 125
one_shot_sound = fire_tachyon5
munition_hit_effect = vulcan_impact
const_effect = mirage_proj
lifetime = 0.8
force_gun_ori = false
mass = 1
volume = 0.0001
[Gun]
nickname = special_gun35
ids_name = 299048
ids_info = 299049
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 = 148.2
refire_delay = 0.25
muzzle_velocity = 750
toughness = 17.600000
flash_particle_name = vulcan_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = special_gun35_ammo
separation_explosion = sever_debris
auto_turret = false
turn_rate = 90
lootable = true
LODranges = 0, 40, 80, 150
; Scythe Mk I ; Scythe Mk I
[Munition] [Munition]
+14
View File
@@ -8721,6 +8721,20 @@ ids_info = 299047
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 material_library = equipment\models\ge_equip.mat
; Codename MIRAGE
[Good]
nickname = special_gun35
equipment = special_gun35
category = equipment
price = 115660
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db
combinable = false
ids_name = 299048
ids_info = 299049
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat
; Scythe Mk I ; Scythe Mk I
[Good] [Good]
Binary file not shown.
+9
View File
@@ -5670,6 +5670,15 @@ alchemy = fx\weapons\customs\vulcan.ale
effect_crc = -497837120 effect_crc = -497837120
textures = fx\planetflare.txm textures = fx\planetflare.txm
; Codename Mirage
[VisEffect]
nickname = mirage_proj
alchemy = fx\weapons\customs\mirage.ale
effect_crc = -118748477
textures = fx\rem_fractals.txm
textures = fx\missleeffect
textures = fx\beam.txm
; Scythe ; Scythe
[VisEffect] [VisEffect]
nickname = scythe_proj nickname = scythe_proj
+7
View File
@@ -4125,6 +4125,13 @@ nickname = vulcan_proj
effect_type = EFT_WEAPON_PROJ effect_type = EFT_WEAPON_PROJ
vis_effect = vulcan_proj vis_effect = vulcan_proj
; MIRAGE
[Effect]
nickname = mirage_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = mirage_proj
; WRAITH ; WRAITH
[Effect] [Effect]
nickname = wraith_flash nickname = wraith_flash
Binary file not shown.