Add and update models for magazines

Big thanks @helion4 for his tireless and great work.
This commit is contained in:
A Man
2020-04-08 17:23:46 +02:00
parent 678307f428
commit 0def480120
17 changed files with 244 additions and 105 deletions

View File

@@ -37,8 +37,8 @@ class ItemScrews: CA_Magazine //Construection,farm,indestrial,castle,residential
count = 1;
type = 256;
displayName = $STR_BLD_name_ItemScrews;//"Box of screws for metal"
picture = "\z\addons\dayz_buildings\equip\item_screws.paa";
model = "z\addons\dayz_buildings\models\screws.p3d";
picture = "\z\addons\dayz_epoch_w\magazine\ui\m_screws_ca.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_screwtray.p3d";
descriptionShort = $STR_BLD_desc_ItemScrews;//"Box of screws"
};