diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-25 21:47:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-25 21:47:06 -0300 |
commit | a43b992460ccd912572c15d2d51b0843ac260b81 (patch) | |
tree | bb2b0e30e291742b77c52005b2c592c46a077058 | |
parent | 4dd9a5fdc183630607729456a025437e4dec1cb9 (diff) | |
download | server-a43b992460ccd912572c15d2d51b0843ac260b81.tar.gz server-a43b992460ccd912572c15d2d51b0843ac260b81.tar.bz2 server-a43b992460ccd912572c15d2d51b0843ac260b81.tar.xz server-a43b992460ccd912572c15d2d51b0843ac260b81.zip |
Add a couple new units which were waiting for long enough.
Add a new tavern for those whom complete the Academy Arc
-rw-r--r-- | bar.json | 32 | ||||
-rw-r--r-- | units.json | 102 |
2 files changed, 133 insertions, 1 deletions
@@ -24,7 +24,7 @@ "chance": 5 }, { - "units": [101001, 101002, 101003, 101004], + "units": [101001, 101002, 101003, 101004, 101005, 101006], "chance": 6095 } ] @@ -56,6 +56,36 @@ ] }, { + "price": 200, + "currency": "crystals", + "min_quest": 10, + "min_draws": 10, + "banner": "", + "details": "Use your crystals to hire the most powerful units ever!\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], + "chance": 150 + }, + { + "units": [103001, 103002, 103003], + "chance": 350 + }, + { + "units": [102001, 102002, 102003], + "chance": 4000 + }, + { + "units": [105001, 105002, 105003, 105004], + "chance": 10 + }, + { + "units": [101001, 101002, 101003, 101004, 101005, 101006], + "chance": 5490 + } + ] + }, + { "price": 350, "currency": "crystals", "min_quest": -1, @@ -222,6 +222,108 @@ }, { "skill_id": 0, + "strength": 300, + "rare": 1, + "name": "Dully Flame", + "max_level": 20, + "attribute": 1, + "hp": 500, + "unit_id": 10100500, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 1, + "flags": 0, + "unit_base_id": 101005, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 450, + "rare": 2, + "name": "Dully Flame +1", + "max_level": 30, + "attribute": 1, + "hp": 750, + "unit_id": 10100501, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 4, + "flags": 0, + "unit_base_id": 101005, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 600, + "rare": 3, + "name": "Dully Flame +2", + "max_level": 40, + "attribute": 1, + "hp": 1000, + "unit_id": 10100502, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 9, + "flags": 0, + "unit_base_id": 101005, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 600, + "rare": 1, + "name": "Crazy Cat Lady", + "max_level": 20, + "attribute": 1, + "hp": 200, + "unit_id": 10100600, + "sex": 1, + "ability_id": 0, + "job": 5, + "cost": 1, + "flags": 0, + "unit_base_id": 101006, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 900, + "rare": 2, + "name": "Crazy Cat Lady +1", + "max_level": 30, + "attribute": 1, + "hp": 300, + "unit_id": 10100601, + "sex": 1, + "ability_id": 0, + "job": 5, + "cost": 4, + "flags": 0, + "unit_base_id": 101006, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 1200, + "rare": 3, + "name": "Crazy Cat Lady +2", + "max_level": 40, + "attribute": 1, + "hp": 400, + "unit_id": 10100602, + "sex": 1, + "ability_id": 0, + "job": 5, + "cost": 9, + "flags": 0, + "unit_base_id": 101006, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, "strength": 450, "rare": 2, "name": "Heat Slash", |