diff --git a/DATA/EQUIPMENT/weapon_equip.ini b/DATA/EQUIPMENT/weapon_equip.ini index 350c3835..27510c6d 100644 --- a/DATA/EQUIPMENT/weapon_equip.ini +++ b/DATA/EQUIPMENT/weapon_equip.ini @@ -22499,6 +22499,54 @@ turn_rate = 90 lootable = true 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 [Munition] diff --git a/DATA/EQUIPMENT/weapon_good.ini b/DATA/EQUIPMENT/weapon_good.ini index 1483cd51..fc61182c 100644 --- a/DATA/EQUIPMENT/weapon_good.ini +++ b/DATA/EQUIPMENT/weapon_good.ini @@ -8721,6 +8721,20 @@ ids_info = 299047 shop_archetype = equipment\models\weapons\co_proton_cooker.cmp 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 [Good] diff --git a/DATA/FX/WEAPONS/customs/mirage.ale b/DATA/FX/WEAPONS/customs/mirage.ale new file mode 100644 index 00000000..bfee52d2 Binary files /dev/null and b/DATA/FX/WEAPONS/customs/mirage.ale differ diff --git a/DATA/FX/WEAPONS/weapons_ale.ini b/DATA/FX/WEAPONS/weapons_ale.ini index 6d5e606c..5bb437db 100644 --- a/DATA/FX/WEAPONS/weapons_ale.ini +++ b/DATA/FX/WEAPONS/weapons_ale.ini @@ -5670,6 +5670,15 @@ alchemy = fx\weapons\customs\vulcan.ale effect_crc = -497837120 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 [VisEffect] nickname = scythe_proj diff --git a/DATA/FX/effects.ini b/DATA/FX/effects.ini index 611d3381..3daf0b0f 100644 --- a/DATA/FX/effects.ini +++ b/DATA/FX/effects.ini @@ -4125,6 +4125,13 @@ nickname = vulcan_proj effect_type = EFT_WEAPON_PROJ vis_effect = vulcan_proj +; MIRAGE + +[Effect] +nickname = mirage_proj +effect_type = EFT_WEAPON_PROJ +vis_effect = mirage_proj + ; WRAITH [Effect] nickname = wraith_flash diff --git a/EXE/equipresources.dll b/EXE/equipresources.dll index c419d1cd..e42d1871 100644 Binary files a/EXE/equipresources.dll and b/EXE/equipresources.dll differ