ACE3/addons/penetration/penetration/armour_plate_medium.hpp

23 lines
640 B
C++

////////////////////////////////////////////////////////////////////
//DeRap: Produced from mikero's Dos Tools Dll version 4.87
//Sun Apr 12 12:32:08 2015 : Source 'file' date Sun Apr 12 12:32:08 2015
//http://dev-heaven.net/projects/list_files/mikero-pbodll
////////////////////////////////////////////////////////////////////
#define _ARMA_
class armour_plate_medium {
Density = 8600;
Thickness = 80;
rough = 0.1;
dust = 0;
bulletPenetrabilityWithThickness = 15;
soundEnviron = "Empty";
isWater = "false";
friction = 0.7;
restitution = 0.3;
impact = "hitMetalPlate";
soundHit = "metal_plate";
deflection = 1.5;
};