map_drops.yml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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. # Map Drop Database
  20. ###########################################################################
  21. #
  22. # Map Drop Settings
  23. #
  24. ###########################################################################
  25. # - Map Name of the map.
  26. # GlobalDrops Drops for all monsters on this map. (Default: empty)
  27. # These drops are unaffected by server drop rate and cannot be stolen.
  28. # - Index Unique index of the drop.
  29. # Item Item name.
  30. # Rate Drop rate of item, n/100000.
  31. # RandomOptionGroup Random Option Group applied to item on drop. (Default: None)
  32. # SpecificDrops Drops for specific monsters on this map. (Default: empty)
  33. # - Monster Monster name.
  34. # Drops Drops for this specific monster. (Default: empty)
  35. # These drops are unaffected by server drop rate and cannot be stolen.
  36. # - Index Unique index of the drop.
  37. # Item Item name.
  38. # Rate Drop rate of item, n/100000.
  39. # RandomOptionGroup Random Option Group applied to item on drop. (Default: None)
  40. ###########################################################################
  41. Header:
  42. Type: MAP_DROP_DB
  43. Version: 2
  44. Body:
  45. - Map: tur_d03_i
  46. SpecificDrops:
  47. - Monster: ILL_ASSULTER
  48. Drops:
  49. - Index: 0
  50. Item: IllusionStone
  51. Rate: 10
  52. - Index: 1
  53. Item: Huuma_Bird_Wing_IL
  54. Rate: 25
  55. RandomOptionGroup: ILL_PHYSIC_NORMAL
  56. - Index: 2
  57. Item: Turtle_Is_Box_IL
  58. Rate: 5
  59. - Monster: ILL_PERMETER
  60. Drops:
  61. - Index: 0
  62. Item: Fancy_Flower_IL
  63. Rate: 25
  64. - Index: 1
  65. Item: IllusionStone
  66. Rate: 10
  67. - Index: 2
  68. Item: Turtle_Is_Box_IL
  69. Rate: 5
  70. - Monster: ILL_FREEZER
  71. Drops:
  72. - Index: 0
  73. Item: Immaterial_Sword_IL
  74. Rate: 25
  75. RandomOptionGroup: ILL_PHYSIC_NORMAL
  76. - Index: 1
  77. Item: IllusionStone
  78. Rate: 10
  79. - Index: 2
  80. Item: Turtle_Is_Box_IL
  81. Rate: 5
  82. - Monster: ILL_SOLIDER
  83. Drops:
  84. - Index: 0
  85. Item: Iron_Driver_IL
  86. Rate: 25
  87. RandomOptionGroup: ILL_PHYSIC_NORMAL
  88. - Index: 1
  89. Item: IllusionStone
  90. Rate: 10
  91. - Index: 2
  92. Item: War_Axe_IL
  93. Rate: 25
  94. RandomOptionGroup: ILL_PHYSIC_NORMAL
  95. - Index: 3
  96. Item: Turtle_Is_Box_IL
  97. Rate: 5
  98. - Monster: ILL_HEATER
  99. Drops:
  100. - Index: 0
  101. Item: Pole_Axe_IL
  102. Rate: 25
  103. RandomOptionGroup: ILL_PHYSIC_NORMAL
  104. - Index: 1
  105. Item: IllusionStone
  106. Rate: 10
  107. - Index: 2
  108. Item: Turtle_Is_Box_IL
  109. Rate: 5
  110. - Map: tur_d04_i
  111. SpecificDrops:
  112. - Monster: ILL_ASSULTER
  113. Drops:
  114. - Index: 0
  115. Item: IllusionStone
  116. Rate: 10
  117. - Index: 1
  118. Item: Huuma_Bird_Wing_IL
  119. Rate: 25
  120. RandomOptionGroup: ILL_PHYSIC_NORMAL
  121. - Index: 2
  122. Item: Turtle_Is_Box_IL
  123. Rate: 5
  124. - Monster: ILL_PERMETER
  125. Drops:
  126. - Index: 0
  127. Item: Fancy_Flower_IL
  128. Rate: 25
  129. - Index: 1
  130. Item: IllusionStone
  131. Rate: 10
  132. - Index: 2
  133. Item: Turtle_Is_Box_IL
  134. Rate: 5
  135. - Monster: ILL_FREEZER
  136. Drops:
  137. - Index: 0
  138. Item: Immaterial_Sword_IL
  139. Rate: 25
  140. RandomOptionGroup: ILL_PHYSIC_NORMAL
  141. - Index: 1
  142. Item: IllusionStone
  143. Rate: 10
  144. - Index: 2
  145. Item: Turtle_Is_Box_IL
  146. Rate: 5
  147. - Monster: ILL_SOLIDER
  148. Drops:
  149. - Index: 0
  150. Item: Iron_Driver_IL
  151. Rate: 25
  152. RandomOptionGroup: ILL_PHYSIC_NORMAL
  153. - Index: 1
  154. Item: IllusionStone
  155. Rate: 10
  156. - Index: 2
  157. Item: War_Axe_IL
  158. Rate: 25
  159. RandomOptionGroup: ILL_PHYSIC_NORMAL
  160. - Index: 3
  161. Item: Turtle_Is_Box_IL
  162. Rate: 5
  163. - Monster: ILL_HEATER
  164. Drops:
  165. - Index: 0
  166. Item: Pole_Axe_IL
  167. Rate: 25
  168. RandomOptionGroup: ILL_PHYSIC_NORMAL
  169. - Index: 1
  170. Item: IllusionStone
  171. Rate: 10
  172. - Index: 2
  173. Item: Turtle_Is_Box_IL
  174. Rate: 5
  175. - Monster: ILL_TURTLE_GENERAL
  176. Drops:
  177. - Index: 0
  178. Item: Fancy_Flower_IL
  179. Rate: 5000
  180. - Index: 1
  181. Item: Immaterial_Sword_IL
  182. Rate: 5000
  183. RandomOptionGroup: ILL_PHYSIC_BOSS
  184. - Index: 2
  185. Item: Iron_Driver_IL
  186. Rate: 5000
  187. RandomOptionGroup: ILL_PHYSIC_BOSS
  188. - Index: 3
  189. Item: Pole_Axe_IL
  190. Rate: 5000
  191. RandomOptionGroup: ILL_PHYSIC_BOSS
  192. - Index: 4
  193. Item: IllusionStone
  194. Rate: 15000
  195. - Index: 5
  196. Item: War_Axe_IL
  197. Rate: 5000
  198. RandomOptionGroup: ILL_PHYSIC_BOSS
  199. - Index: 6
  200. Item: Huuma_Bird_Wing_IL
  201. Rate: 5000
  202. RandomOptionGroup: ILL_PHYSIC_BOSS
  203. - Index: 7
  204. Item: S_Turtle_Is_Box_IL
  205. Rate: 150