mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update weights
This commit is contained in:
@@ -35,7 +35,7 @@ class ItemWire
|
||||
|
||||
class ItemTankTrap
|
||||
{
|
||||
weight = 218;
|
||||
weight = 7.5;
|
||||
};
|
||||
|
||||
class ItemGenerator
|
||||
|
||||
@@ -8,17 +8,17 @@ class FishCookedTrout
|
||||
};
|
||||
class FishRawSeaBass
|
||||
{
|
||||
weight = 2;
|
||||
weight = 4;
|
||||
};
|
||||
class FishCookedSeaBass
|
||||
{
|
||||
weight = 2;
|
||||
weight = 4;
|
||||
};
|
||||
class FishRawTuna
|
||||
{
|
||||
weight = 1.8;
|
||||
weight = 15;
|
||||
};
|
||||
class FishCookedTuna
|
||||
{
|
||||
weight = 1.8;
|
||||
weight = 15;
|
||||
};
|
||||
@@ -46,7 +46,7 @@ class bulk_equip_garlic_bulbFull
|
||||
|
||||
class bulk_FishCookedSeaBassFull
|
||||
{
|
||||
weight = 15;
|
||||
weight = 48;
|
||||
};
|
||||
|
||||
class bulk_FishCookedTroutFull
|
||||
@@ -56,7 +56,7 @@ class bulk_FishCookedTroutFull
|
||||
|
||||
class bulk_FishCookedTunaFull
|
||||
{
|
||||
weight = 24.6;
|
||||
weight = 180;
|
||||
};
|
||||
|
||||
class bulk_FoodBeefCookedFull
|
||||
@@ -132,12 +132,12 @@ class bulk_ItemSandbag
|
||||
|
||||
class bulk_ItemTankTrap
|
||||
{
|
||||
weight = 2619;
|
||||
weight = 93;
|
||||
};
|
||||
|
||||
class bulk_ItemTankTrapHalf
|
||||
{
|
||||
weight = 1331;
|
||||
weight = 48;
|
||||
};
|
||||
|
||||
class bulk_ItemWire
|
||||
|
||||
@@ -8,35 +8,35 @@ class PartFueltank
|
||||
};
|
||||
class PartGlass
|
||||
{
|
||||
weight = 12;
|
||||
weight = 6;
|
||||
};
|
||||
class PartEngine
|
||||
{
|
||||
weight = 200;
|
||||
weight = 25;
|
||||
};
|
||||
class PartVRotor
|
||||
{
|
||||
weight = 400;
|
||||
weight = 50;
|
||||
};
|
||||
class PartFueltankBroken
|
||||
{
|
||||
weight = 7;
|
||||
weight = 10;
|
||||
};
|
||||
class PartWheelBroken
|
||||
{
|
||||
weight = 6;
|
||||
weight = 10;
|
||||
};
|
||||
class PartEngineBroken
|
||||
{
|
||||
weight = 110;
|
||||
weight = 25;
|
||||
};
|
||||
class PartVRotorBroken
|
||||
{
|
||||
weight = 220;
|
||||
weight = 50;
|
||||
};
|
||||
class PartGlassBroken
|
||||
{
|
||||
weight = 1;
|
||||
weight = 6;
|
||||
};
|
||||
|
||||
// PartGeneric can be found under Items\Metal.hpp
|
||||
|
||||
Reference in New Issue
Block a user