Add fuel containers loot group

Vanilla commits:

e51bde7c31

4e938fdaf7
This commit is contained in:
ebayShopper
2017-06-10 11:36:52 -04:00
parent 39e05ad0e4
commit ddd66777df
8 changed files with 32 additions and 13 deletions

View File

@@ -12,8 +12,6 @@ Farm[] =
//Items
{Loot_MAGAZINE, 4, ItemSandbag},
{Loot_MAGAZINE, 3, ItemJerryCan},
{Loot_MAGAZINE, 4, ItemFuelCan},
{Loot_MAGAZINE, 1, TrapBear},
{Loot_MAGAZINE, 8, PartWoodPile},
{Loot_MAGAZINE, 3, equip_rope},
@@ -22,7 +20,6 @@ Farm[] =
{Loot_MAGAZINE, 4, equip_string},
{Loot_MAGAZINE, 2, equip_lever},
{Loot_MAGAZINE, 2, PartPlankPack},
{Loot_MAGAZINE, 2, ItemFuelBarrelEmpty},
{Loot_MAGAZINE, 1, ItemLightBulb},
{Loot_MAGAZINE, 1, ItemSledgeHead},
{Loot_MAGAZINE, 1.5, ItemSledgeHandle},
@@ -33,6 +30,9 @@ Farm[] =
{Loot_GROUP, 3, AttachmentsGeneric},
{Loot_GROUP, 8, Consumable},
{Loot_WEAPON, 3, ItemMatchbox},
{Loot_GROUP, 3, JerryCan},
{Loot_GROUP, 4, FuelCan},
{Loot_GROUP, 2, FuelBarrel},
{Loot_GROUP, 8, Generic}
};