mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -3,7 +3,7 @@ Industrial[] =
|
|||||||
//Tools
|
//Tools
|
||||||
{Loot_WEAPON, 3, ItemKnife},
|
{Loot_WEAPON, 3, ItemKnife},
|
||||||
{Loot_WEAPON, 6, ItemToolbox},
|
{Loot_WEAPON, 6, ItemToolbox},
|
||||||
{Loot_WEAPON, 2, ItemFlashlight},
|
// {Loot_WEAPON, 2, ItemFlashlight},
|
||||||
// {Loot_WEAPON, 8, ItemCrowbar},
|
// {Loot_WEAPON, 8, ItemCrowbar},
|
||||||
{Loot_VEHICLE, 8, WeaponHolder_ItemCrowbar},
|
{Loot_VEHICLE, 8, WeaponHolder_ItemCrowbar},
|
||||||
// {Loot_WEAPON, 5, ItemHatchet},
|
// {Loot_WEAPON, 5, ItemHatchet},
|
||||||
@@ -30,8 +30,8 @@ Industrial[] =
|
|||||||
{Loot_MAGAZINE, 2, equip_1inch_metal_pipe},
|
{Loot_MAGAZINE, 2, equip_1inch_metal_pipe},
|
||||||
{Loot_MAGAZINE, 2, equip_2inch_metal_pipe},
|
{Loot_MAGAZINE, 2, equip_2inch_metal_pipe},
|
||||||
{Loot_MAGAZINE, 12, ItemPlank},
|
{Loot_MAGAZINE, 12, ItemPlank},
|
||||||
{Loot_MAGAZINE, 1, MortarBucket},
|
{Loot_MAGAZINE, 2, MortarBucket},
|
||||||
{Loot_MAGAZINE, 2, CinderBlocks},
|
{Loot_MAGAZINE, 3, CinderBlocks},
|
||||||
{Loot_MAGAZINE, 3, ItemFuelBarrelEmpty},
|
{Loot_MAGAZINE, 3, ItemFuelBarrelEmpty},
|
||||||
{Loot_MAGAZINE, 3, ItemGenerator},
|
{Loot_MAGAZINE, 3, ItemGenerator},
|
||||||
{Loot_MAGAZINE, 1, fuel_pump_kit},
|
{Loot_MAGAZINE, 1, fuel_pump_kit},
|
||||||
|
|||||||
@@ -906,8 +906,15 @@ class CinderBlocks: CA_Magazine
|
|||||||
output[] = {{"cinder_door_kit",1}};
|
output[] = {{"cinder_door_kit",1}};
|
||||||
input[] = {{"CinderBlocks",4},{"MortarBucket",1},{"ItemTankTrap",1}};
|
input[] = {{"CinderBlocks",4},{"MortarBucket",1},{"ItemTankTrap",1}};
|
||||||
};
|
};
|
||||||
|
class Crafting3
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_252_1;
|
||||||
|
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem; r_action_count = r_action_count + 1;";
|
||||||
|
neednearby[] = {"workshop"};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"full_cinder_wall_kit",1}};
|
||||||
|
input[] = {{"CinderBlocks",7},{"MortarBucket",2}};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class MortarBucket: CA_Magazine
|
class MortarBucket: CA_Magazine
|
||||||
@@ -1174,4 +1181,4 @@ class ItemKiloHemp : CA_Magazine
|
|||||||
input[] = {{"ItemKiloHemp",1}};
|
input[] = {{"ItemKiloHemp",1}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class cinder_wall_kit: CA_Magazine {
|
|||||||
scope = public;
|
scope = public;
|
||||||
count = 1;
|
count = 1;
|
||||||
type = 256;
|
type = 256;
|
||||||
displayName = $STR_EPOCH_CINDERBLOCKWALL;
|
displayName = $STR_EPOCH_CINDERBLOCKWALL_HALF;
|
||||||
descriptionShort = $STR_EPOCH_CINDERBLOCKWALL_DESC;
|
descriptionShort = $STR_EPOCH_CINDERBLOCKWALL_DESC;
|
||||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
|||||||
@@ -1,20 +1,15 @@
|
|||||||
class Category_693 {
|
class Category_693 {
|
||||||
class Attachment_ACOG {
|
|
||||||
type = "trade_items";
|
|
||||||
buy[] = {8,"ItemGoldBar"};
|
|
||||||
sell[] = {4,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class Attachment_BELT {
|
class Attachment_BELT {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {4,"ItemGoldBar"};
|
buy[] = {4,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class Attachment_CCO {
|
class Attachment_SA58RIS {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {4,"ItemGoldBar"};
|
buy[] = {4,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class Attachment_FL {
|
class Attachment_Ghillie {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {1,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
@@ -24,12 +19,12 @@ class Category_693 {
|
|||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {1,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class Attachment_Ghillie {
|
class Attachment_FL {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {1,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class Attachment_GP25 {
|
class Attachment_CCO {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {4,"ItemGoldBar"};
|
buy[] = {4,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
@@ -44,31 +39,36 @@ class Category_693 {
|
|||||||
buy[] = {4,"ItemGoldBar"};
|
buy[] = {4,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class Attachment_M203 {
|
|
||||||
type = "trade_items";
|
|
||||||
buy[] = {4,"ItemGoldBar"};
|
|
||||||
sell[] = {2,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class Attachment_PSO1 {
|
|
||||||
type = "trade_items";
|
|
||||||
buy[] = {8,"ItemGoldBar"};
|
|
||||||
sell[] = {4,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class Attachment_SA58RIS {
|
|
||||||
type = "trade_items";
|
|
||||||
buy[] = {4,"ItemGoldBar"};
|
|
||||||
sell[] = {2,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class Attachment_SCOPED {
|
class Attachment_SCOPED {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {6,"ItemGoldBar"};
|
buy[] = {6,"ItemGoldBar"};
|
||||||
sell[] = {3,"ItemGoldBar"};
|
sell[] = {3,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
|
class Attachment_ACOG {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {8,"ItemGoldBar"};
|
||||||
|
sell[] = {4,"ItemGoldBar"};
|
||||||
|
};
|
||||||
|
class Attachment_PSO1 {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {8,"ItemGoldBar"};
|
||||||
|
sell[] = {4,"ItemGoldBar"};
|
||||||
|
};
|
||||||
class Attachment_Sup9 {
|
class Attachment_Sup9 {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {4,"ItemGoldBar"};
|
buy[] = {4,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
|
class Attachment_SupMakarov {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemGoldBar"};
|
||||||
|
sell[] = {2,"ItemGoldBar"};
|
||||||
|
};
|
||||||
|
class Attachment_SupBizon {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {6,"ItemGoldBar"};
|
||||||
|
sell[] = {3,"ItemGoldBar"};
|
||||||
|
};
|
||||||
class Attachment_Sup545 {
|
class Attachment_Sup545 {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {6,"ItemGoldBar"};
|
buy[] = {6,"ItemGoldBar"};
|
||||||
@@ -79,14 +79,15 @@ class Category_693 {
|
|||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class Attachment_SupBizon {
|
class Attachment_GP25 {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {6,"ItemGoldBar"};
|
buy[] = {4,"ItemGoldBar"};
|
||||||
sell[] = {3,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class Attachment_SupMakarov {
|
class Attachment_M203 {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {4,"ItemGoldBar"};
|
buy[] = {4,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,51 @@ class Category_678 {
|
|||||||
buy[] = {6,"ItemGoldBar"};
|
buy[] = {6,"ItemGoldBar"};
|
||||||
sell[] = {3,"ItemGoldBar"};
|
sell[] = {3,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
|
class equip_brick {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemSilverBar"};
|
||||||
|
sell[] = {2,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_duct_tape {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {2,"ItemSilverBar"};
|
||||||
|
sell[] = {1,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_rope {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemSilverBar"};
|
||||||
|
sell[] = {2,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_hose {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {6,"ItemSilverBar"};
|
||||||
|
sell[] = {3,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_nails {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {2,"ItemSilverBar"};
|
||||||
|
sell[] = {1,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_scrapelectronics {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemGoldBar"};
|
||||||
|
sell[] = {2,"ItemGoldBar"};
|
||||||
|
};
|
||||||
|
class equip_metal_sheet {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {2,"ItemSilverBar10oz"};
|
||||||
|
sell[] = {1,"ItemSilverBar10oz"};
|
||||||
|
};
|
||||||
|
class equip_1inch_metal_pipe {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {6,"ItemSilverBar"};
|
||||||
|
sell[] = {3,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_2inch_metal_pipe {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {8,"ItemSilverBar"};
|
||||||
|
sell[] = {4,"ItemSilverBar"};
|
||||||
|
};
|
||||||
class ItemWire {
|
class ItemWire {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {6,"ItemSilverBar"};
|
buy[] = {6,"ItemSilverBar"};
|
||||||
@@ -56,8 +101,8 @@ class Category_678 {
|
|||||||
};
|
};
|
||||||
class ItemComboLock {
|
class ItemComboLock {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {4,"ItemSilverBar10oz"};
|
buy[] = {2,"ItemGoldBar10oz"};
|
||||||
sell[] = {2,"ItemSilverBar10oz"};
|
sell[] = {1,"ItemGoldBar10oz"};
|
||||||
};
|
};
|
||||||
class ItemVault {
|
class ItemVault {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
|
|||||||
@@ -1,43 +1,43 @@
|
|||||||
class Category_675 {
|
class Category_675 {
|
||||||
class bulk_15Rnd_9x19_M9SD {
|
|
||||||
type = "trade_items";
|
|
||||||
buy[] = {2,"ItemGoldBar"};
|
|
||||||
sell[] = {2,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class bulk_17Rnd_9x19_glock17 {
|
class bulk_17Rnd_9x19_glock17 {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class bulk_30Rnd_556x45_StanagSD {
|
class bulk_15Rnd_9x19_M9SD {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class bulk_30Rnd_9x19_MP5SD {
|
class bulk_30Rnd_9x19_MP5SD {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {3,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {3,"ItemGoldBar"};
|
||||||
|
};
|
||||||
|
class bulk_30Rnd_556x45_StanagSD {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemGoldBar"};
|
||||||
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class bulk_ItemSandbag {
|
class bulk_ItemSandbag {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar10oz"};
|
buy[] = {3,"ItemGoldBar10oz"};
|
||||||
sell[] = {2,"ItemGoldBar10oz"};
|
sell[] = {3,"ItemGoldBar10oz"};
|
||||||
};
|
};
|
||||||
class bulk_ItemTankTrap {
|
class bulk_ItemTankTrap {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {1,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {1,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class bulk_ItemWire {
|
class bulk_ItemWire {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {3,"ItemSilverBar10oz"};
|
buy[] = {5,"ItemSilverBar10oz"};
|
||||||
sell[] = {3,"ItemSilverBar10oz"};
|
sell[] = {5,"ItemSilverBar10oz"};
|
||||||
};
|
};
|
||||||
class bulk_PartGeneric {
|
class bulk_PartGeneric {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {6,"ItemSilverBar10oz"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {6,"ItemSilverBar10oz"};
|
sell[] = {8,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class PartPlywoodPack {
|
class PartPlywoodPack {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
|
|||||||
@@ -12861,6 +12861,15 @@
|
|||||||
<!-- <French></French> -->
|
<!-- <French></French> -->
|
||||||
<Czech>Vytvořit 1/2 zdi</Czech>
|
<Czech>Vytvořit 1/2 zdi</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_PLAYER_252_1">
|
||||||
|
<English>Craft Full Wall</English>
|
||||||
|
<German>Ganze Wand herstellen</German>
|
||||||
|
<Russian>Создать: все стены</Russian>
|
||||||
|
<!-- <Spanish></Spanish> -->
|
||||||
|
<!-- <Dutch></Dutch> -->
|
||||||
|
<!-- <French></French> -->
|
||||||
|
<Czech>Vytvářet plnou stěnou</Czech>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLAYER_253">
|
<Key ID="STR_EPOCH_PLAYER_253">
|
||||||
<English>Craft Garage Doorway</English>
|
<English>Craft Garage Doorway</English>
|
||||||
<German>Garagentor-Rahmen herstellen</German>
|
<German>Garagentor-Rahmen herstellen</German>
|
||||||
@@ -16035,13 +16044,21 @@
|
|||||||
<French>Metal Floor</French>
|
<French>Metal Floor</French>
|
||||||
<Czech>Metal Floor</Czech>
|
<Czech>Metal Floor</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_CINDERBLOCKWALL_HALF">
|
||||||
|
<English>Cinder Wall Half</English>
|
||||||
|
<German>Cinder Wall Half</German>
|
||||||
|
<Russian>Cinder Wall Half</Russian>
|
||||||
|
<Spanish>Cinder Wall Half</Spanish>
|
||||||
|
<French>Cinder Wall Half</French>
|
||||||
|
<Czech>Cinder Wall Half</Czech>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_EPOCH_CINDERBLOCKWALL">
|
<Key ID="STR_EPOCH_CINDERBLOCKWALL">
|
||||||
<English>Cinder Block Wall</English>
|
<English>Cinder Wall Full</English>
|
||||||
<German>Cinder Block Wall</German>
|
<German>Cinder Wall Full</German>
|
||||||
<Russian>Cinder Block Wall</Russian>
|
<Russian>Cinder Wall Full</Russian>
|
||||||
<Spanish>Cinder Block Wall</Spanish>
|
<Spanish>Cinder Wall Full</Spanish>
|
||||||
<French>Cinder Block Wall</French>
|
<French>Cinder Wall Full</French>
|
||||||
<Czech>Cinder Block Wall</Czech>
|
<Czech>Cinder Wall Full</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_CINDERBLOCKWALL_DESC">
|
<Key ID="STR_EPOCH_CINDERBLOCKWALL_DESC">
|
||||||
<English>Half height cinder block wall.</English>
|
<English>Half height cinder block wall.</English>
|
||||||
|
|||||||
Reference in New Issue
Block a user