Add Mining Laser Turret

This commit is contained in:
D4rkl1ght3r
2026-08-16 00:05:26 +02:00
parent 1f5a346b3e
commit 35346e034f
4 changed files with 61 additions and 1 deletions
+46
View File
@@ -33735,6 +33735,52 @@ turn_rate = 90
lootable = true lootable = true
LODranges = 0, 999999 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 ;Template 1 Firerate 8.33
[Munition] [Munition]
nickname = template_1_833_ammo nickname = template_1_833_ammo
+14
View File
@@ -8028,6 +8028,20 @@ ids_info = 264521
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
;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 ;Template 1
[Good] [Good]
+1 -1
View File
@@ -4183,7 +4183,7 @@ vis_generic = gf_bolt04
; Mining Laser ; Mining Laser
[Effect] [Effect]
nickname = er_mining nickname = mining_laser
effect_type = EFT_WEAPON_PROJ effect_type = EFT_WEAPON_PROJ
vis_effect = gf_bolt01 vis_effect = gf_bolt01
vis_generic = gf_bolt01 vis_generic = gf_bolt01
Binary file not shown.