achievement_db.yml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. # Achievement Database
  20. ###########################################################################
  21. #
  22. # Achievement Settings
  23. #
  24. ###########################################################################
  25. # - Id Achievement ID.
  26. # Group Achievement group type. (Defaut: None)
  27. # Name Achievement name.
  28. # Targets: List of targets the achievement requires. (Default: null)
  29. # - Id Index value used for import methods.
  30. # Mob Target mob. (Default: 0)
  31. # Count Target count. (Default: 1)
  32. # Condition Conditional statement that must be met for the achievement to be considered complete. (Default: null)
  33. # Map Map name that is used for the AG_CHATTING type. (Default: -1)
  34. # Dependents: List of achievements that need to be completed before this achievement is considered complete. (Default: null)
  35. # - Id: <bool> Achievement ID pre-requisite.
  36. # Rewards: List of rewards that are given on completion. (Default: null)
  37. # Item Item name.
  38. # Amount Amount of item. (Default: 1)
  39. # Script Bonus Script. (Default: null)
  40. # TitleId Title ID. (Default: 0)
  41. # Score Achievement points that are given on completion. (Default: 0)
  42. ###########################################################################
  43. Header:
  44. Type: ACHIEVEMENT_DB
  45. Version: 2
  46. Footer:
  47. Imports:
  48. - Path: db/pre-re/achievement_db.yml
  49. Mode: Prerenewal
  50. - Path: db/re/achievement_db.yml
  51. Mode: Renewal
  52. - Path: db/import/achievement_db.yml