diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-03 02:08:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-03 02:08:54 -0300 |
commit | f81875b687534df32f9645982673ba2cf29ffa19 (patch) | |
tree | 1f7793e866d97e287db22682b7da8647047eedbf | |
parent | a59d20a19c82a43e4f0967d0b240a5e60da53fc6 (diff) | |
download | server-2.3.9.3.tar.gz server-2.3.9.3.tar.bz2 server-2.3.9.3.tar.xz server-2.3.9.3.zip |
Update tavern list, and modify fairy rulesv2.3.9.3
-rw-r--r-- | bar.json | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -30,20 +30,20 @@ ] }, { - "price": 1000, + "price": 1500, "currency": "gp", "min_quest": 0, - "min_draws": 10, + "min_draws": 5, "banner": "", - "details": "Strengthen your units!\n\nFairies chance: 20.00 %\nMana Eggs chance: 10.00 %\n1★ chance: 70.00 %", + "details": "Strengthen your units!\n\nFairies chance: 35.00 %\nMana Eggs chance: 15.00 %\n1★ chance: 50.00 %", "tavern_list": [ { "units": [900001, 900002, 900003, 900004, 900005], - "chance": 2000 + "chance": 3500 }, { "units": [900011, 900012, 900013, 900014, 900015], - "chance": 1000 + "chance": 1500 }, { "units": [102001, 102002, 102003], @@ -51,7 +51,7 @@ }, { "units": [101001, 101002, 101003], - "chance": 6995 + "chance": 4995 } ] }, @@ -64,15 +64,15 @@ "details": "Use your crystals to hire from the Stronghold!\n\n5★ chance: 0.10 %\n4★ chance: 1.50 %\n3★ chance: 3.50 %\n2★ chance: 40.00 %\n1★ chance: 60.00 %", "tavern_list": [ { - "units": [104001, 104002, 104003, 104005, 104006], + "units": [104001, 104002, 104003, 104005, 104006, 104007, 104008], "chance": 150 }, { - "units": [103001, 103002, 103003, 103005, 103006], + "units": [103001, 103002, 103003, 103005, 103006, 103007, 103008], "chance": 350 }, { - "units": [102001, 102002, 102003, 102004, 102005, 102006], + "units": [102001, 102002, 102003, 102004, 102005, 102006, 102007, 102008], "chance": 4000 }, { @@ -80,7 +80,7 @@ "chance": 10 }, { - "units": [101001, 101002, 101003, 101004, 101005, 101006], + "units": [101001, 101002, 101003, 101004, 101005, 101006, 101007, 101008], "chance": 5490 } ] |