mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
23 lines
665 B
Plaintext
23 lines
665 B
Plaintext
////////////////////////////////////////////////////////////////////
|
|
//DeRap: Produced from mikero's Dos Tools Dll version 4.87
|
|
//Sun Apr 12 12:32:09 2015 : Source 'file' date Sun Apr 12 12:32:09 2015
|
|
//http://dev-heaven.net/projects/list_files/mikero-pbodll
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#define _ARMA_
|
|
|
|
//Class data_f : penetration\weapon_plate.bisurf{
|
|
Density = 4000;
|
|
Thickness = 10;
|
|
rough = 0.1;
|
|
dust = 0;
|
|
bulletPenetrabilityWithThickness = 10000;
|
|
soundEnviron = "Empty";
|
|
isWater = "false";
|
|
friction = 0.7;
|
|
restitution = 0.3;
|
|
impact = "hitMetalPlate";
|
|
soundHit = "metal_plate";
|
|
deflection = 3;
|
|
//};
|