From a43b992460ccd912572c15d2d51b0843ac260b81 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 25 Jul 2021 21:47:06 -0300 Subject: Add a couple new units which were waiting for long enough. Add a new tavern for those whom complete the Academy Arc --- bar.json | 32 ++++++++++++++++++- units.json | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+), 1 deletion(-) diff --git a/bar.json b/bar.json index f1e03f1..4f85ddc 100644 --- a/bar.json +++ b/bar.json @@ -24,7 +24,7 @@ "chance": 5 }, { - "units": [101001, 101002, 101003, 101004], + "units": [101001, 101002, 101003, 101004, 101005, 101006], "chance": 6095 } ] @@ -55,6 +55,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", diff --git a/units.json b/units.json index 193c661..8ac8fe4 100644 --- a/units.json +++ b/units.json @@ -220,6 +220,108 @@ "unit_base_id": 101004, "flavor": "A standard unit in the game." }, + { + "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, -- cgit v1.2.3-60-g2f50