mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Add a few new items
Models made by @helion4
This commit is contained in:
@@ -145,4 +145,8 @@ class FoodCakeCremeCakeClean
|
||||
class FoodCandyMintception
|
||||
{
|
||||
weight = 0.2;
|
||||
};
|
||||
class equip_garlic_bulb
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
@@ -21,4 +21,9 @@ class MortarBucket
|
||||
class equip_brick
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
|
||||
class CementBag
|
||||
{
|
||||
weight = 40;
|
||||
};
|
||||
@@ -92,4 +92,113 @@ class ItemTNK
|
||||
class ItemARM
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
class Blueprint_01
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_02
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_03
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_04
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_05
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_06
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_07
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_08
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_09
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_10
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_11
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_12
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_13
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_14
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_15
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_16
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_17
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_18
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_19
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class Blueprint_20
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
|
||||
class PileBooks
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
|
||||
class PileMedBooks
|
||||
{
|
||||
weight = 6.5;
|
||||
};
|
||||
@@ -121,8 +121,4 @@ class equip_rail_screws
|
||||
class IR_Strobe_Target
|
||||
{
|
||||
weight = 0.4;
|
||||
};
|
||||
class equip_garlic_bulb
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
};
|
||||
@@ -306,6 +306,10 @@ class ItemNVGBroken_DZE
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemNVGFullBroken_DZE
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemMap_Debug
|
||||
{
|
||||
weight = 1;
|
||||
@@ -465,4 +469,60 @@ class Map_Survivor_DZE
|
||||
class ItemKeyKitBroken
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class Cuffs_DZE
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
class CuffsBroken_DZE
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
class Hammer_DZE
|
||||
{
|
||||
weight = 1.8;
|
||||
};
|
||||
class HammerBroken_DZE
|
||||
{
|
||||
weight = 1.8;
|
||||
};
|
||||
class Saw_DZE
|
||||
{
|
||||
weight = 0.4;
|
||||
};
|
||||
class SawBroken_DZE
|
||||
{
|
||||
weight = 0.4;
|
||||
};
|
||||
class Smartphone_DZE
|
||||
{
|
||||
weight = 0.6;
|
||||
};
|
||||
class SmartphoneBroken_DZE
|
||||
{
|
||||
weight = 0.6;
|
||||
};
|
||||
class Scissors_DZE
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
class ScissorsBroken_DZE
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
class Screwdriver_DZE
|
||||
{
|
||||
weight = 0.8;
|
||||
};
|
||||
class ScrewdriverBroken_DZE
|
||||
{
|
||||
weight = 0.8;
|
||||
};
|
||||
class Wrench_DZE
|
||||
{
|
||||
weight = 1.7;
|
||||
};
|
||||
class WrenchBroken_DZE
|
||||
{
|
||||
weight = 1.7;
|
||||
};
|
||||
Reference in New Issue
Block a user