Add Arma 2 Static Weapon as Epoch Classes

This adds for every type of arma 2 static weapon an epoch version for it. This also adds to every epoch static weapon a magazine class so it can be build easily. The new weapons can found under: DayZ Epoch Static Weapons in the editor. Server admins have to add Battleye Filters for most of the static weapons. Since adding it to all server would weaken also servers which do not use those new static weapons.
This commit is contained in:
A Man
2021-08-20 18:25:01 +02:00
parent d230768b96
commit 8bc484cb58
9 changed files with 930 additions and 25 deletions

View File

@@ -692,4 +692,11 @@ class IRStrobe
{
weight = 2;
};
class 200Rnd_40mmHE_FV510
{
weight = 20;
};
class 200Rnd_40mmSABOT_FV510
{
weight = 20;
};

View File

@@ -64,11 +64,6 @@ class deer_stand_kit
weight = 25;
};
class m240_nest_kit
{
weight = 125;
};
class rusty_gate_kit
{
weight = 80;

View File

@@ -0,0 +1,100 @@
class m240_nest_kit
{
weight = 125;
};
class M2_MG_Static_kit
{
weight = 45;
};
class M2_TriPod_MG_Static_kit
{
weight = 35;
};
class DSHKM_MG_Static_kit
{
weight = 45;
};
class DSHKM_TriPod_MG_Static_kit
{
weight = 35;
};
class KORD_TriPod_MG_Static_kit
{
weight = 35;
};
class KORD_MG_Static_kit
{
weight = 65;
};
class L2A1_MG_Static_kit
{
weight = 45;
};
class L2A1_Tripod_MG_Static_kit
{
weight = 30;
};
class GMG_Tripod_MG_Static_kit
{
weight = 30;
};
class AGS30_GrenadeLauncher_Static_kit
{
weight = 35;
};
class MK19_TriPod_GrenadeLauncher_Static_kit
{
weight = 35;
};
class GPMG_TriPod_GrenadeLauncher_Static_kit
{
weight = 35;
};
class M119_Artillery_Static_kit
{
weight = 280;
};
class D30_Artillery_Static_kit
{
weight = 380;
};
class SearchLight_Static_kit
{
weight = 25;
};
class M252_Mortar_Static_kit
{
weight = 30;
};
class 2b14_82mm_Mortar_Static_kit
{
weight = 30;
};
class Metis_Launcher_Static_kit
{
weight = 75;
};
class SPG9_Launcher_Static_kit
{
weight = 75;
};
class Stinger_Tripod_Launcher_Static_kit
{
weight = 30;
};
class TOW_Tripod_Launcher_Static_kit
{
weight = 30;
};
class Rbs70_Launcher_Static_kit
{
weight = 130;
};
class Igla_AntiAir_Launcher_Static_kit
{
weight = 120;
};
class ZU23_AntiAir_Static_kit
{
weight = 370;
};