From 45330cf6e8cf6f42cc695a78acaabaf921b61cd4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 25 Jul 2021 22:05:51 -0300 Subject: Add three new units and their taverns. --- bar.json | 8 ++-- units.json | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 157 insertions(+), 4 deletions(-) diff --git a/bar.json b/bar.json index 4f85ddc..0f022d7 100644 --- a/bar.json +++ b/bar.json @@ -12,11 +12,11 @@ "chance": 100 }, { - "units": [103001, 103002, 103003], + "units": [103001, 103002, 103003, 103005], "chance": 300 }, { - "units": [102001, 102002, 102003], + "units": [102001, 102002, 102003, 102006], "chance": 3500 }, { @@ -68,11 +68,11 @@ "chance": 150 }, { - "units": [103001, 103002, 103003], + "units": [103001, 103002, 103003, 103005, 103006], "chance": 350 }, { - "units": [102001, 102002, 102003], + "units": [102001, 102002, 102003, 102004, 102005, 102006], "chance": 4000 }, { diff --git a/units.json b/units.json index 8ac8fe4..813552f 100644 --- a/units.json +++ b/units.json @@ -577,6 +577,57 @@ "unit_base_id": 102005, "flavor": "A standard unit in the game." }, + { + "skill_id": 0, + "strength": 750, + "rare": 2, + "name": "Turtle Elf", + "max_level": 30, + "attribute": 2, + "hp": 450, + "unit_id": 10200600, + "sex": 1, + "ability_id": 0, + "job": 3, + "cost": 1, + "flags": 0, + "unit_base_id": 102006, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 1000, + "rare": 3, + "name": "Turtle Elf +1", + "max_level": 40, + "attribute": 2, + "hp": 600, + "unit_id": 10200601, + "sex": 1, + "ability_id": 0, + "job": 3, + "cost": 9, + "flags": 0, + "unit_base_id": 102006, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 1250, + "rare": 4, + "name": "Turtle Elf +2", + "max_level": 50, + "attribute": 2, + "hp": 750, + "unit_id": 10200602, + "sex": 1, + "ability_id": 0, + "job": 3, + "cost": 16, + "flags": 0, + "unit_base_id": 102006, + "flavor": "A standard unit in the game." + }, { "skill_id": 0, "strength": 1000, @@ -781,6 +832,108 @@ "unit_base_id": 103004, "flavor": "It is Christmas time! We are so happy to have you around for another year!" }, + { + "skill_id": 0, + "strength": 600, + "rare": 3, + "name": "Dragon Elf Blade", + "max_level": 40, + "attribute": 1, + "hp": 1000, + "unit_id": 10300500, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 1, + "flags": 0, + "unit_base_id": 103005, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 750, + "rare": 4, + "name": "Dragon Elf Blade +1", + "max_level": 50, + "attribute": 1, + "hp": 1250, + "unit_id": 10300501, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 16, + "flags": 0, + "unit_base_id": 103005, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 900, + "rare": 5, + "name": "Dragon Elf Blade +2", + "max_level": 60, + "attribute": 1, + "hp": 1500, + "unit_id": 10300502, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 16, + "flags": 0, + "unit_base_id": 103005, + "flavor": "A standard unit in the game." + }, + { + "skill_id": 0, + "strength": 600, + "rare": 3, + "name": "Shadow Elf", + "max_level": 40, + "attribute": 5, + "hp": 1000, + "unit_id": 10300600, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 1, + "flags": 0, + "unit_base_id": 103006, + "flavor": "An elf working for the forces of darkness. Or so she says, at least." + }, + { + "skill_id": 0, + "strength": 750, + "rare": 4, + "name": "Shadow Elf +1", + "max_level": 50, + "attribute": 5, + "hp": 1250, + "unit_id": 10300601, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 16, + "flags": 0, + "unit_base_id": 103006, + "flavor": "An elf working for the forces of darkness. Or so she says, at least. She leaves ruins behind her, and fear goes ahead her." + }, + { + "skill_id": 0, + "strength": 900, + "rare": 5, + "name": "Shadow Elf +2", + "max_level": 60, + "attribute": 5, + "hp": 1500, + "unit_id": 10300602, + "sex": 1, + "ability_id": 0, + "job": 1, + "cost": 25, + "flags": 0, + "unit_base_id": 103006, + "flavor": "An elf working for the forces of darkness. Or so she says, at least. She leaves ruins behind her, and fear goes ahead her. You wouldn't want to face her on a battlefield." + }, { "skill_id": 0, "strength": 750, -- cgit v1.2.3-60-g2f50