guild_skill_tree.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2019 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. # Pre-Renewal Guild Skill Database
  20. ###########################################################################
  21. #
  22. # Guild Skill Settings
  23. #
  24. ###########################################################################
  25. # Id - Skill ID of the guild skill.
  26. ###########################################################################
  27. # MaxLevel - Maximum level of the guild skill.
  28. ###########################################################################
  29. # Required - A list of required skills for the skill to become available.
  30. # Id: Skill ID of the required guild skill.
  31. # Level: Level of the required guild skill.
  32. ###########################################################################
  33. Header:
  34. Type: GUILD_SKILL_TREE_DB
  35. Version: 1
  36. Body:
  37. - Id: GD_APPROVAL
  38. MaxLevel: 1
  39. - Id: GD_KAFRACONTRACT
  40. MaxLevel: 1
  41. Required:
  42. - Id: GD_APPROVAL
  43. Level: 1
  44. - Id: GD_GUARDRESEARCH
  45. MaxLevel: 1
  46. Required:
  47. - Id: GD_APPROVAL
  48. Level: 1
  49. - Id: GD_GUARDUP
  50. MaxLevel: 3
  51. - Id: GD_EXTENSION
  52. MaxLevel: 10
  53. - Id: GD_GLORYGUILD
  54. MaxLevel: 0
  55. - Id: GD_LEADERSHIP
  56. MaxLevel: 5
  57. - Id: GD_GLORYWOUNDS
  58. MaxLevel: 5
  59. - Id: GD_SOULCOLD
  60. MaxLevel: 5
  61. Required:
  62. - Id: GD_GLORYWOUNDS
  63. Level: 1
  64. - Id: GD_HAWKEYES
  65. MaxLevel: 5
  66. Required:
  67. - Id: GD_LEADERSHIP
  68. Level: 1
  69. - Id: GD_BATTLEORDER
  70. MaxLevel: 1
  71. Required:
  72. - Id: GD_APPROVAL
  73. Level: 1
  74. - Id: GD_EXTENSION
  75. Level: 2
  76. - Id: GD_REGENERATION
  77. MaxLevel: 3
  78. Required:
  79. - Id: GD_APPROVAL
  80. Level: 1
  81. - Id: GD_EXTENSION
  82. Level: 5
  83. - Id: GD_BATTLEORDER
  84. Level: 1
  85. - Id: GD_RESTORE
  86. MaxLevel: 1
  87. Required:
  88. - Id: GD_REGENERATION
  89. Level: 1
  90. - Id: GD_EMERGENCYCALL
  91. MaxLevel: 1
  92. Required:
  93. - Id: GD_APPROVAL
  94. Level: 1
  95. - Id: GD_GUARDRESEARCH
  96. Level: 1
  97. - Id: GD_EXTENSION
  98. Level: 5
  99. - Id: GD_BATTLEORDER
  100. Level: 1
  101. - Id: GD_REGENERATION
  102. Level: 1
  103. - Id: GD_DEVELOPMENT
  104. MaxLevel: 1
  105. # - Id: GD_GUILD_STORAGE
  106. # MaxLevel: 5