mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
24
SQF/dayz_code/Configs/CfgWeapons/Melee/ItemCrowbar.hpp
Normal file
24
SQF/dayz_code/Configs/CfgWeapons/Melee/ItemCrowbar.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
class ItemCrowbar: ItemCore
|
||||
{
|
||||
scope=2;
|
||||
displayName=$STR_EQUIP_NAME_CROWBAR;
|
||||
model="\dayz_equip\models\crowbar.p3d";
|
||||
picture="\z\addons\dayz_communityassets\pictures\equip_crowbar_CA.paa";
|
||||
descriptionShort=$STR_EQUIP_DESC_CROWBAR;
|
||||
class ItemActions
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text=$STR_ACTIONS_RFROMTB;
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
"ItemCrowbar"
|
||||
};
|
||||
output[]=
|
||||
{
|
||||
"MeleeCrowbar"
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user