mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Updating german stringtable, tent fix, loot table changes (#1776)
* Updating german stringtable The update for STR_ACTIONS_2TB and STR_ACTIONS_RFROMTB are important. That fixes a very old bug. It was no really readable in german because the words were a way to long. * Add files via upload * Fixing Desert Tent pack output When packing a DesertTent the output was ItemDomeTent not ItemDesertTent * Decreasing hotwire kit chance * Decreasing hotwire kit chance * Decreasing hotwire kit and combo lock chance * Decreasing combo lock chance, fixing loot group * Fixing loot group * Lowering ammo box spawn chances again. * Fixing Desert Tent pack output all versions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ZombiePilot[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 2, ItemHotwireKit},
|
||||
{Loot_MAGAZINE, 0.5, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||
@@ -12,4 +12,4 @@ ZombiePilotViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieMilitary},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user