mob_db.yml 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2021 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Monster Database
  20. ###########################################################################
  21. #
  22. # Monster Settings
  23. #
  24. ###########################################################################
  25. # - Id Monster ID.
  26. # AegisName Server name to reference the monster in scripts and lookups, should use no spaces.
  27. # Name Name in English.
  28. # JapaneseName Name in Japanese. (Default: 'Name' value)
  29. # Level Level. (Default: 1)
  30. # Hp Total HP. (Default: 1)
  31. # Sp Total SP. (Default: 1)
  32. # BaseExp Base experience gained. (Default: 0)
  33. # JobExp Job experience gained. (Default: 0)
  34. # MvpExp MVP experience gained. (Default: 0)
  35. # Attack Minimum attack in pre-renewal and base attack in renewal. (Default: 0)
  36. # Attack2 Maximum attack in pre-renewal and base magic attack in renewal. (Default: 0)
  37. # Defense Physical defense of the monster, reduces melee and ranged physical attack/skill damage. (Default: 0)
  38. # MagicDefense Magic defense of the monster, reduces magical skill damage. (Default: 0)
  39. # Str Strength which affects attack. (Default: 1)
  40. # Agi Agility which affects flee. (Default: 1)
  41. # Vit Vitality which affects defense. (Default: 1)
  42. # Int Intelligence which affects magic attack. (Default: 1)
  43. # Dex Dexterity which affects hit rate. (Default: 1)
  44. # Luk Luck which affects perfect dodge/lucky flee/perfect flee/lucky dodge rate. (Default: 1)
  45. # AttackRange Attack range. (Default: 0)
  46. # SkillRange Skill cast range. (Default: 0)
  47. # ChaseRange Chase range. (Default: 0)
  48. # Size Size. (Default: Small)
  49. # Race Race. (Default: Formless)
  50. # RaceGroups: List of secondary groups the monster may be part of. (Optional)
  51. # <group>: <value> Group to toggle.
  52. # Element Element. (Default: Neutral)
  53. # ElementLevel Level of element. (Default: 1)
  54. # WalkSpeed Walk speed. (Default: DEFAULT_WALK_SPEED)
  55. # AttackDelay Attack speed. (Default: 0)
  56. # AttackMotion Attack animation speed. (Default: 0)
  57. # DamageMotion Damage animation speed. (Default: 0)
  58. # DamageTaken Rate at which the monster will receive incoming damage. (Default: 100)
  59. # Ai Aegis monster type AI behavior. (Default: 06)
  60. # Class Aegis monster class. (Default: Normal)
  61. # Modes: List of unique behavior not defined by AI, Class, or Attribute. (Optional)
  62. # <mode>: <value> Mode to toggle.
  63. # MvpDrops: List of possible MVP prize items. Max of MAX_MVP_DROP. (Optional)
  64. # - Item Item name.
  65. # Rate Drop rate of item. (Default: 1)
  66. # RandomOptionGroup Random Option Group applied to item on drop. (Default: None)
  67. # Index Index used for overwriting item. (Optional)
  68. # Drops: List of possible normal item drops. Max of MAX_MOB_DROP. (Optional)
  69. # - Item Item name.
  70. # Rate Drop rate of item. (Default: 1)
  71. # StealProtected If the item is shielded from TF_STEAL. (Default: false)
  72. # RandomOptionGroup Random Option Group applied to item on drop. (Default: None)
  73. # Index Index used for overwriting item. (Optional)
  74. ###########################################################################
  75. Header:
  76. Type: MOB_DB
  77. Version: 2
  78. Footer:
  79. Imports:
  80. - Path: db/pre-re/mob_db.yml
  81. Mode: Prerenewal
  82. - Path: db/re/mob_db.yml
  83. Mode: Renewal
  84. - Path: db/import/mob_db.yml