rad treatments

This commit is contained in:
DESKTOP-UH65DCE\MusTanG 2017-10-07 09:53:48 -05:00
parent bfb60f526e
commit 698c1ee03c
3 changed files with 43 additions and 1 deletions

View File

@ -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]]]*/

View File

@ -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[] = {

View File

@ -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;