diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-24 09:22:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-24 09:22:14 -0300 |
commit | 99e2bb93c20253f87bcfbd579255326d6be1046c (patch) | |
tree | e458bec059200f9c44375a2c9f88448e36aa05eb /units.json | |
parent | 7243e3f00e42c5ac14b800f4c75fd9c469ffa8e9 (diff) | |
download | server-99e2bb93c20253f87bcfbd579255326d6be1046c.tar.gz server-99e2bb93c20253f87bcfbd579255326d6be1046c.tar.bz2 server-99e2bb93c20253f87bcfbd579255326d6be1046c.tar.xz server-99e2bb93c20253f87bcfbd579255326d6be1046c.zip |
Add Nourished Flower, the girl from Main Menu
Diffstat (limited to 'units.json')
-rw-r--r-- | units.json | 53 |
1 files changed, 52 insertions, 1 deletions
@@ -1902,5 +1902,56 @@ "flags": 0, "unit_base_id": 104004, "flavor": "\"Look at the tree, Carrot!\". I wonder when they will decorate it? Let's enjoy Christmas togheter!" + }, + { + "skill_id": 0, + "strength": 1200, + "rare": 5, + "name": "Nourished Flower", + "max_level": 60, + "attribute": 3, + "hp": 1200, + "unit_id": 10500100, + "sex": 1, + "ability_id": 0, + "job": 4, + "cost": 1, + "flags": 0, + "unit_base_id": 105001, + "flavor": "A standard unit in the game with a not very creative name." + }, + { + "skill_id": 0, + "strength": 1400, + "rare": 6, + "name": "Nourished Flower +1", + "max_level": 70, + "attribute": 3, + "hp": 1400, + "unit_id": 10500101, + "sex": 1, + "ability_id": 0, + "job": 4, + "cost": 36, + "flags": 0, + "unit_base_id": 105001, + "flavor": "A standard unit in the game with a not very creative name." + }, + { + "skill_id": 0, + "strength": 1600, + "rare": 7, + "name": "Nourished Flower +2", + "max_level": 80, + "attribute": 3, + "hp": 1600, + "unit_id": 10500102, + "sex": 1, + "ability_id": 0, + "job": 4, + "cost": 49, + "flags": 0, + "unit_base_id": 105001, + "flavor": "A standard unit in the game with a not very creative name." } -] +]
\ No newline at end of file |