고기잡이
인간형
remove enemy flask charge on hit % chance [50]
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
한 번에 덫 최대 12개 추가 설치
공격 시 25%의 확률로 출혈 유발
display monster may inflict bleeding [1]
Trawler
SpectreN
Tagsfast_movement, human, humanoid, karui, not_int, red_blood
생명력
550%
방어도
+30%
회피
+45%
Ailment Threshold
550%
저항
0 52 52 0
Damage
200%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
AncestralFishingTaiaha
Metadata
AncestralFishingTaiaha
레벨
68
생명력
35,383
방어도
37,427
회피
6,872
에너지 보호막
0
Damage
747
주문 피해
747
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
35,383
Chill
112
Shock
112
Brittle
633
Scorch
112
Sap
309
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 598–897
치명타 확률: 5%
Attack Time: 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]
MonsterBearTrapAncestral
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
곰 덫
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 7.5 초
일정 시간 동안 단일 적을 제자리에 고정시키고 피해를 주는 덫을 던집니다. 지속시간은 받은 피해량에 비례합니다. 덫에서 벗어난 적은 일정 시간 동안 이동 속도가 감소하지만, 시간이 지나면서 서서히 회복됩니다. 이 상태가 지속되는 동안 적은 덫과 지뢰로부터 받는 피해가 증가합니다. 주문 피해 속성 부여는 이 스킬의 피해에 영향을 주지 않습니다.
511.4~767.2 물리 피해
+20초간 덫 지속
덫 최대 2개 추가 투척
덫이 목표 지점 주위에 무작위로 투척됨
덫 투척 속도 75% 감소
base skill is trapped [1]
bear trap duration override ms [2000]
ignores trap and mine cooldown limit [1]
trap variation [21]
MonsterBearTrapAncestralMulti
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
곰 덫
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 12.5 초
일정 시간 동안 단일 적을 제자리에 고정시키고 피해를 주는 덫을 던집니다. 지속시간은 받은 피해량에 비례합니다. 덫에서 벗어난 적은 일정 시간 동안 이동 속도가 감소하지만, 시간이 지나면서 서서히 회복됩니다. 이 상태가 지속되는 동안 적은 덫과 지뢰로부터 받는 피해가 증가합니다. 주문 피해 속성 부여는 이 스킬의 피해에 영향을 주지 않습니다.
511.4~767.2 물리 피해
+20초간 덫 지속
덫 최대 5개 추가 투척
덫이 목표 지점 주위에 무작위로 투척됨
덫 투척 속도 75% 감소
base skill is trapped [1]
bear trap duration override ms [2000]
ignores trap and mine cooldown limit [1]
trap variation [21]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

