diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-04 10:21:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-04 10:21:16 -0300 |
commit | 3845450d71ec1f17dbc780769b27a8f0ba961140 (patch) | |
tree | 002341549f877a42f6ae6c9cc86b0ab6a670d25b /units.json | |
parent | 8fd57055ef7629c5176769704ca122e2fcc00a5c (diff) | |
download | server-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.gz server-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.bz2 server-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.xz server-3845450d71ec1f17dbc780769b27a8f0ba961140.zip |
Fix mana orbs element.
Split fairies from mana eggs in GP tavern.
Increase the chances of getting fairies.
Diffstat (limited to 'units.json')
-rw-r--r-- | units.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1739,7 +1739,7 @@ "rare": 3, "name": "Mana Orb +3", "max_level": 40, - "attribute": 4, + "attribute": 0, "hp": 1, "unit_id": 90003100, "sex": 13, @@ -1756,7 +1756,7 @@ "rare": 4, "name": "Mana Orb +4", "max_level": 50, - "attribute": 4, + "attribute": 0, "hp": 1, "unit_id": 90003101, "sex": 13, @@ -1773,7 +1773,7 @@ "rare": 5, "name": "Mana Orb +5", "max_level": 60, - "attribute": 4, + "attribute": 0, "hp": 1, "unit_id": 90003102, "sex": 13, |