home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / theprojectv1-0.exe / FCData / Scripts.pak / Scripts / materials / mat_obstruct.lua < prev    next >
Encoding:
Text File  |  2004-07-21  |  665 b   |  35 lines

  1. Script:LoadScript("scripts/materials/commoneffects.lua");
  2.  
  3. Materials["mat_obstruct"] = {
  4.     type="obstruct",
  5.     bullet_hit = {
  6.         },
  7.  
  8.     pancor_bullet_hit = {
  9.         },
  10.  
  11.     melee_slash = {
  12.  
  13.     },
  14.  
  15.         
  16.     particles = {
  17.     },
  18.  
  19.     --projectile_hit = CommonEffects.common_projectile_hit,
  20.     --mortar_hit = CommonEffects.common_mortar_hit,
  21.     --smokegrenade_hit = CommonEffects.common_smokegrenade_hit,
  22.     --flashgrenade_hit = CommonEffects.common_flashgrenade_hit,
  23.     --grenade_hit = CommonEffects.common_grenade_hit,
  24.  
  25. -------------------------------------
  26.     gameplay_physic = {
  27.         piercing_resistence = 2,
  28.         friction = 1.5,
  29.     },
  30.  
  31.     AI = {
  32.         fImpactRadius = 5,
  33.     },
  34.             
  35. }