summaryrefslogtreecommitdiff
path: root/db/create_arrow_db.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-28 12:37:16 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-28 12:37:16 +0000
commitc4c1400def9740b610a1bf93c201d5a9b7c47780 (patch)
treee0d4ba8b514c954235a8c3b9e28f1dcfc7275bc4 /db/create_arrow_db.txt
parent5b3532830e8c18baea99eccaa21a5c7569f8d02d (diff)
downloadhercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.gz
hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.bz2
hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.tar.xz
hercules-c4c1400def9740b610a1bf93c201d5a9b7c47780.zip
* Random documentation of database files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14986 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/create_arrow_db.txt')
-rw-r--r--db/create_arrow_db.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/create_arrow_db.txt b/db/create_arrow_db.txt
index b5f80a215..f438e7de1 100644
--- a/db/create_arrow_db.txt
+++ b/db/create_arrow_db.txt
@@ -2,6 +2,13 @@
//
// Structure of Database:
// SourceID,MakeID1,MakeAmount1,...,MakeID5,MakeAmount5
+//
+// 01. SourceID ID of the item, that is consumed by Arrow Crafting.
+// 02. MakeID ID of the item received from Arrow Crafting.
+// 03. MakeAmount Amount of MakeID item received from Arrow Crafting.
+// ...
+//
+// NOTE: Up to MAX_ARROW_RESOURCE (typically 5) ID/Amount pairs can be specified.
// Old Blue Box --> 50 Sharp Arrows, 50 Sleep Arrows
603,1764,50,1768,50