diff options
Diffstat (limited to 'db/create_arrow_db.txt')
-rw-r--r-- | db/create_arrow_db.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/db/create_arrow_db.txt b/db/create_arrow_db.txt new file mode 100644 index 000000000..f0f5f8e7e --- /dev/null +++ b/db/create_arrow_db.txt @@ -0,0 +1,11 @@ +// Arrow Crafting Database +// +// 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. |