diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-03 01:35:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-03 01:35:05 -0300 |
commit | a59d20a19c82a43e4f0967d0b240a5e60da53fc6 (patch) | |
tree | 0643a6d1f2a88b46c2db9e62b4a94630ed998807 | |
parent | bef6cf7eb8a6d0e7b23d4b0a33d6558f73512c4f (diff) | |
download | server-a59d20a19c82a43e4f0967d0b240a5e60da53fc6.tar.gz server-a59d20a19c82a43e4f0967d0b240a5e60da53fc6.tar.bz2 server-a59d20a19c82a43e4f0967d0b240a5e60da53fc6.tar.xz server-a59d20a19c82a43e4f0967d0b240a5e60da53fc6.zip |
Add a couple new 5* units, I am not terribly creative with names :(
-rw-r--r-- | units.json | 102 |
1 files changed, 102 insertions, 0 deletions
@@ -2058,6 +2058,108 @@ }, { "skill_id": 0, + "strength": 1200, + "rare": 5, + "name": "Leila the Ranger", + "ability_id": 0, + "attribute": 3, + "hp": 1221, + "unit_id": 10500900, + "sex": 1, + "max_level": 60, + "job": 4, + "cost": 25, + "flags": 0, + "unit_base_id": 105009, + "flavor": "Her sharp shoots have never missed their target." + }, + { + "skill_id": 0, + "strength": 1400, + "rare": 6, + "name": "Leila the Ranger +1", + "ability_id": 0, + "attribute": 3, + "hp": 1424, + "unit_id": 10500901, + "sex": 1, + "max_level": 70, + "job": 4, + "cost": 36, + "flags": 0, + "unit_base_id": 105009, + "flavor": "Her sharp shoots have never missed their target. Rumors say she never failed a single mission ever." + }, + { + "skill_id": 0, + "strength": 1600, + "rare": 7, + "name": "Leila the Ranger +2", + "ability_id": 0, + "attribute": 3, + "hp": 1628, + "unit_id": 10500902, + "sex": 1, + "max_level": 80, + "job": 4, + "cost": 49, + "flags": 0, + "unit_base_id": 105009, + "flavor": "Her sharp shoots have never missed their target. Rumors say she never failed a single mission ever. No one wants to be at the wrong side of her bow." + }, + { + "skill_id": 0, + "strength": 1521, + "rare": 5, + "name": "Ophelia the Wizard", + "ability_id": 0, + "attribute": 4, + "hp": 927, + "unit_id": 10501000, + "sex": 1, + "max_level": 60, + "job": 3, + "cost": 25, + "flags": 0, + "unit_base_id": 105010, + "flavor": "\"How can a blind wizard be so powerful?\", her enemies screamed." + }, + { + "skill_id": 0, + "strength": 1774, + "rare": 6, + "name": "Ophelia the Wizard +1", + "ability_id": 0, + "attribute": 4, + "hp": 1081, + "unit_id": 10501001, + "sex": 1, + "max_level": 70, + "job": 3, + "cost": 36, + "flags": 0, + "unit_base_id": 105010, + "flavor": "\"How can a blind wizard be so powerful?\", her enemies screamed. But that's because they don't know how she got blind." + }, + { + "skill_id": 0, + "strength": 2028, + "rare": 7, + "name": "Ophelia the Wizard +2", + "ability_id": 0, + "attribute": 4, + "hp": 1236, + "unit_id": 10501002, + "sex": 1, + "max_level": 80, + "job": 3, + "cost": 49, + "flags": 0, + "unit_base_id": 105010, + "flavor": "\"How can a blind wizard be so powerful?\", her enemies screamed. But that's because they don't know how she got blind. That's because she always could use a powerful blinding light magic. That's how she got blind in first place." + }, + { + "skill_id": 0, "strength": 1, "rare": 3, "name": "Fire Fairy", |