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

{
    "url": "https://swarfarm.com/api/bestiary/1008?format=api",
    "pk": 1008,
    "com2us_id": 1000103,
    "name": "Homunculus(Attack)",
    "image_filename": "unit_icon_0042_2_1.png",
    "element": "Wind",
    "archetype": "Attack",
    "base_stars": 5,
    "natural_stars": 5,
    "obtainable": true,
    "can_awaken": true,
    "is_awakened": false,
    "awaken_bonus": "Gain new skill: Magic Power Explosion (Passive)",
    "skills": [
        {
            "pk": 1601,
            "com2us_id": 10131000,
            "name": "Magic Ray",
            "description": "Attacks the enemy with the power of condensed magic.",
            "slot": 1,
            "cooltime": null,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 5,
            "level_progress_description": "Damage +5%\nDamage +5%\nDamage +10%\nDamage +10%",
            "effect": [],
            "multiplier_formula": "3.8*{ATK}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 3.8]]",
            "icon_filename": "skill_icon_0014_7_7.png"
        },
        {
            "pk": 1605,
            "com2us_id": 10132000,
            "name": "Magic Bullet",
            "description": "Throws a magic ball to attack the enemy target and weakens the Defense for 2 turns with a 50% chance.",
            "slot": 2,
            "cooltime": 4,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 6,
            "level_progress_description": "Damage +5%\nDamage +5%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
            "effect": [],
            "multiplier_formula": "5.8*{ATK}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 5.8]]",
            "icon_filename": "skill_icon_0014_0_3.png"
        },
        {
            "pk": 1612,
            "com2us_id": 10133000,
            "name": "Magic Power Burst",
            "description": "Attacks the enemy target to inflict damage. The damage increases by 20% for each harmful effect on the enemy.",
            "slot": 3,
            "cooltime": 5,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 5,
            "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
            "effect": [],
            "multiplier_formula": "8.0*{ATK}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 8.0]]",
            "icon_filename": "skill_icon_0014_5_3.png"
        }
    ],
    "leader_skill": null,
    "homunculus_skills": [
        {
            "skill": {
                "pk": 1602,
                "com2us_id": 10131010,
                "name": "Shock Ray",
                "description": "Attacks the enemy target to decrease the Defense for 2 turns with a 30% chance.",
                "slot": 1,
                "cooltime": null,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 5,
                "level_progress_description": "Damage +5%\nDamage +5%\nDamage +10%\nDamage +10%",
                "effect": [
                    {
                        "name": "Decrease DEF",
                        "is_buff": false,
                        "description": "The target's Defense will be decreased by 70%.",
                        "icon_filename": "debuff_defence_down.png"
                    }
                ],
                "multiplier_formula": "3.8*{ATK}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 3.8]]",
                "icon_filename": "skill_icon_0014_9_3.png"
            },
            "craft_materials": [
                {
                    "quantity": 50000
                },
                {
                    "quantity": 150
                },
                {
                    "quantity": 50
                },
                {
                    "quantity": 50
                },
                {
                    "quantity": 100
                }
            ],
            "prerequisites": [
                1601
            ]
        },
        {
            "skill": {
                "pk": 1603,
                "com2us_id": 10131011,
                "name": "Shock Ray - Chain",
                "description": "Attacks the enemy target 3 times to decrease the Defense for 2 turns with a 30% chance each.",
                "slot": 1,
                "cooltime": null,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 5,
                "level_progress_description": "Damage +5%\nDamage +5%\nDamage +10%\nDamage +10%",
                "effect": [
                    {
                        "name": "Decrease DEF",
                        "is_buff": false,
                        "description": "The target's Defense will be decreased by 70%.",
                        "icon_filename": "debuff_defence_down.png"
                    }
                ],
                "multiplier_formula": "1.3*{ATK}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 1.3]]",
                "icon_filename": "skill_icon_0014_4_4.png"
            },
            "craft_materials": [
                {
                    "quantity": 75000
                },
                {
                    "quantity": 300
                },
                {
                    "quantity": 100
                },
                {
                    "quantity": 100
                },
                {
                    "quantity": 200
                }
            ],
            "prerequisites": [
                1602
            ]
        },
        {
            "skill": {
                "pk": 1604,
                "com2us_id": 10131012,
                "name": "Shock Ray - Amplify",
                "description": "Attacks the enemy target to deal damage proportionate to the target's MAX HP and decreases the Defense for 2 turns with a 30% chance.",
                "slot": 1,
                "cooltime": null,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 5,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nEffect Rate +15%",
                "effect": [
                    {
                        "name": "Decrease DEF",
                        "is_buff": false,
                        "description": "The target's Defense will be decreased by 70%.",
                        "icon_filename": "debuff_defence_down.png"
                    }
                ],
                "multiplier_formula": "3.5*{ATK} + 0.02*{Target MAX HP}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 3.5], [\"+\"], [\"TARGET_TOT_HP\", \"*\", 0.02]]",
                "icon_filename": "skill_icon_0014_5_4.png"
            },
            "craft_materials": [
                {
                    "quantity": 75000
                },
                {
                    "quantity": 300
                },
                {
                    "quantity": 100
                },
                {
                    "quantity": 100
                },
                {
                    "quantity": 200
                }
            ],
            "prerequisites": [
                1602
            ]
        },
        {
            "skill": {
                "pk": 1606,
                "com2us_id": 10132010,
                "name": "Air Magic Bullet",
                "description": "Attacks the enemy target to remove 1 beneficial effect with a 50% chance and decreases the Attack Speed for 2 turns with a 100% chance.",
                "slot": 2,
                "cooltime": 4,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 6,
                "level_progress_description": "Damage +5%\nDamage +5%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "5.8*{ATK}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 5.8]]",
                "icon_filename": "skill_icon_0014_0_5.png"
            },
            "craft_materials": [
                {
                    "quantity": 150000
                },
                {
                    "quantity": 450
                },
                {
                    "quantity": 150
                },
                {
                    "quantity": 150
                },
                {
                    "quantity": 300
                }
            ],
            "prerequisites": [
                1604,
                1603
            ]
        },
        {
            "skill": {
                "pk": 1607,
                "com2us_id": 10132020,
                "name": "Lightning Magic Bullet",
                "description": "Attacks the enemy target to deal damage proportionate to the target's MAX HP and stuns the target for 1 turn.",
                "slot": 2,
                "cooltime": 4,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 6,
                "level_progress_description": "Damage +5%\nDamage +5%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "5.0*{ATK} + 0.05*{Target MAX HP}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 5.0], [\"+\"], [\"TARGET_TOT_HP\", \"*\", 0.05]]",
                "icon_filename": "skill_icon_0014_1_5.png"
            },
            "craft_materials": [
                {
                    "quantity": 150000
                },
                {
                    "quantity": 150
                },
                {
                    "quantity": 150
                },
                {
                    "quantity": 300
                },
                {
                    "quantity": 450
                }
            ],
            "prerequisites": [
                1604,
                1603
            ]
        },
        {
            "skill": {
                "pk": 1608,
                "com2us_id": 10132011,
                "name": "Air Magic Bullet - Brand",
                "description": "Attacks the enemy target to remove 1 beneficial effect with a 50% chance. Decreases the Attack Speed and leaves the Branding Effect for 2 turns with a 100% chance each.",
                "slot": 2,
                "cooltime": 4,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 6,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "5.8*{ATK}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 5.8]]",
                "icon_filename": "skill_icon_0014_0_6.png"
            },
            "craft_materials": [
                {
                    "quantity": 225000
                },
                {
                    "quantity": 600
                },
                {
                    "quantity": 200
                },
                {
                    "quantity": 400
                },
                {
                    "quantity": 200
                }
            ],
            "prerequisites": [
                1606
            ]
        },
        {
            "skill": {
                "pk": 1609,
                "com2us_id": 10132012,
                "name": "Air Magic Bullet - Chain",
                "description": "Attacks the enemy target 3 times, each attack having a 50% chance to remove 1 beneficial effect of the enemy and 100% chance to decrease the Attack Speed for 2 turns.",
                "slot": 2,
                "cooltime": 4,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 6,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "2.0*{ATK}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 2.0]]",
                "icon_filename": "skill_icon_0014_1_6.png"
            },
            "craft_materials": [
                {
                    "quantity": 225000
                },
                {
                    "quantity": 600
                },
                {
                    "quantity": 200
                },
                {
                    "quantity": 200
                },
                {
                    "quantity": 400
                }
            ],
            "prerequisites": [
                1606
            ]
        },
        {
            "skill": {
                "pk": 1610,
                "com2us_id": 10132021,
                "name": "Air Magic Bullet - Advance",
                "description": "Attacks the enemy target to deal damage proportionate to the target's MAX HP and stuns the target for 1 turn. If the target is immune to stun, the damage increases by 100%.",
                "slot": 2,
                "cooltime": 4,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 6,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "5.0*{ATK} + 0.05*{Target MAX HP}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 5.0], [\"+\"], [\"TARGET_TOT_HP\", \"*\", 0.05]]",
                "icon_filename": "skill_icon_0014_2_6.png"
            },
            "craft_materials": [
                {
                    "quantity": 225000
                },
                {
                    "quantity": 600
                },
                {
                    "quantity": 200
                },
                {
                    "quantity": 200
                },
                {
                    "quantity": 400
                }
            ],
            "prerequisites": [
                1607
            ]
        },
        {
            "skill": {
                "pk": 1611,
                "com2us_id": 10132022,
                "name": "Lightning Magic Bullet - Suppress",
                "description": "Attacks the enemy target to stun the target for 1 turn and increases the skill cooldown time by 2 turns. The damage is proportionate to the enemy's MAX HP.",
                "slot": 2,
                "cooltime": 4,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 6,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "5.0*{ATK} + 0.05*{Target MAX HP}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 5.0], [\"+\"], [\"TARGET_TOT_HP\", \"*\", 0.05]]",
                "icon_filename": "skill_icon_0014_3_6.png"
            },
            "craft_materials": [
                {
                    "quantity": 400
                },
                {
                    "quantity": 225000
                },
                {
                    "quantity": 600
                },
                {
                    "quantity": 200
                },
                {
                    "quantity": 200
                }
            ],
            "prerequisites": [
                1607
            ]
        },
        {
            "skill": {
                "pk": 1613,
                "com2us_id": 10133010,
                "name": "Whirling Wind",
                "description": "Attacks the enemy target 3 times to weaken the Defense and leaves a Branding Effect for 2 turns. A huge damage will be inflicted in the end.",
                "slot": 3,
                "cooltime": 5,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 5,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "2.5*{ATK}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 2.5]]",
                "icon_filename": "skill_icon_0014_2_7.png"
            },
            "craft_materials": [
                {
                    "quantity": 500000
                },
                {
                    "quantity": 750
                },
                {
                    "quantity": 250
                },
                {
                    "quantity": 250
                },
                {
                    "quantity": 500
                }
            ],
            "prerequisites": [
                1608,
                1609
            ]
        },
        {
            "skill": {
                "pk": 1614,
                "com2us_id": 10133020,
                "name": "Magic Bullet Madness",
                "description": "Randomly attacks the enemies 5 times to decrease the Attack Power for 2 turns. The inflicted damage increases if the same target gets hit again.",
                "slot": 3,
                "cooltime": 5,
                "hits": 5,
                "passive": false,
                "aoe": false,
                "max_level": 5,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "1.8*{ATK}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 1.8]]",
                "icon_filename": "skill_icon_0014_3_7.png"
            },
            "craft_materials": [
                {
                    "quantity": 500000
                },
                {
                    "quantity": 500
                },
                {
                    "quantity": 750
                },
                {
                    "quantity": 250
                },
                {
                    "quantity": 250
                }
            ],
            "prerequisites": [
                1608,
                1609
            ]
        },
        {
            "skill": {
                "pk": 1615,
                "com2us_id": 10133030,
                "name": "Sharp Wind",
                "description": "Attacks the enemy target to deal damage proportionate to the target's MAX HP and decreases its Defense for 2 turns.",
                "slot": 3,
                "cooltime": 5,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 5,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
                "effect": [
                    {
                        "name": "Decrease DEF",
                        "is_buff": false,
                        "description": "The target's Defense will be decreased by 70%.",
                        "icon_filename": "debuff_defence_down.png"
                    }
                ],
                "multiplier_formula": "5.0*{ATK} + 0.2*{Target MAX HP}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 5.0], [\"+\"], [\"TARGET_TOT_HP\", \"*\", 0.2]]",
                "icon_filename": "skill_icon_0014_4_7.png"
            },
            "craft_materials": [
                {
                    "quantity": 250
                },
                {
                    "quantity": 500
                },
                {
                    "quantity": 500000
                },
                {
                    "quantity": 750
                },
                {
                    "quantity": 250
                }
            ],
            "prerequisites": [
                1610,
                1611
            ]
        },
        {
            "skill": {
                "pk": 1616,
                "com2us_id": 10133040,
                "name": "Soul Shot",
                "description": "Attacks the enemy target to increase the target's skill cooldown time by 2 turns. The enemy can't be revived if the enemy is defeated with this skill.",
                "slot": 3,
                "cooltime": 5,
                "hits": 1,
                "passive": false,
                "aoe": false,
                "max_level": 5,
                "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
                "effect": [],
                "multiplier_formula": "8.0*{ATK}",
                "multiplier_formula_raw": "[[\"ATK\", \"*\", 8.0]]",
                "icon_filename": "skill_icon_0014_5_7.png"
            },
            "craft_materials": [
                {
                    "quantity": 500000
                },
                {
                    "quantity": 750
                },
                {
                    "quantity": 250
                },
                {
                    "quantity": 250
                },
                {
                    "quantity": 500
                }
            ],
            "prerequisites": [
                1610,
                1611
            ]
        }
    ],
    "base_hp": 6540,
    "base_attack": 565,
    "base_defense": 452,
    "speed": 100,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "max_lvl_hp": 8895,
    "max_lvl_attack": 769,
    "max_lvl_defense": 615,
    "awakens_from": null,
    "awakens_to": {
        "url": "https://swarfarm.com/api/bestiary/1012?format=api",
        "pk": 1012,
        "name": "Homunculus(Attack)",
        "element": "Wind"
    },
    "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": 10,
    "awaken_mats_wind_high": 20,
    "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": 5,
    "awaken_mats_magic_high": 15,
    "source": [],
    "fusion_food": false,
    "homunculus": true
}