mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
@@ -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;";
|
||||
};
|
||||
};
|
||||
};*/
|
||||
Reference in New Issue
Block a user