-
Notifications
You must be signed in to change notification settings - Fork 1
/
LANGUAGE
89 lines (85 loc) · 3.87 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
[enu default]
// This controls the menu's coloration in the options menu. I have to use it like this as I wanted the funky symbol and the coloring. - [Ted]
BULLETLIB_MENU = "\c[Blue]Ⓑ\c- HDBulletLib \c[Gold]Recasted\c";
// All of these are for the individual rounds to allow external mods to modify their tags. This can be incredibly helpful for resprites that may want to change lorebits. - [Ted]
TAG_069BORE = ".069 bore shell";
TAG_420FREI = ".420 Frei round";
TAG_420FREI_BOX = ".420 Frei Boxes";
TAG_069BORE_BOX = ".069 Bore Boxes";
TAG_500SWL = ".500 S&W light";
TAG_500SWH = ".500 S&W heavy";
TAG_500SW = ".500 S&W";
TAG_EXPLSHL = "Explosive Shotgun Slugs";
TAG_FLARESHELL = "Flare Shells";
TAG_G45LC = "Golden .45 LC round";
TAG_45LC = ".45 LC Round";
TAG_50AE = ".50 AE round";
TAG_50AM = ".50 Action Mega";
TAG_50OMG = ".50 OMG round";
TAG_MUSKETBALL = "Lead Ball";
TAG_LLSHELL = "Less-Lethal Shotgun Shells";
TAG_12SLUG = "Shotgun slugs";
TAG_THUNROCKET = "Thunder Rocket";
TAG_TORTROCKET = "Tortoise Rocket";
TAG_45ACP = ".45 ACP round";
TAG_3006 = ".30-06 round";
TAG_3006BRASS=".30-06 casing";
TAG_20MMGREN = "20mm grenade";
TAG_10MMAUTO = "10mm Auto round";
TAG_10MMCASING = "10mm Auto casing";
TAG_6MMFLECH = "6x42mm SCF Round";
TAG_22LR = "5x12mm Bumblebee Rimfire";
TAG_4GS = "4 gauge saboted slug";
// 4 GA 00 Buck shell was the original tag, I feel this is a bit more consistent. - [Ted]
TAG_4GB = "4 gauge 00 buckshot";
PICKUP_50AE="Picked up a .50 AE round.";
PICKUP_50AEBOX="Picked up some .50 Action Express ammo.";
PICKUP_10MM="Picked up a 10mm round.";
PICKUP_10MMBRASS="Picked up some 10mm brass.";
PICKUP_10MMBOX="Picked up a box of 10mm rounds.";
PICKUP_45LC="Picked up a .45LC round.";
PICKUP_45LCBOX="Picked up some .45LC ammo.";
PICKUP_GOLD45LC="Picked up a gold 45. LC round.";
PICKUP_GOLD45LCBOX="Picked up some gold .45LC ammo.";
PICKUP_EXPLOSIVESLUG="Picked up an explosive shell.";
PICKUP_EXPLOSIVESLUGS="Picked up some explosive shells.";
PICKUP_EXPLOSIVESLUGBOX="Picked up some explosive shells.";
PICKUP_FLARESHELL="Picked up a flare shell.";
PICKUP_FLARESHELLS="Picked up some flare shells.";
PICKUP_FLARESHELLBOX="Picked up some flare shells.";
PICKUP_LESSLETHALSHELL="Picked up a less-lethal shell.";
PICKUP_LESSLETHALSHELLS="Picked up some less-lethal shells.";
PICKUP_LESSLETHALSHELLBOX="Picked up some less-lethal shells.";
PICKUP_6MMFLECHETTE="Picked up a 6mm Flechette round.";
PICKUP_6MMFLECHETTEBOX="Picked up a box of 6mm Flechettes.";
PICKUP_5MM="Picked up a 5mm BR round.";
PICKUP_5MMBOX="Picked up ''some'' 5mm BR.";
PICKUP_50AM="Picked up a .50 Action Mega round.";
PICKUP_50AMBOX="Picked up some .50 Action Mega.";
PICKUP_3006="Picked up a .30-06 round.";
PICKUP_3006BOX="Picked up a box of .30-06.";
PICKUP_3006BRASS="Picked up some .30-06 brass.";
PICKUP_50OMG="Picked up a .50 OMG round.";
PICKUP_50OMGBOX="Picked up some .50 OMG ammo.";
PICKUP_20MM="Picked up a 20mm grenade.";
PICKUP_THUNROCKET="Picked up a thunder rocket.";
PICKUP_TORTROCKET="Picked up a tortoise rocket.";
PICKUP_4GB="Picked up a 4 gauge 00 Buck shell.";
PICKUP_4GBBOX="Picked up a 4 GA 00 Buck box.";
PICKUP_45ACP="Picked up a .45 ACP round.";
PICKUP_45ACPBOX="Picked up a .45 ACP box.";
PICKUP_4GS="Picked up a 4 gauge saboted slug.";
PICKUP_MUSKETBALL="Picked up a lead ball.";
PICKUP_500SWL="Picked up a .500 S&W light round.";
PICKUP_500SWLBOX="Picked up some .500 S&W ammo.";
PICKUP_500SWH="Picked up a .500 wildcat cartridge.";
PICKUP_500SWHBOX="Picked up some .500 S&W handloads. How the hell did these get here?";
PICKUP_SLUG="Picked up a shotgun slug.";
PICKUP_SLUGS="Picked up some shotgun slugs.";
PICKUP_SLUGBOX="Picked up some shotgun slugs.";
PICKUP_420FREI="Picked up a .420 Frei round.";
PICKUP_420FREIBOX="Picked up some .420 Frei ammo.";
PICKUP_069BORE="Picked up a .069 bore shell.";
PICKUP_069BOREBOX="Picked up some .069 bore shells.";
OB_20MM="%o was fragged by %k.";
OB_WANROCKET="%o was fragged by %k.";