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

{
    "url": "https://swarfarm.com/api/bestiary/225?format=api",
    "pk": 225,
    "com2us_id": 14002,
    "name": "Werewolf",
    "image_filename": "unit_icon_0015_1_0.png",
    "element": "Fire",
    "archetype": "HP",
    "base_stars": 3,
    "natural_stars": 3,
    "obtainable": true,
    "can_awaken": true,
    "is_awakened": false,
    "awaken_bonus": "Increases SPD by 15",
    "skills": [
        {
            "pk": 650,
            "com2us_id": 5602,
            "name": "Merciless Claws",
            "description": "Attacks the enemy with claws and disturbs the enemy's HP recovery for 1 turn.",
            "slot": 1,
            "cooltime": null,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 5,
            "level_progress_description": "Damage +5%\nDamage +5%\nDamage +5%\nDamage +15%",
            "effect": [
                {
                    "name": "Disturb HP Recovery",
                    "is_buff": false,
                    "description": "The target's HP cannot be recovered.",
                    "icon_filename": "debuff_block_heal.png"
                }
            ],
            "multiplier_formula": "3.7*{ATK} + 50",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 3.7, \"+\", 50]]",
            "icon_filename": "skill_icon_0001_0_0.png"
        },
        {
            "pk": 655,
            "com2us_id": 5607,
            "name": "Surprise Attack",
            "description": "Dashes towards an enemy, inflicting damage 2 times. Each attack has a 30% chance to stun the target for 1 turn. The damage is proportionate to my MAX HP.",
            "slot": 2,
            "cooltime": 4,
            "hits": 2,
            "passive": false,
            "aoe": false,
            "max_level": 6,
            "level_progress_description": "Damage +5%\nDamage +10%\nDamage +10%\nEffect Rate +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": "0.16*{MAX HP}",
            "multiplier_formula_raw": "[[\"ATTACK_TOT_HP\", \"*\", 0.16]]",
            "icon_filename": "skill_icon_0004_9_6.png"
        },
        {
            "pk": 659,
            "com2us_id": 5612,
            "name": "Wild Recovery (Passive)",
            "description": "Recovers HP by 10% every turn. The recovery effects that you receive increases by 100%. [Automatic Effect]",
            "slot": 3,
            "cooltime": null,
            "hits": 0,
            "passive": true,
            "aoe": false,
            "max_level": 1,
            "level_progress_description": "",
            "effect": [
                {
                    "name": "Self-Heal",
                    "is_buff": true,
                    "description": "Heal that affects only the monster who cast the skill",
                    "icon_filename": ""
                }
            ],
            "multiplier_formula": "",
            "multiplier_formula_raw": "[]",
            "icon_filename": "skill_icon_0000_5_0.png"
        }
    ],
    "leader_skill": {
        "attribute": "Accuracy",
        "amount": 26,
        "area": "Guild",
        "element": null
    },
    "homunculus_skills": [],
    "base_hp": 4260,
    "base_attack": 179,
    "base_defense": 192,
    "speed": 99,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "max_lvl_hp": 10710,
    "max_lvl_attack": 450,
    "max_lvl_defense": 483,
    "awakens_from": null,
    "awakens_to": {
        "url": "https://swarfarm.com/api/bestiary/226?format=api",
        "pk": 226,
        "name": "Garoche",
        "element": "Fire"
    },
    "awaken_mats_fire_low": 10,
    "awaken_mats_fire_mid": 15,
    "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": 5,
    "awaken_mats_magic_mid": 10,
    "awaken_mats_magic_high": 0,
    "source": [
        {
            "id": 18,
            "name": "Vrofagus Ruins",
            "description": "",
            "farmable_source": true
        },
        {
            "id": 5,
            "name": "Fire Scroll",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 38,
            "name": "Mystical Scroll or Crystal Summon",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 39,
            "name": "Unknown Scroll or Social Summon",
            "description": "",
            "farmable_source": false
        }
    ],
    "fusion_food": true,
    "homunculus": false
}