mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Move fix tool to epoch crafting
Move player_fixHatchet to player_craftItem. Also add some more broken tools and some more options to repair tools.
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
class Binocular : Default
|
||||
{
|
||||
modelOptics = "z\addons\dayz_communityweapons\binocular\2dscope_binocular.p3d";
|
||||
};
|
||||
|
||||
class BinocularBroken : Default
|
||||
{
|
||||
scope = 2;
|
||||
type = 4096;
|
||||
displayName = $STR_EQUIP_BROKEN_BINOCULAR;
|
||||
descriptionShort = $STR_EQUIP_BROKEN_BINOCULAR_DESC;
|
||||
model = "\ca\weapons\dalekohled_proxy";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemBinocularBroken.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user