elemental_db.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. # Elemental Summons Database
  20. ###########################################################################
  21. #
  22. # Elemental Summons Settings
  23. #
  24. ###########################################################################
  25. # - Id Elemental ID.
  26. # AegisName Server name to reference the elemental in scripts and lookups, should use no spaces.
  27. # Name Name in English.
  28. # Level Level.
  29. # Hp Additional HP. Base HP depends on caster HP. (Default: 0)
  30. # Sp Additional SP. Base SP depends on caster SP. (Default: 1)
  31. # Attack Additional minimum attack. Base attack depends on caster attack. (Default: 0)
  32. # Attack2 Additional maximum attack. Base attack depends on caster attack. (Default: 0)
  33. # Defense Physical defense of the elemental, reduces melee and ranged physical attack/skill damage. Base defense depends on the caster defense. (Default: 0)
  34. # MagicDefense Magic defense of the elemental, reduces magical skill damage. Base magic defense depends on the caster magic defense. (Default: 0)
  35. # Str Strength which affects attack. (Default: 0)
  36. # Agi Agility which affects flee. (Default: 0)
  37. # Vit Vitality which affects defense. (Default: 0)
  38. # Int Intelligence which affects magic attack. (Default: 0)
  39. # Dex Dexterity which affects hit rate. (Default: 0)
  40. # Luk Luck which affects perfect dodge/lucky flee/perfect flee/lucky dodge rate. (Default: 0)
  41. # AttackRange Attack range. (Default: 1)
  42. # SkillRange Skill cast range. (Default: 5)
  43. # ChaseRange Chase range. (Default: 12)
  44. # Size Size.
  45. # Race Race. (Default: Formless)
  46. # Element Element.
  47. # ElementLevel Level of element.
  48. # WalkSpeed Walk speed. (Default: 200)
  49. # AttackDelay Attack speed. (Default: 504)
  50. # AttackMotion Attack animation speed. Base AttackMotion depends on the caster AttackMotion. (Default: 1020)
  51. # DamageMotion Damage animation speed. (Default: 360)
  52. # Mode: List of elemental skills by mode. (Optional)
  53. # <mode>: Mode name to define the skill available. Available modes are Passive, Assist, and Aggressive.
  54. # Skill Skill name.
  55. # Level Skill level. (Default: 1)
  56. ###########################################################################
  57. Header:
  58. Type: ELEMENTAL_DB
  59. Version: 1
  60. Footer:
  61. Imports:
  62. - Path: db/re/elemental_db.yml
  63. Mode: Renewal
  64. - Path: db/import/elemental_db.yml