summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_chain.conf21
1 files changed, 14 insertions, 7 deletions
diff --git a/db/re/item_chain.conf b/db/re/item_chain.conf
index e0b1b4dca..f352f9cf3 100644
--- a/db/re/item_chain.conf
+++ b/db/re/item_chain.conf
@@ -18,7 +18,13 @@
}
*/
+//
+// WARNING WARNING WARNING
+// Hercules has some item chain IDs hardcoded,
+// The first one must be ore, second one siegfried, third one insurance!
+// See hercules/src/map/itemdb.h for more info (e_chain_cache)
+// hardcoded index 0
ITMCHAIN_ORE: {
EarthPowder: 1800
Coal: 500
@@ -33,6 +39,14 @@ ITMCHAIN_ORE: {
PlatinumOre: 5
}
+// hardcoded index 1
+ITMCHAIN_SIEGFRIED: {
+}
+
+// hardcoded index 2
+ITMCHAIN_NEO_INSURANCE: {
+ Insurance: 1
+}
ITMCHAIN_HERB: {
ArtichokeHerb: 800
@@ -57,10 +71,3 @@ ITMCHAIN_BULLET: {
MediumBulletSack: 420
BigBulletSack: 190
}
-
-ITMCHAIN_SIEGFRIED: {
-}
-
-ITMCHAIN_NEO_INSURANCE: {
- Insurance: 1
-}