mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Update tents
equip_tent_poles are now in the loot tables and can be used for tent crafting. The recipe for crafting tents and nettings has changed a bit. Instead of poles, tent poles are needed now. The string for equip_tent_poles is confusing if the requirements are 6 Tent Poles but meant is 1x (6 Tent Poles).
This commit is contained in:
@@ -26,6 +26,7 @@ Castle[] =
|
||||
{Loot_MAGAZINE, 4, PartWoodPile},
|
||||
{Loot_MAGAZINE, 2, ItemComboLock},
|
||||
{Loot_MAGAZINE, 1, ItemTent},
|
||||
{Loot_MAGAZINE, 1, equip_tent_poles},
|
||||
{Loot_MAGAZINE, 1, forest_net_kit},
|
||||
|
||||
//Groups
|
||||
|
||||
@@ -11,6 +11,7 @@ Farm[] =
|
||||
{Loot_WEAPON, 5, ItemKnife},
|
||||
|
||||
//Items
|
||||
{Loot_MAGAZINE, 1, equip_tent_poles},
|
||||
{Loot_MAGAZINE, 4, ItemSandbag},
|
||||
{Loot_MAGAZINE, 1, TrapBear},
|
||||
{Loot_MAGAZINE, 8, PartWoodPile},
|
||||
|
||||
@@ -29,6 +29,7 @@ Hunting[] =
|
||||
|
||||
//Other
|
||||
{Loot_MAGAZINE, 2, ItemTent},
|
||||
{Loot_MAGAZINE, 1, equip_tent_poles},
|
||||
{Loot_MAGAZINE, 2, ItemBandage},
|
||||
{Loot_MAGAZINE, 1, ItemDomeTent},
|
||||
{Loot_MAGAZINE, 3, TrapBear},
|
||||
|
||||
Reference in New Issue
Block a user