mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add G36A and G36K as epoch version
This commit is contained in:
@@ -167,6 +167,14 @@ class G36K_Camo_SD_DZ : G36_C_SD_eotech
|
||||
};
|
||||
};
|
||||
|
||||
class G36K_DZ : G36K_Camo_DZ
|
||||
{
|
||||
model = "\ca\weapons\G36\G36_K";
|
||||
picture = "\ca\weapons\G36\Data\Equip\w_g36k_ca.paa";
|
||||
displayName = $STR_DZ_WPN_G36K_NAME;
|
||||
class Attachments {};
|
||||
};
|
||||
|
||||
class G36A_Camo_DZ : G36K_Camo_DZ
|
||||
{
|
||||
model = "z\addons\dayz_communityweapons\g36\g36a_camo.p3d";
|
||||
@@ -211,3 +219,11 @@ class G36A_Camo_SD_DZ : G36K_Camo_SD_DZ
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class G36A_DZ : G36A_Camo_DZ
|
||||
{
|
||||
model = "\ca\weapons\G36\G36";
|
||||
picture = "\ca\weapons\G36\Data\Equip\w_g36_ca.paa";
|
||||
displayName = $STR_DZ_WPN_G36A_NAME;
|
||||
class Attachments {};
|
||||
};
|
||||
@@ -394,6 +394,10 @@ class G36A_Camo_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class G36A_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class G36C_Camo_DZ
|
||||
{
|
||||
weight = 2.8;
|
||||
@@ -402,6 +406,10 @@ class G36K
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class G36K_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class G36K_camo
|
||||
{
|
||||
weight = 3;
|
||||
|
||||
@@ -16200,6 +16200,9 @@
|
||||
<Russian>G36A ПБС (Камуфляж)</Russian>
|
||||
<German>G36A Tarn SD</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_G36A_NAME">
|
||||
<English>G36A</English>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_G36K_CAMO_NAME">
|
||||
<English>G36K Camo</English>
|
||||
<Russian>G36K (Камуфляж)</Russian>
|
||||
@@ -16210,6 +16213,9 @@
|
||||
<Russian>G36K ПБС (Камуфляж)</Russian>
|
||||
<German>G36K Tarn SD</German>
|
||||
</Key>
|
||||
<Key ID="STR_DZ_WPN_G36K_NAME">
|
||||
<English>G36K</English>
|
||||
</Key>
|
||||
|
||||
<!-- MP5 -->
|
||||
<Key ID="STR_DZ_WPN_MP5_NAME">
|
||||
|
||||
Reference in New Issue
Block a user