mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update Hospital.hpp
File reorganized.
This commit is contained in:
@@ -1,28 +1,15 @@
|
|||||||
Hospital[] =
|
Hospital[] =
|
||||||
{
|
{
|
||||||
{Loot_MAGAZINE, 2, equip_gauze},
|
|
||||||
{Loot_MAGAZINE, 2, equip_gauzepackaged},
|
|
||||||
|
|
||||||
{Loot_PILE, 8, MedicalLow, 1, 3},
|
{Loot_PILE, 8, MedicalLow, 1, 3},
|
||||||
{Loot_PILE, 5, MedicalHigh, 1, 2},
|
{Loot_PILE, 5, MedicalHigh, 1, 2},
|
||||||
|
{Loot_CONTAINER, 3, DZ_MedBox, MedicalBox, 10, 18},
|
||||||
{Loot_CONTAINER, 1, DZ_MedBox, MedicalBox, 8, 16},
|
|
||||||
|
|
||||||
{Loot_PILE, 10, Trash, 1, 2}
|
{Loot_PILE, 10, Trash, 1, 2}
|
||||||
};
|
};
|
||||||
|
|
||||||
HospitalSmall[] =
|
HospitalSmall[] =
|
||||||
{
|
{
|
||||||
{Loot_MAGAZINE, 2, equip_gauze},
|
{Loot_MAGAZINE, 1, equip_gauze},
|
||||||
{Loot_MAGAZINE, 2, equip_gauzepackaged},
|
{Loot_MAGAZINE, 1, equip_gauzepackaged},
|
||||||
{Loot_MAGAZINE, 8, ItemBandage},
|
{Loot_GROUP, 10, MedicalLow},
|
||||||
{Loot_MAGAZINE, 5, ItemPainkiller},
|
{Loot_GROUP, 5, MedicalHigh},
|
||||||
{Loot_MAGAZINE, 4, ItemMorphine},
|
|
||||||
{Loot_MAGAZINE, 3, ItemEpinephrine},
|
|
||||||
{Loot_MAGAZINE, 4, ItemAntibacterialWipe},
|
|
||||||
{Loot_MAGAZINE, 4, ItemHeatPack},
|
|
||||||
{Loot_MAGAZINE, 3, ItemBloodTester},
|
|
||||||
{Loot_MAGAZINE, 2, ItemBloodbagEmpty},
|
|
||||||
{Loot_GROUP, 2, Antibiotics},
|
|
||||||
{Loot_GROUP, 6, Bloodbags}
|
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user