mercenary_db.yml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. # Mercenary Database
  20. ###########################################################################
  21. #
  22. # Mercenary Settings
  23. #
  24. ###########################################################################
  25. # - Id Mercenary ID.
  26. # AegisName Server name to reference the mercenary in scripts and lookups, should use no spaces.
  27. # Name Name in English.
  28. # Level Level. (Default: 1)
  29. # Hp Total HP. (Default: 1)
  30. # Sp Total SP. (Default: 1)
  31. # Attack Minimum attack. (Default: 0)
  32. # Attack2 Maximum attack. (Default: 0)
  33. # Defense Physical defense of the mercenary, reduces melee and ranged physical attack/skill damage. (Default: 0)
  34. # MagicDefense Magic defense of the mercenary, reduces magical skill damage. (Default: 0)
  35. # Str Strength which affects attack. (Default: 1)
  36. # Agi Agility which affects flee. (Default: 1)
  37. # Vit Vitality which affects defense. (Default: 1)
  38. # Int Intelligence which affects magic attack. (Default: 1)
  39. # Dex Dexterity which affects hit rate. (Default: 1)
  40. # Luk Luck which affects perfect dodge/lucky flee/perfect flee/lucky dodge rate. (Default: 1)
  41. # AttackRange Attack range. (Default: 0)
  42. # SkillRange Skill cast range. (Default: 0)
  43. # ChaseRange Chase range. (Default: 0)
  44. # Size Size. (Default: Small)
  45. # Race Race. (Default: Formless)
  46. # Element Element. (Default: Neutral)
  47. # ElementLevel Level of element. (Default: 1)
  48. # WalkSpeed Walk speed. (Default: DEFAULT_WALK_SPEED)
  49. # AttackDelay Attack speed. (Default: 4000)
  50. # AttackMotion Attack animation speed. (Default: 2000)
  51. # DamageMotion Damage animation speed. (Default: 0)
  52. # Skills: List of mercenary skills. (Optional)
  53. # - Name Skill name.
  54. # MaxLevel Max skill level.
  55. ###########################################################################
  56. Header:
  57. Type: MERCENARY_DB
  58. Version: 1