Jump to content

[Suggestion] Breaking Down Rotor Assembly


idblackdragoon

Recommended Posts

Since you have it so you can break down an engine in to 2 scrap metal, it would make logical sense to have rotor assembly break down.

 

    class PartVRotor: CA_Magazine
    {
        scope = 2;
        count = 1;
        type = 256;
        displayName = "$STR_EQUIP_NAME_32";
        model = "\dayz_equip\models\vrotor.p3d";
        picture = "\dayz_equip\textures\equip_vrotor_ca.paa";
        descriptionShort = "$STR_EQUIP_DESC_32";
        class ItemActions {
            class Crafting
            {
                text = "Salvage Scrap";
                script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
                neednearby[] = {"workshop"};
                requiretools[] = {"ItemToolbox","ItemCrowbar"};
                output[] = {{"PartGeneric",2}};
                input[] = {{"PartVRotor",1}};
            };
        };
    };

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...