diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-17 00:12:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-17 00:12:05 -0300 |
commit | ac689bd103b5d8121b011ea9acc7786749ac9b78 (patch) | |
tree | c8024a2029ceaf9bc6a3b33eaf704cac0c9a631a | |
parent | d4f4f8cb2267b53af88e28698f13122e88c127e9 (diff) | |
download | server-ac689bd103b5d8121b011ea9acc7786749ac9b78.tar.gz server-ac689bd103b5d8121b011ea9acc7786749ac9b78.tar.bz2 server-ac689bd103b5d8121b011ea9acc7786749ac9b78.tar.xz server-ac689bd103b5d8121b011ea9acc7786749ac9b78.zip |
Nerf tavern costs, they are too high (200 -> 150 crystals)
-rw-r--r-- | bar.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [ { - "price": 200, + "price": 150, "currency": "crystals", "min_quest": 0, "min_draws": 10, @@ -56,7 +56,7 @@ ] }, { - "price": 200, + "price": 150, "currency": "crystals", "min_quest": 10, "min_draws": 10, @@ -86,7 +86,7 @@ ] }, { - "price": 350, + "price": 250, "currency": "crystals", "min_quest": -1, "min_draws": 5, |