CFG WEAPONS DONE

This commit is contained in:
icomrade
2016-02-18 13:58:02 -05:00
parent 81d5976031
commit dfb7bba743
395 changed files with 55004 additions and 1384 deletions

View File

@@ -0,0 +1,27 @@
class Blood_Trail : House {
displayName = "";
accuracy = 0.1; // accuracy needed to recognize type of this target
vehicleClass = "Survival";
model = "";
nameSound = "";
animated = false;
simulation = "house";
cost = 0;
armor = 300;
ladders[] = {};
placement = "slope";
};
class Blood_Trail_DZ : Blood_Trail {
scope = public;
animated = 0;
destrType = "DestructNo";
mapSize = 2;
accuracy = 0.2;
icon = "\ca\data\data\Unknown_object.paa";
armor = 50;
displayName = "Blood Trail";
vehicleClass = "Survival";
model = "\z\addons\dayz_communityassets\models\blood.p3d";
};