const.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. # Script Constant Database
  20. ###########################################################################
  21. #
  22. # Script Constant Settings
  23. #
  24. ###########################################################################
  25. # - Name Unique name for the constant. Must not have same name as script commands, functions, or variables.
  26. # Value Value assigned to the constant. This value cannot be changed during the runtime of the server.
  27. # Parameter Specifies whether the identifier is a parameter. (Default: false)
  28. # Note: Parameters are special in that they retrieve certain runtime values depending on the specified ID
  29. # in field Value. Depending on the implementation values assigned by scripts the parameters will affect
  30. # runtime values, such as Zeny, as well (see pc_readparam/pc_setparam).
  31. ###########################################################################
  32. Header:
  33. Type: CONSTANT_DB
  34. Version: 1
  35. Body:
  36. - Name: SWORDCLAN
  37. Value: 1
  38. - Name: ARCWANDCLAN
  39. Value: 2
  40. - Name: GOLDENMACECLAN
  41. Value: 3
  42. - Name: CROSSBOWCLAN
  43. Value: 4
  44. - Name: JUMPINGCLAN
  45. Value: 5
  46. - Name: REPUTATION_EP18
  47. Value: 3
  48. Footer:
  49. Imports:
  50. - Path: db/import/const.yml