diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Electronics.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Electronics.hpp
index 0102266d3..c20b55c2c 100644
--- a/SQF/dayz_code/Configs/CfgMagazines/Items/Electronics.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Electronics.hpp
@@ -9,11 +9,33 @@ class equip_aa_battery : CA_Magazine
type = 256;
};
+class equip_aa_battery_empty : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_aa_battery_empty;
+ descriptionShort = $STR_ITEM_DESC_equip_aa_battery_empty;
+ model = "\z\addons\dayz_epoch_w\magazine\dze_aa_battery.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\equip_aa_battery_ca.paa";
+ type = 256;
+};
+
class equip_d_battery : CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_equip_d_battery;
+ descriptionShort = $STR_ITEM_DESC_equip_d_battery_empty;
+ model = "\z\addons\dayz_epoch_w\magazine\dze_d_battery.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\equip_d_battery_ca.paa";
+ type = 256;
+};
+
+class equip_d_battery_empty : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_d_battery_empty;
descriptionShort = $STR_ITEM_DESC_equip_d_battery;
model = "\z\addons\dayz_epoch_w\magazine\dze_d_battery.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_d_battery_ca.paa";
@@ -31,6 +53,17 @@ class equip_floppywire : CA_Magazine
type = 256;
};
+class equip_sataywire : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_satawire;
+ descriptionShort = $STR_ITEM_DESC_equip_satawire;
+ model = "\z\addons\dayz_communityassets\models\floppywire.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\equip_floppywire.paa";
+ type = 256;
+};
+
class equip_scrapelectronics : CA_Magazine
{
scope = 2;
@@ -42,6 +75,72 @@ class equip_scrapelectronics : CA_Magazine
type = 256;
};
+class equip_graphicscard : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_graphicscard;
+ descriptionShort = $STR_ITEM_DESC_equip_graphicscard;
+ model = "\z\addons\dayz_communityassets\models\scrapelectronics.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\scrapelectronics.paa";
+ type = 256;
+};
+
+class equip_graphicscard_broken : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_graphicscard_broken;
+ descriptionShort = $STR_ITEM_DESC_equip_graphicscard_broken;
+ model = "\z\addons\dayz_communityassets\models\scrapelectronics.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\scrapelectronics.paa";
+ type = 256;
+};
+
+class equip_soundcard : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_soundcard;
+ descriptionShort = $STR_ITEM_DESC_equip_soundcard;
+ model = "\z\addons\dayz_communityassets\models\scrapelectronics.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\scrapelectronics.paa";
+ type = 256;
+};
+
+class equip_soundcard_broken : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_soundcard_broken;
+ descriptionShort = $STR_ITEM_DESC_equip_soundcard_broken;
+ model = "\z\addons\dayz_communityassets\models\scrapelectronics.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\scrapelectronics.paa";
+ type = 256;
+};
+
+class equip_pcicard : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_pcicard;
+ descriptionShort = $STR_ITEM_DESC_equip_pcicard;
+ model = "\z\addons\dayz_communityassets\models\scrapelectronics.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\scrapelectronics.paa";
+ type = 256;
+};
+
+class equip_pcicard_broken : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_ITEM_NAME_equip_pcicard_broken;
+ descriptionShort = $STR_ITEM_DESC_equip_pcicard_broken;
+ model = "\z\addons\dayz_communityassets\models\scrapelectronics.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\scrapelectronics.paa";
+ type = 256;
+};
+
class ItemLightBulb: CA_Magazine
{
scope = 2;
@@ -64,4 +163,191 @@ class ItemLightBulb: CA_Magazine
input[] = {{"ItemLightBulb",1},{"PartGeneric",1},{"PartWoodLumber",6}};
};
};
+};
+
+class ItemLightBulbBroken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_LIGHTBULB_BROKEN;
+ model = "\z\addons\dayz_epoch\models\bulb.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_bulb_CA.paa";
+ descriptionShort = $STR_EPOCH_LIGHTBULB_BROKEN_DESC;
+};
+
+class ItemNotebook: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_ITEM_NOTEBOOK;
+ descriptionShort = $STR_EPOCH_ITEM_NOTEBOOK_DESC;
+ model = "\CA\misc2\notebook\notebook.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemNotebookBroken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_NOTEBOOK_BROKEN;
+ descriptionShort = $STR_EPOCH_NOTEBOOK_BROKEN_DESC;
+ model = "\CA\misc2\notebook\notebook.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemSmallTV: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_SMALL_TV;
+ descriptionShort = $STR_EPOCH_SMALL_TV_DESC;
+ model = "\CA\misc2\smallTV\smallTV.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemSmallTVBroken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_SMALL_TV_BROKEN;
+ descriptionShort = $STR_EPOCH_SMALL_TV_BROKEN_DESC;
+ model = "\CA\misc2\smallTV\smallTV.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemBigTV: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_BIG_TV;
+ descriptionShort = $STR_EPOCH_BIG_TV_DESC;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\tv_a\tv_a.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemBigTVBroken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_BIG_TV_BROKEN;
+ descriptionShort = $STR_EPOCH_BIG_TV_BROKEN_DESC;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\tv_a\tv_a.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemSatelitePhone: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_SATELLITE_PHONE;
+ descriptionShort = $STR_EPOCH_SATELLITE_PHONE_DESC;
+ model = "\CA\misc3\satelitePhone\satellitePhone.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemSatelitePhoneBroken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_SATELLITE_PHONE_BROKEN;
+ descriptionShort = $STR_EPOCH_SATELLITE_PHONE_BROKEN_DESC;
+ model = "\CA\misc3\satelitePhone\satellitePhone.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemPC: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_PC;
+ descriptionShort = $STR_EPOCH_PC_DESC;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\pc\pc.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemPCBroken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_PC_BROKEN;
+ descriptionShort = $STR_EPOCH_PC_BROKEN_DESC;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\pc\pc.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemDesktopRadio: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_DESKTOP_RADIO;
+ descriptionShort = $STR_EPOCH_DESKTOP_RADIO_DESC;
+ model = "\CA\misc\mutt_vysilacka.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemDesktopRadioBroken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_DESKTOP_RADIO_BROKEN;
+ descriptionShort = $STR_EPOCH_DESKTOP_RADIO_BROKEN_DESC;
+ model = "\CA\misc\mutt_vysilacka.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemMusicRadio1: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_RADIO_MUSIC1;
+ descriptionShort = $STR_EPOCH_RADIO_MUSIC1_DESC;
+ model = "\CA\misc\radio.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemMusicRadio1Broken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_RADIO_MUSIC1_BROKEN;
+ descriptionShort = $STR_EPOCH_RADIO_MUSIC1_BROKEN_DESC;
+ model = "\CA\misc\radio.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemMusicRadio2: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_RADIO_MUSIC2;
+ descriptionShort = $STR_EPOCH_RADIO_MUSIC2_DESC;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\radio_b\radio_b.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
+};
+
+class ItemMusicRadio2Broken: CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ type = 256;
+ displayName = $STR_EPOCH_RADIO_MUSIC2_BROKEN;
+ descriptionShort = $STR_EPOCH_RADIO_MUSIC2_BROKEN_DESC;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\radio_b\radio_b.p3d";
+ picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
};
\ No newline at end of file
diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp
index 97f756a88..a734c3e11 100644
--- a/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp
@@ -196,6 +196,50 @@ class equip_slugsinacan : CA_Magazine
type = 256;
};
+class ItemBucket : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_METAL_BUCKET;
+ descriptionShort = $STR_EPOCH_METAL_BUCKET;
+ model = "\CA\Structures\Furniture\Decoration\bucket\bucket.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
+ type = 256;
+};
+
+class ItemSuicase : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = "$STR_DN_SUITCASE";
+ descriptionShort = "$STR_DN_SUITCASE";
+ model = "\CA\misc3\briefcase";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
+ type = 256;
+};
+
+class ItemSuicaseDiamonds : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_SUITCASE_DIAMONDS;
+ descriptionShort = $STR_EPOCH_SUITCASE_DIAMONDS_DESC;
+ model = "\CA\misc3\briefcase";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
+ type = 256;
+};
+
+class ItemSuicaseBomb : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_SUITCASE_BOMB;
+ descriptionShort = $STR_EPOCH_SUITCASE_BOMB_DESC;
+ model = "\CA\misc3\briefcase";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_sluginacan.paa";
+ type = 256;
+};
+
//No models
class equip_cable_tie : CA_Magazine
{
diff --git a/SQF/dayz_code/Configs/CfgVehicles/WeaponHolder.hpp b/SQF/dayz_code/Configs/CfgVehicles/WeaponHolder.hpp
index 262efdb02..59f247961 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/WeaponHolder.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/WeaponHolder.hpp
@@ -351,6 +351,193 @@ class WeaponHolder_PartGlass : WeaponHolderBase {
};
};
+class WeaponHolder_ItemNotebook : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_ITEM_NOTEBOOK;
+ model = "\CA\misc2\notebook\notebook.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemNotebook'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemNotebookBroken : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_NOTEBOOK_BROKEN;
+ model = "\CA\misc2\notebook\notebook.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemNotebookBroken'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemSmallTV : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_SMALL_TV;
+ model = "\CA\misc2\smallTV\smallTV.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemSmallTV'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemSmallTVBroken : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_SMALL_TV_BROKEN;
+ model = "\CA\misc2\smallTV\smallTV.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemSmallTVBroken'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemBigTV : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_BIG_TV;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\tv_a\tv_a.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemBigTV'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemBigTVBroken : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_BIG_TV_BROKEN;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\tv_a\tv_a.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemBigTVBroken'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemSatelitePhone : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_SATELLITE_PHONE;
+ model = "\CA\misc3\satelitePhone\satellitePhone.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemSatelitePhone'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemSatelitePhoneBroken : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_SATELLITE_PHONE_BROKEN;
+ model = "\CA\misc3\satelitePhone\satellitePhone.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemSatelitePhoneBroken'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemPC : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_PC;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\pc\pc.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemPC'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemPCBroken: WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_PC_BROKEN;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\pc\pc.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemPCBroken'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemDesktopRadio : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_DESKTOP_RADIO;
+ model = "\CA\misc\mutt_vysilacka.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemDesktopRadio'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemDesktopRadioBroken : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_DESKTOP_RADIO_BROKEN;
+ model = "\CA\misc\mutt_vysilacka.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemDesktopRadioBroken'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemMusicRadio1 : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_RADIO_MUSIC1;
+ model = "\CA\misc\radio.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemMusicRadio1'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemMusicRadio1Broken : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_RADIO_MUSIC1_BROKEN;
+ model = "\CA\misc\radio.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemMusicRadio1Broken'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemMusicRadio2 : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_RADIO_MUSIC2;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\radio_b\radio_b.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemMusicRadio2'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemMusicRadio2Broken : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_RADIO_MUSIC2_BROKEN;
+ model = "\CA\Structures\Furniture\Eletrical_appliances\radio_b\radio_b.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemMusicRadio2Broken'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
+class WeaponHolder_ItemBucket : WeaponHolderBase {
+ scope = 2;
+ displayName = $STR_EPOCH_METAL_BUCKET;
+ model = "\CA\Structures\Furniture\Decoration\bucket\bucket.p3d";
+ destrType = "DestructNo";
+
+ class eventHandlers {
+ init = "[(_this select 0),'cfgMagazines','ItemBucket'] execVM '\z\addons\dayz_code\actions\pickupActions\object_pickupAction.sqf';";
+ };
+};
+
class WeaponHolder_ItemJerrycan : WeaponHolderBase {
scope = 2;
displayName = $STR_EQUIP_NAME_19;
diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml
index a629658e2..a1afd4446 100644
--- a/SQF/dayz_code/stringtable.xml
+++ b/SQF/dayz_code/stringtable.xml
@@ -2187,6 +2187,54 @@
Un tas de pièces électroniques
Relikvie z časů, kdy veřejné mínění bylo utvářeno elektronickými masmédii.
+
+ Graphics Card
+ Grafikkarte
+
+
+ A small graphics card that is still usable.
+ Eine kleine Grafikkarte, welche immer noch benutzt werden kann.
+
+
+ Graphics Card (broken)
+ Grafikkarte (kaputt)
+
+
+ A small broken graphics card that must be repaired.
+ Eine kleine kaputte Grafikkarte, welche repariert werden muss.
+
+
+ Sound Card
+ Soundkarte
+
+
+ A small sound card that is still usable.
+ Eine kleine Soundkarte, welche immer noch benutzt werden kann.
+
+
+ Sound Card (broken)
+ Soundkarte (kaputt)
+
+
+ A small broken sound card that must be repaired.
+ Eine kleine kaputte Soundkarte, welche repariert werden muss.
+
+
+ PCI Card
+ PCI-Karte
+
+
+ A small PCI card that is still usable.
+ Eine kleine PCI-Karte, welche immer noch benutzt werden kann.
+
+
+ PCI Card (broken)
+ PCI-Karte (kaputt)
+
+
+ A small broken PCI card that must be repaired.
+ Eine kleine kaputte PCI-Karte, welche repariert werden muss.
+
Rope
Seil
@@ -2441,6 +2489,14 @@
Kus kabelu, který je dobrém stavu. Předmět lze použít při výrobě.
Ein Flachbandkabel aus einem alten Computer. Es ist recht gut erhalten.
+
+ SATA Wire
+ SATA-Kabel
+
+
+ SATA Wire in good condition that can be used in crafting.
+ Ein SATA-Kabel aus einem alten Computer. Es ist gut erhalten.
+
Crate
Ящик
@@ -2581,6 +2637,18 @@
Une batterie de Type AA
Baterie typu AA ("tužková").
+
+ AA Battery (empty)
+ AA-Batterie (leer)
+ Батарейка АА (порожний)
+ Batería AA (vacía)
+ Pile de type AA (vide)
+ AA baterie (prázdný)
+
+
+ A size AA battery that must be recarged.
+ Eine Batterie vom Typ R6/AA, welche neu aufgeladen werden muss.
+
D Battery
D-Batterie
@@ -2597,6 +2665,18 @@
Une pile de type D
Baterie typu D ("buřt").
+
+ D Battery (empty)
+ D-Batterie (leer)
+ Батарейка D (порожний)
+ Batería D (vacía)
+ Pile de type D (vide)
+ D baterie (prázdný)
+
+
+ A size D battery that must be recarged.
+ Eine Batterie vom Typ R20/D, welche neu aufgeladen werden muss.
+
2 Inch Metal Pipes
Metallrohr 5cm
@@ -25516,6 +25596,351 @@
Kiste (6x Metallteile)
Ящик (6x Металлолом)
+
+ 12x Pipe Bomb
+ 12x Rohrbombe
+
+
+ Supply Crate (12x Pipe Bomb)
+ Kiste (12x Rohrbombe)
+
+
+ 12x Car wheel
+ 12x Reifen
+
+
+ Supply Crate (12x Car wheel)
+ Kiste (12x Reifen)
+
+
+ 12x Windscreen glass
+ 12x Autoglass
+
+
+ Supply Crate (12x Windscreen glass)
+ Kiste (12x Autoglass)
+
+
+ 12x Box of screws
+ 12x Schachtel mit Schrauben
+
+
+ Supply Crate (12x Box of screws)
+ Kiste (12x Schachtel mit Schrauben)
+
+
+ 12x 2-Stroke Engine Oil
+ 12x 2-Takt-Motorenöl
+
+
+ Supply Crate (12x 2-Stroke Engine Oil)
+ Kiste (12x 2-Takt-Motorenöl)
+
+
+ 12x Light bulb
+ 12x Glühbirne
+
+
+ Supply Crate (12x Light bulb)
+ Kiste (12x Glühbirne)
+
+
+ 12x Kosmos Smokes
+ 12x Kosmos Zigaretten
+
+
+ Supply Crate (12x Kosmos Smokes)
+ Kiste (12x Kosmos Zigaretten)
+
+
+ 12x Kilo of tobacco
+ 12x Kilo Tabak
+
+
+ Supply Crate (12x Kilo of tobacco)
+ Kiste (12x Kilo Tabak)
+
+
+ 12x Kilo of hemp
+ 12x Kilo Hanf
+
+
+ Supply Crate (12x Kilo of hemp)
+ Kiste (12x Kilo Hanf)
+
+
+ 12x Kilo of black tea
+ 12x Kilo Schwarzer Tee
+
+
+ Supply Crate (12x Kilo of black tea)
+ Kiste (12x Kilo Schwarzer Tee)
+
+
+ 12x Hotwire kit
+ 12x Aufbruchwerkzeug
+
+
+ Supply Crate (12x Hotwire kit)
+ Kiste (12x Aufbruchwerkzeug)
+
+
+ 12x Fertilizer
+ 12x Dünger
+
+
+ Supply Crate (12x Fertilizer)
+ Kiste (12x Dünger)
+
+
+ 12x Dog Tag
+ 12x Hundemarke
+
+
+ Supply Crate (12x Dog Tag)
+ Kiste (12x Hundemarke)
+
+
+ 12x Combination lock
+ 12x Zahlenschloss
+
+
+ Supply Crate (12x Combination lock)
+ Kiste (12x Zahlenschloss)
+
+
+ 12x C4 Charge
+ 12x C4 Ladung
+
+
+ Supply Crate (12x C4 Charge)
+ Kiste (12x C4 Ladung)
+
+
+ 12x Road flare
+ 12x Bengalische Fackel
+
+
+ Supply Crate (12x Road flare)
+ Kiste (12x Bengalische Fackel)
+
+
+ 12x Chemlight (red)
+ 12x Knicklicht (Rot)
+
+
+ Supply Crate (12x Chemlight red)
+ Kiste (12x Knicklicht Rot)
+
+
+ 12x Chemlight (green)
+ 12x Knicklicht (Grün)
+
+
+ Supply Crate (12x Chemlight green)
+ Kiste (12x Knicklicht Grün)
+
+
+ 12x Chemlight (blue)
+ 12x Knicklicht (Blau)
+
+
+ Supply Crate (12x Chemlight blue)
+ Kiste (12x Knicklicht Blau)
+
+
+ 12x Cooked rabbit
+ 12x Gebratenes Hasenfleisch
+
+
+ Supply Crate (12x rabbit)
+ Kiste (12x Hasenfleisch)
+
+
+ 12x Pumpkin
+ 12x Kürbis
+
+
+ Supply Crate (12x Pumpkin)
+ Kiste (12x Kürbis)
+
+
+ 12x Potato raw
+ 12x rohe Kartoffel
+
+
+ Supply Crate (12x Potato raw)
+ Kiste (12x rohe Kartoffel)
+
+
+ 12x Cooked mutton
+ 12x Gebratenes Lammfleisch
+
+
+ Supply Crate (12x mutton)
+ Kiste (12x Lammfleisch)
+
+
+ 12x Cooked goat
+ 12x Gebratenes Ziegenfleisch
+
+
+ Supply Crate (12x Goat)
+ Kiste (12x Ziegenfleisch)
+
+
+ 12x Cooked dog
+ 12x Gebratenes Hundefleisch
+
+
+ Supply Crate (12x dog)
+ Kiste (12x Hundefleisch)
+
+
+ 12x Cooked chicken
+ 12x Gebratenes Hühnerfleisch
+
+
+ Supply Crate (12x chicken)
+ Kiste (12x Hühnerfleisch)
+
+
+ 12x Carrot
+ 12x Karotte
+
+
+ Supply Crate (12x Carrot)
+ Kiste (12x Karotte)
+
+
+ 12x Cooked beef
+ 12x Gebratenes Rindersteak
+
+
+ Supply Crate (12x beef)
+ Kiste (12x Rindersteak)
+
+
+ 12x Cooked tuna
+ 12x Gebratener Thunfisch
+
+
+ Supply Crate (12x Tuna)
+ Kiste (12x Thunfisch)
+
+
+ 12x Cooked steelhead
+ 12x Gebratene Stahlkopfforelle
+
+
+ Supply Crate (12x Steelhead)
+ Kiste (12x Forelle)
+
+
+ 12x Cooked seabass
+ 12x Gebratener Wolfsbarsch
+
+
+ Supply Crate (12x Seabass)
+ Kiste (12x Barsch)
+
+
+ 12x String
+ 12x Schnur
+
+
+ Supply Crate (12x String)
+ Kiste (12x Schnur)
+
+
+ 12x Scrap electronics
+ 12x Elektronikschrott
+
+
+ Supply Crate (12x Scrap electronics)
+ Kiste (12x Elektronikschrott)
+
+
+ 12x Rope
+ 12x Seil
+
+
+ Supply Crate (12x Rope)
+ Kiste (12x Seil)
+
+
+ 12x Rag
+ 12x Lumpen
+
+
+ Supply Crate (12x Rag)
+ Kiste (12x Lumpen)
+
+
+ 12x PVC box
+ 12x Plastikschachtel
+
+
+ Supply Crate (12x PVC box)
+ Kiste (12x Plastikschachtel)
+
+
+ 12x Box of nails
+ 12x Schachtel mit Nägeln
+
+
+ Supply Crate (12x Box of nails)
+ Kiste (12x Schachtel mit Nägeln)
+
+
+ 12x Garlic bulb
+ 12x Knoblauchknolle
+
+
+ Supply Crate (12x Garlic bulb)
+ Kiste (12x Knoblauchknolle)
+
+
+ 12x Floppywire
+ 12x Flachbandkabel
+
+
+ Supply Crate (12x Floppywire)
+ Kiste (12x Flachbandkabel)
+
+
+ 12x Feathers
+ 12x Federn
+
+
+ Supply Crate (12x Feathers)
+ Kiste (12x Federn)
+
+
+ 12x Duct Tape
+ 12x Klebeband
+
+
+ Supply Crate (12x Duct Tape)
+ Kiste (12x Klebeband)
+
+
+ 12x D battery
+ 12x D-Batterien
+
+
+ Supply Crate (12x D battery)
+ Kiste (12x D-Batterien)
+
+
+ 12x AA battery
+ 12x AA-Batterien
+
+
+ Supply Crate (12x AA battery)
+ Kiste (12x AA-Batterien)
+
+
Safe
Tresor
@@ -25715,10 +26140,26 @@
Конопляное семечко
- A few hemp seed.
+ A few hemp seeds.
Ein paar Hanfsamen.
Одно конопляное семечко пригодное для посева.
+
+ Bag of Tobacco Seeds
+ Säckchen Tabaksamen
+
+
+ A few tobacco seeds.
+ Ein paar Tabaksamen.
+
+
+ Bag of Black Tea Seeds
+ Säckchen Schwarzer Teesamen
+
+
+ A few black tea seeds.
+ Ein paar schwarzer Teesamen.
+
Hemp Plant
Hanfpflanze
@@ -26161,6 +26602,14 @@
Glühbirne: Wird zur Herstellung von Lampen benötigt. Sag nicht, du hättest keine in einer Scheune gefunden.
Лампочка: Используется в строительстве фонарного столба. Не говорите мне, что вы нашли это не в сарае.
+
+ Light Bulb (broken)
+ Glühbirne (kaputt)
+
+
+ A broken lightbulb that is no longer usable.
+ Eine kaputte Glühbirne, welche für nichts mehr zu gebrauchen ist
+
Zombie Parts
Zombiefleisch
@@ -32245,8 +32694,152 @@
Tea plant patch
Teepflanzenbeet
+
+
+ Notebook
+
+
+ A notebook in a good condition.
+ Ein Notebook, welches sich in einem guten Zustand befindet.
+
+
+ Notebook (broken)
+ Notebook (kaputt)
+
+
+ A broken notebook that must be repaired.
+ Ein kaputtes Notebook, welches repariert werden muss.
+
+
+ TV (small)
+ Fernseher (klein)
+
+
+ A small TV in a good condition.
+ Ein kleiner Fernseher, welcher sich in einem guten Zustand befindet.
+
+
+ TV (small, broken)
+ Fernseher (klein, kaputt)
+
+
+ A broken TV that must be repaired.
+ Ein kaputter Fernseher, welcher repariert werden muss.
+
+
+ TV (big)
+ Fernseher (groß)
+
+
+ A big TV in a good condition.
+ Ein großer Fernseher, welcher sich in einem guten Zustand befindet.
+
+
+ TV (big, broken)
+ Fernseher (groß, kaputt)
+
+
+ A broken TV that must be repaired.
+ Ein kaputter Fernseher, welcher repariert werden muss.
+
+
+ Satellite Phone
+ Satellitentelefon
+
+
+ A satellite phone in a good condition.
+ Ein Satellitentelefon, welches sich in einem guten Zustand befindet.
+
+
+ Satellite Phone (broken)
+ Satellitentelefon (kaputt)
+
+
+ A broken satellite phone that must be repaired.
+ Ein kaputtes Satellitentelefon, welches repariert werden muss.
+
+
+ PC
+
+
+ A PC with monitor in a good condition.
+ Ein PC mit Monitor, welcher sich in einem guten Zustand befindet.
+
+
+ PC (broken)
+ PC (kaputt)
+
+
+ A broken PC that must be repaired.
+ Ein kaputter PC, welcher repariert werden muss.
-
+
+ Desktop Radio
+ Stationsfunkgerät
+
+
+ A desktop radio in a good condition.
+ Ein Stationsfunkgerät, welches sich in einem guten Zustand befindet.
+
+
+ Desktop Radio (broken)
+ Stationsfunkgerät (kaputt)
+
+
+ A broken desktop radio that must be repaired.
+ Ein kaputtes Stationsfunkgerät, welches repariert werden muss.
+
+
+ Radio
+
+
+ A radio in a good condition.
+ Ein Radio, welches sich in einem guten Zustand befindet.
+
+
+ Radio (broken)
+ Radio (kaputt)
+
+
+ A broken radio that must be repaired.
+ Ein kaputtes Radio, welches repariert werden muss.
+
+
+ Radio
+
+
+ A radio in a good condition.
+ Ein Radio, welches sich in einem guten Zustand befindet.
+
+
+ Radio (broken)
+ Radio (kaputt)
+
+
+ A broken radio that must be repaired.
+ Ein kaputtes Radio, welches repariert werden muss.
+
+
+ Bucket
+ Eimer
+
+
+ Suitcase with Diamonds
+ Koffer mit Diamanten
+
+
+ A suitcase with many small diamonds.
+ Ein Koffer mit vielen kleinen Diamanten.
+
+
+ Suitcase Bomb
+ Kofferbombe
+
+
+ A suitcase with a bomb inside.
+ Ein Koffer mit einer Bombe im Inneren.
+
+
Street Sign