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

{
    "url": "https://swarfarm.com/api/bestiary/161?format=api",
    "pk": 161,
    "com2us_id": 10404,
    "name": "Yeti",
    "image_filename": "unit_icon_0001_3_1.png",
    "element": "Light",
    "archetype": "Defense",
    "base_stars": 2,
    "natural_stars": 2,
    "obtainable": true,
    "can_awaken": true,
    "is_awakened": false,
    "awaken_bonus": "Gain new skill: Silent Rage(Passive)",
    "skills": [
        {
            "pk": 249,
            "com2us_id": 1404,
            "name": "Slash Hook",
            "description": "Attacks an enemy 2 times with fast punches. Each punch has a 50% chance to decrease the enemy's Attack Speed for 1 turn.",
            "slot": 1,
            "cooltime": null,
            "hits": 2,
            "passive": false,
            "aoe": false,
            "max_level": 7,
            "level_progress_description": "Damage +5%\nDamage +5%\nEffect Rate +10%\nDamage +10%\nDamage +10%\nEffect Rate +20%",
            "effect": [
                {
                    "name": "Decrease SPD",
                    "is_buff": false,
                    "description": "The target's Attack Speed will be decreased by 30%.",
                    "icon_filename": "debuff_slow.png"
                }
            ],
            "multiplier_formula": "1.9*{ATK} + 20",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 1.9, \"+\", 20]]",
            "icon_filename": "skill_icon_0000_4_4.png"
        },
        {
            "pk": 255,
            "com2us_id": 1409,
            "name": "Heavy Slash",
            "description": "Attacks the enemy 2 times and stuns the enemy for 1 turn with a 30% chance for each attack. This attack will deal more damage according to your Defense.",
            "slot": 2,
            "cooltime": 3,
            "hits": 2,
            "passive": false,
            "aoe": false,
            "max_level": 7,
            "level_progress_description": "Damage +10%\nEffect Rate +10%\nDamage +10%\nEffect Rate +10%\nDamage +10%\nCooltime Turn -1",
            "effect": [
                {
                    "name": "Stun",
                    "is_buff": false,
                    "description": "The target will be stunned and won't be able to attack.",
                    "icon_filename": "debuff_stun.png"
                }
            ],
            "multiplier_formula": "1.5*{ATK} + 1.5*{DEF}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 1.5], [\"+\"], [\"DEF\", \"*\", 1.5]]",
            "icon_filename": "skill_icon_0000_9_4.png"
        }
    ],
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 2085,
    "base_attack": 106,
    "base_defense": 164,
    "speed": 100,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "max_lvl_hp": 7575,
    "max_lvl_attack": 384,
    "max_lvl_defense": 593,
    "awakens_from": null,
    "awakens_to": {
        "url": "https://swarfarm.com/api/bestiary/162?format=api",
        "pk": 162,
        "name": "Arkajan",
        "element": "Light"
    },
    "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": 15,
    "awaken_mats_light_mid": 1,
    "awaken_mats_light_high": 0,
    "awaken_mats_dark_low": 0,
    "awaken_mats_dark_mid": 0,
    "awaken_mats_dark_high": 0,
    "awaken_mats_magic_low": 20,
    "awaken_mats_magic_mid": 0,
    "awaken_mats_magic_high": 0,
    "source": [
        {
            "id": 10,
            "name": "Secret Dungeon",
            "description": "",
            "farmable_source": true
        }
    ],
    "fusion_food": false,
    "homunculus": false
}