‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_zm_perk_widows_wine.gsh
Go to the documentation of this file.
1 // WIDOWS WINE SETTINGS
2 //
3 #define WIDOWS_WINE_NAME "widows_wine"
4 #define WIDOWS_WINE_PERK_COST 4000
5 #define WIDOWS_WINE_PERK_BOTTLE_WEAPON "zombie_perk_bottle_widows_wine"
6 #define WIDOWS_WINE_SHADER "specialty_widows_wine_zombies"
7 #define WIDOWS_WINE_MACHINE_DISABLED_MODEL "p7_zm_vending_widows_wine"
8 #define WIDOWS_WINE_MACHINE_ACTIVE_MODEL "p7_zm_vending_widows_wine"
9 #define WIDOWS_WINE_RADIANT_MACHINE_NAME "vending_widowswine"
10 #define WIDOWS_WINE_GRENADE "sticky_grenade_widows_wine"
11 #define WIDOWS_WINE_KNIFE "knife_widows_wine"
12 #define WIDOWS_WINE_BOWIE_KNIFE "bowie_knife_widows_wine"
13 #define WIDOWS_WINE_SICKLE_KNIFE "sickle_knife_widows_wine"
14 #define WIDOWS_WINE_CONTACT_EXPLOSION_COUNT 0 // Num grenades that do not trigger contact explosion
15 
16 #define WIDOWS_WINE_COCOON_RADIUS 100 // Radius up to which enemies will be immobilized
17 #define WIDOWS_WINE_COCOON_RADIUS_SQ 10000 // WIDOWS_WINE_COCOON_RADIUS^2
18 #define WIDOWS_WINE_COCOON_FRACTION 0.1 // Fraction of normal speed to animate when Cocooned (TEMP - should play immobile anim)
19 #define WIDOWS_WINE_COCOON_DURATION 16.0 // Duration of Cocoon
20 
21 #define WIDOWS_WINE_SLOW_RADIUS 256 // Radius up to which enemies will be slowed
22 #define WIDOWS_WINE_SLOW_RADIUS_SQ 65536 // WIDOWS_WINE_SLOW_RADIUS^2
23 #define WIDOWS_WINE_SLOW_FRACTION 0.7 // Fraction of normal speed to animate when Slowed
24 #define WIDOWS_WINE_SLOW_DURATION 12.0 // Duration of Slow
25 
26 // SHARED DEFINES BETWEEN MULTIPLE FILES
27 #define WIDOWS_WINE_FX_MACHINE_LIGHT "widow_light"
28 #define WIDOWS_WINE_FX_WRAP "widows_wine_wrap"
29 
30 #define WIDOWS_WINE_FX_FILE_MACHINE_LIGHT "zombie/fx_perk_widows_wine_zmb"
31 #define WIDOWS_WINE_FX_FILE_WRAP "zombie/fx_widows_wrap_torso_zmb"
32 #define WIDOWS_WINE_1P_EXPLOSION "zombie/fx_widows_exp_1p_zmb"
33 
34 #define CF_WIDOWS_WINE_WRAP "widows_wine_wrapping"
35 
36 #define WIDOWS_WINE_ELEMENTAL_SPEED_OVERRIDE 5;
37