diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-25 22:20:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-25 22:20:01 -0300 |
commit | fdb91e8d3555cd4ebd8edb31d5b74a2c11f1cf41 (patch) | |
tree | 3f1bb60db4cd057ab0641918eec88d5215aac19d | |
parent | 45330cf6e8cf6f42cc695a78acaabaf921b61cd4 (diff) | |
download | server-fdb91e8d3555cd4ebd8edb31d5b74a2c11f1cf41.tar.gz server-fdb91e8d3555cd4ebd8edb31d5b74a2c11f1cf41.tar.bz2 server-fdb91e8d3555cd4ebd8edb31d5b74a2c11f1cf41.tar.xz server-fdb91e8d3555cd4ebd8edb31d5b74a2c11f1cf41.zip |
These are the last additions for today
-rw-r--r-- | bar.json | 8 | ||||
-rw-r--r-- | units.json | 102 |
2 files changed, 106 insertions, 4 deletions
@@ -8,7 +8,7 @@ "details": "Use your crystals to hire the most powerful units ever!\n\n4★ chance: 1.00 %\n3★ chance: 3.00 %\n2★ chance: 35.00 %\n1★ chance: 61.00 %", "tavern_list": [ { - "units": [104001, 104002, 104003], + "units": [104001, 104002, 104003, 104005], "chance": 100 }, { @@ -64,7 +64,7 @@ "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], + "units": [104001, 104002, 104003, 104005, 104006], "chance": 150 }, { @@ -76,7 +76,7 @@ "chance": 4000 }, { - "units": [105001, 105002, 105003, 105004], + "units": [105001, 105002, 105003, 105004, 105005], "chance": 10 }, { @@ -94,7 +94,7 @@ "details": "Merry Christmas!\n4★/3★ exclusive: 20.00%\n3★: 5.00%\n2★: 25.00%\n1★: 50.00%", "tavern_list": [ { - "units": [104001, 103001], + "units": [104004, 103004], "chance": 2000 }, { @@ -1191,6 +1191,57 @@ }, { "skill_id": 0, + "strength": 1250, + "rare": 4, + "name": "Saffron, Steampunk", + "max_level": 50, + "attribute": 1, + "hp": 750, + "unit_id": 10400600, + "sex": 1, + "ability_id": 0, + "job": 3, + "cost": 1, + "flags": 0, + "unit_base_id": 104006, + "flavor": "A powerful mage, wearing Steampunk clothes." + }, + { + "skill_id": 0, + "strength": 1500, + "rare": 5, + "name": "Saffron, Steampunk +1", + "max_level": 60, + "attribute": 1, + "hp": 900, + "unit_id": 10400601, + "sex": 1, + "ability_id": 0, + "job": 3, + "cost": 25, + "flags": 0, + "unit_base_id": 104006, + "flavor": "A powerful mage, wearing Steampunk clothes." + }, + { + "skill_id": 0, + "strength": 1750, + "rare": 6, + "name": "Saffron, Steampunk +2", + "max_level": 70, + "attribute": 1, + "hp": 1050, + "unit_id": 10400602, + "sex": 1, + "ability_id": 0, + "job": 3, + "cost": 36, + "flags": 0, + "unit_base_id": 104006, + "flavor": "A powerful mage, wearing Steampunk clothes." + }, + { + "skill_id": 0, "strength": 1200, "rare": 5, "name": "Nourished Flower", @@ -1344,6 +1395,57 @@ }, { "skill_id": 0, + "strength": 900, + "rare": 5, + "name": "Janus the Great", + "max_level": 60, + "attribute": 4, + "hp": 1500, + "unit_id": 10500500, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 1, + "flags": 0, + "unit_base_id": 105005, + "flavor": "A sacred swordswoman, renowed for her victories and leading armies to victory." + }, + { + "skill_id": 0, + "strength": 1050, + "rare": 6, + "name": "Janus the Great +1", + "max_level": 70, + "attribute": 4, + "hp": 1750, + "unit_id": 10500501, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 36, + "flags": 0, + "unit_base_id": 105005, + "flavor": "A sacred swordswoman, renowed for her victories and leading armies to victory. Her ruthless methods and flawless performance gave her the nickname of \"the Great\"." + }, + { + "skill_id": 0, + "strength": 1200, + "rare": 7, + "name": "Janus the Great +2", + "max_level": 80, + "attribute": 4, + "hp": 2000, + "unit_id": 10500502, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 49, + "flags": 0, + "unit_base_id": 105005, + "flavor": "A sacred swordswoman, renowed for her victories and leading armies to victory. Her ruthless methods and flawless performance gave her the nickname of \"the Great\". Seeing her in the battlefield is enough for whole armies to march in retreat, out of fear." + }, + { + "skill_id": 0, "strength": 1, "rare": 3, "name": "Fire Fairy", |