mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
added cinder blocks and lumber/plywood packs
This commit is contained in:
@@ -546,7 +546,7 @@ class CfgBuildingLoot {
|
|||||||
{ "","trash" },
|
{ "","trash" },
|
||||||
{"Crossbow_DZ","weapon"},
|
{"Crossbow_DZ","weapon"},
|
||||||
{ "Binocular","weapon" },
|
{ "Binocular","weapon" },
|
||||||
{ "PartWoodPile","magazine" },
|
{ "PartPlywoodPack","magazine" },
|
||||||
{ "clothes","single" },
|
{ "clothes","single" },
|
||||||
{ "specialclothes","single" },
|
{ "specialclothes","single" },
|
||||||
{ "WeaponHolder_MeleeCrowbar","object" },
|
{ "WeaponHolder_MeleeCrowbar","object" },
|
||||||
@@ -623,7 +623,7 @@ class CfgBuildingLoot {
|
|||||||
{ "","trash" },
|
{ "","trash" },
|
||||||
{"Crossbow_DZ","weapon"},
|
{"Crossbow_DZ","weapon"},
|
||||||
{ "Binocular","weapon" },
|
{ "Binocular","weapon" },
|
||||||
{ "PartWoodPile","magazine" },
|
{ "PartPlywoodPack","magazine" },
|
||||||
{ "clothes","single" },
|
{ "clothes","single" },
|
||||||
{ "specialclothes","single" },
|
{ "specialclothes","single" },
|
||||||
{ "WeaponHolder_MeleeCrowbar","object" },
|
{ "WeaponHolder_MeleeCrowbar","object" },
|
||||||
@@ -690,14 +690,15 @@ class CfgBuildingLoot {
|
|||||||
{ "ItemToolbox","weapon" },
|
{ "ItemToolbox","weapon" },
|
||||||
{ "ItemWire","magazine" },
|
{ "ItemWire","magazine" },
|
||||||
{"ItemTankTrap","magazine"},
|
{"ItemTankTrap","magazine"},
|
||||||
{"ItemKeyKit","weapon"}
|
{"ItemKeyKit","weapon"},
|
||||||
|
{"CinderBlocks","magazine"}
|
||||||
};
|
};
|
||||||
itemChance[] = {
|
itemChance[] = {
|
||||||
0.01,
|
0.01,
|
||||||
0.01,
|
0.01,
|
||||||
0.01,
|
0.01,
|
||||||
0.17,
|
0.17,
|
||||||
0.28,
|
0.26,
|
||||||
0.04,
|
0.04,
|
||||||
0.04,
|
0.04,
|
||||||
0.05,
|
0.05,
|
||||||
@@ -711,7 +712,8 @@ class CfgBuildingLoot {
|
|||||||
0.06,
|
0.06,
|
||||||
0.01,
|
0.01,
|
||||||
0.04,
|
0.04,
|
||||||
0.01
|
0.01,
|
||||||
|
0.02,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class IndustrialFuel: Default {
|
class IndustrialFuel: Default {
|
||||||
@@ -775,7 +777,7 @@ class CfgBuildingLoot {
|
|||||||
{ "Winchester1866","weapon" },
|
{ "Winchester1866","weapon" },
|
||||||
{ "","trash" },
|
{ "","trash" },
|
||||||
{ "Crossbow_DZ","weapon"},
|
{ "Crossbow_DZ","weapon"},
|
||||||
{ "PartWoodPile","magazine" },
|
{ "PartPlankPack","magazine" },
|
||||||
{ "WeaponHolder_ItemHatchet","object" },
|
{ "WeaponHolder_ItemHatchet","object" },
|
||||||
{ "MR43","weapon" },
|
{ "MR43","weapon" },
|
||||||
{ "ItemFuelBarrel","magazine"},
|
{ "ItemFuelBarrel","magazine"},
|
||||||
|
|||||||
Reference in New Issue
Block a user