Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Item/ItemFishingPole.hpp
2013-11-18 23:47:46 -06:00

25 lines
470 B
C++

class ItemFishingPole: ItemCore
{
scope=2;
displayName=$STR_EQUIP_FISHPOLE;
model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d";
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
descriptionShort=$STR_EQUIP_FISHPOLE_DESC;
class ItemActions
{
class Toolbelt
{
text="$STR_EPOCH_PLAYER_295";
script="spawn player_addToolbelt;";
use[]=
{
"ItemFishingPole"
};
output[]=
{
"MeleeFishingPole"
};
};
};
};