produce_db.yml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. # Item Produce Database
  20. ###########################################################################
  21. #
  22. # Item Produce Settings
  23. #
  24. ###########################################################################
  25. # - ItemLevel Number which determines what kind of a crafting window will pop-up.
  26. # Recipe:
  27. # - Product AegisName of the produced item.
  28. # SkillName Skill name required. (Default: null)
  29. # SkillLevel Skill level required. (Default: 1)
  30. # Consumed: List of items consumed to produce the Product.
  31. # - Item AegisName of the consumed item.
  32. # Amount Amount required.
  33. # Clear Remove the item with the given AegisName from Consumed. (Optional)
  34. # NotConsumed: List of items not consumed to produce the Product. (Default: null)
  35. # - Item AegisName of the unconsumed item.
  36. # Clear Remove the item with the given AegisName from NotConsumed. (Optional)
  37. # BaseRate Base rate (in n/10%) for Change Material (ItemLevel: 26). (Default: 1000)
  38. # Make: List of item amounts with their individual rate produced by Change Material (ItemLevel: 26). (Default: null)
  39. # - Amount Amount of item created (unique to the list) for Change Material (ItemLevel: 26).
  40. # Rate Rate to create the Amount (in n/10%) for Change Material (ItemLevel: 26). (Default: 1000. 0 to remove on import)
  41. ###########################################################################
  42. Header:
  43. Type: PRODUCE_DB
  44. Version: 1
  45. Footer:
  46. Imports:
  47. - Path: db/pre-re/produce_db.yml
  48. Mode: Prerenewal
  49. - Path: db/re/produce_db.yml
  50. Mode: Renewal
  51. - Path: db/import/produce_db.yml