mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
17 lines
505 B
C++
17 lines
505 B
C++
class Scissors_DZE: ItemCore
|
|
{
|
|
scope = 2;
|
|
displayName = $STR_EQUIP_SCISSORS;
|
|
descriptionShort = $STR_EQUIP_SCISSORS_DESC;
|
|
model = "\z\addons\dayz_epoch_w\items\scissors.p3d";
|
|
picture = "\dayz_epoch_c\icons\tools\ItemScissors.paa";
|
|
};
|
|
|
|
class ScissorsBroken_DZE : ItemCore
|
|
{
|
|
scope = 2;
|
|
displayName = $STR_EQUIP_SCISSORS_BROKEN;
|
|
descriptionShort = $STR_EQUIP_SCISSORS_BROKEN_DESC;
|
|
model = "\z\addons\dayz_epoch_w\items\scissors.p3d";
|
|
picture = "\dayz_epoch_c\icons\tools\ItemScissorsBroken.paa";
|
|
}; |