Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Items/DocumentsPapers.hpp
AirwavesMan b0082c7197 Add models and icons for all new upgraded document types
Models made by @Helion4

Big thanks to @DeVloek for updating and creating the textures and icons.
2020-12-20 14:52:07 +01:00

760 lines
18 KiB
C++

class ItemDocument: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_DOCUMENT;
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
descriptionShort = $STR_EPOCH_DOCUMENT_DESC;
sfx = "document";
class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_188;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {};
requiretools[] = {};
randomOutput = 1;
output[] = {{"ItemLetter",1},{"ItemDocumentRamp",1},{"ItemBook1",1},{"ItemBook2",1},{"ItemBook3",1},{"ItemBook4",1},{"ItemNewspaper",1},{"ItemORP",1},{"ItemAVE",1},{"ItemLRK",1},{"ItemTNK",1},{"ItemARM",1},{"ItemTruckORP",1},{"ItemTruckAVE",1},{"ItemTruckLRK",1},{"ItemTruckTNK",1},{"ItemTruckARM",1},{"ItemHeliAVE",1},{"ItemHeliLRK",1},{"ItemHeliTNK",1},{"ItemPlotDeed",1}};
input[] = {{"ItemDocument",1}};
};
};
};
class ItemPlotDeed: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_PLOTDEED;
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
descriptionShort = $STR_EPOCH_PLOTDEED_DESC;
sfx = "document";
class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLOTDEED_ACTION;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox"};
output[] = {{"plot_pole_kit",1}};
input[] = {{"ItemPlotDeed",1},{"ItemGoldBar10oz",2}};
};
};
};
class ItemLetter: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_LETTER;
model = "\z\addons\dayz_epoch\models\doc_letter.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_letter_ca.paa";
descriptionShort = $STR_EPOCH_LETTER_DESC;
};
class ItemBook1: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_ROMANCENOVEL;
model = "\z\addons\dayz_epoch\models\doc_trashy1.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_trashy1_ca.paa";
descriptionShort = $STR_EPOCH_ROMANCENOVEL_DESC;
};
class ItemBook2: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_ROMANCENOVEL;
model = "\z\addons\dayz_epoch\models\doc_trashy2.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_trashy2_ca.paa";
descriptionShort = $STR_EPOCH_ROMANCENOVEL_DESC2;
};
class ItemBook3: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_BOOK;
model = "\z\addons\dayz_epoch\models\doc_child1.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa";
descriptionShort = $STR_EPOCH_BOOK_DESC;
};
class ItemBook4: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_BOOK;
model = "\z\addons\dayz_epoch\models\doc_child2.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";
descriptionShort = $STR_EPOCH_BOOK_DESC;
};
class ItemNewspaper: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_TORNNEWSPAPER;
model = "\z\addons\dayz_epoch\models\doc_deaths.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_deaths_ca.paa";
descriptionShort = $STR_EPOCH_TORNNEWSPAPER_DESC;
class ItemActions {
class Obituaries {
text = $STR_EPOCH_TORNNEWSPAPER_ACTION;
script = "spawn player_deathBoard;";
};
};
};
class ItemDocumentRamp: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_WOODRAMP;
model = "\z\addons\dayz_epoch\models\doc_ramp.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_ramp_ca.paa";
descriptionShort = $STR_EPOCH_WOODRAMP_DESC;
class ItemActions
{
class Crafting
{
text = $STR_EPOCH_PLAYER_189;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox"};
output[] = {{"wood_ramp_kit",1}};
input[] = {{"ItemDocumentRamp",1},{"PartWoodLumber",8}};
};
};
};
class ItemBookBible : CA_Magazine
{
scope = 2;
count = 1;
type = 256;
model = "z\addons\dayz_communityassets\models\bible.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_bible_CA.paa";
displayName = $STR_BOOK_NAME_BIBLE;
descriptionShort = $STR_BOOK_DESC_BIBLE;
};
class ItemTrashPaper : CA_Magazine
{
scope = 2;
count = 1;
type = 256;
model = "z\addons\dayz_communityassets\models\paper_sheet_clean_note.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_paper_sheet_note_ca.paa";
displayName = $STR_name_ItemTrashPaper;
descriptionShort = $STR_desc_ItemTrashPaper;
};
class ItemTrashPaperMusic : CA_Magazine
{
scope = 2;
count = 1;
type = 256;
model = "z\addons\dayz_communityassets\models\paper_sheet_musical.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_paper_sheet_musical_ca.paa";
displayName = $STR_name_ItemTrashPaperMusic;
descriptionShort = $STR_desc_ItemTrashPaperMusic;
};
class equip_paper_sheet : CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_equip_paper_sheet;
descriptionShort = $STR_ITEM_DESC_equip_paper_sheet;
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_paper_sheet.paa";
type = 256;
};
class equip_note : CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_equip_note;
descriptionShort = $STR_ITEM_DESC_equip_note;
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_note.paa";
type = 256;
};
// Vehicle upgrade parts
class ItemORP: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_ORP;
model = "\z\addons\dayz_epoch\models\doc_Up1.p3d";
picture = "\dayz_epoch_c\icons\documents\car_offroad.paa";
descriptionShort = $STR_EPOCH_VEHUP_ORP_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemAVE: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_AVE;
model = "\z\addons\dayz_epoch\models\doc_Up2.p3d";
picture = "\dayz_epoch_c\icons\documents\car_armor.paa";
descriptionShort = $STR_EPOCH_VEHUP_AVE_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemLRK: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_LRK;
model = "\z\addons\dayz_epoch\models\doc_Up3.p3d";
picture = "\dayz_epoch_c\icons\documents\car_cargo.paa";
descriptionShort = $STR_EPOCH_VEHUP_LRK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTNK: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_TNK;
model = "\z\addons\dayz_epoch\models\doc_Up4.p3d";
picture = "\dayz_epoch_c\icons\documents\car_fuel.paa";
descriptionShort = $STR_EPOCH_VEHUP_TNK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemARM: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_ARM;
model = "\z\addons\dayz_epoch\models\doc_car_weps.p3d";
picture = "\dayz_epoch_c\icons\documents\car_weapon.paa";
descriptionShort = $STR_EPOCH_VEHUP_ARM_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTruckORP: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_ORP_TRUCK;
model = "\z\addons\dayz_epoch\models\doc_Up_truck1.p3d";
picture = "\dayz_epoch_c\icons\documents\truck_offroad.paa";
descriptionShort = $STR_EPOCH_VEHUP_ORP_TRUCK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTruckAVE: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_AVE_TRUCK;
model = "\z\addons\dayz_epoch\models\doc_Up_truck2.p3d";
picture = "\dayz_epoch_c\icons\documents\truck_armor.paa";
descriptionShort = $STR_EPOCH_VEHUP_AVE_TRUCK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTruckLRK: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_LRK_TRUCK;
model = "\z\addons\dayz_epoch\models\doc_Up_truck3.p3d";
picture = "\dayz_epoch_c\icons\documents\truck_cargo.paa";
descriptionShort = $STR_EPOCH_VEHUP_LRK_TRUCK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTruckTNK: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_TNK_TRUCK;
model = "\z\addons\dayz_epoch\models\doc_Up_truck4.p3d";
picture = "\dayz_epoch_c\icons\documents\truck_fuel.paa";
descriptionShort = $STR_EPOCH_VEHUP_TNK_TRUCK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTruckARM: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_ARM_TRUCK;
model = "\z\addons\dayz_epoch\models\doc_Up_truck_weps.p3d";
picture = "\dayz_epoch_c\icons\documents\truck_weapon.paa";
descriptionShort = $STR_EPOCH_VEHUP_ARM_TRUCK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTankORP: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_ORP_TANK;
model = "\z\addons\dayz_epoch\models\doc_Up_bmp1.p3d";
picture = "\dayz_epoch_c\icons\documents\bmp_offroad.paa";
descriptionShort = $STR_EPOCH_VEHUP_ORP_TANK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTankAVE: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_AVE_TANK;
model = "\z\addons\dayz_epoch\models\doc_Up_bmp2.p3d";
picture = "\dayz_epoch_c\icons\documents\bmp_armor.paa";
descriptionShort = $STR_EPOCH_VEHUP_AVE_TANK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTankLRK: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_LRK_TANK;
model = "\z\addons\dayz_epoch\models\doc_Up_bmp3.p3d";
picture = "\dayz_epoch_c\icons\documents\bmp_cargo.paa";
descriptionShort = $STR_EPOCH_VEHUP_LRK_TANK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemTankTNK: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_TNK_TANK;
model = "\z\addons\dayz_epoch\models\doc_Up_bmp4.p3d";
picture = "\dayz_epoch_c\icons\documents\bmp_fuel.paa";
descriptionShort = $STR_EPOCH_VEHUP_TNK_TANK_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemHeliAVE: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_AVE_HELI;
model = "\z\addons\dayz_epoch\models\doc_Up_heli1.p3d";
picture = "\dayz_epoch_c\icons\documents\heli_armor.paa";
descriptionShort = $STR_EPOCH_VEHUP_AVE_HELI_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemHeliLRK: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_LRK_HELI;
model = "\z\addons\dayz_epoch\models\doc_Up_heli2.p3d";
picture = "\dayz_epoch_c\icons\documents\heli_cargo.paa";
descriptionShort = $STR_EPOCH_VEHUP_LRK_HELI_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class ItemHeliTNK: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_TNK_HELI;
model = "\z\addons\dayz_epoch\models\doc_Up_heli3.p3d";
picture = "\dayz_epoch_c\icons\documents\heli_fuel.paa";
descriptionShort = $STR_EPOCH_VEHUP_TNK_HELI_DESC;
sfx = "document";
class ItemActions
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
};
};
};
class Blueprint_01: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_01;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_01;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_02: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_02;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_02;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_03: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_03;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_03;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_04: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_04;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_04;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_05: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_05;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_05;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_06: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_06;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_06;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_07: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_07;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_07;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_08: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_08;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_08;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_09: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_09;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_09;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_10: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_10;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_10;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_11: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_11;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_11;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_12: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_12;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_12;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_13: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_13;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_13;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_14: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_14;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_14;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_15: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_15;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_15;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_16: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_16;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_16;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_17: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_17;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_17;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_18: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_18;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_18;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_19: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_19;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_19;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class Blueprint_20: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_BLUEPRINT_20;
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_20;
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
};
class PileBooks: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_PILEOFBOOKS;
descriptionShort = $STR_ITEM_DESC_PILEOFBOOKS;
picture = "\dayz_epoch_c\icons\equipment\ItemPileBooks.paa";
model = "\z\addons\dayz_epoch_w\items\books.p3d";
};
class PileMedBooks: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_PILEOFMEDBOOKS;
descriptionShort = $STR_ITEM_DESC_PILEOFMEDBOOKS;
picture = "\dayz_epoch_c\icons\equipment\ItemPileMedBooks.paa";
model = "\z\addons\dayz_epoch_w\items\books_med.p3d";
};