mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-19 22:52:56 +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:
@@ -16,7 +16,7 @@ class ItemCanvas: CA_Magazine
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox","ItemKnife"};
|
||||
output[] = {{"ItemTent",1}};
|
||||
input[] = {{"ItemCanvas",2},{"ItemPole",2}};
|
||||
input[] = {{"ItemCanvas",2},{"equip_tent_poles",2}};
|
||||
};
|
||||
class Crafting1
|
||||
{
|
||||
@@ -25,7 +25,7 @@ class ItemCanvas: CA_Magazine
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox","ItemKnife"};
|
||||
output[] = {{"ItemDesertTent",1}};
|
||||
input[] = {{"ItemCanvas",3},{"ItemPole",3}};
|
||||
input[] = {{"ItemCanvas",3},{"equip_tent_poles",2}};
|
||||
};
|
||||
class Crafting2
|
||||
{
|
||||
@@ -34,7 +34,7 @@ class ItemCanvas: CA_Magazine
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox","ItemKnife"};
|
||||
output[] = {{"ItemDomeTent",1}};
|
||||
input[] = {{"ItemCanvas",3},{"ItemPole",3}};
|
||||
input[] = {{"ItemCanvas",3},{"equip_tent_poles",2}};
|
||||
};
|
||||
class Crafting3
|
||||
{
|
||||
@@ -124,7 +124,6 @@ class ItemComboLock: CA_Magazine
|
||||
model = "\z\addons\dayz_epoch\models\combo_lock_mag.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_combolock_ca.paa";
|
||||
descriptionShort = $STR_EPOCH_COMBINATIONLOCK_DESC;
|
||||
|
||||
};
|
||||
|
||||
class ItemCorrugated : CA_Magazine
|
||||
|
||||
Reference in New Issue
Block a user