Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
巨型黃蜂
Gargantuan Wasp
Spectre
Area阿拉塔斯, 灰燼森林, 哀泣崖壁, 高地神塔庇護所
Tagsbeast, Claw_onhit_audio, fast_movement, insect, melee, physical_affinity, very_fast_movement
Packs
  • 高地神塔庇護所: 巨型黃蜂, 蜂擁的黃蜂
  • 阿拉塔斯: 蜂擁的黃蜂, 巨型黃蜂
  • 灰燼森林, 哀泣崖壁: 蜂擁的黃蜂, 巨型黃蜂
  • 生命
    200%
    抗性
    IconEnemyResistanceFire-30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    傷害
    200%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    6 ~ 12
    攻擊時間
    1.755 Second
    Damage Spread
    ±20%
    經驗值
    200%
    Model Size
    100%
    Type
    PlagueBringer
    Metadata
    TwilightOrderPlagueBringer
    Spectre Reservation
    84%
    Companion Reservation
    42.3%
    等級
    65
    生命
    13,110
    傷害
    425
    法術傷害
    425
    命中
    2,228
    攻擊時間
    1.755
    經驗值
    43,014
    召喚物生命
    12,564
    召喚物傷害
    1,658
    召喚物護甲
    2,023
    MASExtraAttackDistance6
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
    基礎攻擊
    Base Damage: 340510
    暴擊率: 5%
    攻擊時間: 1.755 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [6]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MeleeAtAnimationSpeedComboTEMP2
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
    基礎攻擊
    Base Damage: 340510
    暴擊率: 5%
    攻擊時間: 1.755 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    DTTPlagueBringerDash
    法術, 位移, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 12 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [50]
    walk emerge extra distance [5]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2400
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "in_sky;"
    }
    
    Positioned
    {
    	collision_hull_type = "projectile" 
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PlagueBringer/TwilightOrderPlagueBringer"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Gargantuan Wasp",
        life = 2,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP2",
            "MASExtraAttackDistance6",
            "DTTPlagueBringerDash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP2"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["MASExtraAttackDistance6"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "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] = {6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTPlagueBringerDash"] = {
        name = "DTTPlagueBringerDash",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {5, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    125%物理攻擊傷害偷取生命
    FamilyLifeLeech
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base life leech from physical attack damage permyriad 12500 12500 Global
  • Craft Tagsresource 生命 物理 攻擊
    Edit

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