-
Notifications
You must be signed in to change notification settings - Fork 0
/
CVARINFO
36 lines (27 loc) · 1.61 KB
/
CVARINFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
server bool spicy_enabled = true;
server float spicy_los_factor = 100;
server int spicy_damage_type = 7;
server int spicy_max_spiciness = 1;
server int spicy_damagethreshold = 2;
server int spicy_radsuitprotection = 30;
server int spicy_hhelmetprotection = 10;
server int spicy_sinks = 4;
server int spicy_sources = 1;
server float spicy_source_distance = 30.0;
server float spicy_sink_distance = 30.0;
user float spicy_breathingvolume = 1.0;
user float spicy_breathalpha = 0.6;
user float spicy_gasmaskalpha = 1.0;
user bool spicy_allow_gasmaskhelmet = false;
server bool spicy_gasmask_allowBackpacks = true;
server int spicy_gasmask_stimpack_spawn_bias = -1;
server int spicy_gasmask_healthbonus_spawn_bias = -1;
server int spicy_gasmask_armorbonus_spawn_bias = -1;
server int spicy_gasmask_greenarmour_spawn_bias = -1;
server int spicy_gasmask_bluearmour_spawn_bias = -1;
server bool spicy_gasmask_persistent_spawning = false;
server bool spicy_gasmaskfilter_allowBackpacks = true;
server int spicy_gasmaskfilter_stimpack_spawn_bias = 14;
server int spicy_gasmaskfilter_healthbonus_spawn_bias = -1;
server int spicy_gasmaskfilter_armorbonus_spawn_bias = -1;
server bool spicy_gasmaskfilter_persistent_spawning = false;