钢铁奇术师
SpectreY
Area高墙庭院, 钢铁庄园, The Ziggurat Refuge, The Manor Ramparts, Ogham Manor
Tagsallows_additional_projectiles, allows_inc_aoe, 施法, fast_movement, fire_affinity, human, humanoid, not_dex, not_str, ranged, red_blood
Packs
  • 高墙庭院, The Manor Ramparts: 钢铁奇术师, 衰朽佣兵, 衰朽佣兵, 衰朽佣兵
  • 钢铁庄园, Ogham Manor: 钢铁奇术师, 钢铁矛兵
  • The Ziggurat Refuge: 钢铁奇术师, 衰朽佣兵, 衰朽佣兵, 衰朽佣兵
  • The Ziggurat Refuge: 钢铁奇术师, 钢铁矛兵
  • 钢铁奇术师, 钢铁矛兵
  • 生命
    150%
    Energy Shield From Life
    30%
    抗性
    30 0 0 0
    伤害
    150%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    5 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    150%
    Model Size
    100%
    Type
    CorruptedEliteGuardMage
    Metadata
    CorruptedEliteGuard
    等级
    65
    生命
    6,839
    [护甲]
    2,023
    闪避值
    440
    能量护盾
    2,931
    伤害
    319
    法术伤害
    319
    命中
    1,974
    攻击间隔
    1.5
    经验值
    32,261
    Minion Life
    6,596
    Minion Energy Shield
    2,827
    Minion Damage
    1,243
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 255–382
    暴击几率: 5%
    攻击间隔: 1.5 秒
    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]
    GPSCourtGuardFireball
    可触发, 伤害
    action attack or cast time uses animation length [1]
    base is projectile [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MPSCorruptedCourtGuardFireball
    法术, 投射物, 玩家投射物, 可触发, 伤害
    暴击几率: 5%
    施放间隔: 1 秒
    [点燃]几率提高 50%
    造成 230.4 - 345.6 [火焰]伤害
    action attack or cast time uses animation length [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1107]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    EDSCorruptedMageFlamethrower
    可触发, 法术, 伤害
    暴击几率: 5%
    施放间隔: 1 秒
    冷却时间: 8 秒
    [点燃]几率提高 200%
    造成 104.7 - 157.1 [火焰]伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2330
    }
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/TheCountsGuardEliteCorruptedMageLessCorrupted/epk/alive.epk' );"
    	on_revive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/TheCountsGuardEliteCorruptedMageLessCorrupted/epk/alive.epk' );"
    	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/TheCountsGuardEliteCorruptedMageLessCorrupted/epk/alive.epk' );"
    }
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/TheCountsGuardEliteCorruptedMageLessCorrupted/TheCountsGuardEliteCorruptedMageLessCorrupted_AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/TheCountsGuardEliteCorruptedMageLessCorrupted/TheCountsGuardEliteCorruptedMageLessCorrupted_AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TheCountsGuardEliteCorruptedMageLessCorrupted/CorruptedEliteGuard"] = {
        name = "Iron Thaumaturgist",
        life = 1.5,
        energyShield = 0.3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPSCourtGuardFireball",
            "MPSCorruptedCourtGuardFireball",
            "EDSCorruptedMageFlamethrower",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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,
        },
        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["GPSCourtGuardFireball"] = {
        name = "GPSCourtGuardFireball",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSCorruptedCourtGuardFireball"] = {
        name = "MPSCorruptedCourtGuardFireball",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "ignite_chance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1107, -30, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSCorruptedMageFlamethrower"] = {
        name = "EDSCorruptedMageFlamethrower",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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