Update Painkillers and Antibiotics

- Painkillers are in different pill counts available now, same as antibiotics
- the strings of painkillers and antibiotics have the pill count displayed in the name
This commit is contained in:
A Man
2020-04-06 20:03:14 +02:00
parent 9aeceebb6f
commit b4b8860cf0
12 changed files with 456 additions and 104 deletions

View File

@@ -1,7 +1,7 @@
MedicalLow[] =
{
{Loot_GROUP, 3, Painkillers},
{Loot_MAGAZINE, 5, ItemBandage},
{Loot_MAGAZINE, 3, ItemPainkiller},
{Loot_MAGAZINE, 3, ItemMorphine},
{Loot_MAGAZINE, 1, ItemEpinephrine},
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
@@ -23,6 +23,17 @@ MedicalBox[] =
{Loot_GROUP, 1, MedicalLow}
};
Painkillers[] =
{
{Loot_MAGAZINE, 1, ItemPainkiller},
{Loot_MAGAZINE, 1, ItemPainkiller6},
{Loot_MAGAZINE, 2, ItemPainkiller5},
{Loot_MAGAZINE, 3, ItemPainkiller4},
{Loot_MAGAZINE, 4, ItemPainkiller3},
{Loot_MAGAZINE, 5, ItemPainkiller2},
{Loot_MAGAZINE, 6, ItemPainkiller1}
};
Antibiotics[] =
{
{Loot_MAGAZINE, 1, ItemAntibiotic3},