mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
0.975
+ added animation to crafting + added staged deconstruction of buildables. + allow new buildables to be saved to db + add R3F files to other mission files. + add dynamic_vehicle.sqf to mission files
This commit is contained in:
@@ -702,6 +702,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
class 15Rnd_W1866_Slug
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
class 30Rnd_9x19_MP5
|
||||
{
|
||||
weight = 0.4;
|
||||
@@ -801,6 +805,10 @@ class CfgWeight
|
||||
class 20Rnd_762x51_DMR
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
class 8Rnd_B_Beneli_Pellets
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
class 20Rnd_556x45_Stanag
|
||||
{
|
||||
@@ -1054,6 +1062,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
class ItemWaterbottleBoiled
|
||||
{
|
||||
weight = 0.5;
|
||||
};
|
||||
class ItemSodaMdew
|
||||
{
|
||||
weight = 0.2;
|
||||
@@ -1078,6 +1090,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 0.2;
|
||||
};
|
||||
class FoodBioMeat
|
||||
{
|
||||
weight = 0.2;
|
||||
};
|
||||
class FoodCanPasta
|
||||
{
|
||||
weight = 0.2;
|
||||
@@ -1352,6 +1368,19 @@ class CfgWeight
|
||||
{
|
||||
weight = 50;
|
||||
};
|
||||
class ItemWaterbottleUnfilled
|
||||
{
|
||||
weight = 0.05;
|
||||
};
|
||||
class ItemSodaEmpty
|
||||
{
|
||||
weight = 0.002;
|
||||
};
|
||||
class TrashJackDaniels
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user