2 Commits

Author SHA1 Message Date
D4rkl1ght3r cac85cdca7 Add Hispania Loadout 2026-08-18 18:53:19 +02:00
D4rkl1ght3r 98d43a0e76 Add Weapon Colada 2026-08-18 18:52:08 +02:00
10 changed files with 111 additions and 1 deletions
+12
View File
@@ -4882,6 +4882,18 @@ parent_impulse = 0.010000
child_impulse = 0.010000
debris_type = debris_vanish
; Hispania
[CargoPod]
nickname = pod_hightech_crate
DA_archetype = equipment\models\commodities\crates\pod_hightech.3db
LODranges = 0, 10000
HP_child = HpConnect
hit_pts = 800
mass = 2000
explosion_arch = explosion_pod_grey
debris_type = debris_pod_grey
;; bh_elite3 shield bubble
+49
View File
@@ -4531,6 +4531,55 @@ turn_rate = 90
lootable = true
LODranges = 0, 999999
; Colada de Hispania
[Munition]
nickname = fc_c_gun03_mark03_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 40.8
energy_damage = 1222.5
weapon_type = W_Pulse01
one_shot_sound = fire_pulse5
munition_hit_effect = pi_pulse_04_impact
const_effect = pi_pulse_04_proj
lifetime = 1
force_gun_ori = false
mass = 1
volume = 0.0001
[Gun]
nickname = fc_c_gun03_mark03
ids_name = 299750
ids_info = 299751
DA_archetype = equipment\models\weapons\ge_shredder_shotgun.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_9
damage_per_fire = 0
power_usage = 97.8
refire_delay = 0.25
muzzle_velocity = 600
use_animation = Sc_fire
toughness = 1.6
flash_particle_name = pi_laser_03_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = fc_c_gun03_mark03_ammo
separation_explosion = sever_debris
auto_turret = false
turn_rate = 90
lootable = true
LODranges = 0, 999999
; Angelito Turret Mk I
[Munition]
+14
View File
@@ -1217,6 +1217,20 @@ ids_info = 264213
shop_archetype = equipment\models\weapons\ge_shredder_shotgun.cmp
material_library = equipment\models\ge_equip.mat
; Colada de Hispania
[Good]
nickname = fc_c_gun03_mark03
equipment = fc_c_gun03_mark03
category = equipment
price = 120480
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db
combinable = false
ids_name = 299750
ids_info = 299751
shop_archetype = equipment\models\weapons\ge_shredder_shotgun.cmp
material_library = equipment\models\ge_equip.mat
; Angelito Turret Mk I
[Good]
Binary file not shown.
+16
View File
@@ -3970,6 +3970,22 @@ textures = fx\sarma.txm
textures = fx\kioncannon.txm
textures = fx\newglows.txm
[VisEffect]
nickname = pi_pulse_04_impact
alchemy = fx\weapons\pi_pulse_04.ale
effect_crc = 427405619
textures = fx\sarma.txm
textures = fx\kioncannon.txm
textures = fx\newglows.txm
[VisEffect]
nickname = pi_pulse_04_proj
alchemy = fx\weapons\pi_pulse_04.ale
effect_crc = 210300417
textures = fx\sarma.txm
textures = fx\kioncannon.txm
textures = fx\newglows.txm
[VisEffect]
nickname = pi_tachyon_01_flash
alchemy = fx\weapons\pi_tachyon_01.ale
+11
View File
@@ -1495,6 +1495,17 @@ effect_type = EFT_WEAPON_PROJ
vis_effect = pi_pulse_03_proj
vis_generic = pi_pulse_03_proj
[Effect]
nickname = pi_pulse_04_impact
effect_type = EFT_WEAPON_IMPACT
vis_effect = pi_pulse_04_impact
[Effect]
nickname = pi_pulse_04_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = pi_pulse_04_proj
vis_generic = pi_pulse_04_proj
[Effect]
nickname = pi_tachyon_01_flash
effect_type = EFT_MUZZLE_FLASH
Binary file not shown.
+7
View File
@@ -13483,3 +13483,10 @@ equip = li_cruiser_turret01_player, HpTurret_L5_03
equip = li_cruiser_turret01_player, HpTurret_L5_04
equip = li_cruiser_turret01_player, HpTurret_L5_05
cargo = experimental_weapons, 1
; Hispania
[Loadout]
nickname = hispania_loot_load
equip = pod_hightech_crate, HpHispania01
cargo = fc_c_gun03_mark03, 1, HpHispania01
+1
View File
@@ -3717,6 +3717,7 @@ type = MISSION_SATELLITE
DA_archetype = solar\misc\hispania_liner.3db
material_library = ships\utility\utility_liner.mat
material_library = fx\envmapbasic.mat
loadout = hispania_loot_load
envmap_material = envmapbasic
mass = 10000
solar_radius = 24.822
Binary file not shown.