diff options
-rw-r--r-- | bar.json | 10 | ||||
-rw-r--r-- | units.json | 6 |
2 files changed, 10 insertions, 6 deletions
@@ -35,10 +35,14 @@ "enabled": true, "min_draws": 10, "banner": "", - "details": "Strengthen your units!\n\nFairies chance: 10.00 %\n1★ chance: 90.00 %", + "details": "Strengthen your units!\n\nFairies chance: 20.00 %\nMana Eggs chance: 10.00 %\n1★ chance: 70.00 %", "tavern_list": [ { - "units": [900001, 900002, 900003, 900004, 900005, 900011, 900012, 900013, 900014, 900015], + "units": [900001, 900002, 900003, 900004, 900005], + "chance": 2000 + }, + { + "units": [900011, 900012, 900013, 900014, 900015], "chance": 1000 }, { @@ -47,7 +51,7 @@ }, { "units": [101001, 101002, 101003], - "chance": 8995 + "chance": 6995 } ] }, @@ -1739,7 +1739,7 @@ "rare": 3, "name": "Mana Orb +3", "max_level": 40, - "attribute": 4, + "attribute": 0, "hp": 1, "unit_id": 90003100, "sex": 13, @@ -1756,7 +1756,7 @@ "rare": 4, "name": "Mana Orb +4", "max_level": 50, - "attribute": 4, + "attribute": 0, "hp": 1, "unit_id": 90003101, "sex": 13, @@ -1773,7 +1773,7 @@ "rare": 5, "name": "Mana Orb +5", "max_level": 60, - "attribute": 4, + "attribute": 0, "hp": 1, "unit_id": 90003102, "sex": 13, |