diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-03 01:28:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-03 01:28:54 -0300 |
commit | bef6cf7eb8a6d0e7b23d4b0a33d6558f73512c4f (patch) | |
tree | 80be43c8bb48732cf4c39f91e53f3e40dad5220a | |
parent | 2a762d374c9bae6fe995a57ef0667ab08bdf36e1 (diff) | |
download | server-bef6cf7eb8a6d0e7b23d4b0a33d6558f73512c4f.tar.gz server-bef6cf7eb8a6d0e7b23d4b0a33d6558f73512c4f.tar.bz2 server-bef6cf7eb8a6d0e7b23d4b0a33d6558f73512c4f.tar.xz server-bef6cf7eb8a6d0e7b23d4b0a33d6558f73512c4f.zip |
A unit was missing! :o
-rw-r--r-- | units.json | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -1752,6 +1752,57 @@ }, { "skill_id": 0, + "strength": 1500, + "rare": 5, + "name": "Morgan the Gryphon Rider", + "ability_id": 0, + "attribute": 3, + "hp": 900, + "unit_id": 10500300, + "sex": 1, + "max_level": 60, + "job": 3, + "cost": 1, + "flags": 0, + "unit_base_id": 105003, + "flavor": "Morgan mounted at her gryphon is invencible." + }, + { + "skill_id": 0, + "strength": 1750, + "rare": 6, + "name": "Morgan the Gryphon Rider +1", + "ability_id": 0, + "attribute": 3, + "hp": 1050, + "unit_id": 10500301, + "sex": 1, + "max_level": 70, + "job": 3, + "cost": 36, + "flags": 0, + "unit_base_id": 105003, + "flavor": "Morgan mounted at her gryphon is invencible. She is a sight to behold." + }, + { + "skill_id": 0, + "strength": 2000, + "rare": 7, + "name": "Morgan the Gryphon Rider +2", + "ability_id": 0, + "attribute": 3, + "hp": 1200, + "unit_id": 10500301, + "sex": 1, + "max_level": 80, + "job": 3, + "cost": 49, + "flags": 0, + "unit_base_id": 105003, + "flavor": "Morgan mounted at her gryphon is invencible. She is a sight to behold. Enemies tries to flee without success from her." + }, + { + "skill_id": 0, "strength": 900, "rare": 5, "name": "Agbadi, the Hero", |