mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
1.0.1 RC2
+ [CHANGED] Personal safe model, texture, and icon reworked. + [FIXED] Fixed issue with being unable to bloodbag. + [FIXED] Potential fix for storage buildings disappearing. + [UPDATED] traders updated to have more items. + [FIXED] Weights updated for new items added on each mission template.
This commit is contained in:
@@ -1212,6 +1212,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class MeleeMachete
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemHatchet
|
||||
{
|
||||
weight = 1;
|
||||
@@ -1430,7 +1434,11 @@ class CfgWeight
|
||||
{
|
||||
weight = 0;
|
||||
};
|
||||
class Crowbar_Swing
|
||||
class Fishing_Swing
|
||||
{
|
||||
weight = 0;
|
||||
};
|
||||
class Crowbar_Swing
|
||||
{
|
||||
weight = 0;
|
||||
};
|
||||
@@ -1641,7 +1649,32 @@ class CfgWeight
|
||||
{
|
||||
weight = 2;
|
||||
};
|
||||
|
||||
|
||||
class ItemTrout
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemTroutCooked
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemSeaBass
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
class ItemSeaBassCooked
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class ItemTuna
|
||||
{
|
||||
weight = 27;
|
||||
};
|
||||
class ItemTunaCooked
|
||||
{
|
||||
weight = 25;
|
||||
};
|
||||
|
||||
class 30m_plot_kit
|
||||
{
|
||||
weight = 0.02;
|
||||
|
||||
Reference in New Issue
Block a user