diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-04 10:21:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-04 10:21:16 -0300 |
commit | 3845450d71ec1f17dbc780769b27a8f0ba961140 (patch) | |
tree | 002341549f877a42f6ae6c9cc86b0ab6a670d25b /bar.json | |
parent | 8fd57055ef7629c5176769704ca122e2fcc00a5c (diff) | |
download | server-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.gz server-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.bz2 server-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.xz server-3845450d71ec1f17dbc780769b27a8f0ba961140.zip |
Fix mana orbs element.
Split fairies from mana eggs in GP tavern.
Increase the chances of getting fairies.
Diffstat (limited to 'bar.json')
-rw-r--r-- | bar.json | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -35,10 +35,14 @@ "enabled": true, "min_draws": 10, "banner": "", - "details": "Strengthen your units!\n\nFairies chance: 10.00 %\n1★ chance: 90.00 %", + "details": "Strengthen your units!\n\nFairies chance: 20.00 %\nMana Eggs chance: 10.00 %\n1★ chance: 70.00 %", "tavern_list": [ { - "units": [900001, 900002, 900003, 900004, 900005, 900011, 900012, 900013, 900014, 900015], + "units": [900001, 900002, 900003, 900004, 900005], + "chance": 2000 + }, + { + "units": [900011, 900012, 900013, 900014, 900015], "chance": 1000 }, { @@ -47,7 +51,7 @@ }, { "units": [101001, 101002, 101003], - "chance": 8995 + "chance": 6995 } ] }, |