mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
10 lines
298 B
C++
10 lines
298 B
C++
class ItemStone: CA_Magazine
|
|
{
|
|
scope = public;
|
|
count = 1;
|
|
type = 256;
|
|
displayName = $STR_BLD_name_ItemStone;//"Rough Stone"
|
|
picture = "\z\addons\dayz_buildings\equip\rocks.paa";
|
|
model = "z\addons\dayz_buildings\models\rocks.p3d";
|
|
descriptionShort = $STR_BLD_desc_ItemStone;//"Rough Stone"
|
|
}; |