refine.yml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  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. # Refine Database
  20. ###########################################################################
  21. #
  22. # Refine Settings
  23. #
  24. ###########################################################################
  25. # - Group Refine item type.
  26. # Levels: Refinement settings per item level. (Default: null)
  27. # - Level Item level.
  28. # RefineLevels: Refinement settings per refine level. (Default: null)
  29. # - Level Refine level.
  30. # Bonus Refinement bonus. (Default: 0)
  31. # RandomBonus Extra refinement bonus of 0~RandomBonus stacked on Bonus. (Default: 0)
  32. # BlacksmithBlessingAmount Amount of Blacksmith Blessing required. (Default: 0)
  33. # BroadcastSuccess Broadcast to the whole server when a refine attempt at this level succeeds. (Default: false)
  34. # BroadcastFailure Broadcast to the whole server when a refine attempt at this level fails. (Default: false)
  35. # Chances: Success chance based on cost type. (Default: null)
  36. # - Type Refinement cost type based on ore used.
  37. # Rate Chance of success out of 0~10000. (Default: 0)
  38. # Price Amount of zeny required to refine. (Default: 0)
  39. # Material Ore item required to refine. (Default: 0)
  40. # BreakingRate Chance of item breaking out of 0~10000. (Default: 0)
  41. # DowngradeAmount Number of refine levels reduced on failure. (Default: 0)
  42. ###########################################################################
  43. Header:
  44. Type: REFINE_DB
  45. Version: 2
  46. ###########################################################################
  47. # Event Refine Rates
  48. ###########################################################################
  49. #Body:
  50. # - Group: Armor
  51. # Levels:
  52. # - Level: 1
  53. # RefineLevels:
  54. # - Level: 5
  55. # Chances:
  56. # - Type: Enriched
  57. # Rate: 9500
  58. # - Level: 6
  59. # Chances:
  60. # - Type: Enriched
  61. # Rate: 8000
  62. # - Level: 7
  63. # Chances:
  64. # - Type: Enriched
  65. # Rate: 8000
  66. # - Level: 8
  67. # Chances:
  68. # - Type: Enriched
  69. # Rate: 5000
  70. # - Level: 9
  71. # Chances:
  72. # - Type: Enriched
  73. # Rate: 5000
  74. # - Level: 10
  75. # Chances:
  76. # - Type: Enriched
  77. # Rate: 3500
  78. # - Level: 11
  79. # Chances:
  80. # - Type: Normal
  81. # Rate: 2000
  82. # - Type: HD
  83. # Rate: 2000
  84. # - Level: 12
  85. # Chances:
  86. # - Type: Normal
  87. # Rate: 2000
  88. # - Type: HD
  89. # Rate: 2000
  90. # - Level: 13
  91. # Chances:
  92. # - Type: Normal
  93. # Rate: 1600
  94. # - Type: HD
  95. # Rate: 1600
  96. # - Level: 14
  97. # Chances:
  98. # - Type: Normal
  99. # Rate: 1600
  100. # - Type: HD
  101. # Rate: 1600
  102. # - Level: 15
  103. # Chances:
  104. # - Type: Normal
  105. # Rate: 1500
  106. # - Type: HD
  107. # Rate: 1500
  108. # - Level: 16
  109. # Chances:
  110. # - Type: Normal
  111. # Rate: 1500
  112. # - Type: HD
  113. # Rate: 1500
  114. # - Level: 17
  115. # Chances:
  116. # - Type: Normal
  117. # Rate: 1400
  118. # - Type: HD
  119. # Rate: 1400
  120. # - Level: 18
  121. # Chances:
  122. # - Type: Normal
  123. # Rate: 1400
  124. # - Type: HD
  125. # Rate: 1400
  126. # - Level: 19
  127. # Chances:
  128. # - Type: Normal
  129. # Rate: 1000
  130. # - Type: HD
  131. # Rate: 1000
  132. # - Level: 20
  133. # Chances:
  134. # - Type: Normal
  135. # Rate: 1000
  136. # - Type: HD
  137. # Rate: 1000
  138. # - Level: 2
  139. # RefineLevels:
  140. # - Level: 4
  141. # Chances:
  142. # - Type: Normal
  143. # Rate: 8000
  144. # - Type: Enriched
  145. # Rate: 9500
  146. # - Level: 5
  147. # Chances:
  148. # - Type: Normal
  149. # Rate: 8000
  150. # - Type: Enriched
  151. # Rate: 8500
  152. # - Level: 6
  153. # Chances:
  154. # - Type: Normal
  155. # Rate: 6000
  156. # - Type: Enriched
  157. # Rate: 7000
  158. # - Level: 7
  159. # Chances:
  160. # - Type: Normal
  161. # Rate: 6000
  162. # - Type: Enriched
  163. # Rate: 6500
  164. # - Level: 8
  165. # Chances:
  166. # - Type: Normal
  167. # Rate: 4000
  168. # - Type: Enriched
  169. # Rate: 5500
  170. # - Level: 9
  171. # Chances:
  172. # - Type: Normal
  173. # Rate: 4000
  174. # - Type: Enriched
  175. # Rate: 4500
  176. # - Level: 10
  177. # Chances:
  178. # - Type: Normal
  179. # Rate: 1800
  180. # - Type: Enriched
  181. # Rate: 2500
  182. # - Level: 11
  183. # Chances:
  184. # - Type: Normal
  185. # Rate: 1600
  186. # - Type: HD
  187. # Rate: 2000
  188. # - Level: 12
  189. # Chances:
  190. # - Type: Normal
  191. # Rate: 1600
  192. # - Type: HD
  193. # Rate: 2000
  194. # - Level: 13
  195. # Chances:
  196. # - Type: Normal
  197. # Rate: 1600
  198. # - Type: HD
  199. # Rate: 2000
  200. # - Level: 14
  201. # Chances:
  202. # - Type: Normal
  203. # Rate: 1600
  204. # - Type: HD
  205. # Rate: 2000
  206. # - Level: 15
  207. # Chances:
  208. # - Type: Normal
  209. # Rate: 1400
  210. # - Type: HD
  211. # Rate: 1500
  212. # - Level: 16
  213. # Chances:
  214. # - Type: Normal
  215. # Rate: 1400
  216. # - Type: HD
  217. # Rate: 1500
  218. # - Level: 17
  219. # Chances:
  220. # - Type: Normal
  221. # Rate: 1400
  222. # - Type: HD
  223. # Rate: 1500
  224. # - Level: 18
  225. # Chances:
  226. # - Type: Normal
  227. # Rate: 1400
  228. # - Type: HD
  229. # Rate: 1500
  230. # - Level: 19
  231. # Chances:
  232. # - Type: Normal
  233. # Rate: 1000
  234. # - Type: HD
  235. # Rate: 1000
  236. # - Level: 20
  237. # Chances:
  238. # - Type: Normal
  239. # Rate: 1000
  240. # - Type: HD
  241. # Rate: 1000
  242. # - Group: Weapon
  243. # Levels:
  244. # - Level: 1
  245. # RefineLevels:
  246. # - Level: 8
  247. # Chances:
  248. # - Type: Enriched
  249. # Rate: 9500
  250. # - Level: 9
  251. # Chances:
  252. # - Type: Enriched
  253. # Rate: 8500
  254. # - Level: 10
  255. # Chances:
  256. # - Type: Enriched
  257. # Rate: 5500
  258. # - Level: 11
  259. # Chances:
  260. # - Type: Normal
  261. # Rate: 4000
  262. # - Type: HD
  263. # Rate: 4000
  264. # - Level: 12
  265. # Chances:
  266. # - Type: Normal
  267. # Rate: 4000
  268. # - Type: HD
  269. # Rate: 4000
  270. # - Level: 13
  271. # Chances:
  272. # - Type: Normal
  273. # Rate: 3500
  274. # - Type: HD
  275. # Rate: 3500
  276. # - Level: 14
  277. # Chances:
  278. # - Type: Normal
  279. # Rate: 3500
  280. # - Type: HD
  281. # Rate: 3500
  282. # - Level: 15
  283. # Chances:
  284. # - Type: Normal
  285. # Rate: 3000
  286. # - Type: HD
  287. # Rate: 3000
  288. # - Level: 16
  289. # Chances:
  290. # - Type: Normal
  291. # Rate: 3000
  292. # - Type: HD
  293. # Rate: 3000
  294. # - Level: 17
  295. # Chances:
  296. # - Type: Normal
  297. # Rate: 2000
  298. # - Type: HD
  299. # Rate: 2000
  300. # - Level: 18
  301. # Chances:
  302. # - Type: Normal
  303. # Rate: 2000
  304. # - Type: HD
  305. # Rate: 2000
  306. # - Level: 2
  307. # RefineLevels:
  308. # - Level: 7
  309. # Chances:
  310. # - Type: Enriched
  311. # Rate: 9500
  312. # - Level: 8
  313. # Chances:
  314. # - Type: Enriched
  315. # Rate: 8500
  316. # - Level: 9
  317. # Chances:
  318. # - Type: Enriched
  319. # Rate: 6000
  320. # - Level: 10
  321. # Chances:
  322. # - Type: Enriched
  323. # Rate: 4500
  324. # - Level: 11
  325. # Chances:
  326. # - Type: Normal
  327. # Rate: 4000
  328. # - Type: HD
  329. # Rate: 4000
  330. # - Level: 12
  331. # Chances:
  332. # - Type: Normal
  333. # Rate: 4000
  334. # - Type: HD
  335. # Rate: 4000
  336. # - Level: 13
  337. # Chances:
  338. # - Type: Normal
  339. # Rate: 3500
  340. # - Type: HD
  341. # Rate: 3500
  342. # - Level: 14
  343. # Chances:
  344. # - Type: Normal
  345. # Rate: 3500
  346. # - Type: HD
  347. # Rate: 3500
  348. # - Level: 15
  349. # Chances:
  350. # - Type: Normal
  351. # Rate: 3000
  352. # - Type: HD
  353. # Rate: 3000
  354. # - Level: 16
  355. # Chances:
  356. # - Type: Normal
  357. # Rate: 3000
  358. # - Type: HD
  359. # Rate: 3000
  360. # - Level: 17
  361. # Chances:
  362. # - Type: Normal
  363. # Rate: 2000
  364. # - Type: HD
  365. # Rate: 2000
  366. # - Level: 18
  367. # Chances:
  368. # - Type: Normal
  369. # Rate: 2000
  370. # - Type: HD
  371. # Rate: 2000
  372. # - Level: 3
  373. # RefineLevels:
  374. # - Level: 6
  375. # Chances:
  376. # - Type: Enriched
  377. # Rate: 9500
  378. # - Level: 7
  379. # Chances:
  380. # - Type: Enriched
  381. # Rate: 9000
  382. # - Level: 8
  383. # Chances:
  384. # - Type: Enriched
  385. # Rate: 7000
  386. # - Level: 9
  387. # Chances:
  388. # - Type: Enriched
  389. # Rate: 6000
  390. # - Level: 10
  391. # Chances:
  392. # - Type: Enriched
  393. # Rate: 4500
  394. # - Level: 11
  395. # Chances:
  396. # - Type: Normal
  397. # Rate: 4000
  398. # - Type: HD
  399. # Rate: 4000
  400. # - Level: 12
  401. # Chances:
  402. # - Type: Normal
  403. # Rate: 4000
  404. # - Type: HD
  405. # Rate: 4000
  406. # - Level: 13
  407. # Chances:
  408. # - Type: Normal
  409. # Rate: 3500
  410. # - Type: HD
  411. # Rate: 3500
  412. # - Level: 14
  413. # Chances:
  414. # - Type: Normal
  415. # Rate: 3500
  416. # - Type: HD
  417. # Rate: 3500
  418. # - Level: 15
  419. # Chances:
  420. # - Type: Normal
  421. # Rate: 3000
  422. # - Type: HD
  423. # Rate: 3000
  424. # - Level: 16
  425. # Chances:
  426. # - Type: Normal
  427. # Rate: 3000
  428. # - Type: HD
  429. # Rate: 3000
  430. # - Level: 17
  431. # Chances:
  432. # - Type: Normal
  433. # Rate: 2000
  434. # - Type: HD
  435. # Rate: 2000
  436. # - Level: 18
  437. # Chances:
  438. # - Type: Normal
  439. # Rate: 2000
  440. # - Type: HD
  441. # Rate: 2000
  442. # - Level: 4
  443. # RefineLevels:
  444. # - Level: 5
  445. # Chances:
  446. # - Type: Enriched
  447. # Rate: 9500
  448. # - Level: 6
  449. # Chances:
  450. # - Type: Enriched
  451. # Rate: 8000
  452. # - Level: 7
  453. # Chances:
  454. # - Type: Enriched
  455. # Rate: 8000
  456. # - Level: 8
  457. # Chances:
  458. # - Type: Enriched
  459. # Rate: 6000
  460. # - Level: 9
  461. # Chances:
  462. # - Type: Enriched
  463. # Rate: 5000
  464. # - Level: 10
  465. # Chances:
  466. # - Type: Enriched
  467. # Rate: 3500
  468. # - Level: 11
  469. # Chances:
  470. # - Type: Normal
  471. # Rate: 2000
  472. # - Type: HD
  473. # Rate: 2000
  474. # - Level: 12
  475. # Chances:
  476. # - Type: Normal
  477. # Rate: 2000
  478. # - Type: HD
  479. # Rate: 2000
  480. # - Level: 13
  481. # Chances:
  482. # - Type: Normal
  483. # Rate: 1600
  484. # - Type: HD
  485. # Rate: 1600
  486. # - Level: 14
  487. # Chances:
  488. # - Type: Normal
  489. # Rate: 1600
  490. # - Type: HD
  491. # Rate: 1600
  492. # - Level: 15
  493. # Chances:
  494. # - Type: Normal
  495. # Rate: 1500
  496. # - Type: HD
  497. # Rate: 1500
  498. # - Level: 16
  499. # Chances:
  500. # - Type: Normal
  501. # Rate: 1500
  502. # - Type: HD
  503. # Rate: 1500
  504. # - Level: 17
  505. # Chances:
  506. # - Type: Normal
  507. # Rate: 1400
  508. # - Type: HD
  509. # Rate: 1400
  510. # - Level: 18
  511. # Chances:
  512. # - Type: Normal
  513. # Rate: 1400
  514. # - Type: HD
  515. # Rate: 1400
  516. # - Level: 19
  517. # Chances:
  518. # - Type: Normal
  519. # Rate: 1000
  520. # - Type: HD
  521. # Rate: 1000
  522. # - Level: 20
  523. # Chances:
  524. # - Type: Normal
  525. # Rate: 1000
  526. # - Type: HD
  527. # Rate: 1000
  528. # - Level: 5
  529. # RefineLevels:
  530. # - Level: 4
  531. # Chances:
  532. # - Type: Normal
  533. # Rate: 8000
  534. # - Type: Enriched
  535. # Rate: 9500
  536. # - Level: 5
  537. # Chances:
  538. # - Type: Normal
  539. # Rate: 8000
  540. # - Type: Enriched
  541. # Rate: 8500
  542. # - Level: 6
  543. # Chances:
  544. # - Type: Normal
  545. # Rate: 6000
  546. # - Type: Enriched
  547. # Rate: 7000
  548. # - Level: 7
  549. # Chances:
  550. # - Type: Normal
  551. # Rate: 6000
  552. # - Type: Enriched
  553. # Rate: 6500
  554. # - Level: 8
  555. # Chances:
  556. # - Type: Normal
  557. # Rate: 4000
  558. # - Type: Enriched
  559. # Rate: 5500
  560. # - Level: 9
  561. # Chances:
  562. # - Type: Normal
  563. # Rate: 4000
  564. # - Type: Enriched
  565. # Rate: 4500
  566. # - Level: 10
  567. # Chances:
  568. # - Type: Normal
  569. # Rate: 1800
  570. # - Type: Enriched
  571. # Rate: 2500
  572. # - Level: 11
  573. # Chances:
  574. # - Type: Normal
  575. # Rate: 1600
  576. # - Type: HD
  577. # Rate: 2000
  578. # - Level: 12
  579. # Chances:
  580. # - Type: Normal
  581. # Rate: 1600
  582. # - Type: HD
  583. # Rate: 2000
  584. # - Level: 13
  585. # Chances:
  586. # - Type: Normal
  587. # Rate: 1600
  588. # - Type: HD
  589. # Rate: 2000
  590. # - Level: 14
  591. # Chances:
  592. # - Type: Normal
  593. # Rate: 1600
  594. # - Type: HD
  595. # Rate: 2000
  596. # - Level: 15
  597. # Chances:
  598. # - Type: Normal
  599. # Rate: 1400
  600. # - Type: HD
  601. # Rate: 1500
  602. # - Level: 16
  603. # Chances:
  604. # - Type: Normal
  605. # Rate: 1400
  606. # - Type: HD
  607. # Rate: 1500
  608. # - Level: 17
  609. # Chances:
  610. # - Type: Normal
  611. # Rate: 1400
  612. # - Type: HD
  613. # Rate: 1500
  614. # - Level: 18
  615. # Chances:
  616. # - Type: Normal
  617. # Rate: 1400
  618. # - Type: HD
  619. # Rate: 1500
  620. # - Level: 19
  621. # Chances:
  622. # - Type: Normal
  623. # Rate: 1000
  624. # - Type: HD
  625. # Rate: 1000
  626. # - Level: 20
  627. # Chances:
  628. # - Type: Normal
  629. # Rate: 1000
  630. # - Type: HD
  631. # Rate: 1000
  632. # - Group: Shadow_Armor
  633. # Levels:
  634. # - Level: 1
  635. # RefineLevels:
  636. # - Level: 5
  637. # Chances:
  638. # - Type: Enriched
  639. # Rate: 9500
  640. # - Level: 6
  641. # Chances:
  642. # - Type: Enriched
  643. # Rate: 8000
  644. # - Level: 7
  645. # Chances:
  646. # - Type: Enriched
  647. # Rate: 8000
  648. # - Level: 8
  649. # Chances:
  650. # - Type: Enriched
  651. # Rate: 5000
  652. # - Level: 9
  653. # Chances:
  654. # - Type: Enriched
  655. # Rate: 5000
  656. # - Level: 10
  657. # Chances:
  658. # - Type: Enriched
  659. # Rate: 3500
  660. # - Group: Shadow_Weapon
  661. # Levels:
  662. # - Level: 1
  663. # RefineLevels:
  664. # - Level: 5
  665. # Chances:
  666. # - Type: Enriched
  667. # Rate: 9500
  668. # - Level: 6
  669. # Chances:
  670. # - Type: Enriched
  671. # Rate: 8000
  672. # - Level: 7
  673. # Chances:
  674. # - Type: Enriched
  675. # Rate: 8000
  676. # - Level: 8
  677. # Chances:
  678. # - Type: Enriched
  679. # Rate: 5000
  680. # - Level: 9
  681. # Chances:
  682. # - Type: Enriched
  683. # Rate: 5000
  684. # - Level: 10
  685. # Chances:
  686. # - Type: Enriched
  687. # Rate: 3500