diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-25 22:05:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-25 22:05:51 -0300 |
commit | 45330cf6e8cf6f42cc695a78acaabaf921b61cd4 (patch) | |
tree | 436bb2f0329c9761cf68eb9f1d5169fb1c025866 | |
parent | a43b992460ccd912572c15d2d51b0843ac260b81 (diff) | |
download | server-45330cf6e8cf6f42cc695a78acaabaf921b61cd4.tar.gz server-45330cf6e8cf6f42cc695a78acaabaf921b61cd4.tar.bz2 server-45330cf6e8cf6f42cc695a78acaabaf921b61cd4.tar.xz server-45330cf6e8cf6f42cc695a78acaabaf921b61cd4.zip |
Add three new units and their taverns.
-rw-r--r-- | bar.json | 8 | ||||
-rw-r--r-- | units.json | 153 |
2 files changed, 157 insertions, 4 deletions
@@ -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 }, { @@ -579,6 +579,57 @@ }, { "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, "rare": 3, "name": "Pepper, Ice Storm", @@ -783,6 +834,108 @@ }, { "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, "rare": 4, "name": "Hell Blaze", |