item_db.yml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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. # Item Database
  20. ###########################################################################
  21. #
  22. # Item Settings
  23. #
  24. ###########################################################################
  25. # - Id Item ID.
  26. # AegisName Server name to reference the item in scripts and lookups, should use no spaces.
  27. # Name Name in English for displaying as output.
  28. # Type Item type. (Default: Etc)
  29. # SubType Weapon, Ammo or Card type. (Default: 0)
  30. # Buy Buying price. When not specified, becomes double the sell price. (Default: 0)
  31. # Sell Selling price. When not specified, becomes half the buy price. (Default: 0)
  32. # Weight Item weight. Each 10 is 1 weight. (Default: 0)
  33. # Attack Weapon's attack. (Default: 0)
  34. # MagicAttack Weapon's magic attack. (Default: 0)
  35. # Defense Armor's defense. (Default: 0)
  36. # Range Weapon's attack range. (Default: 0)
  37. # Slots Available slots in item. (Default: 0)
  38. # Jobs Jobs that can equip the item. (Map default is 'All: true')
  39. # Classes Upper class types that can equip the item. (Map default is 'All: true')
  40. # Gender Gender that can equip the item. (Default: Both)
  41. # Locations Equipment's placement. (Default: None)
  42. # WeaponLevel Weapon level. (Default: 1 for Weapons)
  43. # ArmorLevel Armor level. (Default: 1 for Armors)
  44. # EquipLevelMin Minimum required level to equip. (Default: 0)
  45. # EquipLevelMax Maximum level that can equip. (Default: 0)
  46. # Refineable If the item can be refined. (Default: false)
  47. # Gradable If the item can be graded. (Default: false)
  48. # View View sprite of an item. (Default: 0)
  49. # AliasName Another item's AegisName that will be sent to the client instead of this item's AegisName. (Default: null)
  50. # Flags: Item flags. (Default: null)
  51. # BuyingStore If the item is available for Buyingstores. (Default: false)
  52. # DeadBranch If the item is a Dead Branch. (Default: false)
  53. # Container If the item is part of a container. (Default: false)
  54. # UniqueId If the item is a unique stack. (Default: false)
  55. # BindOnEquip If the item is bound to the character upon equipping. (Default: false)
  56. # DropAnnounce If the item has a special announcement to self on drop. (Default: false)
  57. # NoConsume If the item is consumed on use. (Default: false)
  58. # DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None)
  59. # Delay: Item use delay. (Default: null)
  60. # Duration Duration of delay in seconds.
  61. # Status Status Change used to track delay. (Default: None)
  62. # Stack: Item stack amount. (Default: null)
  63. # Amount Maximum amount that can be stacked.
  64. # Inventory If the stack is applied to player's inventory. (Default: true)
  65. # Cart If the stack is applied to the player's cart. (Default: false)
  66. # Storage If the stack is applied to the player's storage. (Default: false)
  67. # GuildStorage If the stack is applied to the player's guild storage. (Default: false)
  68. # NoUse: Conditions when the item is unusable. (Default: null)
  69. # Override Group level to override these conditions. (Default: 100)
  70. # Sitting If the item can not be used while sitting. (Default: false)
  71. # Trade: Trade restrictions. (Default: null)
  72. # Override Group level to override these conditions. (Default: 100)
  73. # NoDrop If the item can not be dropped. (Default: false)
  74. # NoTrade If the item can not be traded. (Default: false)
  75. # TradePartner If the item can not be traded to the player's partner. (Default: false)
  76. # NoSell If the item can not be sold. (Default: false)
  77. # NoCart If the item can not be put in a cart. (Default: false)
  78. # NoStorage If the item can not be put in a storage. (Default: false)
  79. # NoGuildStorage If the item can not be put in a guild storage. (Default: false)
  80. # NoMail If the item can not be put in a mail. (Default: false)
  81. # NoAuction If the item can not be put in an auction. (Default: false)
  82. # Script Script to execute when the item is used/equipped. (Default: null)
  83. # EquipScript Script to execute when the item is equipped. (Default: null)
  84. # UnEquipScript Script to execute when the item is unequipped or when a rental item expires. (Default: null)
  85. ###########################################################################
  86. Header:
  87. Type: ITEM_DB
  88. Version: 2
  89. #Body:
  90. # THQ Quest Items
  91. #=============================================================
  92. # - Id: 1998
  93. # AegisName: Jeramiah's_Jur
  94. # Name: Jeramiah's Jur
  95. # Type: Etc
  96. # Sell: 10
  97. # Weight: 10
  98. # AliasName: Jur
  99. # - Id: 1999
  100. # AegisName: Zed's_Staff
  101. # Name: Zed's Staff
  102. # Type: Etc
  103. # Sell: 10
  104. # Weight: 10
  105. # AliasName: Staff_Of_Soul
  106. # - Id: 7950
  107. # AegisName: THG_Membership
  108. # Name: THG Membership
  109. # Type: Etc
  110. # Sell: 10
  111. # Weight: 10
  112. # AliasName: Foolishness_Of_Blind
  113. # - Id: 7951
  114. # AegisName: Gold_Tulip
  115. # Name: Token Bag
  116. # Type: Etc
  117. # Sell: 10
  118. # Weight: 10
  119. # AliasName: Leather_Bag_Of_Infinity
  120. # Official Event Items that had their Effects removed after the event was completed
  121. #=============================================================
  122. # - Id: 585
  123. # AegisName: Wurst
  124. # Name: Brusti
  125. # Type: Delayconsume
  126. # Buy: 2
  127. # Weight: 40
  128. # Script: |
  129. # itemheal rand(15,20),0; itemskill "PR_MAGNIFICAT",3;
  130. # - Id: 679
  131. # AegisName: Gold_Pill
  132. # Name: Pilule
  133. # Type: Healing
  134. # Buy: 5000
  135. # Weight: 300
  136. # Script: |
  137. # percentheal 50,50;
  138. # - Id: 2681
  139. # AegisName: Republic_Ring
  140. # Name: Republic Anniversary Ring
  141. # Type: Armor
  142. # Buy: 20
  143. # Weight: 100
  144. # Locations:
  145. # Right_Accessory: true
  146. # Left_Accessory: true
  147. # Script: |
  148. # bonus bAllStats,3;
  149. # - Id: 5134
  150. # AegisName: Pumpkin_Hat
  151. # Name: Pumpkin-Head
  152. # Type: Armor
  153. # Buy: 20
  154. # Weight: 200
  155. # Defense: 2
  156. # Locations:
  157. # Head_Top: true
  158. # Refineable: true
  159. # View: 206
  160. # Script: |
  161. # bonus2 bSubRace,RC_Demon,5;
  162. # - Id: 5136
  163. # AegisName: Santa's_Hat_
  164. # Name: Louise's Santa Hat
  165. # Type: Armor
  166. # Buy: 20
  167. # Weight: 100
  168. # Defense: 3
  169. # Locations:
  170. # Head_Top: true
  171. # Refineable: true
  172. # View: 20
  173. # Script: |
  174. # bonus bMdef,1; bonus bLuk,1; bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50; bonus3 bAutoSpellWhenHit,"AL_BLESSING",10,50;
  175. # - Id: 5145
  176. # AegisName: Carnival_Joker_Jester
  177. # Name: Carnival Jester
  178. # Type: Armor
  179. # Buy: 10
  180. # Weight: 100
  181. # Locations:
  182. # Head_Top: true
  183. # Refineable: true
  184. # View: 89
  185. # Script: |
  186. # bonus bAllStats,3;
  187. # - Id: 5147
  188. # AegisName: Baseball_Cap
  189. # Name: Baseball Cap
  190. # Type: Armor
  191. # Weight: 200
  192. # Defense: 3
  193. # Locations:
  194. # Head_Top: true
  195. # Refineable: true
  196. # View: 216
  197. # Script: |
  198. # bonus2 bExpAddRace,RC_Boss,50; bonus2 bExpAddRace,RC_NonBoss,50;
  199. # - Id: 5201
  200. # AegisName: Party_Hat_B
  201. # Name: 2nd Anniversary Party Hat
  202. # Type: Armor
  203. # Buy: 20
  204. # Weight: 300
  205. # Defense: 3
  206. # Locations:
  207. # Head_Top: true
  208. # Refineable: true
  209. # View: 144
  210. # Script: |
  211. # bonus bAllStats,3;
  212. # - Id: 5202
  213. # AegisName: Pumpkin_Hat_
  214. # Name: Pumpkin Hat
  215. # Type: Armor
  216. # Buy: 20
  217. # Weight: 200
  218. # Defense: 2
  219. # Locations:
  220. # Head_Top: true
  221. # Refineable: true
  222. # View: 206
  223. # Script: |
  224. # bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus3 bAddMonsterDropItem,529,RC_DemiHuman,1500;
  225. # - Id: 5204
  226. # AegisName: Event_Pierrot_Nose
  227. # Name: Rudolf's Red Nose
  228. # Type: Armor
  229. # Buy: 20
  230. # Weight: 100
  231. # Locations:
  232. # Head_Low: true
  233. # View: 49
  234. # Script: |
  235. # bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30;
  236. # - Id: 5264
  237. # AegisName: Aussie_Flag_Hat
  238. # Name: Australian Flag Hat
  239. # Type: Armor
  240. # Buy: 20
  241. # Weight: 500
  242. # Defense: 4
  243. # Locations:
  244. # Head_Top: true
  245. # Refineable: true
  246. # View: 304
  247. # Script: |
  248. # bonus bAllStats,2;
  249. # - Id: 5356
  250. # AegisName: Pumpkin_Hat_H
  251. # Name: Pumpkin Hat
  252. # Type: Armor
  253. # Buy: 20
  254. # Weight: 200
  255. # Defense: 2
  256. # Locations:
  257. # Head_Top: true
  258. # Refineable: true
  259. # View: 206
  260. # Script: |
  261. # bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus2 bMagicAddRace,RC_Demon,5;
  262. # - Id: 5384
  263. # AegisName: Santa_Hat_1
  264. # Name: Twin Pompom By JB
  265. # Type: Armor
  266. # Buy: 20
  267. # Weight: 200
  268. # Defense: 2
  269. # Slots: 1
  270. # Locations:
  271. # Head_Top: true
  272. # EquipLevelMin: 20
  273. # Refineable: true
  274. # View: 390
  275. # Script: |
  276. # bonus bLuk,3; bonus2 bResEff,Eff_Curse,2000; bonus bVariableCastrate,-2; bonus bAspdRate,4; bonus2 bAddMonsterDropItem,539,100; bonus2 bAddMonsterDropItem,529,200; bonus2 bAddMonsterDropItem,530,200; autobonus "{ bonus bCritical,10; }",10,5000;
  277. # - Id: 5811
  278. # AegisName: Santa_Beard
  279. # Name: Santa Beard
  280. # Type: Armor
  281. # Buy: 20
  282. # Weight: 100
  283. # Defense: 5
  284. # Locations:
  285. # Head_Low: true
  286. # View: 25
  287. # Script: |
  288. # bonus2 bSubRace,RC_Brute,5; bonus2 bSubRace,RC_Player_Doram,5;
  289. # - Id: 11702
  290. # AegisName: Moon_Cookie
  291. # Name: Moon Cookie
  292. # Type: Delayconsume
  293. # Weight: 10
  294. # Script: |
  295. # sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_HALLUCINATION; itemskill "AL_BLESSING",7;
  296. # - Id: 12131
  297. # AegisName: Lucky_Potion
  298. # Name: Lucky Potion
  299. # Type: Healing
  300. # Buy: 2
  301. # Weight: 100
  302. # Script: |
  303. # sc_start SC_LUKFOOD,180000,15;
  304. # - Id: 12143
  305. # AegisName: Red_Can
  306. # Name: Red Can
  307. # Type: Usable
  308. # Buy: 50000
  309. # Weight: 300
  310. # Script: |
  311. # percentheal 25,25;
  312. # Event effect: Summon monster? Probably Rice_Cake. x_x
  313. #=============================================================
  314. # - Id: 12199
  315. # AegisName: Rice_Scroll
  316. # Name: Rice Scroll
  317. # Type: Usable
  318. # - Id: 12200
  319. # AegisName: Event_Cake
  320. # Name: Event Cake
  321. # Type: Usable
  322. # Buy: 20
  323. # Weight: 50
  324. # Script: |
  325. # itemskill "PR_MAGNIFICAT",3;
  326. # - Id: 12238
  327. # AegisName: New_Year_Rice_Cake_1
  328. # Name: New Year Rice Cake
  329. # Type: Healing
  330. # Buy: 20
  331. # Weight: 100
  332. # Script: |
  333. # percentheal 20,15; sc_start SC_STRFOOD,1200000,3; sc_start SC_INTFOOD,1200000,3; sc_start SC_LUKFOOD,1200000,3; sc_start SC_SPEEDUP1,5000,0;
  334. # - Id: 12239
  335. # AegisName: New_Year_Rice_Cake_2
  336. # Name: New Year Rice Cake
  337. # Type: Healing
  338. # Buy: 20
  339. # Weight: 100
  340. # Script: |
  341. # percentheal 20,15; sc_start SC_DEXFOOD,1200000,3; sc_start SC_AGIFOOD,1200000,3; sc_start SC_VITFOOD,1200000,3; sc_start SC_SPEEDUP1,5000,0;
  342. # iRO St. Patrick's Day Event 2008
  343. #=============================================================
  344. # - Id: 7915
  345. # AegisName: Copper_Coin_
  346. # Name: Bronze Coin
  347. # Type: Etc
  348. # Weight: 10
  349. # AliasName: Copper_Coin
  350. # - Id: 7916
  351. # AegisName: Silver_Coin_
  352. # Name: Silver Coin
  353. # Type: Etc
  354. # Weight: 10
  355. # AliasName: Silver_Coin
  356. # - Id: 12715
  357. # AegisName: Black_Treasure_Box
  358. # Name: Black Treasure Chest
  359. # Type: Usable
  360. # Weight: 200
  361. # AliasName: Treasure_Box_
  362. # Script: |
  363. # callfunc "F_08stpattyseventbox";
  364. # iRO Valentine's Day Event 2009
  365. #=============================================================
  366. # - Id: 5817
  367. # AegisName: Valentine_Pledge
  368. # Name: Valentine's Emblem
  369. # Type: Armor
  370. # Buy: 10
  371. # Defense: 3
  372. # Locations:
  373. # Right_Accessory: true
  374. # Left_Accessory: true
  375. # Script: |
  376. # bonus bAtkRate,3; bonus bMatkRate,3; bonus bAllStats,2; bonus bFlee,10; bonus bAspd,1; bonus bMdef,3; bonus2 bSkillAtk,"AL_HEAL",10; bonus2 bSkillHeal,"AL_HEAL",10; bonus2 bSkillHeal,"AM_POTIONPITCHER",10; bonus2 bAddItemGroupHealRate,IG_Potion,10;
  377. # - Id: 7946
  378. # AegisName: Gold_Ring_Of_Valentine
  379. # Name: Gold Ring Of Valentine
  380. # Type: Etc
  381. # Buy: 10
  382. # - Id: 7947
  383. # AegisName: Silver_Ring_Of_Valentine
  384. # Name: Silver Ring Of Valentine
  385. # Type: Etc
  386. # Buy: 10
  387. # - Id: 7948
  388. # AegisName: Box
  389. # Name: Box
  390. # Type: Etc
  391. # Buy: 10
  392. # Weight: 10
  393. # - Id: 12742
  394. # AegisName: Valentine_Gift_Box_M
  395. # Name: Valentine Gift Box
  396. # Type: Usable
  397. # Buy: 10
  398. # Script: |
  399. # getitem 7946,1;
  400. # - Id: 12743
  401. # AegisName: Valentine_Gift_Box_F
  402. # Name: Valentine Gift Box
  403. # Type: Usable
  404. # Buy: 10
  405. # Script: |
  406. # getitem 7947,1;
  407. # - Id: 12744
  408. # AegisName: Chocolate_Box
  409. # Name: Chocolate Box
  410. # Type: Usable
  411. # Buy: 10
  412. # Script: |
  413. # getitem 558,1;
  414. # - Id: 14466
  415. # AegisName: Valentine's_Emblem_Box
  416. # Name: Valentine's Emblem Box
  417. # Type: Usable
  418. # Buy: 10
  419. # Script: |
  420. # getitem 5817,1;
  421. # iRO Halloween Event 2009
  422. #=============================================================
  423. # - Id: 5668
  424. # AegisName: Weird_Pumpkin_Hat
  425. # Name: Weird Pumpkin Hat
  426. # Type: Armor
  427. # Buy: 20
  428. # Defense: 5
  429. # Locations:
  430. # Head_Top: true
  431. # Refineable: true
  432. # View: 206
  433. # Script: |
  434. # bonus bMdef,5; bonus2 bAddMonsterDropItem,12192,2500;
  435. # - Id: 6298
  436. # AegisName: Pumpkin_Head_Crushed
  437. # Name: Crushed Pumpkin
  438. # Type: Etc
  439. # - Id: 6299
  440. # AegisName: Worn_Cloth_Piece
  441. # Name: Worn Fabric
  442. # Type: Etc
  443. # Old Tuxedo and Wedding Dress, will display the outfit when worn.
  444. #==================================================================
  445. # - Id: 2338
  446. # AegisName: Wedding_Dress
  447. # Name: Wedding Dress
  448. # Type: Armor
  449. # Buy: 43000
  450. # Weight: 500
  451. # Jobs:
  452. # All: true
  453. # Novice: false
  454. # Gender: Female
  455. # Locations:
  456. # Armor: true
  457. # Refineable: true
  458. # EquipScript: |
  459. # sc_start SC_WEDDING,INFINITE_TICK,0;
  460. # UnEquipScript: |
  461. # sc_end SC_WEDDING;
  462. # - Id: 7170
  463. # AegisName: Tuxedo
  464. # Name: Tuxedo
  465. # Type: Armor
  466. # Buy: 43000
  467. # Weight: 10
  468. # Jobs:
  469. # All: true
  470. # Novice: false
  471. # Gender: Male
  472. # Locations:
  473. # Armor: true
  474. # ArmorLevel: 1
  475. # Refineable: true
  476. # EquipScript: |
  477. # sc_start SC_WEDDING,INFINITE_TICK,0;
  478. # UnEquipScript: |
  479. # sc_end SC_WEDDING;
  480. # Non-kRO Eden Group Mark effect
  481. #=============================================================
  482. # - Id: 22508
  483. # AegisName: Para_Team_Mark_
  484. # Name: Eden Group Mark
  485. # Type: Delayconsume
  486. # Script: |
  487. # unitskilluseid getcharid(3),"AL_TELEPORT",3;
  488. # Gender restrictions that were removed on official servers
  489. #=============================================================
  490. # - Id: 2206
  491. # Gender: Female
  492. # - Id: 2208
  493. # Gender: Female
  494. # - Id: 2209
  495. # Gender: Female
  496. # - Id: 2234
  497. # Gender: Female
  498. # - Id: 2235
  499. # Gender: Male
  500. # - Id: 2407
  501. # Gender: Female
  502. # - Id: 2415
  503. # Gender: Female
  504. # - Id: 2494
  505. # Gender: Female
  506. # - Id: 5143
  507. # Gender: Male
  508. # - Id: 5164
  509. # Gender: Female
  510. # - Id: 5165
  511. # Gender: Male
  512. # - Id: 5191
  513. # Gender: Female
  514. # - Id: 5192
  515. # Gender: Female
  516. # - Id: 5193
  517. # Gender: Female
  518. # - Id: 5194
  519. # Gender: Female
  520. # - Id: 5195
  521. # Gender: Female
  522. # - Id: 5196
  523. # Gender: Female
  524. # - Id: 5197
  525. # Gender: Female
  526. # - Id: 5221
  527. # Gender: Female
  528. # - Id: 5354
  529. # Gender: Male
  530. # - Id: 5355
  531. # Gender: Female
  532. # - Id: 5400
  533. # Gender: Female
  534. # - Id: 5681
  535. # Gender: Female
  536. # - Id: 5735
  537. # Gender: Female