Add weapon parts and gun powder for server admins to add

This commit is contained in:
A Man
2021-08-24 10:36:22 +02:00
parent 5885bb31e3
commit 6dbc6646f3
4 changed files with 324 additions and 0 deletions

View File

@@ -140,4 +140,60 @@ class ItemPlasticParts
class ItemCeramicParts
{
weight = 3;
};
class ItemWeaponPartsPistol
{
weight = 4;
};
class ItemWeaponPartsSMG
{
weight = 5;
};
class ItemWeaponPartsShotgun
{
weight = 5;
};
class ItemWeaponPartsRifle
{
weight = 7;
};
class ItemWeaponPartsSniperRilfe
{
weight = 7.5;
};
class ItemWeaponPartsMG
{
weight = 9;
};
class ItemWeaponPartsUnknown
{
weight = 8.5;
};
class ItemWeaponPartsBad
{
weight = 8;
};
class ItemWeaponPartsNormal
{
weight = 9;
};
class ItemWeaponPartsGood
{
weight = 9.5;
};
class ItemWeaponPartsExecellent
{
weight = 10;
};
class ItemGunPowderSmall
{
weight = 2;
};
class ItemGunPowder
{
weight = 8;
};
class ItemGunPowderBig
{
weight = 16;
};

View File

@@ -34,6 +34,7 @@ class CfgWeight
#include "Magazines\Buildings\Tent.hpp"
#include "Magazines\Buildings\Misc.hpp"
#include "Magazines\Buildings\TripWire.hpp"
#include "Magazines\Buildings\StaticWeapons.hpp"
#include "Magazines\Consumables\Fish.hpp"
#include "Magazines\Consumables\Meat.hpp"