diff options
author | dastgir <dastgirpojee@rocketmail.com> | 2014-11-07 05:18:08 -0500 |
---|---|---|
committer | dastgir <dastgirpojee@rocketmail.com> | 2014-11-07 05:18:08 -0500 |
commit | 182f11b52116bfca978368d372831594a806debc (patch) | |
tree | 7f231a9cc60c2a1d28aee8fc6873a881ce57afca /db/pre-re/item_packages.conf | |
parent | 6dc75795d290e887fc87901ace89ca2f391d4530 (diff) | |
download | hercules-182f11b52116bfca978368d372831594a806debc.tar.gz hercules-182f11b52116bfca978368d372831594a806debc.tar.bz2 hercules-182f11b52116bfca978368d372831594a806debc.tar.xz hercules-182f11b52116bfca978368d372831594a806debc.zip |
Added Roulette Items to pre-re
Changed "set" to Direct assigning.
Diffstat (limited to 'db/pre-re/item_packages.conf')
-rw-r--r-- | db/pre-re/item_packages.conf | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/db/pre-re/item_packages.conf b/db/pre-re/item_packages.conf index f01fed471..dc9346e32 100644 --- a/db/pre-re/item_packages.conf +++ b/db/pre-re/item_packages.conf @@ -13466,3 +13466,85 @@ Malang_Woe_Encard_Box: { // } } */ +Old_Ore_Box: { + Iron_Ore: { + Random: 1 + Rate: 600 + } + Iron: { + Random: 1 + Rate: 380 + } + Yellow_Live: { + Random: 1 + Rate: 100 + } + Coal: { + Random: 1 + Rate: 80 + } + Wind_Of_Verdure: { + Random: 1 + Rate: 100 + } + Phracon: { + Random: 1 + Rate: 600 + } + Crystal_Blue: { + Random: 1 + Rate: 100 + } + Boody_Red: { + Random: 1 + Rate: 100 + } + Steel: { + Random: 1 + Rate: 50 + } + Emveretarcon: { + Random: 1 + Rate: 380 + } + Elunium_Stone: { + Random: 1 + Rate: 70 + } + Oridecon_Stone: { + Random: 1 + Rate: 80 + } + Great_Nature: { + Random: 1 + Rate: 40 + } + Rough_Wind: { + Random: 1 + Rate: 40 + } + Mistic_Frozen: { + Random: 1 + Rate: 40 + } + Flame_Heart: { + Random: 1 + Rate: 40 + } + Elunium: { + Random: 1 + Rate: 20 + } + Oridecon: { + Random: 1 + Rate: 20 + } + Gold: { + Random: 1 + Rate: 10 + } + Emperium: { + Random: 1 + Rate: 50 + } +}
\ No newline at end of file |