‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
All Data Structures Files Functions Variables Macros
_zm_weap_raygun_mark3.gsh
Go to the documentation of this file.
1 // Lefthand weapon has slow vortex
2 // Righthand weapon has penetrating beam projectile
3 #define STR_RAYGUN_MARK3_WEAPON "raygun_mark3"
4 #define STR_RAYGUN_MARK3LH_WEAPON "raygun_mark3lh"
5 #define STR_RAYGUN_MARK3_UPGRADED_WEAPON "raygun_mark3_upgraded"
6 #define STR_RAYGUN_MARK3LH_UPGRADED_WEAPON "raygun_mark3lh_upgraded"
7 
8 #define N_ZM_WEAP_RGM3_SLOW_VORTEX_SM 1
9 #define N_ZM_WEAP_RGM3_SLOW_VORTEX_LG 2
10 
11 #define STR_RAYGUN_MARK3_VORTEX_SCREEN_FX "zm_raygun_mark3_vortex"
12 
13 #define N_RAYGUN_MARK3_VORTEX_VISIONSET_PRIORITY 24
14 #define N_RAYGUN_MARK3_VORTEX_VISIONSET_LERP_COUNT 30
15 #define N_RAYGUN_MARK3_VORTEX_OVERLAY_BLUR_AMOUNT 0.08
16 #define N_RAYGUN_MARK3_VORTEX_OVERLAY_INNER_RADIUS 0.75
17 #define N_RAYGUN_MARK3_VORTEX_OVERLAY_OUTER_RADIUS 0.9