Skip to content

Commit

Permalink
season 3 weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
murrty authored Apr 22, 2021
1 parent ab54fae commit da7b57a
Show file tree
Hide file tree
Showing 13 changed files with 1,226 additions and 414 deletions.
8 changes: 7 additions & 1 deletion Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ public enum Weapon : int {
BULLFROG = 24,
MAC10 = 25,
LC10 = 26,
PPSH41 = 27,

TYPE63 = 30,
M16 = 31,
AUG = 32,
DMR14 = 33,
CARV2 = 34,

STONER63 = 40,
RPD = 41,
Expand All @@ -37,10 +39,12 @@ public enum Weapon : int {
LW3TUNDRA = 51,
M82 = 52,
ZRG20MM = 53,
SWISSK31 = 54,

M1911 = 60,
MAGNUM = 61,
DIAMATTI = 62,
AMP63 = 63,

HAUER77 = 70,
GALLOSA12 = 71,
Expand All @@ -55,7 +59,9 @@ public enum Weapon : int {
WAKIZASHI = 93,
MACHETE = 94,
ETOOL = 95,
R1SHADOWHUNTER = 96
R1SHADOWHUNTER = 96,
BALLISTICKNIFE = 97,
BASEBALLBAT = 98
}
public enum WeaponClass : int {
None = -1,
Expand Down
60 changes: 60 additions & 0 deletions Pistols.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion Pistols.settings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ColdWarCamo" GeneratedClassName="Pistols">
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ColdWarCamo.Settings" GeneratedClassName="Pistols">
<Profiles />
<Settings>
<Setting Name="Last" Type="System.Int32" Scope="User">
Expand Down Expand Up @@ -50,5 +50,20 @@
<Setting Name="DIAMATTI_STATS_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
<Setting Name="AMP63_LEVEL" Type="System.String" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="AMP63_CAMO_MP" Type="System.String" Scope="User">
<Value Profile="(Default)">00000000000000000000000000000000000000</Value>
</Setting>
<Setting Name="AMP63_CAMO_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">00000000000000000000000000000000000000</Value>
</Setting>
<Setting Name="AMP63_STATS_MP" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
<Setting Name="AMP63_STATS_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
</Settings>
</SettingsFile>
60 changes: 60 additions & 0 deletions SniperRifles.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion SniperRifles.settings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ColdWarCamo" GeneratedClassName="SniperRifles">
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ColdWarCamo.Settings" GeneratedClassName="SniperRifles">
<Profiles />
<Settings>
<Setting Name="Last" Type="System.Int32" Scope="User">
Expand Down Expand Up @@ -65,5 +65,20 @@
<Setting Name="ZRG20MM_STATS_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
<Setting Name="SWISSK31_LEVEL" Type="System.String" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="SWISSK31_CAMO_MP" Type="System.String" Scope="User">
<Value Profile="(Default)">00000000000000000000000000000000000000</Value>
</Setting>
<Setting Name="SWISSK31_CAMO_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">00000000000000000000000000000000000000</Value>
</Setting>
<Setting Name="SWISSK31_STATS_MP" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
<Setting Name="SWISSK31_STATS_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
</Settings>
</SettingsFile>
120 changes: 120 additions & 0 deletions Specials.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 31 additions & 1 deletion Specials.settings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ColdWarCamo" GeneratedClassName="Specials">
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ColdWarCamo.Settings" GeneratedClassName="Specials">
<Profiles />
<Settings>
<Setting Name="Last" Type="System.Int32" Scope="User">
Expand Down Expand Up @@ -110,5 +110,35 @@
<Setting Name="R1SHADOWHUNTER_STATS_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
<Setting Name="BALLISTICKNIFE_LEVEL" Type="System.String" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="BALLISTICKNIFE_CAMO_MP" Type="System.String" Scope="User">
<Value Profile="(Default)">00000000000000000000000000000000000000</Value>
</Setting>
<Setting Name="BALLISTICKNIFE_CAMO_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">00000000000000000000000000000000000000</Value>
</Setting>
<Setting Name="BALLISTICKNIFE_STATS_MP" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
<Setting Name="BALLISTICKNIFE_STATS_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
<Setting Name="BASEBALLBAT_LEVEL" Type="System.String" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="BASEBALLBAT_CAMO_MP" Type="System.String" Scope="User">
<Value Profile="(Default)">00000000000000000000000000000000000000</Value>
</Setting>
<Setting Name="BASEBALLBAT_CAMO_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">00000000000000000000000000000000000000</Value>
</Setting>
<Setting Name="BASEBALLBAT_STATS_MP" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
<Setting Name="BASEBALLBAT_STATS_ZM" Type="System.String" Scope="User">
<Value Profile="(Default)">0,0,0,0,0,0,0</Value>
</Setting>
</Settings>
</SettingsFile>
Loading

0 comments on commit da7b57a

Please sign in to comment.