summaryrefslogtreecommitdiff
path: root/db/roulette_db.conf
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-11-03 08:10:26 -0200
committershennetsind <ind@henn.et>2014-11-03 08:10:26 -0200
commit239d480487e24294975f35ed55f210837ad1088e (patch)
treee044c88ffff32e4f9b42a86860509e1e6ce8736b /db/roulette_db.conf
parentbd0c805f732a3ec43ad253b6d2618be6fb640cdd (diff)
downloadhercules-239d480487e24294975f35ed55f210837ad1088e.tar.gz
hercules-239d480487e24294975f35ed55f210837ad1088e.tar.bz2
hercules-239d480487e24294975f35ed55f210837ad1088e.tar.xz
hercules-239d480487e24294975f35ed55f210837ad1088e.zip
Introducing 2014-10-22, Roulette and Per-Char Gender!
Details in http://hercules.ws/board/topic/7618-2014-10-22-roulette-and-per-char-gender/ Special Thanks to the all-mighty Yommy, Ziu and Haruna! Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/roulette_db.conf')
-rw-r--r--db/roulette_db.conf76
1 files changed, 76 insertions, 0 deletions
diff --git a/db/roulette_db.conf b/db/roulette_db.conf
new file mode 100644
index 000000000..bcffe88f7
--- /dev/null
+++ b/db/roulette_db.conf
@@ -0,0 +1,76 @@
+//====================================================
+//= _ _ _
+//= | | | | | |
+//= | |_| | ___ _ __ ___ _ _| | ___ ___
+//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
+//= | | | | __/ | | (__| |_| | | __/\__ \
+//= \_| |_/\___|_| \___|\__,_|_|\___||___/
+//=
+//= http://hercules.ws/board/
+//================= More Information =================
+//= http://hercules.ws/board/ ???
+//====================================================
+// This file handles the Roulette, the format is <item>:<amount>
+// The first entry is the one that loses the game.
+//====================================================
+
+roulette: (
+{
+ level_1: {
+ Silver_Coin:1 // Lose
+ Gold_Coin:1
+ Poison_Bottle:1
+ Branch_Of_Dead_Tree:1
+ Fruit_Of_Mastela:1
+ //ID12609:1 // 12609 not in db
+ E_Inc_Agi_10_Scroll:1
+ Elunium:1
+ Oridecon:1
+ }
+ level_2: {
+ Silver_Coin:1 // Lose
+ Gold_Coin:1
+ Old_Blue_Box:1
+ Seed_Of_Yggdrasil:1
+ Yggdrasilberry:1
+ E_Blessing_10_Scroll:1
+ Carnium:1
+ Bradium:1
+ }
+ level_3: {
+ Silver_Coin:1 // Lose
+ Gold_Coin:1
+ Bundle_Of_Magic_Scroll:1
+ Old_Violet_Box:1
+ E_Abrasive:1
+ Treasure_Box:1
+ Gold:1
+ }
+ level_4: {
+ Silver_Coin:1 // Lose
+ Gold_Coin:1
+ Old_Card_Album:1
+ E_Small_Life_Potion:1
+ //Gift_Buff_Set:1 // 22777 not in db
+ Guarantee_Weapon_6Up:1
+ }
+ level_5: {
+ Gold_Coin:1 // Lose
+ Magic_Card_Album:1
+ Comp_Battle_Manual:1
+ //ID12831:1 // 12831 not in db // potion box ?
+ Guarantee_Armor_6Up:1
+ }
+ level_6: {
+ Gold_Coin:1 // Lose
+ Reward_Job_BM25:1
+ Guarantee_Armor_7Up:1
+ Guarantee_Armor_8Up:1
+ }
+ level_7: {
+ Gold_Coin:1 // Lose
+ Guarantee_Armor_8Up:1
+ Guarantee_Armor_8Up:1
+ }
+}
+) \ No newline at end of file