mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
1.0.1 RC1 cont.
+ [ADDED] Keymakers Kit including the tools required to smelt, mold and shape keys, as rare drop on industrial and supermarket. + [FIXED] Keymaker kit model and icon. Special thanks goes out to Sequisha for all the hard work on models, textures, and brainstorming!
This commit is contained in:
@@ -10,8 +10,12 @@ class CfgWeapons {
|
||||
libtextdesc = "Debug Map - Admin use only";
|
||||
};
|
||||
};
|
||||
class ItemSmeltingKit: ItemCore {
|
||||
displayname = "Smelting Kit";
|
||||
class ItemKeyKit: ItemCore {
|
||||
scope = 2;
|
||||
displayname = "Keymakers kit";
|
||||
model="\dayz_equip\models\keykit.p3d";
|
||||
descriptionShort="Kit including the tools required to smelt, mold and shape keys.";
|
||||
picture="\dayz_equip\textures\equip_keykit_ca.paa";
|
||||
};
|
||||
class ItemAnvil: ItemCore {
|
||||
displayname = "Anvil";
|
||||
@@ -298,6 +302,14 @@ class CfgWeapons {
|
||||
displayname = "Black Key";
|
||||
keyid = 0;
|
||||
scope = 2;
|
||||
class ItemActions
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Make Copy";
|
||||
script="spawn player_copyKey;";
|
||||
};
|
||||
};
|
||||
};
|
||||
class ItemKeyBlack: ItemKey {
|
||||
keyid = 0;
|
||||
|
||||
Reference in New Issue
Block a user