GET /api/bestiary/31?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://swarfarm.com/api/bestiary/31?format=api",
    "pk": 31,
    "com2us_id": 10312,
    "name": "Tatu",
    "image_filename": "unit_icon_0001_1_0.png",
    "element": "Fire",
    "archetype": "Attack",
    "base_stars": 3,
    "natural_stars": 2,
    "obtainable": true,
    "can_awaken": true,
    "is_awakened": true,
    "awaken_bonus": "Secondary Awakening",
    "skills": [
        {
            "pk": 162,
            "com2us_id": 1302,
            "name": "Spirit Ball",
            "description": "Attacks the enemy with an Energy ball. The attack has a 50% chance of increasing the enemy's chance to land a Glancing Hit for 2 turns.",
            "slot": 1,
            "cooltime": null,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 8,
            "level_progress_description": "Damage +5%\nDamage +5%\nEffect Rate +5%\nDamage +10%\nEffect Rate +10%\nDamage +10%\nEffect Rate +10%",
            "effect": [
                {
                    "name": "Glancing Hit",
                    "is_buff": false,
                    "description": "The chance of landing a glancing hit will be increased by 50%. Glancing Hits will decrease the damage by 30% and if the attacker has attribute disadvantage, damage will be decreased additionally by 16%.",
                    "icon_filename": "debuff_glancing_hit.png"
                }
            ],
            "multiplier_formula": "3.6*{ATK} + 20",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 3.6, \"+\", 20]]",
            "icon_filename": "skill_icon_0000_9_2.png"
        },
        {
            "pk": 167,
            "com2us_id": 1307,
            "name": "Ignite",
            "description": "Attacks the enemy with a burning flame, inflicting Continuous Damage for 3 turns.",
            "slot": 2,
            "cooltime": 3,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 5,
            "level_progress_description": "Damage +5%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
            "effect": [
                {
                    "name": "Continuous DMG",
                    "is_buff": false,
                    "description": "The target's HP will be damaged by 5% of the MAX HP whenever the target's turn returns. (Ignores Defense)",
                    "icon_filename": "debuff_dot.png"
                }
            ],
            "multiplier_formula": "4.6*{ATK} + 90",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 4.6, \"+\", 90]]",
            "icon_filename": "skill_icon_0000_4_3.png"
        },
        {
            "pk": 168,
            "com2us_id": 1312,
            "name": "Incinerate",
            "description": "Attacks the enemy target to inflict damage. Decreases the duration time of Continuous Damage granted on the target by 1 turn each and inflicts additional damage that's equivalent to that Continuous Damage.",
            "slot": 3,
            "cooltime": 4,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 5,
            "level_progress_description": "Damage +5%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
            "effect": [
                {
                    "name": "Detonate Continuous Damage",
                    "is_buff": false,
                    "description": "Immediately apply the remaining Continuous Damage, consuming the effect",
                    "icon_filename": ""
                }
            ],
            "multiplier_formula": "5.8*{ATK}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 5.8]]",
            "icon_filename": "skill_icon_0000_7_3.png"
        }
    ],
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 2685,
    "base_attack": 292,
    "base_defense": 183,
    "speed": 111,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "max_lvl_hp": 6750,
    "max_lvl_attack": 736,
    "max_lvl_defense": 461,
    "awakens_from": {
        "url": "https://swarfarm.com/api/bestiary/30?format=api",
        "pk": 30,
        "name": "Pixie",
        "element": "Fire"
    },
    "awakens_to": {
        "url": "https://swarfarm.com/api/bestiary/1287?format=api",
        "pk": 1287,
        "name": "Tatu",
        "element": "Fire"
    },
    "awaken_mats_fire_low": 0,
    "awaken_mats_fire_mid": 0,
    "awaken_mats_fire_high": 0,
    "awaken_mats_water_low": 0,
    "awaken_mats_water_mid": 0,
    "awaken_mats_water_high": 0,
    "awaken_mats_wind_low": 0,
    "awaken_mats_wind_mid": 0,
    "awaken_mats_wind_high": 0,
    "awaken_mats_light_low": 0,
    "awaken_mats_light_mid": 0,
    "awaken_mats_light_high": 0,
    "awaken_mats_dark_low": 0,
    "awaken_mats_dark_mid": 0,
    "awaken_mats_dark_high": 0,
    "awaken_mats_magic_low": 0,
    "awaken_mats_magic_mid": 0,
    "awaken_mats_magic_high": 0,
    "source": [
        {
            "id": 36,
            "name": "Magic Shop",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 10,
            "name": "Secret Dungeon",
            "description": "",
            "farmable_source": true
        },
        {
            "id": 39,
            "name": "Unknown Scroll or Social Summon",
            "description": "",
            "farmable_source": false
        }
    ],
    "fusion_food": false,
    "homunculus": false
}