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

  1. //  DH INTERACTIVE LLC, COPYRIGHT (C) 1999
  2. //
  3. //  hb_set.int written at Tue Oct 13 16:06 1998
  4. //
  5.  
  6.  27                     //  file_type
  7. 105                     //  file_version
  8.  
  9. //  hb_set            //  Session name
  10.  
  11.  
  12. // *** This first section has personality indices
  13. 100                           // Bravery
  14. 100                        // tenacity
  15. 100                        // seconds to wait between attacks
  16. 5                        // mobility type (this one is turn only)
  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. hb_set_die                          // this is the name of the script to play when the entity dies
  24.  
  25. // default goal
  26. 0                         // sleep
  27.  
  28.  
  29. //
  30. // *** This second section contains attack_sector_structs (describes the criteria
  31. //       for selecting an attack.
  32. //
  33.  
  34. 3            // Number of entries
  35.  
  36. // First entry
  37. 0 50            // inner and outer radius
  38. -8 -4         // left and right angle
  39. STANDARD        // type of weapon to use
  40.  
  41. // Second entry
  42. 50 100        // inner and outer radius
  43. -4 4          // left and right angle
  44. MELEE_1        // type of weapon to use
  45.  
  46. // Third entry
  47. 100 700        // inner and outer radius
  48. 4 8             // left and right angle
  49. PROJECTILE_1    // type of weapon to use
  50.  
  51. //
  52. // *** This second section contains hit_reaction_sector_structs (describes the which
  53. //       hit reaction anim to play given the placement of the enemy entity..
  54. //
  55.  
  56. 2            // Number of entries
  57.  
  58. // First entry
  59. 0 9999        // inner and outer radius
  60. -10 10         // left and right angle
  61. 25            // hit lands on ass
  62.  
  63. // Second entry
  64. 0 9999        // inner and outer radius
  65. 10 -10         // left and right angle
  66. 21            // hit lands on face
  67.