diff --git a/Sources/epoch_config/Configs/CfgItemInteractions.hpp b/Sources/epoch_config/Configs/CfgItemInteractions.hpp index a3496d5d..9e9aa3e9 100644 --- a/Sources/epoch_config/Configs/CfgItemInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgItemInteractions.hpp @@ -976,5 +976,25 @@ class CfgItemInteractions // todo should reduce hunger downtick for a duration, if too much is taken causes bowel issues? interactAttributes[] = {{"Thirst",-20},{"Hunger",25},{"BloodP",-1}}; }; + class nanite_cream_epoch : Default + { + interactText = "USE"; + interactAttributes[] = {{"Radiation",-25},{"Soiled",20},{"Toxicity",5},{"Immunity",5}}; + }; + class nanite_gun_epoch : Default + { + interactText = "USE"; + interactAttributes[] = {{"Radiation",-100},{"Toxicity",5},{"Immunity",5}}; + }; + class nanite_pills_epoch : Default + { + interactText = "USE"; + interactAttributes[] = {{"Radiation",-10},{"Thirst",-50},{"Toxicity",5},{"Immunity",5}}; + }; + class iodide_pills_epoch : Default + { + interactText = "USE"; + interactAttributes[] = {{"Radiation",-15},{"Thirst",-50},{"Immunity",5}}; + }; }; /*[[[end]]]*/ diff --git a/Sources/epoch_config/Configs/CfgItemSort.hpp b/Sources/epoch_config/Configs/CfgItemSort.hpp index b819e12f..5e31814d 100644 --- a/Sources/epoch_config/Configs/CfgItemSort.hpp +++ b/Sources/epoch_config/Configs/CfgItemSort.hpp @@ -908,7 +908,11 @@ class CfgItemSort "atropine_epoch", "morphine_epoch", "caffeinepills_epoch", - "orlistat_epoch" + "orlistat_epoch", + "nanite_cream_epoch", + "nanite_gun_epoch", + "nanite_pills_epoch", + "iodide_pills_epoch" }; Food[] = { diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index 3244cde4..0ee106cf 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -2056,6 +2056,24 @@ class CfgPricing { price = 10; }; + + class nanite_cream_epoch + { + price = 25; + }; + class nanite_gun_epoch + { + price = 100; + }; + class nanite_pills_epoch + { + price = 10; + }; + class iodide_pills_epoch + { + price = 20; + }; + class sr25_epoch { price = 50;