homunculus_db.yml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2023 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. # Homunculus Database
  20. ###########################################################################
  21. #
  22. # Homunculus Settings
  23. #
  24. ###########################################################################
  25. # - BaseClass Base class.
  26. # Name Name of homunculus.
  27. # EvolutionClass Evolution class.
  28. # Food Homunculus food item. (Default: Pet_Food)
  29. # HungryDelay Time interval in milliseconds after which the hunger value is altered. (Default: 60000)
  30. # Race Race. (Default: Demihuman)
  31. # Element Element. (Default: Neutral)
  32. # Size Size. (Default: Small)
  33. # EvolutionSize Evolution size. (Default: Medium)
  34. # AttackDelay Base ASPD. (Default: 700)
  35. # Status: Homunculus stats.
  36. # - Type Type of status.
  37. # Base Base value of this status. (Default: 1)
  38. # GrowthMinimum Minimum growth of this status. (Default: 0)
  39. # GrowthMaximum Maximum growth of this status. (Default: 0)
  40. # EvolutionMinimum Minimum evolution growth of this status. Only applies for homunculus that can evolve. (Default: 0)
  41. # EvolutionMaximum Maximum evolution growth of this status. Only applies for homunculus that can evolve. (Default: 0)
  42. # SkillTree: Skill tree.
  43. # - Skill Skill name.
  44. # Clear True to remove the given skill name. (Optional)
  45. # MaxLevel Maximum level of skill.
  46. # RequiredLevel Required base level of homunculus to learn. (Default: 0)
  47. # RequiredIntimacy Required intimacy of homunculus to learn. (Default: 0)
  48. # RequireEvolution Require the homunculus to be evolved to be available. (Default: false)
  49. # Required: Prerequisite skills. (Default: null)
  50. # - Skill Prerequisite skill name.
  51. # Level Level of prerequisite skill.
  52. # Clear True to remove the given prerequisite skill name. (Optional)
  53. ###########################################################################
  54. Header:
  55. Type: HOMUNCULUS_DB
  56. Version: 1
  57. Footer:
  58. Imports:
  59. - Path: db/pre-re/homunculus_db.yml
  60. Mode: Prerenewal
  61. - Path: db/re/homunculus_db.yml
  62. Mode: Renewal
  63. - Path: db/import/homunculus_db.yml