refine.yml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2022 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. # Barter Database
  20. ###########################################################################
  21. #
  22. # Barter Settings
  23. #
  24. ###########################################################################
  25. # - Name NPC name.
  26. # Map Map name. (Default: not on a map)
  27. # X Map x coordinate. (Default: 0)
  28. # Y Map y coordinate. (Default: 0)
  29. # Direction Direction the NPC is looking. (Default: North)
  30. # Sprite Sprite name of the NPC. (Default: FakeNpc)
  31. # Items: List of sold items.
  32. # - Index Index of the item inside the shop. (0-...)
  33. # Maximum index depends on client.
  34. # Item Aegis name of the item.
  35. # Stock Amount of item in stock. 0 means unlimited. (Default: 0)
  36. # Zeny Cost of them item in Zeny. (Default: 0)
  37. # RequiredItems: List of required items (Optional)
  38. # - Index Index of the required item. (0-4)
  39. # Item Aegis name of required item.
  40. # Amount Amount of required item. (Default: 1)
  41. # Refine Refine level of required item. (Default: 0)
  42. ###########################################################################
  43. Header:
  44. Type: BARTER_DB
  45. Version: 1
  46. Body:
  47. - Name: barter_refine_1
  48. Items:
  49. - Index: 0
  50. Item: Oridecon
  51. RequiredItems:
  52. - Index: 0
  53. Item: Oridecon_Stone
  54. Amount: 5
  55. - Index: 1
  56. Item: Elunium
  57. RequiredItems:
  58. - Index: 0
  59. Item: Elunium_Stone
  60. Amount: 5
  61. - Index: 2
  62. Item: Bradium
  63. Zeny: 50000
  64. RequiredItems:
  65. - Index: 0
  66. Item: Oridecon
  67. Amount: 3
  68. - Index: 3
  69. Item: Carnium
  70. Zeny: 50000
  71. RequiredItems:
  72. - Index: 0
  73. Item: Elunium
  74. Amount: 3
  75. - Index: 4
  76. Item: Carnium
  77. Zeny: 50000
  78. RequiredItems:
  79. - Index: 0
  80. Item: Purified_Bradium
  81. - Name: barter_refine_2
  82. Items:
  83. - Index: 0
  84. Item: Ethernium
  85. Zeny: 10000
  86. RequiredItems:
  87. - Index: 0
  88. Item: Etel_Dust
  89. - Index: 1
  90. Item: Elunium
  91. - Index: 1
  92. Item: Etherdeocon
  93. Zeny: 10000
  94. RequiredItems:
  95. - Index: 0
  96. Item: Etel_Dust
  97. - Index: 1
  98. Item: Oridecon
  99. - Index: 2
  100. Item: Etel_Bradium
  101. Zeny: 50000
  102. RequiredItems:
  103. - Index: 0
  104. Item: Etel_Dust
  105. Amount: 3
  106. - Index: 1
  107. Item: Bradium
  108. - Index: 3
  109. Item: Etel_Carnium
  110. Zeny: 50000
  111. RequiredItems:
  112. - Index: 0
  113. Item: Etel_Dust
  114. Amount: 3
  115. - Index: 1
  116. Item: Carnium
  117. - Index: 4
  118. Item: Enriched_Ethernium
  119. Zeny: 20000
  120. RequiredItems:
  121. - Index: 0
  122. Item: Etel_Dust
  123. Amount: 2
  124. - Index: 1
  125. Item: Enriched_Elunium
  126. - Index: 5
  127. Item: Enriched_Etherdeocon
  128. Zeny: 20000
  129. RequiredItems:
  130. - Index: 0
  131. Item: Etel_Dust
  132. Amount: 2
  133. - Index: 1
  134. Item: Enriched_Oridecon
  135. - Index: 6
  136. Item: HD_Ethernium
  137. Zeny: 50000
  138. RequiredItems:
  139. - Index: 0
  140. Item: Etel_Dust
  141. Amount: 3
  142. - Index: 1
  143. Item: HD_Elunium
  144. - Index: 7
  145. Item: HD_Etherdeocon
  146. Zeny: 50000
  147. RequiredItems:
  148. - Index: 0
  149. Item: Etel_Dust
  150. Amount: 3
  151. - Index: 1
  152. Item: HD_Oridecon
  153. - Index: 8
  154. Item: HD_Ethernium
  155. Zeny: 50000
  156. RequiredItems:
  157. - Index: 0
  158. Item: Etel_Dust
  159. Amount: 3
  160. - Index: 1
  161. Item: LI_HD_Elunium
  162. - Index: 9
  163. Item: HD_Etherdeocon
  164. Zeny: 50000
  165. RequiredItems:
  166. - Index: 0
  167. Item: Etel_Dust
  168. Amount: 3
  169. - Index: 1
  170. Item: LI_HD_Oridecon
  171. - Index: 10
  172. Item: HD_Etel_Bradium
  173. Zeny: 50000
  174. RequiredItems:
  175. - Index: 0
  176. Item: Etel_Dust
  177. Amount: 3
  178. - Index: 1
  179. Item: HD_Bradium
  180. - Index: 11
  181. Item: HD_Etel_Carnium
  182. Zeny: 50000
  183. RequiredItems:
  184. - Index: 0
  185. Item: Etel_Dust
  186. Amount: 3
  187. - Index: 1
  188. Item: HD_Carnium
  189. - Index: 12
  190. Item: HD_Etel_Bradium
  191. Zeny: 50000
  192. RequiredItems:
  193. - Index: 0
  194. Item: Etel_Dust
  195. Amount: 3
  196. - Index: 1
  197. Item: LI_HD_Bradium
  198. - Index: 13
  199. Item: HD_Etel_Carnium
  200. Zeny: 50000
  201. RequiredItems:
  202. - Index: 0
  203. Item: Etel_Dust
  204. Amount: 3
  205. - Index: 1
  206. Item: LI_HD_Carnium
  207. - Name: barter_refine_3
  208. Items:
  209. - Index: 0
  210. Item: Shadowdecon
  211. RequiredItems:
  212. - Index: 0
  213. Item: Shadowdecon_Ore
  214. Amount: 20
  215. - Index: 1
  216. Item: Zelunium
  217. RequiredItems:
  218. - Index: 0
  219. Item: Zelunium_Ore
  220. Amount: 20