diff --git a/DATA/EQUIPMENT/weapon_equip.ini b/DATA/EQUIPMENT/weapon_equip.ini index 541deff3..3365df3d 100644 --- a/DATA/EQUIPMENT/weapon_equip.ini +++ b/DATA/EQUIPMENT/weapon_equip.ini @@ -33735,6 +33735,52 @@ turn_rate = 90 lootable = true LODranges = 0, 999999 +; Mining Laser + +[Munition] +nickname = mining01_turret01_ammo +hp_type = hp_gun +requires_ammo = false +hit_pts = 2 +hull_damage = 50 +energy_damage = 0 +one_shot_sound = fire_photon3 +munition_hit_effect = ci_photon_04_impact +const_effect = mining_laser +lifetime = 0.400000 +force_gun_ori = false +mass = 1 +volume = 0 + +[Gun] +nickname = mining01_turret01 +ids_name = 263140 +ids_info = 263141 +DA_archetype = equipment\models\weapons\li_smlturret.cmp +material_library = equipment\models\li_equip.mat +HP_child = HPConnect +hp_gun_type = hp_turret_special_6 +hit_pts = 6000 +explosion_resistance = 1.000000 +debris_type = debris_turret_small +parent_impulse = 20 +child_impulse = 80 +volume = 0 +mass = 10 +damage_per_fire = 0 +power_usage = 30 +refire_delay = 0.1 +muzzle_velocity = 2500 +toughness = 1 +flash_particle_name = ci_photon_02_flash +flash_radius = 20 +light_anim = l_gun01_flash +projectile_archetype = mining01_turret01_ammo +separation_explosion = sever_debris +auto_turret = true +turn_rate = 500 +lootable = true + ;Template 1 Firerate 8.33 [Munition] nickname = template_1_833_ammo diff --git a/DATA/EQUIPMENT/weapon_good.ini b/DATA/EQUIPMENT/weapon_good.ini index fc61182c..f5e15430 100644 --- a/DATA/EQUIPMENT/weapon_good.ini +++ b/DATA/EQUIPMENT/weapon_good.ini @@ -8028,6 +8028,20 @@ ids_info = 264521 shop_archetype = equipment\models\weapons\co_proton_cooker.cmp material_library = equipment\models\ge_equip.mat +;Mining Blaster + +[Good] +nickname = mining01_turret01 +equipment = mining01_turret01 +category = equipment +price = 120000 +item_icon = equipment\models\commodities\nn_icons\EQUIPICON_turret.3db +combinable = false +ids_name = 263140 +ids_info = 263141 +shop_archetype = equipment\models\weapons\co_proton_cooker.cmp +material_library = equipment\models\ge_equip.mat + ;Template 1 [Good] diff --git a/DATA/FX/effects.ini b/DATA/FX/effects.ini index ff93a3fe..6d3f2920 100644 --- a/DATA/FX/effects.ini +++ b/DATA/FX/effects.ini @@ -4183,7 +4183,7 @@ vis_generic = gf_bolt04 ; Mining Laser [Effect] -nickname = er_mining +nickname = mining_laser effect_type = EFT_WEAPON_PROJ vis_effect = gf_bolt01 vis_generic = gf_bolt01 diff --git a/EXE/equipresources.dll b/EXE/equipresources.dll index 323a8c8a..0fe2a148 100644 Binary files a/EXE/equipresources.dll and b/EXE/equipresources.dll differ