item_randomopt_group.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 Random Option Group Database
  20. ###########################################################################
  21. #
  22. # Item Random Option Group Settings
  23. #
  24. ###########################################################################
  25. # - Id Item Random Option Group ID.
  26. # Group Item Random Option Group constant.
  27. # Slots: Slot in which an Item Random Option is guaranteed to be applied. Max of MAX_ITEM_RDM_OPT.
  28. # - Slot Slot number.
  29. # Options: List of possible Item Random Options for slot.
  30. # - Option Item Random Option constant.
  31. # MinValue Minimum value. (Default: 0)
  32. # MaxValue Maximum value. (Default: 0)
  33. # Param Parameter value. (Default: 0)
  34. # Chance Chance applied specifically to this Item Random Option (1 = 0.01%, 10000 = 100%). (Default: 0)
  35. # MaxRandom Maximum amount of random options applied. These options are not guaranteed to be applied. Max of (MAX_ITEM_RDM_OPT - Total 'Slots'). (Default: 0)
  36. # Random: List of possible Item Random Options for remaining slots. (Optional)
  37. # - Option Item Random Option constant.
  38. # MinValue Minimum value. (Default: 0)
  39. # MaxValue Maximum value. (Default: 0)
  40. # Param Parameter value. (Default: 0)
  41. # Chance Chance applied specifically to this Item Random Option (1 = 0.01%, 10000 = 100%). (Default: 0)
  42. ###########################################################################
  43. Header:
  44. Type: RANDOM_OPTION_GROUP
  45. Version: 1
  46. Footer:
  47. Imports:
  48. - Path: db/re/item_randomopt_group.yml
  49. Mode: Renewal
  50. - Path: db/import/item_randomopt_group.yml