From cefb301181f93b56ecba603675ad7bb82cc8f6a4 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sun, 18 Mar 2018 21:46:28 +0100 Subject: [PATCH] RadSuits + Extinguisher - Added RadSuits and FireExtinguisher to Loot, Pricing and Itemsort --- Sources/epoch_config/Configs/CfgItemSort.hpp | 4 ++++ Sources/epoch_config/Configs/CfgPricing.hpp | 8 ++++++++ Sources/epoch_server_settings/configs/CfgLootTable.h | 6 ++++-- Sources/epoch_server_settings/configs/CfgLootTable_CUP.h | 6 ++++-- Sources/epoch_server_settings/configs/CfgLootTable_MAD.h | 6 ++++-- .../epoch_server_settings/configs/CfgLootTable_MADCUP.h | 6 ++++-- 6 files changed, 28 insertions(+), 8 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgItemSort.hpp b/Sources/epoch_config/Configs/CfgItemSort.hpp index 32c802fe..be34030c 100644 --- a/Sources/epoch_config/Configs/CfgItemSort.hpp +++ b/Sources/epoch_config/Configs/CfgItemSort.hpp @@ -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", diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index f13fdb6a..1a2b0690 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -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; diff --git a/Sources/epoch_server_settings/configs/CfgLootTable.h b/Sources/epoch_server_settings/configs/CfgLootTable.h index 6c158ba3..c33fb142 100644 --- a/Sources/epoch_server_settings/configs/CfgLootTable.h +++ b/Sources/epoch_server_settings/configs/CfgLootTable.h @@ -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 }, diff --git a/Sources/epoch_server_settings/configs/CfgLootTable_CUP.h b/Sources/epoch_server_settings/configs/CfgLootTable_CUP.h index 206932a3..301603cc 100644 --- a/Sources/epoch_server_settings/configs/CfgLootTable_CUP.h +++ b/Sources/epoch_server_settings/configs/CfgLootTable_CUP.h @@ -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 }, diff --git a/Sources/epoch_server_settings/configs/CfgLootTable_MAD.h b/Sources/epoch_server_settings/configs/CfgLootTable_MAD.h index dd4775ea..3e8a5a41 100644 --- a/Sources/epoch_server_settings/configs/CfgLootTable_MAD.h +++ b/Sources/epoch_server_settings/configs/CfgLootTable_MAD.h @@ -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 }, diff --git a/Sources/epoch_server_settings/configs/CfgLootTable_MADCUP.h b/Sources/epoch_server_settings/configs/CfgLootTable_MADCUP.h index b42bd675..9a4054b9 100644 --- a/Sources/epoch_server_settings/configs/CfgLootTable_MADCUP.h +++ b/Sources/epoch_server_settings/configs/CfgLootTable_MADCUP.h @@ -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 },