summaryrefslogtreecommitdiff
path: root/db/re/item_chain.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_chain.conf')
-rw-r--r--db/re/item_chain.conf104
1 files changed, 104 insertions, 0 deletions
diff --git a/db/re/item_chain.conf b/db/re/item_chain.conf
new file mode 100644
index 000000000..f7591b934
--- /dev/null
+++ b/db/re/item_chain.conf
@@ -0,0 +1,104 @@
+//====================================================
+//= _ _ _
+//= | | | | | |
+//= | |_| | ___ _ __ ___ _ _| | ___ ___
+//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
+//= | | | | __/ | | (__| |_| | | __/\__ \
+//= \_| |_/\___|_| \___|\__,_|_|\___||___/
+//=
+//= http://hercules.ws/board/
+//================= More Information =================
+// http://hercules.ws/board/topic/1244-official-item-grouppackagechain
+//====================================================
+// Structure of file:
+/*
+
+ ITMCHAIN_<Name>: {
+ <Item_Name>: <chance>
+ }
+
+*/
+
+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