mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
fixed #1297
This commit is contained in:
@@ -366,17 +366,15 @@ class CfgBuildingLoot {
|
|||||||
{ "machineguns", "cfglootweapon", 0.03 }
|
{ "machineguns", "cfglootweapon", 0.03 }
|
||||||
};
|
};
|
||||||
lootTypeSmall[] = {
|
lootTypeSmall[] = {
|
||||||
{ "pistols","cfglootweapon",0.15 },
|
{ "pistols", "cfglootweapon", 0.14 },
|
||||||
{ "Binocular","weapon",0.02 },
|
{ "Binocular", "weapon", 0.05 },
|
||||||
{ "ItemFlashlightRed","weapon",0.03 },
|
{ "ItemFlashlightRed", "weapon", 0.03 },
|
||||||
{ "ItemKnife","weapon",0.04 },
|
{ "ItemKnife", "weapon", 0.04 },
|
||||||
{ "ItemGPS","weapon",0.02 },
|
{ "ItemGPS", "weapon", 0.02 },
|
||||||
{ "ItemMap","weapon",0.02 },
|
{ "", "medical", 0.12 },
|
||||||
{ "","medical",0.09 },
|
{ "", "generic", 0.22 },
|
||||||
{ "","generic",0.34 },
|
{ "", "military", 0.35 },
|
||||||
{ "","military",0.26 },
|
{ "ItemEtool", "weapon", 0.03 }
|
||||||
{ "submachinegun","cfglootweapon",0.02 },
|
|
||||||
{ "ItemEtool","weapon",0.01 }
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class MilitaryIndustrial: Default {
|
class MilitaryIndustrial: Default {
|
||||||
@@ -412,16 +410,15 @@ class CfgBuildingLoot {
|
|||||||
{ "machineguns", "cfglootweapon", 0.01 }
|
{ "machineguns", "cfglootweapon", 0.01 }
|
||||||
};
|
};
|
||||||
lootTypeSmall[] = {
|
lootTypeSmall[] = {
|
||||||
{ "pistols","cfglootweapon",0.12 },
|
{ "pistols", "cfglootweapon", 0.14 },
|
||||||
{ "Binocular","weapon",0.05 },
|
{ "Binocular", "weapon", 0.05 },
|
||||||
{ "ItemFlashlightRed","weapon",0.03 },
|
{ "ItemFlashlightRed", "weapon", 0.03 },
|
||||||
{ "ItemKnife","weapon",0.04 },
|
{ "ItemKnife", "weapon", 0.04 },
|
||||||
{ "ItemGPS","weapon",0.02 },
|
{ "ItemGPS", "weapon", 0.02 },
|
||||||
{ "","medical",0.02 },
|
{ "", "medical", 0.12 },
|
||||||
{ "","generic",0.09 },
|
{ "", "generic", 0.22 },
|
||||||
{ "","military",0.34 },
|
{ "", "military", 0.35 },
|
||||||
{ "submachinegun","cfglootweapon",0.26 },
|
{ "ItemEtool", "weapon", 0.03 }
|
||||||
{ "ItemEtool","weapon",0.03 }
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class IndustrialMilitary: Default {
|
class IndustrialMilitary: Default {
|
||||||
@@ -462,15 +459,14 @@ class CfgBuildingLoot {
|
|||||||
{ "machineguns", "cfglootweapon", 0.01 }
|
{ "machineguns", "cfglootweapon", 0.01 }
|
||||||
};
|
};
|
||||||
lootTypeSmall[] = {
|
lootTypeSmall[] = {
|
||||||
{ "pistols", "cfglootweapon", 0.12 },
|
{ "pistols", "cfglootweapon", 0.14 },
|
||||||
{ "Binocular", "weapon", 0.05 },
|
{ "Binocular", "weapon", 0.05 },
|
||||||
{ "ItemFlashlightRed", "weapon", 0.03 },
|
{ "ItemFlashlightRed", "weapon", 0.03 },
|
||||||
{ "ItemKnife", "weapon", 0.04 },
|
{ "ItemKnife", "weapon", 0.04 },
|
||||||
{ "ItemGPS", "weapon", 0.02 },
|
{ "ItemGPS", "weapon", 0.02 },
|
||||||
{ "", "medical", 0.02 },
|
{ "", "medical", 0.12 },
|
||||||
{ "", "generic", 0.09 },
|
{ "", "generic", 0.22 },
|
||||||
{ "", "military", 0.34 },
|
{ "", "military", 0.35 },
|
||||||
{ "submachinegun", "cfglootweapon", 0.26 },
|
|
||||||
{ "ItemEtool", "weapon", 0.03 }
|
{ "ItemEtool", "weapon", 0.03 }
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user