Update vanilla building

Vanilla commits:

a351c810d5

dfc46eff7b
This commit is contained in:
ebaydayz
2016-11-21 14:57:02 -05:00
parent 7f239754cc
commit 6aa0cb8215
6 changed files with 100 additions and 4 deletions

View File

@@ -8,4 +8,27 @@
model = "\Ca\misc3\CamoNet_EAST";
scope = public;
vehicleclass = "Military";
class dismantle {
requiredtools[] =
{
//{"Item","Chance","ReturnedPart"}
{"ItemShovel",0.08,"ItemShovelBroken"}
}; //Tools needed
dismantleToo = "ItemCamoNet"; //Returned magazine item
attemps = 2; //Random number
};
class UserActions {
class Dismantle {
displayNameDefault = $STR_BUILT_CAMONET_Dismantle;
showWindow = 0;
hideOnUse = 1;
displayName = $STR_BUILT_CAMONET_Dismantle;
position="action";
radius = 3.0;
onlyForPlayer = 1;
condition = "alive this";
statement = "this spawn object_dismantle;";
};
};
};*/