-
Notifications
You must be signed in to change notification settings - Fork 0
/
LANGUAGE
111 lines (83 loc) · 5.76 KB
/
LANGUAGE
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[enu default]
// Options Menu Titles
SPICYAIR_MENU = "\c[Olive]Ⓢ\c- Spicy Air";
SPICYAIR_ENABLED = "Spicy Air Enabled: ";
SPICYAIR_GASMASK_HHELMET = "Gas Masks can be worn along with HHelmets: ";
SPICYAIR_LOS_TEXT = "Percentage of Spiciness when calculating sources that aren't in line of sight.";
SPICYAIR_LOS_FACTOR = "Spicy Air Line of Sight Factor: ";
SPICYAIR_LOS_REQUIRED = "Line of Sight Required!";
SPICYAIR_DAMAGE_TYPE = "Spicy Air Deals Damage in the form of: ";
SPICYAIR_MAX_SPICINESS = "Maximum Spiciness Level: ";
SPICYAIR_SOURCE_DISTANCE = "Spicy Source Distance Multiplier: ";
SPICYAIR_CLEAN_DISTANCE = "Clean Source Distance Multiplier: ";
SPICYAIR_DAMAGE_THRESHOLD = "Seconds before air is too spicy: ";
SPICYAIR_RADSUIT_PROTECTION = "Radsuit Multiplier to Protection from spicy air: ";
SPICYAIR_HHELMET_PROTECTION = "Hideous Helmet Multiplier to protection from spicy air: ";
SPICYAIR_SECRETS_CLEAN = "Secret sectors remove spicy air: ";
SPICYAIR_OUTDOORS_CLEAN = "Outdoor sectors remove spicy air: ";
SPICYAIR_UNDERWATER_CLEAN = "Being underwater is considered \"clean air\": ";
SPICYAIR_MONSTERS_SPICY = "Monsters cause spicy air: ";
SPICYAIR_FRAG_SPICY = "Frage causes spicy air: ";
SPICYAIR_BARRELS_SPICY = "Barrels cause spicy air: ";
SPICYAIR_FRIENDLIES_SPICY = "Friendly Monsters cause spicy air: ";
SPICYAIR_BOSSES_SPICY = "Boss Monsters cause spicy air: ";
SPICYAIR_HURTFLOORS_SPICY = "Damaging Floors cause spicy air: ";
SPICYAIR_OUTDOORS_SPICY = "Outdoor Sectors cause spicy air: ";
SPICYAIR_SECRETS_SPICY = "Secret Sectors cause spicy air: ";
SPICYAIR_MIN_KILLS = "Minimum Kill % range to clean air: ";
SPICYAIR_MAX_KILLS = "Maximum Kill % range to clean air: ";
SPICYAIR_BREATHING_VOLUME = "Breathing Volume: ";
SPICYAIR_BREATH_ALPHA = "Breath Alpha: ";
SPICYAIR_GASMASK_ALPHA = "Gas Mask Alpha: ";
MENU_ITEMS_TITLE = "--- Items ---";
MENU_RESETOPTIONS_TITLE = "--- Reset Options ---";
// Menu Section Headers
MENU_SPAWNOPTIONS = "Spawn Options";
MENU_PERSISTENCYOPTIONS = "Spawn Persistence Options";
MENU_RESETOPTIONS = "Reset Options";
MENU_RESETALLOPTIONS = "Reset all Options";
// Menu Static Text
MENU_SPAWNRATE_TEXT1 = "Setting 'spawn rate' to Replace All will suppress";
MENU_SPAWNRATE_TEXT2 = "spawns of that given type.";
MENU_PERSISTENCY_TEXT = "Control whether replacements happen after a mapload:";
// Menu Option Labels
MENU_NOTICE = "Notice:";
MENU_BACKPACKSALLOWED = "Allowed in Ammo Boxes and/or Backpacks: ";
MENU_SPAWNRATE = "Spawn Rate: ";
MENU_PERSISTENCY = "Persistent Spawns: ";
// Menu Option Values
MENU_ENABLED = "Enabled";
MENU_DISABLED = "Disabled";
MENU_REPLACEALL = "Replace All";
MENU_WITHALL = "With All";
// Menu Command Text
MENU_RESETWEP = "Reset Weapon Options";
MENU_RESETMAG = "Reset Magazine Options";
MENU_RESETPERSISTENCY = "Reset Persistence Options";
SPICYAIR_RESETALLOPTIONS = "Reset all options for Spicy Air.";
// Blackhawk Options Text
MENU_GASMASK_TITLE = "------ Gas Mask Options ------";
MENU_GASMASK_SPAWNOPTIONS = "Air Filter Spawn Options";
MENU_GASMASK_STIMPACK_SPAWNTEXT = "Control the spawn rate of the Gas Mask on Stimpacks:";
MENU_GASMASK_HEALTHBONUS_SPAWNTEXT = "Control the spawn rate of the Gas Mask on Health Bonuses:";
MENU_GASMASK_ARMORBONUS_SPAWNTEXT = "Control the spawn rate of the Gas Mask on Armor Bonuses:";
MENU_GASMASK_GREENARMOR_SPAWNTEXT = "Control the spawn rate of the Gas Mask on Garrison Armor:";
MENU_GASMASK_BLUEARMOR_SPAWNTEXT = "Control the spawn rate of the Gas Mask on Battle Armor:";
MENU_GASMASK_BACKPACKS = "Control whether the Gas Mask spawns in Backpacks:";
MENU_GASMASKFILTER_SPAWNOPTIONS = "Air Filter Spawn Options";
MENU_GASMASKFILTER_STIMPACK_SPAWNTEXT = "Control the spawn rate of the Air Filters on Stimpacks:";
MENU_GASMASKFILTER_HEALTHBONUS_SPAWNTEXT = "Control the spawn rate of the Air Filters on Health Bonuses:";
MENU_GASMASKFILTER_ARMORBONUS_SPAWNTEXT = "Control the spawn rate of the Air Filters on Armor Bonuses:";
MENU_GASMASKFILTER_BACKPACKS = "Control whether Air Filters spawn in Backpacks:";
MENU_GASMASK_SPAWNRATE = "Gas Mask Spawn Rate: ";
MENU_GASMASKFILTER_SPAWNRATE = "Air Filter Spawn Rate: ";
MENU_GASMASK_PERSISTENCY = "Persistent Gas Mask Spawns: ";
MENU_GASMASKFILTER_PERSISTENCY = "Persistent Air Filter Spawns: ";
MENU_GASMASK_RESETOPTIONS = "Reset Gas Mask Options";
MENU_GASMASKFILTER_RESETOPTIONS = "Reset Air Filter Options";
// Item Tags
TAG_GASMASK = "Gas Mask";
TAG_GASMASKFILTER = "Air Filter";
// Pickup Messages
PICKUP_GASMASK = "Picked up a gas mask.";
PICKUP_GASMASKFILTER = "Picked up an air filter.";