Add Codename Weapon Winterfresh

This commit is contained in:
D4rkl1ght3r
2026-08-18 20:51:15 +02:00
parent cac85cdca7
commit 6ad3632e37
6 changed files with 83 additions and 9 deletions
+54 -7
View File
@@ -22548,19 +22548,19 @@ turn_rate = 90
lootable = true lootable = true
LODranges = 0, 40, 80, 150 LODranges = 0, 40, 80, 150
; MIRAGE ; WINTERFRESH
[Munition] [Munition]
nickname = special_gun35_ammo nickname = special_gun35_ammo
hp_type = hp_gun hp_type = hp_gun
requires_ammo = false requires_ammo = false
hit_pts = 2 hit_pts = 2
hull_damage = 692.4 hull_damage = 870
energy_damage = 125 energy_damage = 182
one_shot_sound = fire_tachyon5 one_shot_sound = fire_tachyon5
munition_hit_effect = vulcan_impact munition_hit_effect = frostbite_impact
const_effect = mirage_proj const_effect = winterfresh_proj
lifetime = 0.8 lifetime = 1
force_gun_ori = false force_gun_ori = false
mass = 1 mass = 1
volume = 0.0001 volume = 0.0001
@@ -22581,6 +22581,53 @@ volume = 0
mass = 10 mass = 10
hp_gun_type = hp_gun_special_10 hp_gun_type = hp_gun_special_10
damage_per_fire = 0 damage_per_fire = 0
power_usage = 191.8
refire_delay = 0.330000
muzzle_velocity = 700
toughness = 17.600000
flash_particle_name = frostbite_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
; MIRAGE
[Munition]
nickname = special_gun37_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
299901
[Gun]
nickname = special_gun37
ids_name = 299900
ids_info = 299901
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 power_usage = 148.2
refire_delay = 0.25 refire_delay = 0.25
muzzle_velocity = 750 muzzle_velocity = 750
@@ -22588,7 +22635,7 @@ toughness = 17.600000
flash_particle_name = vulcan_flash flash_particle_name = vulcan_flash
flash_radius = 15 flash_radius = 15
light_anim = l_gun01_flash light_anim = l_gun01_flash
projectile_archetype = special_gun35_ammo projectile_archetype = special_gun37_ammo
separation_explosion = sever_debris separation_explosion = sever_debris
auto_turret = false auto_turret = false
turn_rate = 90 turn_rate = 90
+15 -2
View File
@@ -8749,8 +8749,7 @@ ids_info = 299047
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
; Codename MIRAGE ; Codename WINTERFRESH
[Good] [Good]
nickname = special_gun35 nickname = special_gun35
equipment = special_gun35 equipment = special_gun35
@@ -8763,6 +8762,20 @@ ids_info = 299049
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
; Codename MIRAGE
[Good]
nickname = special_gun37
equipment = special_gun37
category = equipment
price = 115660
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_gun.3db
combinable = false
ids_name = 299900
ids_info = 299901
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat
; Scythe Mk I ; Scythe Mk I
[Good] [Good]
Binary file not shown.
+8
View File
@@ -5545,6 +5545,14 @@ effect_crc = 443714051
textures = fx\rem_fractals.txm textures = fx\rem_fractals.txm
textures = fx\hexagon.txm textures = fx\hexagon.txm
; Codename: Winterfresh
[VisEffect]
nickname = winterfresh_proj
alchemy = fx\weapons\customs\winterfresh.ale
effect_crc = 431138045
textures = fx\rem_fractals.txm
textures = fx\hexagon.txm
; Codename: Nightfrost ; Codename: Nightfrost
[VisEffect] [VisEffect]
nickname = nightfrost_proj nickname = nightfrost_proj
+6
View File
@@ -3985,6 +3985,12 @@ nickname = firefreeze_proj
effect_type = EFT_WEAPON_PROJ effect_type = EFT_WEAPON_PROJ
vis_effect = firefreeze_proj vis_effect = firefreeze_proj
; WINTERFRESH
[Effect]
nickname = winterfresh_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = winterfresh_proj
; NIGHTFROST ; NIGHTFROST
[Effect] [Effect]
Binary file not shown.