mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
Add and update models for magazines
Big thanks @helion4 for his tireless and great work.
This commit is contained in:
@@ -12,4 +12,5 @@ class PipeBomb: TimeBomb
|
||||
{
|
||||
displayName = $STR_DZ_MAG_SATCHEL_NAME; // Singular "Satchel Charge" for death messages "with a x"
|
||||
type = WeaponSlotItem; // Only takes up one gear slot in Epoch
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_satchel.p3d";
|
||||
};
|
||||
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@ class equip_lever : CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
type = WeaponSlotItem;
|
||||
picture = "\dayz_equip\textures\equip_lever.paa";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_handle.p3d";
|
||||
descriptionShort = $STR_EQUIP_DESC_LEVER;
|
||||
displayName = $STR_EQUIP_NAME_LEVER;
|
||||
};
|
||||
Reference in New Issue
Block a user