雷鸟
野兽
monster map boss extra damage taken from crit +% final [-50]
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
stance movement speed +% final [15]
Thunderbird
幽魂N
标签avian_beast, beast, bludgeoning_weapon, fast_movement, has_one_hand_mace, has_one_handed_melee, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood
生命
25%
闪避值
+75%
异常状态临界值
25%
抗性
0 0 75 0
伤害
75%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
5 ~ 5
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
AncestralThunderbird
Metadata
AncestralThunderbird
等级
68
生命
1,608
护甲
28,790
闪避值
8,293
能量护盾
0
伤害
280
法术伤害
280
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
1,608
冰缓
5
Shock
5
Brittle
29
Scorch
5
Sap
14
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 224–336
攻击暴击率: 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]
LWAncestralThunderbird
法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, 位移, 闪电, 范围法术, 快行, 法术可重复, 可齐射
闪电传送
攻击暴击率: 5%
施放间隔: 1 秒
冷却时间: 8 秒
指定一个传送目的地,等待一段时间,该时间由距离和你的移动速度决定。传送发生时,对玩家原本所在位置和传送目的地周围同时造成闪电伤害。重复释放会按照顺序连续进行传送。
造成 290.9 - 872.8 闪电伤害
施法速度加快 100%
50% 的几率使敌人感电
持续时间缩短 70%
action attack or cast time uses animation length [1]
active skill shock duration +% final [100]
active skill shock effect +% final [33]
is area damage [1]

Object Type

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

Object Type Codes

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


Render
{
	selection_position_offset = "0, 0, -200"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralThunderbird"] = {
    name = "Thunderbird",
    life = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 75,
    chaosResist = 0,
    damage = 0.75,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 5,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "LWAncestralThunderbird",
    },
    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["LWAncestralThunderbird"] = {
    name = "Lightning Warp",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Movement] = true,
        [SkillType.Lightning] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.Multicastable] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "variable_duration_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "skill_effect_duration_+%",
        "base_cast_speed_+%",
        "base_chance_to_shock_%",
        "active_skill_shock_duration_+%_final",
        "active_skill_shock_effect_+%_final",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.5, 1.5, -70, 100, 50, 100, 33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster map boss extra damage taken from crit +% final [-50]
IdAncestralTrailMonsterCriticalResistanceValako
FamilyAncestralTrialMonster
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster map boss extra damage taken from crit +% final Min: -50 Max: -50 全域
  • monster chance to not flee % [90]
    monster damage +% final vs monsters from ancestral rank [0]
    IdAncestralTrialMonsterBasicFleeAndDamage
    FamilyAncestralTrialMonster
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster chance to not flee % Min: 90 Max: 90 全域
  • monster damage +% final vs monsters from ancestral rank Min: 0 Max: 0 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [15]
    IdStanceAncestralThunderbirdFlying
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 15 Max: 15 全域
  • Craft Tagsspeed
    雷鸟
    野兽
    monster map boss extra damage taken from crit +% final [-50]
    stance movement speed +% final [15]
    Thunderbird
    幽魂Y
    标签avian_beast, beast, bludgeoning_weapon, fast_movement, has_one_hand_mace, has_one_handed_melee, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood
    Packs
  • 风暴导体, 雷鸟, 风暴守卫
  • 基洛瓦, 雷鸟, 风暴守卫
  • 生命
    25%
    闪避值
    +75%
    异常状态临界值
    25%
    抗性
    0 0 75 0
    伤害
    56%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 5
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    AncestralThunderbirdStandalone
    Metadata
    AncestralThunderbirdStandalone
    等级
    68
    生命
    1,608
    护甲
    28,790
    闪避值
    8,293
    能量护盾
    0
    伤害
    209
    法术伤害
    209
    命中
    290
    攻击间隔
    1.5
    经验值
    10,255
    异常状态临界值
    1,608
    冰缓
    5
    Shock
    5
    Brittle
    29
    Scorch
    5
    Sap
    14
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 167–251
    攻击暴击率: 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]
    LWAncestralThunderbird
    法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, 位移, 闪电, 范围法术, 快行, 法术可重复, 可齐射
    闪电传送
    攻击暴击率: 5%
    施放间隔: 1 秒
    冷却时间: 8 秒
    指定一个传送目的地,等待一段时间,该时间由距离和你的移动速度决定。传送发生时,对玩家原本所在位置和传送目的地周围同时造成闪电伤害。重复释放会按照顺序连续进行传送。
    造成 290.9 - 872.8 闪电伤害
    施法速度加快 100%
    50% 的几率使敌人感电
    持续时间缩短 70%
    action attack or cast time uses animation length [1]
    active skill shock duration +% final [100]
    active skill shock effect +% final [33]
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    
    Render
    {
    	selection_position_offset = "0, 0, -200"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralThunderbirdStandalone"] = {
        name = "Thunderbird",
        life = 0.25,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.56,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 5,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "LWAncestralThunderbird",
        },
        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["LWAncestralThunderbird"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "base_cast_speed_+%",
            "base_chance_to_shock_%",
            "active_skill_shock_duration_+%_final",
            "active_skill_shock_effect_+%_final",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, -70, 100, 50, 100, 33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster map boss extra damage taken from crit +% final [-50]
    IdAncestralTrailMonsterCriticalResistanceValako
    FamilyAncestralTrialMonster
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster map boss extra damage taken from crit +% final Min: -50 Max: -50 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [15]
    IdStanceAncestralThunderbirdFlying
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 15 Max: 15 全域
  • Craft Tagsspeed
    雷鸟
    恩典: 800
    专长:灵活机动

    部落天赋:暴击抗性

    闪电折跃
    将雷鸟传送,在起始和结束位置造成伤害。可以更快抵达目标处
    Thunderbird
    Edit

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