mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
0.971
+ added color coding of backpack when selling fixes #112 + fixed silver to gold conversion rates on bulk selling weapons and backpacks. Fixes #114 + add more missing weights for R3F realism. Fixes #110 + added random direction to purchased vehicles makes it harder to get duplicate uid not fixed 100%
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