mob_db.yml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ###########################################################################
  2. # Monster Database
  3. ###########################################################################
  4. #
  5. # Monster Settings
  6. #
  7. ###########################################################################
  8. # - Id Monster ID.
  9. # AegisName Server name to reference the monster in scripts and lookups, should use no spaces.
  10. # Name Name in English.
  11. # JapaneseName Name in Japanese. (Default: 'Name' value)
  12. # Level Level. (Default: 1)
  13. # Hp Total HP. (Default: 1)
  14. # Sp Total SP. (Default: 1)
  15. # BaseExp Base experience gained. (Default: 0)
  16. # JobExp Job experience gained. (Default: 0)
  17. # MvpExp MVP experience gained. (Default: 0)
  18. # Attack Minimum attack in pre-renewal and base attack in renewal. (Default: 0)
  19. # Attack2 Maximum attack in pre-renewal and base magic attack in renewal. (Default: 0)
  20. # Defense Physical defense of the monster, reduces melee and ranged physical attack/skill damage. (Default: 0)
  21. # MagicDefense Magic defense of the monster, reduces magical skill damage. (Default: 0)
  22. # Str Strength which affects attack. (Default: 1)
  23. # Agi Agility which affects flee. (Default: 1)
  24. # Vit Vitality which affects defense. (Default: 1)
  25. # Int Intelligence which affects magic attack. (Default: 1)
  26. # Dex Dexterity which affects hit rate. (Default: 1)
  27. # Luk Luck which affects perfect dodge/lucky flee/lerfect flee/lucky dodge rate. (Default: 1)
  28. # AttackRange Attack range. (Default: 0)
  29. # SkillRange Skill cast range. (Default: 0)
  30. # ChaseRange Chase range. (Default: 0)
  31. # Size Size. (Default: Small)
  32. # Race Race. (Default: Formless)
  33. # RaceGroups: List of secondary groups the monster may be part of. (Optional)
  34. # <group>: <value> Group to toggle.
  35. # Element Element. (Default: Neutral)
  36. # ElementLevel Level of element. (Default: 1)
  37. # WalkSpeed Walk speed. (Default: DEFAULT_WALK_SPEED)
  38. # AttackDelay Attack speed. (Default: 0)
  39. # AttackMotion Attack animation speed. (Default: 0)
  40. # DamageMotion Damage animation speed. (Default: 0)
  41. # DamageTaken Rate at which the monster will receive incoming damage. (Default: 100)
  42. # Ai Aegis monster type AI behavior. (Default: 06)
  43. # Class Aegis monster class. (Default: Normal)
  44. # Modes: List of unique behavior not defined by AI, Class, or Attribute. (Optional)
  45. # <mode>: <value> Mode to toggle.
  46. # MvpDrops: List of possible MVP prize items. Max of MAX_MVP_DROP. (Optional)
  47. # - Item Item name.
  48. # Rate Drop rate of item.
  49. # RandomOptionGroup Random Option Group applied to item on drop. (Default: None)
  50. # Index Index used for overwriting item. (Optional)
  51. # Drops: List of possible normal item drops. Max of MAX_MOB_DROP. (Optional)
  52. # - Item Item name.
  53. # Rate Drop rate of item.
  54. # StealProtected If the item is shielded from TF_STEAL. (Default: false)
  55. # RandomOptionGroup Random Option Group applied to item on drop. (Default: None)
  56. # Index Index used for overwriting item. (Optional)
  57. ###########################################################################