MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceVaalSideAreaStrongboxShrine
Stitched Brute
亡灵
幽魂Y
幽魂 取代Metadata/Monsters/FaridunLeague/FaridunFleshHulk/FaridunFleshHulkSpectre
标签humanoid, not_dex, not_int, ranged, red_blood, undead, very_slow_movement
Packs
  • Stitched Brute, Reassembled Dead
  • 生命
    400%
    护甲
    +30%
    异常状态临界值
    400%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold0 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    200%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    7 ~ 11
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    FaridunFleshHulk
    Metadata
    FaridunFleshHulk_
    等级
    68
    生命
    25,733
    护甲
    37,427
    闪避值
    4,739
    伤害
    747
    法术伤害
    747
    命中
    580
    攻击间隔
    1.5
    经验值
    20,510
    召唤物生命
    5,582
    召唤物伤害
    597
    异常状态临界值
    25,733
    冰缓
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 598—897
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MPSFleshHulkFleshBoulder
    法术, 投射物, 玩家投射物, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 22.42 - 33.63 物理伤害
    投射物贯穿所有目标
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [281]
    number of projectiles override [1]
    projectile ballistic angle from reference event [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    projectiles not offset [1]
    GSFleshHulkFleshBoulderImpact
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 582.7 - 874 物理伤害
    击中时有 50% 的几率使敌人中毒
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-75]
    SSMFleshHulkBoulderThrowWorms
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    alternate minion [678]
    minion dies when parent deleted [1]
    minion dies when parent dies [1]
    monster no drops or experience [1]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    EAAFleshHulkBoulderSlam
    攻击
    基本伤害: 598—897
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FaridunLeague/FaridunFleshHulk/FaridunFleshHulk_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Stitched Brute",
        life = 4,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSFleshHulkFleshBoulder",
            "SSMFleshHulkBoulderThrowWorms",
            "EAAFleshHulkBoulderSlam",
            "GSFleshHulkFleshBoulderImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSFleshHulkFleshBoulder"] = {
        name = "MPSFleshHulkFleshBoulder",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_projectiles_override",
            "monster_projectile_variation",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "projectiles_not_offset",
            "projectile_ballistic_angle_from_reference_event",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 281, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMFleshHulkBoulderThrowWorms"] = {
        name = "SSMFleshHulkBoulderThrowWorms",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
            "minion_dies_when_parent_dies",
            "minion_dies_when_parent_deleted",
        },
        levels = {
            [1] = {3, 678, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAFleshHulkBoulderSlam"] = {
        name = "EAAFleshHulkBoulderSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFleshHulkFleshBoulderImpact"] = {
        name = "GSFleshHulkFleshBoulderImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_chance_to_poison_on_hit_%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Stitched Brute
    亡灵
    幽魂Y
    标签humanoid, not_dex, not_int, ranged, red_blood, undead, very_slow_movement
    生命
    320%
    护甲
    +30%
    异常状态临界值
    320%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold0 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    200%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    7 ~ 11
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    FaridunFleshHulkSpectre
    Metadata
    FaridunFleshHulkSpectre
    等级
    68
    生命
    20,587
    护甲
    37,427
    闪避值
    4,739
    伤害
    747
    法术伤害
    747
    命中
    580
    攻击间隔
    1.5
    经验值
    20,510
    召唤物生命
    4,465
    召唤物伤害
    597
    异常状态临界值
    20,587
    冰缓
    65
    Shock
    65
    Brittle
    368
    Scorch
    65
    Sap
    180
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 598—897
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MPSFleshHulkFleshBoulder
    法术, 投射物, 玩家投射物, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 22.42 - 33.63 物理伤害
    投射物贯穿所有目标
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [281]
    number of projectiles override [1]
    projectile ballistic angle from reference event [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    projectiles not offset [1]
    GSFleshHulkFleshBoulderImpact
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 582.7 - 874 物理伤害
    击中时有 50% 的几率使敌人中毒
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-75]
    SSMFleshHulkBoulderThrowWorms
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    alternate minion [678]
    minion dies when parent deleted [1]
    minion dies when parent dies [1]
    monster no drops or experience [1]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    EAAFleshHulkBoulderSlam
    攻击
    基本伤害: 598—897
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FaridunLeague/FaridunFleshHulk/FaridunFleshHulkSpectre"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Stitched Brute",
        life = 3.2,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSFleshHulkFleshBoulder",
            "SSMFleshHulkBoulderThrowWorms",
            "EAAFleshHulkBoulderSlam",
            "GSFleshHulkFleshBoulderImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSFleshHulkFleshBoulder"] = {
        name = "MPSFleshHulkFleshBoulder",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_projectiles_override",
            "monster_projectile_variation",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "projectiles_not_offset",
            "projectile_ballistic_angle_from_reference_event",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 281, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMFleshHulkBoulderThrowWorms"] = {
        name = "SSMFleshHulkBoulderThrowWorms",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
            "minion_dies_when_parent_dies",
            "minion_dies_when_parent_deleted",
        },
        levels = {
            [1] = {3, 678, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAFleshHulkBoulderSlam"] = {
        name = "EAAFleshHulkBoulderSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFleshHulkFleshBoulderImpact"] = {
        name = "GSFleshHulkFleshBoulderImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_chance_to_poison_on_hit_%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Stitched Brute
    亡灵
    幽魂Y
    幽魂 取代Metadata/Monsters/FaridunLeague/FaridunFleshHulk/FaridunFleshHulkSpectre
    标签humanoid, not_dex, not_int, ranged, red_blood, undead, very_slow_movement
    生命
    400%
    护甲
    +30%
    异常状态临界值
    400%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold0 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    200%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    7 ~ 11
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    FaridunFleshHulk
    Metadata
    FaridunFleshHulkLegion_
    等级
    68
    生命
    25,733
    护甲
    37,427
    闪避值
    4,739
    伤害
    747
    法术伤害
    747
    命中
    580
    攻击间隔
    1.5
    经验值
    20,510
    召唤物生命
    5,582
    召唤物伤害
    597
    异常状态临界值
    25,733
    冰缓
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 598—897
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MPSFleshHulkFleshBoulder
    法术, 投射物, 玩家投射物, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 22.42 - 33.63 物理伤害
    投射物贯穿所有目标
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [281]
    number of projectiles override [1]
    projectile ballistic angle from reference event [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    projectiles not offset [1]
    GSFleshHulkFleshBoulderImpact
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 582.7 - 874 物理伤害
    击中时有 50% 的几率使敌人中毒
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-75]
    SSMFleshHulkBoulderThrowWorms
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    alternate minion [678]
    minion dies when parent deleted [1]
    minion dies when parent dies [1]
    monster no drops or experience [1]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    EAAFleshHulkBoulderSlam
    攻击
    基本伤害: 598—897
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FaridunLeague/FaridunFleshHulk/FaridunFleshHulkLegion_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Stitched Brute",
        life = 4,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSFleshHulkFleshBoulder",
            "SSMFleshHulkBoulderThrowWorms",
            "EAAFleshHulkBoulderSlam",
            "GSFleshHulkFleshBoulderImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSFleshHulkFleshBoulder"] = {
        name = "MPSFleshHulkFleshBoulder",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_projectiles_override",
            "monster_projectile_variation",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "projectiles_not_offset",
            "projectile_ballistic_angle_from_reference_event",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 281, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMFleshHulkBoulderThrowWorms"] = {
        name = "SSMFleshHulkBoulderThrowWorms",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
            "minion_dies_when_parent_dies",
            "minion_dies_when_parent_deleted",
        },
        levels = {
            [1] = {3, 678, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAFleshHulkBoulderSlam"] = {
        name = "EAAFleshHulkBoulderSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFleshHulkFleshBoulderImpact"] = {
        name = "GSFleshHulkFleshBoulderImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_chance_to_poison_on_hit_%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Stitched Brute
    亡灵
    幽魂Y
    幽魂 取代Metadata/Monsters/FaridunLeague/FaridunFleshHulk/FaridunFleshHulkSpectre
    标签humanoid, not_dex, not_int, ranged, red_blood, undead, very_slow_movement
    生命
    400%
    护甲
    +30%
    异常状态临界值
    400%
    抗性
    MonsterResistanceIconFire0 MonsterResistanceIconCold0 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    伤害
    200%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    7 ~ 11
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    FaridunFleshHulk
    Metadata
    FaridunFleshHulkSettlers__
    等级
    68
    生命
    25,733
    护甲
    37,427
    闪避值
    4,739
    伤害
    747
    法术伤害
    747
    命中
    580
    攻击间隔
    1.5
    经验值
    20,510
    召唤物生命
    5,582
    召唤物伤害
    597
    异常状态临界值
    25,733
    冰缓
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 598—897
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MPSFleshHulkFleshBoulder
    法术, 投射物, 玩家投射物, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 22.42 - 33.63 物理伤害
    投射物贯穿所有目标
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [281]
    number of projectiles override [1]
    projectile ballistic angle from reference event [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    projectiles not offset [1]
    GSFleshHulkFleshBoulderImpact
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 582.7 - 874 物理伤害
    击中时有 50% 的几率使敌人中毒
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-75]
    SSMFleshHulkBoulderThrowWorms
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    alternate minion [678]
    minion dies when parent deleted [1]
    minion dies when parent dies [1]
    monster no drops or experience [1]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    EAAFleshHulkBoulderSlam
    攻击
    基本伤害: 598—897
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FaridunLeague/FaridunFleshHulk/FaridunFleshHulkSettlers__"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Stitched Brute",
        life = 4,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSFleshHulkFleshBoulder",
            "SSMFleshHulkBoulderThrowWorms",
            "EAAFleshHulkBoulderSlam",
            "GSFleshHulkFleshBoulderImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSFleshHulkFleshBoulder"] = {
        name = "MPSFleshHulkFleshBoulder",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_projectiles_override",
            "monster_projectile_variation",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "projectiles_not_offset",
            "projectile_ballistic_angle_from_reference_event",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 281, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMFleshHulkBoulderThrowWorms"] = {
        name = "SSMFleshHulkBoulderThrowWorms",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
            "minion_dies_when_parent_dies",
            "minion_dies_when_parent_deleted",
        },
        levels = {
            [1] = {3, 678, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAFleshHulkBoulderSlam"] = {
        name = "EAAFleshHulkBoulderSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFleshHulkFleshBoulderImpact"] = {
        name = "GSFleshHulkFleshBoulderImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_chance_to_poison_on_hit_%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.