item_group_db.yml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. # Item Group Database
  20. ###########################################################################
  21. #
  22. # Item Group Settings
  23. #
  24. ###########################################################################
  25. # - Group Group name of the item.
  26. # SubGroups:
  27. # - SubGroup: SubGroup number associated with the list of item. See doc/item_group.txt for more information.
  28. # List: List of item(s) for the SubGroup.
  29. # - Item AegisName of item that will be obtained from this item group.
  30. # Rate Probability to get the item. See doc/item_group.txt for more information. (Default: 0)
  31. # Amount Amount of item that will be obtained. (Default: 1)
  32. # Duration Makes the item a rental item which will expire within the given amount in minutes. Not intended for use with stackable items. (Default: 0)
  33. # Announced If player obtains this item it will be broadcasted to the server. (Default: false)
  34. # UniqueId Makes the given item(s) have a Unique ID. (Default: false)
  35. # Stacked Whether stackable items are given stacked or not. (Default: true)
  36. # Named Inscribes the item with the obtainer's name. (Default: false)
  37. # Bound Binds the obtained item. (Default: None)
  38. # RandomOptionGroup Applies random options of this group to all equipable items (Default: None)
  39. # RefineMinimum Applies at least this refine level to all equipable items (Default: 0)
  40. # RefineMaximum Applies at most this refine level to all equipable items (Default: 0)
  41. # Clear Remove the given item. (Optional)
  42. # Clear Remove the given SubGroup. (Optional)
  43. ###########################################################################
  44. Header:
  45. Type: ITEM_GROUP_DB
  46. Version: 2
  47. Footer:
  48. Imports:
  49. - Path: db/pre-re/item_group_db.yml
  50. Mode: Prerenewal
  51. - Path: db/re/item_group_db.yml
  52. Mode: Renewal
  53. - Path: db/import/item_group_db.yml