
* Added Rune Knight skill updates, and supporting information for r14983. * Updated Emperium to be plant-mode. * Updated item database with RE stats. * Added new constants to const.txt. git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14984 54d463be-8e91-2dee-dedb-b68131a5f0ec
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
// Item Delay Database
|
|
// Max number of entries is defined in itemdb.h as MAX_ITEMDELAYS
|
|
//
|
|
// Structure:
|
|
// Item ID,Delay in Milliseconds
|
|
|
|
//12202,60000 //Str_Dish10_
|
|
//12203,60000 //Agi_Dish10_
|
|
//12204,60000 //Int_Dish10_
|
|
//12205,60000 //Dex_Dish10_
|
|
//12206,60000 //Luk_Dish10_
|
|
//12207,60000 //Vit_Dish10_
|
|
12208,60000 //Battle_Manual
|
|
12210,60000 //Bubble_Gum
|
|
14538,300000 //Glass_Of_Illusion
|
|
14586,180000 //Spark_Candy
|