mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
change in ammo name and air drop loot table
This commit is contained in:
parent
269875872f
commit
1e01f01ec2
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -499,6 +499,31 @@ class CfgMainTable
|
||||
{ "SniperRifle", 2 }
|
||||
};
|
||||
};
|
||||
class AirDrop_Payout1
|
||||
{
|
||||
lootMin = 7;
|
||||
LootMax = 10;
|
||||
tables[] = {
|
||||
{ "Equipment", 6 },
|
||||
{ "Pistols", 8 },
|
||||
{ "PistolAmmo", 10 },
|
||||
{ "Scopes", 4 },
|
||||
{ "Muzzles", 4 },
|
||||
{ "Uniforms", 12 },
|
||||
{ "Vests", 5 },
|
||||
{ "Headgear", 4 },
|
||||
{ "Food", 11 },
|
||||
{ "RifleAmmo", 5 },
|
||||
{ "MachinegunAmmo", 3 },
|
||||
{ "SniperRifleAmmo", 2 },
|
||||
{ "Hand", 2 },
|
||||
{ "Tools", 8 },
|
||||
{ "Generic", 3 },
|
||||
{ "GenericLarge", 5 },
|
||||
{ "BaseBuilding", 6 },
|
||||
{ "Grenades", 2 }
|
||||
};
|
||||
};
|
||||
class Mission_Payout1
|
||||
{
|
||||
lootMin = 4;
|
||||
@ -677,7 +702,7 @@ class CfgLootTable
|
||||
{ { "20Rnd_762x51_Mag", "magazine" }, 1 },
|
||||
{ { "SniperRifleAmmo_5Rnd_127x108_Mag", "CfgLootTable" }, 1 },
|
||||
{ { "7Rnd_408_Mag", "magazine" }, 1 },
|
||||
{ { "10Rnd_762x51_Mag", "magazine" }, 1 },
|
||||
{ { "10Rnd_762x54_Mag", "magazine" }, 1 },
|
||||
{ { "10Rnd_338_Mag", "magazine" }, 1 },
|
||||
{ { "10Rnd_93x64_DMR_05_Mag", "magazine" }, 1 },
|
||||
{ { "10Rnd_127x54_Mag", "magazine" }, 1 }
|
||||
@ -1295,7 +1320,7 @@ class CfgLootTable
|
||||
{ { "KitWoodFoundation", "magazine" }, 14 }
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
class Mission_Payout1
|
||||
{
|
||||
items[] = {
|
||||
|
@ -2,7 +2,7 @@ class Esseker : Default
|
||||
{
|
||||
worldSize = 12000;
|
||||
traderBlds[] = { "Land_i_House_Big_02_V3_dam_F", "Land_A_GeneralStore_01", "Land_A_GeneralStore_01a", "Land_sara_domek_zluty", "Land_Tovarna2", "Land_Shed_Ind02", "Land_i_House_Big_01_V3_dam_F", "Land_HouseV2_02_Interier", "Land_i_House_Small_01_V3_dam_F", "Land_HouseV_1I4", "Land_dum_rasovna", "Land_FuelStation_Build_F", "Land_CarService_F", "Land_u_House_Small_02_V1_F", "Land_i_Stone_HouseSmall_V1_F", "Land_i_Stone_Shed_V1_F"};
|
||||
|
||||
|
||||
containerPos[] = {};
|
||||
|
||||
telePos[] = {
|
||||
@ -28,7 +28,7 @@ class Esseker : Default
|
||||
{"Land_PhoneBooth_02_F", {11867.5, 7928.89, 0}, 0},
|
||||
{"Land_PhoneBooth_02_F", {1954.29, 7823.96, 0}, 19.5454},
|
||||
{"Land_PhoneBooth_02_F", {7229.75, 9369.1, 0}, 2.72723},
|
||||
// Turbines
|
||||
// Turbines
|
||||
{"Land_wpp_Turbine_V2_F", {660.226, 10060.1, 0}, 0},
|
||||
{"Land_wpp_Turbine_V2_F", {638.57, 10022.9, 0}, 0},
|
||||
{"Land_wpp_Turbine_V2_F", {619.792, 9992.28, 0}, 0},
|
||||
@ -122,11 +122,11 @@ class Esseker : Default
|
||||
// Protection Domes
|
||||
{ "ProtectionZone_Invisible_F", { 5073.31, 8903.09, 0 }, 0, true },
|
||||
{ "ProtectionZone_Invisible_F", { 4407.77, 6054.78, 0 }, 0, true },
|
||||
{ "ProtectionZone_Invisible_F", { 8692.93, 3854.72 }, 0, true }
|
||||
{ "ProtectionZone_Invisible_F", { 8692.93, 3854.72, 0 }, 0, true }
|
||||
};
|
||||
|
||||
staticNpcPos[] = {
|
||||
//South
|
||||
//South
|
||||
{ "C_man_hunter_1_F", {8700.09, 3859.75, -0.0334778}, 241},
|
||||
//West
|
||||
{ "C_man_w_worker_F", {4411.08, 6058.25, 0}, 24.5455},
|
||||
@ -134,5 +134,3 @@ class Esseker : Default
|
||||
{ "C_man_shorts_4_F_asia", {5068.45, 8893.52, 0}, 30}
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user