From 15b299ee54f8694621d97a9d34ad56422090e9eb Mon Sep 17 00:00:00 2001 From: Mysteries Date: Sun, 23 Jun 2013 17:40:53 -0400 Subject: Update - Fixed some documentation - Fixed some alignment --- db/pre-re/item_chain.conf | 11 ++++++++++- db/pre-re/item_group.conf | 11 +++++++++-- db/pre-re/item_packages.conf | 16 +++++++++++++++- 3 files changed, 34 insertions(+), 4 deletions(-) (limited to 'db/pre-re') diff --git a/db/pre-re/item_chain.conf b/db/pre-re/item_chain.conf index 795c2f700..f7591b934 100644 --- a/db/pre-re/item_chain.conf +++ b/db/pre-re/item_chain.conf @@ -8,8 +8,17 @@ //= //= http://hercules.ws/board/ //================= More Information ================= -// +// http://hercules.ws/board/topic/1244-official-item-grouppackagechain //==================================================== +// Structure of file: +/* + + ITMCHAIN_: { + : + } + +*/ + ITMCHAIN_ORE: { Iron_Ore: 600 Iron: 380 diff --git a/db/pre-re/item_group.conf b/db/pre-re/item_group.conf index 533e2f0ae..b2f4b1ac4 100644 --- a/db/pre-re/item_group.conf +++ b/db/pre-re/item_group.conf @@ -8,9 +8,16 @@ //= //= http://hercules.ws/board/ //================= More Information ================= -// +// http://hercules.ws/board/topic/1244-official-item-grouppackagechain //==================================================== -// : ( <...> "Item_Name" or ("Item_Name",Repeat_Count) ) +// Structure of file: +/* + : ( + "Item_Name" or + ("Item_Name",Repeat_Count) + ) +*/ + Old_Card_Album: ( ("Poring_Card",8), ("Fabre_Card",10), diff --git a/db/pre-re/item_packages.conf b/db/pre-re/item_packages.conf index f2f467681..acbd88752 100644 --- a/db/pre-re/item_packages.conf +++ b/db/pre-re/item_packages.conf @@ -8,8 +8,22 @@ //= //= http://hercules.ws/board/ //================= More Information ================= -// +// http://hercules.ws/board/topic/1244-official-item-grouppackagechain //==================================================== +// Structure of file: +/* +: { + : { + Random: True/False - Signs whether a item is randomed or should be given whenever the packageis consumed. + Count: 30 - Stands for how much will be obtained. + Expire: 2 - Signs how many hours this item will last (makes a rental item). + Announce: True/False - Signs whether to relay a special item obtain announcement when this item comes out of the package. + Rate: 50 - If 'Random' is True, a rate from 1 to 10000 (0.01% - 100%) will be given. + Named: True/False - Signs whether the item should have the owner's name in it. + } +} +*/ + Special_Box: { Wrapped_Mask: { Rate: 3 -- cgit v1.2.3-70-g09d2