Add Weapon Vector & Wraith

This commit is contained in:
D4rkl1ght3r
2026-07-30 20:14:11 +02:00
parent b88c5f84a3
commit 9d24fdacd6
11 changed files with 281 additions and 0 deletions
+34
View File
@@ -1117,6 +1117,40 @@ shop_archetype = Equipment\models\commodities\nn_icons\cwire_rawmats_1.3db
item_icon = Equipment\models\commodities\nn_icons\commod_weapon_secondary_blueprint.3db
jump_dist = 2
; WRAITH Schematic
[Good]
nickname = commodity_wraith_schematic
equipment = commodity_wraith_schematic
msg_id_prefix = gcs_gen_commodity_wraith_schematics
category = commodity
price = 25000
combinable = false
good_sell_price = 1
bad_buy_price = 1
bad_sell_price = 1
good_buy_price = 1
shop_archetype = Equipment\models\commodities\nn_icons\cwire_rawmats_1.3db
item_icon = Equipment\models\commodities\nn_icons\commod_weapon_secondary_blueprint.3db
jump_dist = 2
; VECTOR Schematic
[Good]
nickname = commodity_vector_schematic
equipment = commodity_vector_schematic
msg_id_prefix = gcs_gen_commodity_vector_schematics
category = commodity
price = 25000
combinable = false
good_sell_price = 1
bad_buy_price = 1
bad_sell_price = 1
good_buy_price = 1
shop_archetype = Equipment\models\commodities\nn_icons\cwire_rawmats_1.3db
item_icon = Equipment\models\commodities\nn_icons\commod_weapon_secondary_blueprint.3db
jump_dist = 2
; Tractor Beam Blueprint
[Good]
+26
View File
@@ -1327,6 +1327,32 @@ decay_per_second = 0
volume = 0
hit_pts = 250
; WRAITH Schematic
[Commodity]
nickname = commodity_wraith_schematic
ids_name = 299866
ids_info = 299867
units_per_container = 1
pod_appearance = cargopod_drab
loot_appearance = lootcrate_drab
decay_per_second = 0
volume = 0
hit_pts = 250
; VECTOR Schematic
[Commodity]
nickname = commodity_vector_schematic
ids_name = 299870
ids_info = 299871
units_per_container = 1
pod_appearance = cargopod_drab
loot_appearance = lootcrate_drab
decay_per_second = 0
volume = 0
hit_pts = 250
; Tractor Beam Blueprint
[Commodity]
+94
View File
@@ -22311,6 +22311,100 @@ turn_rate = 90
lootable = true
LODranges = 0, 40, 80, 150
; WRAITH
[Munition]
nickname = special_gun31_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 925
energy_damage = 132
one_shot_sound = fire_tachyon5
munition_hit_effect = wraith_impact
const_effect = wraith_proj
lifetime = 1
force_gun_ori = false
mass = 1
volume = 0.0001
[Gun]
nickname = special_gun31
ids_name = 299040
ids_info = 299041
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 = 185.8
refire_delay = 0.330000
muzzle_velocity = 700
toughness = 17.600000
flash_particle_name = wraith_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = special_gun31_ammo
separation_explosion = sever_debris
auto_turret = false
turn_rate = 90
lootable = true
LODranges = 0, 40, 80, 150
; VECTOR
[Munition]
nickname = special_gun32_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 925
energy_damage = 132
one_shot_sound = fire_tachyon5
munition_hit_effect = vector_impact
const_effect = vector_proj
lifetime = 1
force_gun_ori = false
mass = 1
volume = 0.0001
[Gun]
nickname = special_gun32
ids_name = 299042
ids_info = 299043
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 = 185.8
refire_delay = 0.330000
muzzle_velocity = 700
toughness = 17.600000
flash_particle_name = vector_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = special_gun32_ammo
separation_explosion = sever_debris
auto_turret = false
turn_rate = 90
lootable = true
LODranges = 0, 40, 80, 150
; Scythe Mk I
+28
View File
@@ -8667,6 +8667,34 @@ ids_info = 299039
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat
; Codename WRAITH
[Good]
nickname = special_gun31
equipment = special_gun31
category = equipment
price = 115660
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db
combinable = false
ids_name = 299040
ids_info = 299041
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat
; Codename VECTOR
[Good]
nickname = special_gun32
equipment = special_gun32
category = equipment
price = 115660
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db
combinable = false
ids_name = 299042
ids_info = 299043
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat
; Scythe Mk I
[Good]