mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 09:53:21 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
24
SQF/dayz_code/Configs/CfgWeapons/Item/ItemFishingPole.hpp
Normal file
24
SQF/dayz_code/Configs/CfgWeapons/Item/ItemFishingPole.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
class ItemFishingPole: ItemCore
|
||||
{
|
||||
scope=2;
|
||||
displayName="Fishing Pole";
|
||||
model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d";
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
|
||||
descriptionShort="Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.";
|
||||
class ItemActions
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Remove from Toolbelt";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
"ItemFishingPole"
|
||||
};
|
||||
output[]=
|
||||
{
|
||||
"MeleeFishingPole"
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user