Merge pull request #3102 from buddytex/SandbagEditor

Add Sandbag to editor
This commit is contained in:
Thomas Kooi 2016-02-04 20:00:51 +01:00
commit 893040b08a

View File

@ -46,10 +46,11 @@ class CfgVehicles {
class ACE_SandbagObject: ThingX {
author = ECSTRING(common,ACETeam);
XEH_ENABLED;
scope = 1;
scope = 2;
side = -1;
model = PATHTOF(data\ace_sandbag_build.p3d);
displayName = CSTRING(sandbag_displayName);
vehicleClass = "ACE_Logistics_Items";
typicalCargo[] = {};
armor = 12000; // Withstand 200 5.56 bullets before sandbag hull is cheese
mapSize = 0.4;