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

{
    "url": "https://swarfarm.com/api/bestiary/35?format=api",
    "pk": 35,
    "com2us_id": 10412,
    "name": "Tantra",
    "image_filename": "unit_icon_0001_1_2.png",
    "element": "Fire",
    "archetype": "HP",
    "base_stars": 3,
    "natural_stars": 2,
    "obtainable": true,
    "can_awaken": true,
    "is_awakened": true,
    "awaken_bonus": "",
    "skills": [
        {
            "pk": 245,
            "com2us_id": 1402,
            "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_2_4.png"
        },
        {
            "pk": 250,
            "com2us_id": 1407,
            "name": "Fire Burst",
            "description": "Attacks the enemy and decreases the target's Attack Speed for 2 turns. This attack will deal more damage according to your MAX HP.",
            "slot": 2,
            "cooltime": 3,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 5,
            "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
            "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": "2.0*{ATK} + 0.28*{MAX HP}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 2.0], [\"+\"], [\"ATTACK_TOT_HP\", \"*\", 0.28]]",
            "icon_filename": "skill_icon_0000_7_4.png"
        },
        {
            "pk": 252,
            "com2us_id": 1412,
            "name": "Ancestors' Blessing",
            "description": "Creates a shield that's 50% of your MAX HP for 3 turns and recovers 15% of HP at every turn.",
            "slot": 3,
            "cooltime": 5,
            "hits": 0,
            "passive": false,
            "aoe": false,
            "max_level": 4,
            "level_progress_description": "Shield +10%\nShield +10%\nCooltime Turn -1",
            "effect": [
                {
                    "name": "Recovery",
                    "is_buff": true,
                    "description": "The target's HP will be recovered by 15% on each turn.",
                    "icon_filename": "buff_heal.png"
                },
                {
                    "name": "Shield",
                    "is_buff": true,
                    "description": "The Shield will absorb a fixed amount of damage.",
                    "icon_filename": "buff_shield.png"
                }
            ],
            "multiplier_formula": "0.5*{MAX HP}",
            "multiplier_formula_raw": "[[\"ATTACK_TOT_HP\", \"*\", 0.5]]",
            "icon_filename": "skill_icon_0000_2_5.png"
        }
    ],
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 3540,
    "base_attack": 223,
    "base_defense": 196,
    "speed": 101,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "max_lvl_hp": 8895,
    "max_lvl_attack": 560,
    "max_lvl_defense": 494,
    "awakens_from": {
        "url": "https://swarfarm.com/api/bestiary/34?format=api",
        "pk": 34,
        "name": "Yeti",
        "element": "Fire"
    },
    "awakens_to": null,
    "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": true,
    "homunculus": false
}