검은 낫 석궁병
언데드
{{룬}}
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
모든 에너지 보호막 제거
monster gain base ward equal to total maximum life % [20]
Black Scythe Arbalist
SpectreY
Spectre OverrideMetadata/Monsters/LeagueExpedition/Arbalest/ExpeditionArbalestSpectre
Tagsbone_armour, bones, cold_affinity, is_runic_monster, is_unarmed, not_dex, not_int, puncturing_weapon, ranged, skeleton, slow_movement, undead, ward_armour
Packs
  • 검은 낫 석궁병
  • 검은 낫 석궁병, 발굴된 해골 검사, 발굴된 해골 전사, 발굴된 해골 궁수
  • 생명력
    289%
    Ward From Life
    20%
    방어도
    +50%
    Ailment Threshold
    230%
    저항
    0 0 75 0
    Damage
    255%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 68
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    170%
    Model Size
    100%
    Type
    ExpeditionArbalest
    Metadata
    ExpeditionArbalest
    레벨
    68
    생명력
    18,592
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    953
    주문 피해
    953
    정확도
    290
    Attack Time
    1.5
    경험치
    17,434
    Ailment Threshold
    14,797
    Chill
    47
    Shock
    47
    Brittle
    265
    Scorch
    47
    Sap
    129
    MPWExpeditionArbalestProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [145]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MPWExpeditionArbalestSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 85%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    투사체가 모든 대상 관통
    주는 공격 피해 15% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [146]
    number of projectiles override [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    SpawnObjectExpeditionArbalestSnipeObject
    Triggerable, Spell
    시전 속도: 1 초
    GSExpeditionArbalestObjectExplosion
    Triggerable, Attack
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 220%
    공격 피해: 220%
    Attack Time: 1.5 초
    주는 공격 피해 120% 증폭
    주는 피해 33% 감폭
    물리 피해의 100%를 냉기 피해로 전환
    is area damage [1]
    GTExpeditionArbalestRainOfArrows
    Triggerable, Spell
    시전 속도: 2 초
    재사용 대기시간: 4 초
    주는 공격 피해 20% 감폭
    ExpeditionArbalestRainOfArrows
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 95%
    Attack Time: 1.5 초
    주는 공격 피해 5% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    명중 시 35%의 확률로 힘줄 절단
    base is projectile [1]
    EDSExpeditionArbalestROAMarker
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 10 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    cast time overrides attack duration [1]
    SSMArbalestGroundSpawn
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    alternate minion [567]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_EffectDrivenAttack = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_EffectDrivenAttack = "SetStateTo( glowboost, 0 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Arbalest/ExpeditionArbalest"] = {
        name = "Black Scythe Arbalist",
        life = 2.89,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 68,
        accuracy = 1,
        skillList = {
            "MPWExpeditionArbalestProjectile",
            "MPWExpeditionArbalestSnipe",
            "SpawnObjectExpeditionArbalestSnipeObject",
            "GSExpeditionArbalestObjectExplosion",
            "GTExpeditionArbalestRainOfArrows",
            "ExpeditionArbalestRainOfArrows",
            "EDSExpeditionArbalestROAMarker",
            "SSMArbalestGroundSpawn",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestProjectile"] = {
        name = "MPWExpeditionArbalestProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {145, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestSnipe"] = {
        name = "MPWExpeditionArbalestSnipe",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "always_pierce",
        },
        levels = {
            [1] = {146, 30, 1, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionArbalestSnipeObject"] = {
        name = "SpawnObjectExpeditionArbalestSnipeObject",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionArbalestObjectExplosion"] = {
        name = "GSExpeditionArbalestObjectExplosion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {0, 100, baseMultiplier = 2.2, levelRequirement = 83, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTExpeditionArbalestRainOfArrows"] = {
        name = "GTExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionArbalestRainOfArrows"] = {
        name = "ExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "maim_on_hit_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {15, 30, 35, baseMultiplier = 0.95, levelRequirement = 0, statInterpolation = {2},  cost = { }, },
            [2] = {0, 30, 35, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSExpeditionArbalestROAMarker"] = {
        name = "EDSExpeditionArbalestROAMarker",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMArbalestGroundSpawn"] = {
        name = "SSMArbalestGroundSpawn",
        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",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 567, -50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Adds Tagsexpedition_monster
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • 모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • 검은 낫 석궁병
    언데드
    {{룬}}
    모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    Black Scythe Arbalist
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueExpedition/Arbalest/ExpeditionArbalestSpectre
    Area성채 지도
    Tagsbone_armour, bones, cold_affinity, is_runic_monster, is_unarmed, not_dex, not_int, puncturing_weapon, ranged, skeleton, slow_movement, undead, ward_armour
    Packs
  • 성채 지도: 검은 낫 석궁병, 발굴된 해골 궁수
  • 끊어진 원의 드루이드, 성배단 사제, 검은 낫 석궁병, 태양의 기사
  • 생명력
    289%
    Ward From Life
    20%
    방어도
    +50%
    Ailment Threshold
    230%
    저항
    0 0 75 0
    Damage
    255%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 68
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    170%
    Model Size
    100%
    Type
    ExpeditionArbalest
    Metadata
    ExpeditionArbalestStandalone
    레벨
    84
    생명력
    102,003
    방어도
    149,751
    회피
    8,120
    에너지 보호막
    0
    Damage
    2,431
    주문 피해
    2,431
    정확도
    538
    Attack Time
    1.5
    경험치
    22,525
    Ailment Threshold
    81,179
    Chill
    257
    Shock
    257
    Brittle
    1,452
    Scorch
    257
    Sap
    709
    MPWExpeditionArbalestProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 1945–2917
    치명타 확률: 5%
    Attack Time: 1.5 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [145]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MPWExpeditionArbalestSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 1945–2917
    치명타 확률: 5%
    공격 피해: 85%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    투사체가 모든 대상 관통
    주는 공격 피해 15% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [146]
    number of projectiles override [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    SpawnObjectExpeditionArbalestSnipeObject
    Triggerable, Spell
    시전 속도: 1 초
    GSExpeditionArbalestObjectExplosion
    Triggerable, Attack
    Base Damage: 1945–2917
    치명타 확률: 5%
    공격 피해: 220%
    공격 피해: 220%
    Attack Time: 1.5 초
    주는 공격 피해 120% 증폭
    물리 피해의 100%를 냉기 피해로 전환
    is area damage [1]
    GTExpeditionArbalestRainOfArrows
    Triggerable, Spell
    시전 속도: 2 초
    재사용 대기시간: 4 초
    주는 공격 피해 20% 감폭
    ExpeditionArbalestRainOfArrows
    Attack, Triggerable
    Base Damage: 1945–2917
    치명타 확률: 5%
    공격 피해: 95%
    Attack Time: 1.5 초
    주는 공격 피해 5% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    명중 시 35%의 확률로 힘줄 절단
    base is projectile [1]
    EDSExpeditionArbalestROAMarker
    Attack, Triggerable
    Base Damage: 1945–2917
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 10 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    cast time overrides attack duration [1]
    SSMArbalestGroundSpawn
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    alternate minion [567]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_EffectDrivenAttack = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_EffectDrivenAttack = "SetStateTo( glowboost, 0 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Arbalest/ExpeditionArbalestStandalone"] = {
        name = "Black Scythe Arbalist",
        life = 2.89,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 68,
        accuracy = 1,
        skillList = {
            "MPWExpeditionArbalestProjectile",
            "MPWExpeditionArbalestSnipe",
            "SpawnObjectExpeditionArbalestSnipeObject",
            "GSExpeditionArbalestObjectExplosion",
            "GTExpeditionArbalestRainOfArrows",
            "ExpeditionArbalestRainOfArrows",
            "EDSExpeditionArbalestROAMarker",
            "SSMArbalestGroundSpawn",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestProjectile"] = {
        name = "MPWExpeditionArbalestProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {145, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestSnipe"] = {
        name = "MPWExpeditionArbalestSnipe",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "always_pierce",
        },
        levels = {
            [1] = {146, 30, 1, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionArbalestSnipeObject"] = {
        name = "SpawnObjectExpeditionArbalestSnipeObject",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionArbalestObjectExplosion"] = {
        name = "GSExpeditionArbalestObjectExplosion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {0, 100, baseMultiplier = 2.2, levelRequirement = 83, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTExpeditionArbalestRainOfArrows"] = {
        name = "GTExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionArbalestRainOfArrows"] = {
        name = "ExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "maim_on_hit_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {15, 30, 35, baseMultiplier = 0.95, levelRequirement = 0, statInterpolation = {2},  cost = { }, },
            [2] = {0, 30, 35, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSExpeditionArbalestROAMarker"] = {
        name = "EDSExpeditionArbalestROAMarker",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMArbalestGroundSpawn"] = {
        name = "SSMArbalestGroundSpawn",
        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",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 567, -50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Adds Tagsexpedition_monster
    모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • 검은 낫 석궁병
    언데드
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    Black Scythe Arbalist
    SpectreY
    Tagsbone_armour, bones, cold_affinity, is_runic_monster, is_unarmed, not_dex, not_int, puncturing_weapon, ranged, skeleton, slow_movement, undead, ward_armour
    생명력
    289%
    Ward From Life
    20%
    방어도
    +50%
    Ailment Threshold
    230%
    저항
    0 0 75 0
    Damage
    255%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 68
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    170%
    Model Size
    100%
    Type
    ExpeditionArbalest
    Metadata
    ExpeditionArbalestSpectre
    레벨
    68
    생명력
    18,592
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    953
    주문 피해
    953
    정확도
    290
    Attack Time
    1.5
    경험치
    17,434
    Ailment Threshold
    14,797
    Chill
    47
    Shock
    47
    Brittle
    265
    Scorch
    47
    Sap
    129
    MPWExpeditionArbalestProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [145]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MPWExpeditionArbalestSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 85%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    투사체가 모든 대상 관통
    주는 공격 피해 15% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [146]
    number of projectiles override [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    SpawnObjectExpeditionArbalestSnipeObject
    Triggerable, Spell
    시전 속도: 1 초
    GSExpeditionArbalestObjectExplosion
    Triggerable, Attack
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 220%
    공격 피해: 220%
    Attack Time: 1.5 초
    주는 공격 피해 120% 증폭
    주는 피해 33% 감폭
    물리 피해의 100%를 냉기 피해로 전환
    is area damage [1]
    GTExpeditionArbalestRainOfArrows
    Triggerable, Spell
    시전 속도: 2 초
    재사용 대기시간: 4 초
    주는 공격 피해 20% 감폭
    ExpeditionArbalestRainOfArrows
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 95%
    Attack Time: 1.5 초
    주는 공격 피해 5% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    명중 시 35%의 확률로 힘줄 절단
    base is projectile [1]
    EDSExpeditionArbalestROAMarker
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 10 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    cast time overrides attack duration [1]
    SSMArbalestGroundSpawn
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    alternate minion [567]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_EffectDrivenAttack = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_EffectDrivenAttack = "SetStateTo( glowboost, 0 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Arbalest/ExpeditionArbalestSpectre"] = {
        name = "Black Scythe Arbalist",
        life = 2.89,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 68,
        accuracy = 1,
        skillList = {
            "MPWExpeditionArbalestProjectile",
            "MPWExpeditionArbalestSnipe",
            "SpawnObjectExpeditionArbalestSnipeObject",
            "GSExpeditionArbalestObjectExplosion",
            "GTExpeditionArbalestRainOfArrows",
            "ExpeditionArbalestRainOfArrows",
            "EDSExpeditionArbalestROAMarker",
            "SSMArbalestGroundSpawn",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestProjectile"] = {
        name = "MPWExpeditionArbalestProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {145, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestSnipe"] = {
        name = "MPWExpeditionArbalestSnipe",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "always_pierce",
        },
        levels = {
            [1] = {146, 30, 1, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionArbalestSnipeObject"] = {
        name = "SpawnObjectExpeditionArbalestSnipeObject",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionArbalestObjectExplosion"] = {
        name = "GSExpeditionArbalestObjectExplosion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {0, 100, baseMultiplier = 2.2, levelRequirement = 83, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTExpeditionArbalestRainOfArrows"] = {
        name = "GTExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionArbalestRainOfArrows"] = {
        name = "ExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "maim_on_hit_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {15, 30, 35, baseMultiplier = 0.95, levelRequirement = 0, statInterpolation = {2},  cost = { }, },
            [2] = {0, 30, 35, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSExpeditionArbalestROAMarker"] = {
        name = "EDSExpeditionArbalestROAMarker",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMArbalestGroundSpawn"] = {
        name = "SSMArbalestGroundSpawn",
        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",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 567, -50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • 모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • 검은 낫 석궁병
    언데드
    {{룬}}
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    Black Scythe Arbalist
    SpectreN
    Spectre OverrideMetadata/Monsters/LeagueExpedition/Arbalest/ExpeditionArbalestSpectre
    Tagsbone_armour, bones, cold_affinity, is_runic_monster, is_unarmed, not_dex, not_int, puncturing_weapon, ranged, skeleton, slow_movement, undead, ward_armour
    생명력
    289%
    Ward From Life
    20%
    방어도
    +50%
    Ailment Threshold
    230%
    저항
    0 0 75 0
    Damage
    255%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 68
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    170%
    Model Size
    100%
    Type
    ExpeditionArbalest
    Metadata
    ExpeditionArbalestEncounter
    레벨
    68
    생명력
    18,592
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    953
    주문 피해
    953
    정확도
    290
    Attack Time
    1.5
    경험치
    17,434
    Ailment Threshold
    14,797
    Chill
    47
    Shock
    47
    Brittle
    265
    Scorch
    47
    Sap
    129
    MPWExpeditionArbalestProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [145]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MPWExpeditionArbalestSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 85%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    투사체가 모든 대상 관통
    주는 공격 피해 15% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [146]
    number of projectiles override [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    SpawnObjectExpeditionArbalestSnipeObject
    Triggerable, Spell
    시전 속도: 1 초
    GSExpeditionArbalestObjectExplosion
    Triggerable, Attack
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 220%
    공격 피해: 220%
    Attack Time: 1.5 초
    주는 공격 피해 120% 증폭
    주는 피해 33% 감폭
    물리 피해의 100%를 냉기 피해로 전환
    is area damage [1]
    GTExpeditionArbalestRainOfArrows
    Triggerable, Spell
    시전 속도: 2 초
    재사용 대기시간: 4 초
    주는 공격 피해 20% 감폭
    ExpeditionArbalestRainOfArrows
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 95%
    Attack Time: 1.5 초
    주는 공격 피해 5% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    명중 시 35%의 확률로 힘줄 절단
    base is projectile [1]
    EDSExpeditionArbalestROAMarker
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 10 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    cast time overrides attack duration [1]
    SSMArbalestGroundSpawn
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    alternate minion [567]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    EDSExpeditionArbalestROAMarkerEncounter
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    cast time overrides attack duration [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/Arbalest/Arbalest"
    
    StateMachine
    {
    	define_shared_state = "encounter"
    
    	on_state_encounter_2 =
    	"
    		PathTo( target_marker );
    		SetImmobile( false );
    	"
    }
    
    Positioned
    {
    	on_initial_position_set = "SetImmobile( true );"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/Arbalest/Arbalest"
    
    Preload
    {
    	preload_object = "Metadata/Terrain/Leagues/Expedition/UndergroundFeatures/CryptArchers/Objects/ArcherSummonSpawner"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Arbalest/ExpeditionArbalestEncounter"] = {
        name = "Black Scythe Arbalist",
        life = 2.89,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 68,
        accuracy = 1,
        skillList = {
            "MPWExpeditionArbalestProjectile",
            "MPWExpeditionArbalestSnipe",
            "SpawnObjectExpeditionArbalestSnipeObject",
            "GSExpeditionArbalestObjectExplosion",
            "GTExpeditionArbalestRainOfArrows",
            "ExpeditionArbalestRainOfArrows",
            "EDSExpeditionArbalestROAMarker",
            "EDSExpeditionArbalestROAMarkerEncounter",
            "SSMArbalestGroundSpawn",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestProjectile"] = {
        name = "MPWExpeditionArbalestProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {145, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestSnipe"] = {
        name = "MPWExpeditionArbalestSnipe",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "always_pierce",
        },
        levels = {
            [1] = {146, 30, 1, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionArbalestSnipeObject"] = {
        name = "SpawnObjectExpeditionArbalestSnipeObject",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionArbalestObjectExplosion"] = {
        name = "GSExpeditionArbalestObjectExplosion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {0, 100, baseMultiplier = 2.2, levelRequirement = 83, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTExpeditionArbalestRainOfArrows"] = {
        name = "GTExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionArbalestRainOfArrows"] = {
        name = "ExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "maim_on_hit_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {15, 30, 35, baseMultiplier = 0.95, levelRequirement = 0, statInterpolation = {2},  cost = { }, },
            [2] = {0, 30, 35, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSExpeditionArbalestROAMarker"] = {
        name = "EDSExpeditionArbalestROAMarker",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSExpeditionArbalestROAMarkerEncounter"] = {
        name = "EDSExpeditionArbalestROAMarkerEncounter",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMArbalestGroundSpawn"] = {
        name = "SSMArbalestGroundSpawn",
        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",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 567, -50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Adds Tagsexpedition_monster
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • 모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • 검은 낫 석궁병
    언데드
    {{룬}}
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    Black Scythe Arbalist
    SpectreN
    Area칼란드라 호수
    Tagsbone_armour, bones, cold_affinity, is_unarmed, not_dex, not_int, puncturing_weapon, ranged, skeleton, slow_movement, undead, ward_armour
    Packs
  • 칼란드라 호수: 검은 낫 석궁병, 발굴된 해골 검사, 발굴된 해골 전사, 발굴된 해골 궁수, 발굴된 좀비
  • 생명력
    289%
    Ward From Life
    20%
    방어도
    +50%
    Ailment Threshold
    230%
    저항
    0 0 75 0
    Damage
    255%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 68
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    170%
    Model Size
    100%
    Type
    ExpeditionArbalest
    Metadata
    ExpeditionArbalest
    레벨
    68
    생명력
    18,592
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    953
    주문 피해
    953
    정확도
    290
    Attack Time
    1.5
    경험치
    17,434
    Ailment Threshold
    14,797
    Chill
    47
    Shock
    47
    Brittle
    265
    Scorch
    47
    Sap
    129
    MPWExpeditionArbalestProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [145]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MPWExpeditionArbalestSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 85%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    투사체가 모든 대상 관통
    주는 공격 피해 15% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    monster projectile variation [146]
    number of projectiles override [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    SpawnObjectExpeditionArbalestSnipeObject
    Triggerable, Spell
    시전 속도: 1 초
    GSExpeditionArbalestObjectExplosion
    Triggerable, Attack
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 220%
    공격 피해: 220%
    Attack Time: 1.5 초
    주는 공격 피해 120% 증폭
    주는 피해 33% 감폭
    물리 피해의 100%를 냉기 피해로 전환
    is area damage [1]
    GTExpeditionArbalestRainOfArrows
    Triggerable, Spell
    시전 속도: 2 초
    재사용 대기시간: 4 초
    주는 공격 피해 20% 감폭
    ExpeditionArbalestRainOfArrows
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    공격 피해: 95%
    Attack Time: 1.5 초
    주는 공격 피해 5% 감폭
    물리 피해의 30%를 냉기 피해로 전환
    명중 시 35%의 확률로 힘줄 절단
    base is projectile [1]
    EDSExpeditionArbalestROAMarker
    Attack, Triggerable
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 10 초
    물리 피해의 30%를 냉기 피해로 전환
    base is projectile [1]
    cast time overrides attack duration [1]
    SSMArbalestGroundSpawn
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    alternate minion [567]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_EffectDrivenAttack = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_EffectDrivenAttack = "SetStateTo( glowboost, 0 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueLake/Arbalest/ExpeditionArbalest"] = {
        name = "Black Scythe Arbalist",
        life = 2.89,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 68,
        accuracy = 1,
        skillList = {
            "MPWExpeditionArbalestProjectile",
            "MPWExpeditionArbalestSnipe",
            "SpawnObjectExpeditionArbalestSnipeObject",
            "GSExpeditionArbalestObjectExplosion",
            "GTExpeditionArbalestRainOfArrows",
            "ExpeditionArbalestRainOfArrows",
            "EDSExpeditionArbalestROAMarker",
            "SSMArbalestGroundSpawn",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestProjectile"] = {
        name = "MPWExpeditionArbalestProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {145, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPWExpeditionArbalestSnipe"] = {
        name = "MPWExpeditionArbalestSnipe",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "always_pierce",
        },
        levels = {
            [1] = {146, 30, 1, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionArbalestSnipeObject"] = {
        name = "SpawnObjectExpeditionArbalestSnipeObject",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionArbalestObjectExplosion"] = {
        name = "GSExpeditionArbalestObjectExplosion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {0, 100, baseMultiplier = 2.2, levelRequirement = 83, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTExpeditionArbalestRainOfArrows"] = {
        name = "GTExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {baseMultiplier = 0.8, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionArbalestRainOfArrows"] = {
        name = "ExpeditionArbalestRainOfArrows",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "maim_on_hit_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {15, 30, 35, baseMultiplier = 0.95, levelRequirement = 0, statInterpolation = {2},  cost = { }, },
            [2] = {0, 30, 35, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSExpeditionArbalestROAMarker"] = {
        name = "EDSExpeditionArbalestROAMarker",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMArbalestGroundSpawn"] = {
        name = "SSMArbalestGroundSpawn",
        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",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 567, -50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Adds Tagsexpedition_monster
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • 모든 에너지 보호막 제거
    monster gain base ward equal to total maximum life % [20]
    IdMonsterGainLifeAsWardElite
    FamilyMonsterGainLifeAsWard
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 20 Max: 20 Global
  • Edit

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