mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Add weapon parts and gun powder for server admins to add
This commit is contained in:
@@ -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;
|
||||
};
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user