拖网渔夫
人形
remove enemy flask charge on hit % chance [50]
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
同时可以放置最多 12 个额外陷阱
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
同时可以放置最多 12 个额外陷阱
攻击有 25% 的几率导致流血
display monster may inflict bleeding [1]
display monster may inflict bleeding [1]
Trawler
幽魂 | N |
---|---|
标签 | fast_movement, human, humanoid, karui, not_int, red_blood |
生命
550%
护甲
+30%
闪避值
+45%
异常状态临界值
550%
抗性
0 52 52 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
5 ~ 13
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
AncestralFishingTaiaha
Metadata
AncestralFishingTaiaha
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
35,383
护甲
37,427
闪避值
6,872
能量护盾
0
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
35,383
冰缓
112
Shock
112
Brittle
633
Scorch
112
Sap
309
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterBearTrapAncestral
法术, 持续时间, 地雷技能, 陷阱, 伤害, 物理, 冷却
捕熊陷阱
暴击几率: 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]
陷阱持续 +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
法术, 持续时间, 地雷技能, 陷阱, 伤害, 物理, 冷却
捕熊陷阱
暴击几率: 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]
陷阱持续 +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]
Id | AncestralTrialMonsterStealsFlaskChargesTasalio |
---|---|
Family | AncestralTrialMonster |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
Id | AncestralTrialMonsterChampionFleeAndDamage |
---|---|
Family | AncestralTrialMonster |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
同时可以放置最多 12 个额外陷阱
Id | MonsterIncreasedTrapsAllowed |
---|---|
Family | TrapsAllowed |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
攻击有 25% 的几率导致流血
display monster may inflict bleeding [1]
Id | MonsterBleedOnHitChance |
---|---|
Family | CausesBleeding |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | bleed physical attack ailment |
拖网渔夫
人形
remove enemy flask charge on hit % chance [50]
同时可以放置最多 12 个额外陷阱
同时可以放置最多 12 个额外陷阱
攻击有 25% 的几率导致流血
display monster may inflict bleeding [1]
display monster may inflict bleeding [1]
Trawler
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueAncestral/AncestralFishingTaiahaStandaloneSpectre |
标签 | fast_movement, human, humanoid, karui, not_int, red_blood |
Packs |
生命
550%
护甲
+30%
闪避值
+45%
异常状态临界值
550%
抗性
0 52 52 0
伤害
150%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
5 ~ 13
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
AncestralFishingTaiahaStandalone
Metadata
AncestralFishingTaiahaStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
35,383
护甲
37,427
闪避值
6,872
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
35,383
冰缓
112
Shock
112
Brittle
633
Scorch
112
Sap
309
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 448–672
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterBearTrapAncestral
法术, 持续时间, 地雷技能, 陷阱, 伤害, 物理, 冷却
捕熊陷阱
暴击几率: 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]
陷阱持续 +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
法术, 持续时间, 地雷技能, 陷阱, 伤害, 物理, 冷却
捕熊陷阱
暴击几率: 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]
陷阱持续 +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]
Id | AncestralTrialMonsterStealsFlaskChargesTasalio |
---|---|
Family | AncestralTrialMonster |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
同时可以放置最多 12 个额外陷阱
Id | MonsterIncreasedTrapsAllowed |
---|---|
Family | TrapsAllowed |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
攻击有 25% 的几率导致流血
display monster may inflict bleeding [1]
Id | MonsterBleedOnHitChance |
---|---|
Family | CausesBleeding |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | bleed physical attack ailment |
拖网渔夫
人形
remove enemy flask charge on hit % chance [50]
同时可以放置最多 12 个额外陷阱
同时可以放置最多 12 个额外陷阱
攻击有 25% 的几率导致流血
display monster may inflict bleeding [1]
display monster may inflict bleeding [1]
Trawler
幽魂 | Y |
---|---|
标签 | fast_movement, human, humanoid, karui, not_int, red_blood |
生命
400%
护甲
+30%
闪避值
+45%
异常状态临界值
400%
抗性
0 52 52 0
伤害
150%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
5 ~ 13
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
AncestralFishingTaiahaStandaloneSpectre
Metadata
AncestralFishingTaiahaStandaloneSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
25,733
护甲
37,427
闪避值
6,872
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 448–672
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterBearTrapAncestral
法术, 持续时间, 地雷技能, 陷阱, 伤害, 物理, 冷却
捕熊陷阱
暴击几率: 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]
陷阱持续 +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
法术, 持续时间, 地雷技能, 陷阱, 伤害, 物理, 冷却
捕熊陷阱
暴击几率: 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]
陷阱持续 +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]
Id | AncestralTrialMonsterStealsFlaskChargesTasalio |
---|---|
Family | AncestralTrialMonster |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
同时可以放置最多 12 个额外陷阱
Id | MonsterIncreasedTrapsAllowed |
---|---|
Family | TrapsAllowed |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
攻击有 25% 的几率导致流血
display monster may inflict bleeding [1]
Id | MonsterBleedOnHitChance |
---|---|
Family | CausesBleeding |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | bleed physical attack ailment |
拖网渔夫
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.