トローラー
人型
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.