Add a few new items

Models made by @helion4
This commit is contained in:
AirwavesMan
2020-06-28 22:40:16 +02:00
parent 8d4a00b99e
commit 09c368b938
21 changed files with 967 additions and 17 deletions

View File

@@ -145,4 +145,8 @@ class FoodCakeCremeCakeClean
class FoodCandyMintception
{
weight = 0.2;
};
class equip_garlic_bulb
{
weight = 0.1;
};

View File

@@ -21,4 +21,9 @@ class MortarBucket
class equip_brick
{
weight = 0.5;
};
class CementBag
{
weight = 40;
};

View File

@@ -92,4 +92,113 @@ class ItemTNK
class ItemARM
{
weight = 0.1;
};
class Blueprint_01
{
weight = 0.3;
};
class Blueprint_02
{
weight = 0.3;
};
class Blueprint_03
{
weight = 0.3;
};
class Blueprint_04
{
weight = 0.3;
};
class Blueprint_05
{
weight = 0.3;
};
class Blueprint_06
{
weight = 0.3;
};
class Blueprint_07
{
weight = 0.3;
};
class Blueprint_08
{
weight = 0.3;
};
class Blueprint_09
{
weight = 0.3;
};
class Blueprint_10
{
weight = 0.3;
};
class Blueprint_11
{
weight = 0.3;
};
class Blueprint_12
{
weight = 0.3;
};
class Blueprint_13
{
weight = 0.3;
};
class Blueprint_14
{
weight = 0.3;
};
class Blueprint_15
{
weight = 0.3;
};
class Blueprint_16
{
weight = 0.3;
};
class Blueprint_17
{
weight = 0.3;
};
class Blueprint_18
{
weight = 0.3;
};
class Blueprint_19
{
weight = 0.3;
};
class Blueprint_20
{
weight = 0.3;
};
class PileBooks
{
weight = 4.5;
};
class PileMedBooks
{
weight = 6.5;
};

View File

@@ -121,8 +121,4 @@ class equip_rail_screws
class IR_Strobe_Target
{
weight = 0.4;
};
class equip_garlic_bulb
{
weight = 0.5;
};
};