home *** CD-ROM | disk | FTP | other *** search
/ Excalibur 80 / Excalibur_80.bin / hratelne_dema / hellboy / data1.cab / Game_Data / data / ai / froggy.int < prev    next >
Text File  |  2000-08-18  |  2KB  |  61 lines

  1. //  DH INTERACTIVE LLC, COPYRIGHT (C) 1999
  2. //
  3. //  froggy.int written at Tue Dec 22 13:32 1998
  4. //
  5.  
  6.  27                     //  file_type
  7. 105                     //  file_version
  8.  
  9. //  froggy            //  Session name
  10.  
  11.  
  12. // *** This first section has personality indices
  13. 100                             // Bravery
  14. 100                        // tenacity
  15. 2                        // seconds per attack
  16. 4                        // mobility type (biped w/no jump or run)
  17. 10                        // damage done by standard attack type 1
  18. 10                        // damage done by standard attack type 2
  19. 10                        // damage done by standard attack type 3
  20. 0                        // standard attack resistance. (i.e. subtract this nubmer from damage incurred)
  21. 0                        // melee attack resistance.
  22. 0                        // projectile attack resistance.
  23. froggy_die    // this is the name of the script to play when the entity dies
  24.  
  25. // default goal
  26. 0                         // sleep
  27.  
  28. //
  29. // *** This second section contains attack_sector_structs (describes the criteria
  30. //       for selecting an attack.
  31. //
  32.  
  33. 2                // Number of entries
  34.  
  35. // First entry
  36. 80 200                // inner and outer radius
  37. -15 15              // left and right angle
  38. PROJECTILE_1        // type of weapon to use.
  39.  
  40. // First entry
  41. 0 70                // inner and outer radius
  42. -170 170              // left and right angle
  43. PROJECTILE_2        // type of weapon to use.
  44.  
  45. //
  46. // *** This third section contains hit_reaction_sector_structs (describes the which
  47. //       hit reaction input to play given the placement of the enemy entity..
  48. //
  49.  
  50. 0                // Number of entries
  51.  
  52. // First entry
  53. //0 100                // inner and outer radius
  54. //-8 8                // left and right angle
  55. //13                // button B + L1
  56.  
  57. // Second entry
  58. //0 100                // inner and outer radius
  59. //-8 8                // left and right angle
  60. //13                // button C
  61.