diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-06-23 17:40:53 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-06-23 17:40:56 -0400 |
commit | 15b299ee54f8694621d97a9d34ad56422090e9eb (patch) | |
tree | 2198c71d132171ca4a584c498a93d4941bbdd0c6 /db/re | |
parent | ef51dc8087edee3346c9ac9f61c69bcbb3a8d86f (diff) | |
download | hercules-15b299ee54f8694621d97a9d34ad56422090e9eb.tar.gz hercules-15b299ee54f8694621d97a9d34ad56422090e9eb.tar.bz2 hercules-15b299ee54f8694621d97a9d34ad56422090e9eb.tar.xz hercules-15b299ee54f8694621d97a9d34ad56422090e9eb.zip |
Update
- Fixed some documentation
- Fixed some alignment
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_chain.conf | 11 | ||||
-rw-r--r-- | db/re/item_group.conf | 11 | ||||
-rw-r--r-- | db/re/item_packages.conf | 16 |
3 files changed, 34 insertions, 4 deletions
diff --git a/db/re/item_chain.conf b/db/re/item_chain.conf index 795c2f700..f7591b934 100644 --- a/db/re/item_chain.conf +++ b/db/re/item_chain.conf @@ -8,8 +8,17 @@ //= //= http://hercules.ws/board/ //================= More Information ================= -// <link~u> <desc~!> +// http://hercules.ws/board/topic/1244-official-item-grouppackagechain //==================================================== +// Structure of file: +/* + + ITMCHAIN_<Name>: { + <Item_Name>: <chance> + } + +*/ + ITMCHAIN_ORE: { Iron_Ore: 600 Iron: 380 diff --git a/db/re/item_group.conf b/db/re/item_group.conf index 3308cd96c..e392ae2b6 100644 --- a/db/re/item_group.conf +++ b/db/re/item_group.conf @@ -8,9 +8,16 @@ //= //= http://hercules.ws/board/ //================= More Information ================= -// <link~u> <desc~!> +// http://hercules.ws/board/topic/1244-official-item-grouppackagechain //==================================================== -// <Container_Item_Name>: ( <...> "Item_Name" or ("Item_Name",Repeat_Count) ) +// Structure of file: +/* + <Container_Item_Name>: ( + "Item_Name" or + ("Item_Name",Repeat_Count) + ) +*/ + Old_Card_Album: ( ("Poring_Card",8), ("Fabre_Card",10), diff --git a/db/re/item_packages.conf b/db/re/item_packages.conf index d0a13e290..c4c782d0f 100644 --- a/db/re/item_packages.conf +++ b/db/re/item_packages.conf @@ -8,8 +8,22 @@ //= //= http://hercules.ws/board/ //================= More Information ================= -// <link~u> <desc~!> +// http://hercules.ws/board/topic/1244-official-item-grouppackagechain //==================================================== +// Structure of file: +/* +<Container_Item_Name>: { + <Entry_Item_Name>: { + Random: True/False - Signs whether a item is randomed or should be given whenever the packageis consumed. + Count: 30 - Stands for how much <Entry_Item_Name> 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 |