diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-07 18:38:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-07 18:38:03 -0300 |
commit | 6d1d6054eee5027da3d44cc1bf1a01c069ae404d (patch) | |
tree | 33ed58ad5c6a8bedb518fa3f574cc90daa61a376 | |
parent | 458a6598426d1f9fa06cb028fb2c738141c7f4ea (diff) | |
download | server-6d1d6054eee5027da3d44cc1bf1a01c069ae404d.tar.gz server-6d1d6054eee5027da3d44cc1bf1a01c069ae404d.tar.bz2 server-6d1d6054eee5027da3d44cc1bf1a01c069ae404d.tar.xz server-6d1d6054eee5027da3d44cc1bf1a01c069ae404d.zip |
Rebalance all quests, making them easier
We really need spheres control D:
-rw-r--r-- | quests.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quests.json b/quests.json index 73dd487..8266d73 100644 --- a/quests.json +++ b/quests.json @@ -203,7 +203,7 @@ }, { "bg": "forest_sunset", - "difficulty": 15, + "difficulty": 12, "cost": 2, "flags": 1, "quest_id": 4, @@ -284,7 +284,7 @@ }, { "bg": "humancity", - "difficulty": 20, + "difficulty": 15, "cost": 3, "flags": 9, "quest_id": 5, @@ -383,7 +383,7 @@ }, { "bg": "battle", - "difficulty": 25, + "difficulty": 18, "cost": 3, "flags": 9, "quest_id": 6, @@ -474,7 +474,7 @@ }, { "bg": "battle", - "difficulty": 30, + "difficulty": 22, "cost": 3, "flags": 1, "quest_id": 7, @@ -507,7 +507,7 @@ }, { "bg": "battle", - "difficulty": 35, + "difficulty": 25, "cost": 3, "flags": 1, "quest_id": 8, |