StateMachine
{
	define_state = "trap_and_run;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralFishingTaiaha"] = {
    name = "Trawler",
    life = 5.5,
    fireResist = 0,
    coldResist = 52,
    lightningResist = 52,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 13,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "MonsterBearTrapAncestral",
        "MonsterBearTrapAncestralMulti",
    },
    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["MonsterBearTrapAncestral"] = {
    name = "Bear Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trapped] = true,
        [SkillType.Damage] = true,
        [SkillType.Physical] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "secondary_minimum_base_physical_damage",
        "secondary_maximum_base_physical_damage",
        "base_trap_duration",
        "trap_throwing_speed_+%",
        "trap_variation",
        "bear_trap_duration_override_ms",
        "number_of_additional_traps_to_throw",
        "throw_traps_in_circle_radius",
        "base_skill_is_trapped",
        "ignores_trap_and_mine_cooldown_limit",
        "is_trap",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20000, -75, 21, 2000, 2, 25, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterBearTrapAncestralMulti"] = {
    name = "Bear Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trapped] = true,
        [SkillType.Damage] = true,
        [SkillType.Physical] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "secondary_minimum_base_physical_damage",
        "secondary_maximum_base_physical_damage",
        "base_trap_duration",
        "trap_throwing_speed_+%",
        "trap_variation",
        "number_of_additional_traps_to_throw",
        "throw_traps_in_circle_radius",
        "bear_trap_duration_override_ms",
        "base_skill_is_trapped",
        "ignores_trap_and_mine_cooldown_limit",
        "is_trap",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20000, -75, 21, 5, 30, 2000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
remove enemy flask charge on hit % chance [50]
IdAncestralTrialMonsterStealsFlaskChargesTasalio
FamilyAncestralTrialMonster
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • remove enemy flask charge on hit % chance Min: 50 Max: 50 Global
  • monster chance to not flee % [100]
    monster damage +% final vs monsters from ancestral rank [200]
    IdAncestralTrialMonsterChampionFleeAndDamage
    FamilyAncestralTrialMonster
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster chance to not flee % Min: 100 Max: 100 Global
  • monster damage +% final vs monsters from ancestral rank Min: 200 Max: 200 Global
  • 한 번에 덫 최대 12개 추가 설치
    IdMonsterIncreasedTrapsAllowed
    FamilyTrapsAllowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 공격 시 25%의 확률로 출혈 유발
    display monster may inflict bleeding [1]
    IdMonsterBleedOnHitChance
    FamilyCausesBleeding
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • bleed on hit with attacks % Min: 25 Max: 25 Global
  • display monster may inflict bleeding Min: 1 Max: 1 Global
  • Craft Tagsbleed physical attack ailment
    고기잡이
    인간형
    remove enemy flask charge on hit % chance [50]
    한 번에 덫 최대 12개 추가 설치
    공격 시 25%의 확률로 출혈 유발
    display monster may inflict bleeding [1]
    Trawler
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueAncestral/AncestralFishingTaiahaStandaloneSpectre
    Tagsfast_movement, human, humanoid, karui, not_int, red_blood
    Packs
  • 고기잡이, 역류, 창 낚시꾼, 갈고리에 걸린 투아타라
  • 생명력
    550%
    방어도
    +30%
    회피
    +45%
    Ailment Threshold
    550%
    저항
    0 52 52 0
    Damage
    150%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    100%
    Type
    AncestralFishingTaiahaStandalone
    Metadata
    AncestralFishingTaiahaStandalone
    레벨
    68
    생명력
    35,383
    방어도
    37,427
    회피
    6,872
    에너지 보호막
    0
    Damage
    560
    주문 피해
    560
    정확도
    290
    Attack Time
    1.5
    경험치
    20,510
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 448–672
    치명타 확률: 5%
    Attack Time: 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]
    MonsterBearTrapAncestral
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    곰 덫
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 7.5 초
    일정 시간 동안 단일 적을 제자리에 고정시키고 피해를 주는 덫을 던집니다. 지속시간은 받은 피해량에 비례합니다. 덫에서 벗어난 적은 일정 시간 동안 이동 속도가 감소하지만, 시간이 지나면서 서서히 회복됩니다. 이 상태가 지속되는 동안 적은 덫과 지뢰로부터 받는 피해가 증가합니다. 주문 피해 속성 부여는 이 스킬의 피해에 영향을 주지 않습니다.
    511.4~767.2 물리 피해
    +20초간 덫 지속
    덫 최대 2개 추가 투척
    덫이 목표 지점 주위에 무작위로 투척됨
    덫 투척 속도 75% 감소
    base skill is trapped [1]
    bear trap duration override ms [2000]
    ignores trap and mine cooldown limit [1]
    trap variation [21]
    MonsterBearTrapAncestralMulti
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    곰 덫
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 12.5 초
    일정 시간 동안 단일 적을 제자리에 고정시키고 피해를 주는 덫을 던집니다. 지속시간은 받은 피해량에 비례합니다. 덫에서 벗어난 적은 일정 시간 동안 이동 속도가 감소하지만, 시간이 지나면서 서서히 회복됩니다. 이 상태가 지속되는 동안 적은 덫과 지뢰로부터 받는 피해가 증가합니다. 주문 피해 속성 부여는 이 스킬의 피해에 영향을 주지 않습니다.
    511.4~767.2 물리 피해
    +20초간 덫 지속
    덫 최대 5개 추가 투척
    덫이 목표 지점 주위에 무작위로 투척됨
    덫 투척 속도 75% 감소
    base skill is trapped [1]
    bear trap duration override ms [2000]
    ignores trap and mine cooldown limit [1]
    trap variation [21]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    StateMachine
    {
    	define_state = "trap_and_run;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralFishingTaiahaStandalone"] = {
        name = "Trawler",
        life = 5.5,
        fireResist = 0,
        coldResist = 52,
        lightningResist = 52,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterBearTrapAncestral",
            "MonsterBearTrapAncestralMulti",
        },
        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["MonsterBearTrapAncestral"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "trap_throwing_speed_+%",
            "trap_variation",
            "bear_trap_duration_override_ms",
            "number_of_additional_traps_to_throw",
            "throw_traps_in_circle_radius",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20000, -75, 21, 2000, 2, 25, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBearTrapAncestralMulti"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "trap_throwing_speed_+%",
            "trap_variation",
            "number_of_additional_traps_to_throw",
            "throw_traps_in_circle_radius",
            "bear_trap_duration_override_ms",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20000, -75, 21, 5, 30, 2000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    remove enemy flask charge on hit % chance [50]
    IdAncestralTrialMonsterStealsFlaskChargesTasalio
    FamilyAncestralTrialMonster
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • remove enemy flask charge on hit % chance Min: 50 Max: 50 Global
  • 한 번에 덫 최대 12개 추가 설치
    IdMonsterIncreasedTrapsAllowed
    FamilyTrapsAllowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 공격 시 25%의 확률로 출혈 유발
    display monster may inflict bleeding [1]
    IdMonsterBleedOnHitChance
    FamilyCausesBleeding
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • bleed on hit with attacks % Min: 25 Max: 25 Global
  • display monster may inflict bleeding Min: 1 Max: 1 Global
  • Craft Tagsbleed physical attack ailment
    고기잡이
    인간형
    remove enemy flask charge on hit % chance [50]
    한 번에 덫 최대 12개 추가 설치
    공격 시 25%의 확률로 출혈 유발
    display monster may inflict bleeding [1]
    Trawler
    SpectreY
    Tagsfast_movement, human, humanoid, karui, not_int, red_blood
    생명력
    400%
    방어도
    +30%
    회피
    +45%
    Ailment Threshold
    400%
    저항
    0 52 52 0
    Damage
    150%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    100%
    Type
    AncestralFishingTaiahaStandaloneSpectre
    Metadata
    AncestralFishingTaiahaStandaloneSpectre
    레벨
    68
    생명력
    25,733
    방어도
    37,427
    회피
    6,872
    에너지 보호막
    0
    Damage
    560
    주문 피해
    560
    정확도
    290
    Attack Time
    1.5
    경험치
    20,510
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 448–672
    치명타 확률: 5%
    Attack Time: 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]
    MonsterBearTrapAncestral
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    곰 덫
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 7.5 초
    일정 시간 동안 단일 적을 제자리에 고정시키고 피해를 주는 덫을 던집니다. 지속시간은 받은 피해량에 비례합니다. 덫에서 벗어난 적은 일정 시간 동안 이동 속도가 감소하지만, 시간이 지나면서 서서히 회복됩니다. 이 상태가 지속되는 동안 적은 덫과 지뢰로부터 받는 피해가 증가합니다. 주문 피해 속성 부여는 이 스킬의 피해에 영향을 주지 않습니다.
    511.4~767.2 물리 피해
    +20초간 덫 지속
    덫 최대 2개 추가 투척
    덫이 목표 지점 주위에 무작위로 투척됨
    덫 투척 속도 75% 감소
    base skill is trapped [1]
    bear trap duration override ms [2000]
    ignores trap and mine cooldown limit [1]
    trap variation [21]
    MonsterBearTrapAncestralMulti
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    곰 덫
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 12.5 초
    일정 시간 동안 단일 적을 제자리에 고정시키고 피해를 주는 덫을 던집니다. 지속시간은 받은 피해량에 비례합니다. 덫에서 벗어난 적은 일정 시간 동안 이동 속도가 감소하지만, 시간이 지나면서 서서히 회복됩니다. 이 상태가 지속되는 동안 적은 덫과 지뢰로부터 받는 피해가 증가합니다. 주문 피해 속성 부여는 이 스킬의 피해에 영향을 주지 않습니다.
    511.4~767.2 물리 피해
    +20초간 덫 지속
    덫 최대 5개 추가 투척
    덫이 목표 지점 주위에 무작위로 투척됨
    덫 투척 속도 75% 감소
    base skill is trapped [1]
    bear trap duration override ms [2000]
    ignores trap and mine cooldown limit [1]
    trap variation [21]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    StateMachine
    {
    	define_state = "trap_and_run;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralFishingTaiahaStandaloneSpectre"] = {
        name = "Trawler",
        life = 4,
        fireResist = 0,
        coldResist = 52,
        lightningResist = 52,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterBearTrapAncestral",
            "MonsterBearTrapAncestralMulti",
        },
        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["MonsterBearTrapAncestral"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "trap_throwing_speed_+%",
            "trap_variation",
            "bear_trap_duration_override_ms",
            "number_of_additional_traps_to_throw",
            "throw_traps_in_circle_radius",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20000, -75, 21, 2000, 2, 25, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBearTrapAncestralMulti"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "trap_throwing_speed_+%",
            "trap_variation",
            "number_of_additional_traps_to_throw",
            "throw_traps_in_circle_radius",
            "bear_trap_duration_override_ms",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20000, -75, 21, 5, 30, 2000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    remove enemy flask charge on hit % chance [50]
    IdAncestralTrialMonsterStealsFlaskChargesTasalio
    FamilyAncestralTrialMonster
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • remove enemy flask charge on hit % chance Min: 50 Max: 50 Global
  • 한 번에 덫 최대 12개 추가 설치
    IdMonsterIncreasedTrapsAllowed
    FamilyTrapsAllowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 공격 시 25%의 확률로 출혈 유발
    display monster may inflict bleeding [1]
    IdMonsterBleedOnHitChance
    FamilyCausesBleeding
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • bleed on hit with attacks % Min: 25 Max: 25 Global
  • display monster may inflict bleeding Min: 1 Max: 1 Global
  • Craft Tagsbleed physical attack ailment
    고기잡이
    호의: 1,500
    특기: 덫 설치

    부족 패시브: 플라스크 충전 훔침

    통발
    덫을 설치합니다. 덫을 밟는 적은 피해를 받고 이동 불가 상태가 됩니다.
    Trawler
    Edit

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