mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-11 18:52:56 +03:00
Fix server position sync after knockout
All DayZ Mod Development commits since 1.8.7 release (Jan. 24) have now been applied.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
ZombieCivilian[] =
|
||||
{
|
||||
{Loot_GROUP, 10, Consumable},
|
||||
{Loot_GROUP, 2, AmmoCivilian},
|
||||
{Loot_GROUP, 6, Consumable},
|
||||
{Loot_GROUP, 1, AmmoCivilian},
|
||||
{Loot_MAGAZINE, 3, ItemBandage},
|
||||
{Loot_MAGAZINE, 3, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 3, ItemAntibacterialWipe},
|
||||
{Loot_MAGAZINE, 2, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
||||
{Loot_MAGAZINE, 3, ItemDocument}
|
||||
};
|
||||
|
||||
ZombieCivilianViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieCivilian},
|
||||
{Loot_MAGAZINE, 2, ItemAntibiotic1}
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
@@ -13,5 +13,5 @@ ZombieHunter[] =
|
||||
ZombieHunterViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieHunter},
|
||||
{Loot_MAGAZINE, 2, ItemAntibiotic1}
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
@@ -11,5 +11,5 @@ ZombieMilitary[] =
|
||||
ZombieMilitaryViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieMilitary},
|
||||
{Loot_MAGAZINE, 3, ItemAntibiotic1}
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
@@ -13,5 +13,5 @@ ZombiePolice[] =
|
||||
ZombiePoliceViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombiePolice},
|
||||
{Loot_MAGAZINE, 2, ItemAntibiotic1}
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
@@ -3,8 +3,8 @@ ZombieWorker[] =
|
||||
{Loot_GROUP, 10, Consumable},
|
||||
{Loot_GROUP, 2, AmmoCivilian},
|
||||
{Loot_MAGAZINE, 3, ItemBandage},
|
||||
{Loot_MAGAZINE, 3, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 3, ItemAntibacterialWipe},
|
||||
{Loot_MAGAZINE, 2, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
||||
{Loot_MAGAZINE, 2, ItemDocument},
|
||||
{Loot_MAGAZINE, 2, ItemWire},
|
||||
{Loot_MAGAZINE, 3, ItemTankTrap},
|
||||
@@ -15,5 +15,5 @@ ZombieWorker[] =
|
||||
ZombieWorkerViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieCivilian},
|
||||
{Loot_MAGAZINE, 2, ItemAntibiotic1}
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
@@ -16,7 +16,7 @@ class ItemAntibiotic : ItemAntibiotic_base
|
||||
|
||||
class medical
|
||||
{
|
||||
chance = 0.50;
|
||||
chance = 1.10; //100%
|
||||
amount = -1;
|
||||
qtyRemaining = "ItemAntibiotic6";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user