diff options
author | shennetsind <ind@henn.et> | 2013-06-23 16:35:42 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-23 16:35:42 -0300 |
commit | fcba8a2161a392369db99ab9a516a24470c54796 (patch) | |
tree | dc223cbd60e53b57eee6ff5e03a3a6bfea76e516 /db/pre-re/item_chain.conf | |
parent | a48f523555f02b4245cfc0313cb35f8a332cac50 (diff) | |
download | hercules-fcba8a2161a392369db99ab9a516a24470c54796.tar.gz hercules-fcba8a2161a392369db99ab9a516a24470c54796.tar.bz2 hercules-fcba8a2161a392369db99ab9a516a24470c54796.tar.xz hercules-fcba8a2161a392369db99ab9a516a24470c54796.zip |
Official Item Group/Package/Chain
http://hercules.ws/board/topic/1244-official-item-grouppackagechain/
Also
Further implemented itemdb.c/storage.c interfaces, and a minor update to db2sql plugin.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/pre-re/item_chain.conf')
-rw-r--r-- | db/pre-re/item_chain.conf | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/db/pre-re/item_chain.conf b/db/pre-re/item_chain.conf new file mode 100644 index 000000000..795c2f700 --- /dev/null +++ b/db/pre-re/item_chain.conf @@ -0,0 +1,95 @@ +//==================================================== +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//= +//= http://hercules.ws/board/ +//================= More Information ================= +// <link~u> <desc~!> +//==================================================== +ITMCHAIN_ORE: { + Iron_Ore: 600 + Iron: 380 + Yellow_Live: 100 + Coal: 80 + Wind_Of_Verdure: 100 + Phracon: 600 + Crystal_Blue: 100 + Boody_Red: 100 + Steel: 50 + Emveretarcon: 380 + Elunium_Stone: 70 + Oridecon_Stone: 80 + Great_Nature: 40 + Rough_Wind: 40 + Mistic_Frozen: 40 + Flame_Heart: 40 + Elunium: 20 + Oridecon: 20 + Gold: 10 + Emperium: 5 +} + +ITMCHAIN_GEM: { + Dark_Red_Jewel: 80 + Violet_Jewel: 30 + Skyblue_Jewel: 40 + Azure_Jewel: 130 + Scarlet_Jewel: 70 + Cardinal_Jewel: 190 + Cardinal_Jewel_: 50 + Red_Jewel: 130 + Blue_Jewel: 140 + White_Jewel: 80 + Golden_Jewel: 150 + Bluish_Green_Jewel: 150 + Crystal_Jewel: 150 + Crystal_Jewel_: 80 + Crystal_Jewel__: 50 + Crystal_Jewel___: 30 +} + +ITMCHAIN_HEAL: { + Fruit_Of_Mastela: 5 + Leaflet_Of_Aloe: 5 + Leaflet_Of_Hinal: 10 + Red_Slim_Potion: 10 + Resist_Earth: 10 + Yellow_Herb: 20 + Red_Potion: 20 + Green_Herb: 30 + Red_Herb: 30 + Novice_Potion: 50 + Nice_Sweet_Potato: 50 + Candy: 100 + ID528: 200 //Monster's_Feed + Popped_Rice: 600 +} + +ITMCHAIN_FOOD: { + Royal_Jelly: 5 + Str_Dish02: 10 + Agi_Dish02: 10 + Vit_Dish03: 10 + Dex_Dish02: 10 + Luk_Dish03: 10 + Int_Dish02: 10 + Apple_Juice: 30 + Banana_Juice: 30 + Grape_Juice: 30 + Carrot_Juice: 30 + Well_Baked_Cookie: 30 + Ice_Cream: 50 + Fish_Slice: 50 + Cheese: 50 + Shusi: 50 + Bun: 50 + Mojji: 50 + Pumpkin: 50 + Sweet_Potato: 100 + Banana: 100 + Apple: 600 +}
\ No newline at end of file |