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

@@ -11,7 +11,7 @@ DynamicDebris[] =
{Loot_WEAPON, 5, ItemHatchet},
{Loot_WEAPON, 5, ItemCompass},
{Loot_PILE, 12, Consumable, 1, 2},
{Loot_MAGAZINE, 7, ItemJerryCan},
{Loot_GROUP, 7, JerryCan},
{Loot_GROUP, 15, Parts}
};
@@ -30,7 +30,7 @@ DynamicDebrisMilitary[] =
{Loot_WEAPON, 5, ItemHatchet},
{Loot_WEAPON, 5, ItemCompass},
{Loot_PILE, 12, Consumable, 1, 2},
{Loot_MAGAZINE, 7, ItemJerryCan},
{Loot_GROUP, 7, JerryCan},
{Loot_MAGAZINE, 7, ItemSandbag},
{Loot_GROUP, 8, Military},
{Loot_GROUP, 15, Parts}
@@ -38,7 +38,7 @@ DynamicDebrisMilitary[] =
SupplyDrop[] = {
{Loot_WEAPON, 5, ItemSledge},
{Loot_PILE, 12, Consumable, 1, 2},
{Loot_MAGAZINE, 7, ItemJerryCan},
{Loot_GROUP, 7, JerryCan},
{Loot_MAGAZINE, 7, bulk_ItemTankTrap},
{Loot_MAGAZINE, 7, PartPlywoodPack},
{Loot_MAGAZINE, 7, PartPlankPack},