GET /api/skill_effect?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 119,
    "next": null,
    "previous": "https://swarfarm.com/api/skill_effect?format=api",
    "results": [
        {
            "name": "Sacrifice",
            "is_buff": false,
            "description": "Sacrifice proportionate to the damage taken by all enemies and allies on the battlefield accumulates in the Arsenal. When a unit dies, the Arsenal instantly becomes full.",
            "icon_filename": ""
        },
        {
            "name": "Scroll Seal",
            "is_buff": false,
            "description": "Seals the enemy in the scroll, leaving the enemy out of the battle for a designated period of time.",
            "icon_filename": ""
        },
        {
            "name": "Seal",
            "is_buff": true,
            "description": "While under the Seal state, set effects of Despair, Vampire, Violent, Nemesis, Revenge, Destroy, and Seal Runes are not activated.",
            "icon_filename": "debuff_seal.png"
        },
        {
            "name": "Self-Harm",
            "is_buff": false,
            "description": "Deals damage to the monster using the skill. ",
            "icon_filename": ""
        },
        {
            "name": "Self-Heal",
            "is_buff": true,
            "description": "Heal that affects only the monster who cast the skill",
            "icon_filename": ""
        },
        {
            "name": "Shield",
            "is_buff": true,
            "description": "The Shield will absorb a fixed amount of damage.",
            "icon_filename": "buff_shield.png"
        },
        {
            "name": "Silence",
            "is_buff": false,
            "description": "Skills with cooldowns will be locked. (Passive skills not included)",
            "icon_filename": "debuff_silence.png"
        },
        {
            "name": "Skill Limit per Battle",
            "is_buff": false,
            "description": "Skill has a limited number of usages per battle.",
            "icon_filename": ""
        },
        {
            "name": "Sleep",
            "is_buff": false,
            "description": "The target will be put to sleep and won't be able to attack. The sleeping target wakes up when attacked or damaged. In addition, you won't receive glancing Hits when you are attacked.",
            "icon_filename": "debuff_sleep.png"
        },
        {
            "name": "Soul Stone",
            "is_buff": true,
            "description": "1 Soul Stone will be consumed to revive the ally with 20% HP when an ally dies.",
            "icon_filename": "buff_soul_stone.png"
        },
        {
            "name": "Spend Knowledge",
            "is_buff": true,
            "description": "Consumes all stacks of Knowledge",
            "icon_filename": ""
        },
        {
            "name": "Steal Buff",
            "is_buff": false,
            "description": "Remove a beneficial effect and take it for yourself",
            "icon_filename": ""
        },
        {
            "name": "Stun",
            "is_buff": false,
            "description": "The target will be stunned and won't be able to attack.",
            "icon_filename": "debuff_stun.png"
        },
        {
            "name": "Suppress",
            "is_buff": false,
            "description": "The HP is reduced by 50% of the MAX HP if the target uses a skill with cooldown time, and the MAX cooldown time of the used skill is increased by 3 turns.",
            "icon_filename": "debuff_suppress.png"
        },
        {
            "name": "Threat",
            "is_buff": true,
            "description": "The enemy can only attack the target under the Threat state when using the attack skill. The duration of the Threat will be reduced only by skills that attack a single enemy target. The target under the Threat state will be inflicted with 15% less damage when attacked.",
            "icon_filename": "buff_threat.png"
        },
        {
            "name": "Transfer Buff",
            "is_buff": true,
            "description": "Removes a buff from target monster and applies it to the casting monster.",
            "icon_filename": ""
        },
        {
            "name": "Transfer Debuff",
            "is_buff": false,
            "description": "Removes a debuff from casting monster and applies it to the target monster.",
            "icon_filename": ""
        },
        {
            "name": "Unrevivable",
            "is_buff": false,
            "description": "Monsters under this effect cannot be revived during battle. Does not apply to bosses.",
            "icon_filename": "debuff_unrevivable.png"
        },
        {
            "name": "Vampire",
            "is_buff": true,
            "description": "Recovers HP by 20% of the inflicted damage.",
            "icon_filename": "buff_vampire.png"
        }
    ]
}