Add Nomad Weapon Effect in different Colors

This commit is contained in:
DrGreen
2024-09-05 00:52:45 +02:00
parent 4ca10352a3
commit 3d1810defa
10 changed files with 1356 additions and 1 deletions

View File

@@ -3315,3 +3315,106 @@ nickname = gf_blsmallasteroid
vis_effect = gf_blsmallasteroid
effect_type = EFT_DEBRIS_TRAIL
; New Effects
; Nomad Gun Effect GREEN for Canon, Blaster, Prototyp, ....
[Effect]
nickname = no_gun_green_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = no_gun_green_proj
vis_generic = no_gun_green_proj
[Effect]
nickname = no_gun_green_flash
effect_type = EFT_MUZZLE_FLASH
vis_effect = no_gun_green_flash
[Effect]
nickname = no_gun_green_impact
effect_type = EFT_WEAPON_IMPACT
vis_effect = no_gun_green_impact
; Nomad Gun Effect YELLOW for Canon, Blaster, Prototyp, ....
[Effect]
nickname = no_gun_yellow_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = no_gun_yellow_proj
vis_generic = no_gun_yellow_proj
[Effect]
nickname = no_gun_yellow_flash
effect_type = EFT_MUZZLE_FLASH
vis_effect = no_gun_yellow_flash
[Effect]
nickname = no_gun_yellow_impact
effect_type = EFT_WEAPON_IMPACT
vis_effect = no_gun_yellow_impact
; Nomad Gun Effect RED for Canon, Blaster, Prototyp, ....
[Effect]
nickname = no_gun_red_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = no_gun_red_proj
vis_generic = no_gun_red_proj
[Effect]
nickname = no_gun_red_flash
effect_type = EFT_MUZZLE_FLASH
vis_effect = no_gun_red_flash
[Effect]
nickname = no_gun_red_impact
effect_type = EFT_WEAPON_IMPACT
vis_effect = no_gun_red_impact
; Nomad Gun Effect CYAN for Canon, Blaster, Prototyp, ....
[Effect]
nickname = no_gun_cyan_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = no_gun_cyan_proj
vis_generic = no_gun_cyan_proj
[Effect]
nickname = no_gun_cyan_flash
effect_type = EFT_MUZZLE_FLASH
vis_effect = no_gun_cyan_flash
[Effect]
nickname = no_gun_cyan_impact
effect_type = EFT_WEAPON_IMPACT
vis_effect = no_gun_cyan_impact
; Nomad Gun Effect BLUE for Canon, Blaster, Prototyp, ....
[Effect]
nickname = no_gun_blue_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = no_gun_blue_proj
vis_generic = no_gun_blue_proj
[Effect]
nickname = no_gun_blue_flash
effect_type = EFT_MUZZLE_FLASH
vis_effect = no_gun_blue_flash
[Effect]
nickname = no_gun_blue_impact
effect_type = EFT_WEAPON_IMPACT
vis_effect = no_gun_blue_impact
; Nomad Gun Effect ORANGE for Canon, Blaster, Prototyp, ....
[Effect]
nickname = no_gun_orange_proj
effect_type = EFT_WEAPON_PROJ
vis_effect = no_gun_orange_proj
vis_generic = no_gun_orange_proj
[Effect]
nickname = no_gun_orange_flash
effect_type = EFT_MUZZLE_FLASH
vis_effect = no_gun_orange_flash
[Effect]
nickname = no_gun_orange_impact
effect_type = EFT_WEAPON_IMPACT
vis_effect = no_gun_orange_impact