mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
RadSuits + Extinguisher
- Added RadSuits and FireExtinguisher to Loot, Pricing and Itemsort
This commit is contained in:
parent
ea4138793c
commit
cefb301181
@ -171,6 +171,10 @@ class CfgItemSort
|
||||
"U_O_FullGhillie_sard",
|
||||
"U_O_FullGhillie_ard",
|
||||
|
||||
// Radiation Suits
|
||||
"Epoch_RadiationSuit_M",
|
||||
"Epoch_RadiationSuit_F",
|
||||
|
||||
// CIV
|
||||
"U_I_OfficerUniform",
|
||||
"U_I_C_Soldier_Para_1_F",
|
||||
|
@ -3514,6 +3514,14 @@ class CfgPricing
|
||||
{
|
||||
price = 22;
|
||||
};
|
||||
class Epoch_RadiationSuit_M
|
||||
{
|
||||
price = 7;
|
||||
};
|
||||
class Epoch_RadiationSuit_F
|
||||
{
|
||||
price = 7;
|
||||
};
|
||||
class U_O_FullGhillie_lsh
|
||||
{
|
||||
price = 7;
|
||||
|
@ -212,8 +212,8 @@ class CfgLootTable
|
||||
{ { "ItemCanteen_Dirty", "magazine" }, 5 },
|
||||
{ { "ItemCanteen_Clean", "magazine" }, 1 },
|
||||
{ { "ItemBottlePlastic_Dirty", "magazine" }, 5 },
|
||||
{ { "ItemBottlePlastic_Clean", "magazine" }, 1 }
|
||||
|
||||
{ { "ItemBottlePlastic_Clean", "magazine" }, 1 },
|
||||
{ { "ItemFireExtinguisher", "magazine" }, 1 }
|
||||
};
|
||||
};
|
||||
|
||||
@ -1215,6 +1215,7 @@ class CfgLootTable
|
||||
{ { "U_OrestesBody", "item" }, 1 },
|
||||
{ { "DLCUniforms", "CfgLootTable" }, 1 },
|
||||
{ { "MaleUniforms_FullGhillieMarkDLC", "CfgLootTable" }, 1 },
|
||||
{ { "Epoch_RadiationSuit_M", "item" }, 1 },
|
||||
|
||||
// new uniforms
|
||||
{ { "U_C_Commoner1_1", "item" }, 1 },
|
||||
@ -1358,6 +1359,7 @@ class CfgLootTable
|
||||
{ { "U_ghillie1_uniform", "item" }, 1 },
|
||||
{ { "U_ghillie2_uniform", "item" }, 1 },
|
||||
{ { "U_ghillie3_uniform", "item" }, 1 },
|
||||
{ { "Epoch_RadiationSuit_F", "item" }, 1 },
|
||||
|
||||
{ { "U_JeansPatched1_uniform", "item" }, 1 },
|
||||
{ { "U_JeansPatched2_uniform", "item" }, 1 },
|
||||
|
@ -308,8 +308,8 @@ class CfgLootTable_CUP
|
||||
{ { "ItemCanteen_Dirty", "magazine" }, 5 },
|
||||
{ { "ItemCanteen_Clean", "magazine" }, 1 },
|
||||
{ { "ItemBottlePlastic_Dirty", "magazine" }, 5 },
|
||||
{ { "ItemBottlePlastic_Clean", "magazine" }, 1 }
|
||||
|
||||
{ { "ItemBottlePlastic_Clean", "magazine" }, 1 },
|
||||
{ { "ItemFireExtinguisher", "magazine" }, 1 }
|
||||
};
|
||||
};
|
||||
class Seeds
|
||||
@ -1764,6 +1764,7 @@ class CfgLootTable_CUP
|
||||
{ { "U_OrestesBody", "item" }, 1 },
|
||||
{ { "DLCUniforms", "CfgLootTable" }, 1 },
|
||||
{ { "MaleUniforms_FullGhillieMarkDLC", "CfgLootTable" }, 1 },
|
||||
{ { "Epoch_RadiationSuit_M", "item" }, 1 },
|
||||
|
||||
// new uniforms
|
||||
{ { "U_C_Commoner1_1", "item" }, 1 },
|
||||
@ -1905,6 +1906,7 @@ class CfgLootTable_CUP
|
||||
{ { "U_ghillie1_uniform", "item" }, 1 },
|
||||
{ { "U_ghillie2_uniform", "item" }, 1 },
|
||||
{ { "U_ghillie3_uniform", "item" }, 1 },
|
||||
{ { "Epoch_RadiationSuit_F", "item" }, 1 },
|
||||
|
||||
{ { "U_JeansPatched1_uniform", "item" }, 1 },
|
||||
{ { "U_JeansPatched2_uniform", "item" }, 1 },
|
||||
|
@ -212,8 +212,8 @@ class CfgLootTable_MAD
|
||||
{ { "ItemCanteen_Dirty", "magazine" }, 5 },
|
||||
{ { "ItemCanteen_Clean", "magazine" }, 1 },
|
||||
{ { "ItemBottlePlastic_Dirty", "magazine" }, 5 },
|
||||
{ { "ItemBottlePlastic_Clean", "magazine" }, 1 }
|
||||
|
||||
{ { "ItemBottlePlastic_Clean", "magazine" }, 1 },
|
||||
{ { "ItemFireExtinguisher", "magazine" }, 1 }
|
||||
};
|
||||
};
|
||||
class Seeds
|
||||
@ -1204,6 +1204,7 @@ class CfgLootTable_MAD
|
||||
{ { "U_OrestesBody", "item" }, 1 },
|
||||
{ { "DLCUniforms", "CfgLootTable" }, 1 },
|
||||
{ { "MaleUniforms_FullGhillieMarkDLC", "CfgLootTable" }, 1 },
|
||||
{ { "Epoch_RadiationSuit_M", "item" }, 1 },
|
||||
|
||||
// new uniforms
|
||||
{ { "U_C_Commoner1_1", "item" }, 1 },
|
||||
@ -1345,6 +1346,7 @@ class CfgLootTable_MAD
|
||||
{ { "U_ghillie1_uniform", "item" }, 1 },
|
||||
{ { "U_ghillie2_uniform", "item" }, 1 },
|
||||
{ { "U_ghillie3_uniform", "item" }, 1 },
|
||||
{ { "Epoch_RadiationSuit_F", "item" }, 1 },
|
||||
|
||||
{ { "U_JeansPatched1_uniform", "item" }, 1 },
|
||||
{ { "U_JeansPatched2_uniform", "item" }, 1 },
|
||||
|
@ -308,8 +308,8 @@ class CfgLootTable_MADCUP
|
||||
{ { "ItemCanteen_Dirty", "magazine" }, 5 },
|
||||
{ { "ItemCanteen_Clean", "magazine" }, 1 },
|
||||
{ { "ItemBottlePlastic_Dirty", "magazine" }, 5 },
|
||||
{ { "ItemBottlePlastic_Clean", "magazine" }, 1 }
|
||||
|
||||
{ { "ItemBottlePlastic_Clean", "magazine" }, 1 },
|
||||
{ { "ItemFireExtinguisher", "magazine" }, 1 }
|
||||
};
|
||||
};
|
||||
class Seeds
|
||||
@ -1769,6 +1769,7 @@ class CfgLootTable_MADCUP
|
||||
{ { "U_OrestesBody", "item" }, 1 },
|
||||
{ { "DLCUniforms", "CfgLootTable" }, 1 },
|
||||
{ { "MaleUniforms_FullGhillieMarkDLC", "CfgLootTable" }, 1 },
|
||||
{ { "Epoch_RadiationSuit_M", "item" }, 1 },
|
||||
|
||||
// new uniforms
|
||||
{ { "U_C_Commoner1_1", "item" }, 1 },
|
||||
@ -1910,6 +1911,7 @@ class CfgLootTable_MADCUP
|
||||
{ { "U_ghillie1_uniform", "item" }, 1 },
|
||||
{ { "U_ghillie2_uniform", "item" }, 1 },
|
||||
{ { "U_ghillie3_uniform", "item" }, 1 },
|
||||
{ { "Epoch_RadiationSuit_F", "item" }, 1 },
|
||||
|
||||
{ { "U_JeansPatched1_uniform", "item" }, 1 },
|
||||
{ { "U_JeansPatched2_uniform", "item" }, 1 },
|
||||
|
Loading…
Reference in New Issue
Block a user