homunculus_db.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. ###########################################################################
  2. # Homunculus Database
  3. ###########################################################################
  4. #
  5. # Homunculus Settings
  6. #
  7. ###########################################################################
  8. # - BaseClass Base class.
  9. # Name Name of homunculus.
  10. # EvolutionClass Evolution class.
  11. # Food Homunculus food item. (Default: Pet_Food)
  12. # HungryDelay Time interval in milliseconds after which the hunger value is altered. (Default: 60000)
  13. # Race Race. (Default: Demihuman)
  14. # Element Element. (Default: Neutral)
  15. # Size Size. (Default: Small)
  16. # EvolutionSize Evolution size. (Default: Medium)
  17. # AttackDelay Base ASPD. (Default: 700)
  18. # Status: Homunculus stats.
  19. # - Type Type of status.
  20. # Base Base value of this status. (Default: 1)
  21. # GrowthMinimum Minimum growth of this status. (Default: 0)
  22. # GrowthMaximum Maximum growth of this status. (Default: 0)
  23. # EvolutionMinimum Minimum evolution growth of this status. Only applies for homunculus that can evolve. (Default: 0)
  24. # EvolutionMaximum Maximum evolution growth of this status. Only applies for homunculus that can evolve. (Default: 0)
  25. # SkillTree: Skill tree.
  26. # - Skill Skill name.
  27. # Clear True to remove the given skill name. (Optional)
  28. # MaxLevel Maximum level of skill.
  29. # RequiredLevel Required base level of homunculus to learn. (Default: 0)
  30. # RequiredIntimacy Required intimacy of homunculus to learn. (Default: 0)
  31. # RequireEvolution Require the homunculus to be evolved to be available. (Default: false)
  32. # Required: Prerequisite skills. (Default: null)
  33. # - Skill Prerequisite skill name.
  34. # Level Level of prerequisite skill.
  35. # Clear True to remove the given prerequisite skill name. (Optional)
  36. ###########################################################################