ItemDefibrillator to configs

This commit is contained in:
He-Man 2019-01-20 16:35:32 +01:00
parent 7ecc543406
commit 6bab637f42
6 changed files with 8 additions and 0 deletions

View File

@ -1009,6 +1009,7 @@ class CfgItemSort
};
Medical[] = {
"ItemDefibrillator",
"FAK",
"Soap_Epoch",
"Towelette",

View File

@ -3112,6 +3112,9 @@ class CfgPricing
{
price = 5;
};
class ItemDefibrillator {
price = 5;
};
class Repair_EPOCH
{
price = 2;

View File

@ -945,6 +945,7 @@ class CfgLootTable
class Medical
{
items[] = {
{ { "ItemDefibrillator", "magazine" }, 1 },
{ { "FAK", "magazine" }, 50 },
{ { "Soap_Epoch", "magazine" }, 3 },
{ { "Heal_EPOCH", "item" }, 2 },

View File

@ -1495,6 +1495,7 @@ class CfgLootTable_CUP
class Medical
{
items[] = {
{ { "ItemDefibrillator", "magazine" }, 1 },
{ { "FAK", "magazine" }, 50 },
{ { "Soap_Epoch", "magazine" }, 3 },
{ { "Heal_EPOCH", "item" }, 2 },

View File

@ -934,6 +934,7 @@ class CfgLootTable_MAD
class Medical
{
items[] = {
{ { "ItemDefibrillator", "magazine" }, 1 },
{ { "FAK", "magazine" }, 50 },
{ { "Soap_Epoch", "magazine" }, 3 },
{ { "Heal_EPOCH", "item" }, 2 },

View File

@ -1500,6 +1500,7 @@ class CfgLootTable_MADCUP
class Medical
{
items[] = {
{ { "ItemDefibrillator", "magazine" }, 1 },
{ { "FAK", "magazine" }, 50 },
{ { "Soap_Epoch", "magazine" }, 3 },
{ { "Heal_EPOCH", "item" }, 2 },