diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-12 23:35:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-12 23:35:58 -0300 |
commit | 6bf0005b601595815d0d572556fc3b0cd32ef604 (patch) | |
tree | 55696d3e26873f0be135acb4e0c2636acad7cce9 | |
parent | d997892ad50c987e9260b860dd03fe9f631a4a76 (diff) | |
download | server-6bf0005b601595815d0d572556fc3b0cd32ef604.tar.gz server-6bf0005b601595815d0d572556fc3b0cd32ef604.tar.bz2 server-6bf0005b601595815d0d572556fc3b0cd32ef604.tar.xz server-6bf0005b601595815d0d572556fc3b0cd32ef604.zip |
Update summons
-rw-r--r-- | summons.json | 118 |
1 files changed, 107 insertions, 11 deletions
diff --git a/summons.json b/summons.json index 62c2daa..f90d455 100644 --- a/summons.json +++ b/summons.json @@ -1,33 +1,129 @@ [ { - "name": "Little Wonders", + "name": "The Doctor", "desc": "Small HP healing to all allies.", "type": 64, - "strength": 10, + "strength": 15, "attribute": 4, "cost": 10 }, { - "name": "Spirit of Battle", - "desc": "Small HP healing to all allies. Buffs attack.", - "type": 72, + "name": "Lurking Danger", + "desc": "Attack all enemies.", + "type": 4, + "strength": 15, + "attribute": 4, + "cost": 10 + }, + { + "name": "The Professor", + "desc": "ATK Up for all allies.", + "type": 8, "strength": 15, "attribute": 4, + "cost": 10 + }, + { + "name": "Barricate Worker", + "desc": "Defense Up for all allies.", + "type": 16, + "strength": 15, + "attribute": 4, + "cost": 10 + }, + { + "name": "The Strategist", + "desc": "Small HP healing and ATK buff to all allies.", + "type": 72, + "strength": 20, + "attribute": 4, "cost": 20 }, { - "name": "Holy Blessing", - "desc": "Small HP healing and ATK buff to all allies. Holy damage to all enemies.", - "type": 76, + "name": "Peacekeeping Garcie", + "desc": "Small HP healing and DEF buff to all allies.", + "type": 80, + "strength": 20, + "attribute": 4, + "cost": 20 + }, + { + "name": "The Hero", + "desc": "Small HP healing and attack all enemies.", + "type": 68, + "strength": 20, + "attribute": 4, + "cost": 20 + }, + { + "name": "Stop Smiling", + "desc": "ATK/DEF buff to all allies.", + "type": 24, "strength": 20, "attribute": 4, + "cost": 20 + }, + { + "name": "Hunter Frog", + "desc": "ATK buff to all allies, also attack enemies.", + "type": 12, + "strength": 20, + "attribute": 4, + "cost": 20 + }, + { + "name": "Sand Giants", + "desc": "DEF buff to all allies, also attack enemies.", + "type": 20, + "strength": 20, + "attribute": 4, + "cost": 20 + }, + { + "name": "Monster Emperor", + "desc": "ATK/DEF buff to all allies, also attack enemies.", + "type": 28, + "strength": 25, + "attribute": 4, + "cost": 30 + }, + { + "name": "Queen of Dragons", + "desc": "DEF buff to all allies, also attack enemies and heals.", + "type": 84, + "strength": 25, + "attribute": 4, "cost": 30 }, { - "name": "Debug Lord", - "desc": "Small HP healing and ATK buff to all allies. Holy damage to all enemies.", + "name": "Final Gambit", + "desc": "ATK buff to all allies, also attack enemies and heals.", + "type": 76, + "strength": 25, + "attribute": 4, + "cost": 30 + }, + { + "name": "The Artist", + "desc": "ATK/DEF buff to all allies and heals.", + "type": 88, + "strength": 25, + "attribute": 4, + "cost": 30 + }, + { + "name": "Lady of War", + "desc": "ATK/DEF buff to all allies, heals, and attacks.", "type": 92, - "strength": 20, + "strength": 30, + "attribute": 4, + "cost": 40 + }, + { + "name": "Follow the White Rabbit", + "desc": "Small HP healing and ATK/DEF buff to all allies. Holy damage to all enemies. Debug summon.", + "type": 92, + "strength": 10, "attribute": 4, "cost": 0 } |