Update weights

This commit is contained in:
A Man
2022-04-16 23:30:37 +02:00
parent da57bada5c
commit 0c2ff272e1
4 changed files with 17 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ class ItemWire
class ItemTankTrap
{
weight = 218;
weight = 7.5;
};
class ItemGenerator

View File

@@ -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;
};

View File

@@ -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

View File

@@ -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