mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
rad treatments
This commit is contained in:
parent
bfb60f526e
commit
698c1ee03c
@ -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]]]*/
|
||||
|
@ -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[] = {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user