mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Clean up, change strings for better mod compatibility
Also streamlining the names of certain items like fuel cans, fish, meat with a status indicator behind the name. Fix some wrong description strings. Add blunt hatchet and wet matches.
This commit is contained in:
@@ -48,4 +48,22 @@ class ItemHatchetBroken : ItemCore
|
||||
inputweapons[] = {"ItemHatchetBroken"};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class ItemHatchetBlunt : ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemHatchetBroken.paa";
|
||||
model = "\dayz_equip\models\hatchet.p3d";
|
||||
displayName = $STR_EQUIP_NAME_HATCHET_DULL;
|
||||
descriptionShort = $STR_EQUIP_DESC_HATCHET_DULL;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class SharpenHatchet
|
||||
{
|
||||
text = $STR_ACTIONS_SHARPEN_HATCHET;
|
||||
script = "; ['ItemHatchetBlunt','ItemHatchet'] spawn player_sharpen;";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user