出土的魔符術士
創造物
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
移除所有能量護盾
monster gain base ward equal to total maximum life % [10]
Unearthed Runecaster
幽魂Y
幽魂 取代Metadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCasterSpectre
標籤法術, construct, fire_affinity, is_unarmed, medium_movement, metal_armour, not_dex, not_int, undead, ward_armour
Packs
  • 出土的魔符術士, 出土的士兵
  • 出土的亡靈, 出土的魔符術士, 出土的士兵
  • 破碎環之德魯伊, 出土的魔符術士, 出土的士兵
  • 魔符騎士, 出土的魔符術士, 出土的士兵
  • 生命
    248%
    生命轉為保護
    10%
    護甲
    +50%
    異常狀態臨界值
    187%
    抗性
    75 0 0 0
    傷害
    110%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.32 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    ExpeditionMercurialArmourCaster
    Metadata
    MercurialArmourCaster
    等級
    68
    生命
    15,955
    護甲
    43,185
    閃避值
    4,739
    傷害
    411
    法術傷害
    411
    命中
    580
    攻擊間隔
    1.32
    經驗值
    11,281
    Minion Life
    3,461
    Minion Damage
    328
    異常狀態臨界值
    12,030
    冰緩
    38
    感電
    38
    易碎
    215
    焦灼
    38
    殘喘
    105
    MPSMercurialCasterEnrage
    法術, 投射物, 玩家投射物, 可觸發
    暴擊率: 5%
    施放時間: 1.33 秒
    造成 12221833 火焰傷害
    base is projectile [1]
    disable visual hit effect [1]
    monster projectile variation [199]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    GSMercurialCasterBlast
    法術, 可觸發
    暴擊率: 5%
    施放時間: 2.5 秒
    冷卻時間: 6 秒
    +15% 機率被點燃
    造成 16642496 火焰傷害
    -5% 更多點燃傷害
    ignite art variation [4]
    is area damage [1]
    spell maximum action distance +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    StateMachine
    {
    	define_shared_state =
    	"
    		emergefix; death;
    	"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    Life
    {
    	on_spawned_alive =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    
    StateMachine
    {
    	on_state_emergefix_1 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    
    Actor
    {
    	on_start_GeometrySpell = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_GeometrySpell = "SetStateTo( glowboost, 0 );"
    
    	on_end_Emerge =
    	"
    		IfState( emergefix, 1,
    		{
    			Delay( 0.5,
    			{
    				AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    				AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    			} );
    		} );
    	"
    }
    
    StateMachine
    {
    	on_or_create_state_death_1 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCaster"] = {
        name = "Unearthed Runecaster",
        life = 2.48,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSMercurialCasterEnrage",
            "GSMercurialCasterBlast",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSMercurialCasterEnrage"] = {
        name = "MPSMercurialCasterEnrage",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        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_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "disable_visual_hit_effect",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 199, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSMercurialCasterBlast"] = {
        name = "GSMercurialCasterBlast",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_damage_+%_final",
            "active_skill_ignite_damage_+%_final",
            "ignite_art_variation",
            "chance_to_be_ignited_%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -10, 4, 15, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -10, 0, 4, 15, -40, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, -5, 4, 15, -40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2, 2},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 全域
  • monster beyond portal chance +% final Min: -35 Max: -35 全域
  • 移除所有能量護盾
    monster gain base ward equal to total maximum life % [10]
    IdMonsterGainLifeAsWardBasic
    FamilyMonsterGainLifeAsWard
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 全域
  • monster gain base ward equal to total maximum life % Min: 10 Max: 10 全域
  • 出土的魔符術士
    創造物
    地區: 壁壘地圖
    移除所有能量護盾
    monster gain base ward equal to total maximum life % [10]
    Unearthed Runecaster
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCasterSpectre
    地區壁壘地圖
    標籤法術, construct, fire_affinity, is_unarmed, medium_movement, metal_armour, not_dex, not_int, undead, ward_armour
    Packs
  • 壁壘地圖: 破碎環之德魯伊, 出土的魔符術士
  • 魔符騎士, 出土的魔符術士
  • 生命
    248%
    生命轉為保護
    10%
    護甲
    +50%
    異常狀態臨界值
    187%
    抗性
    75 0 0 0
    傷害
    110%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.32 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    ExpeditionMercurialArmourCaster
    Metadata
    MercurialArmourCasterStandalone
    等級
    84
    生命
    87,532
    護甲
    149,751
    閃避值
    8,120
    傷害
    1,049
    法術傷害
    1,049
    命中
    1,076
    攻擊間隔
    1.32
    經驗值
    14,575
    Minion Life
    16,543
    Minion Damage
    889
    異常狀態臨界值
    66,002
    冰緩
    209
    感電
    209
    易碎
    1,181
    焦灼
    209
    殘喘
    577
    MPSMercurialCasterEnrage
    法術, 投射物, 玩家投射物, 可觸發
    暴擊率: 5%
    施放時間: 1.33 秒
    造成 26894034 火焰傷害
    base is projectile [1]
    disable visual hit effect [1]
    monster projectile variation [199]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    GSMercurialCasterBlast
    法術, 可觸發
    暴擊率: 5%
    施放時間: 2.5 秒
    冷卻時間: 6 秒
    +15% 機率被點燃
    造成 36445465 火焰傷害
    -5% 更多點燃傷害
    ignite art variation [4]
    is area damage [1]
    spell maximum action distance +% [-40]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCasterStandalone"] = {
        name = "Unearthed Runecaster",
        life = 2.48,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSMercurialCasterEnrage",
            "GSMercurialCasterBlast",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSMercurialCasterEnrage"] = {
        name = "MPSMercurialCasterEnrage",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        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_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "disable_visual_hit_effect",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 199, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSMercurialCasterBlast"] = {
        name = "GSMercurialCasterBlast",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_damage_+%_final",
            "active_skill_ignite_damage_+%_final",
            "ignite_art_variation",
            "chance_to_be_ignited_%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -10, 4, 15, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -10, 0, 4, 15, -40, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, -5, 4, 15, -40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2, 2},  cost = { }, },
        },
    }
    
    移除所有能量護盾
    monster gain base ward equal to total maximum life % [10]
    IdMonsterGainLifeAsWardBasic
    FamilyMonsterGainLifeAsWard
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 全域
  • monster gain base ward equal to total maximum life % Min: 10 Max: 10 全域
  • 出土的魔符術士
    創造物
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    移除所有能量護盾
    monster gain base ward equal to total maximum life % [10]
    Unearthed Runecaster
    幽魂Y
    標籤法術, construct, fire_affinity, is_unarmed, medium_movement, metal_armour, not_dex, not_int, undead, ward_armour
    生命
    248%
    生命轉為保護
    10%
    護甲
    +50%
    異常狀態臨界值
    187%
    抗性
    75 0 0 0
    傷害
    110%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.32 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    ExpeditionMercurialArmourCaster
    Metadata
    MercurialArmourCasterSpectre
    等級
    68
    生命
    15,955
    護甲
    43,185
    閃避值
    4,739
    傷害
    411
    法術傷害
    411
    命中
    580
    攻擊間隔
    1.32
    經驗值
    11,281
    Minion Life
    3,461
    Minion Damage
    328
    異常狀態臨界值
    12,030
    冰緩
    38
    感電
    38
    易碎
    215
    焦灼
    38
    殘喘
    105
    MPSMercurialCasterEnrage
    法術, 投射物, 玩家投射物, 可觸發
    暴擊率: 5%
    施放時間: 1.33 秒
    造成 12221833 火焰傷害
    base is projectile [1]
    disable visual hit effect [1]
    monster projectile variation [199]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    GSMercurialCasterBlast
    法術, 可觸發
    暴擊率: 5%
    施放時間: 2.5 秒
    冷卻時間: 6 秒
    +15% 機率被點燃
    造成 16642496 火焰傷害
    -5% 更多點燃傷害
    ignite art variation [4]
    is area damage [1]
    spell maximum action distance +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    StateMachine
    {
    	define_shared_state =
    	"
    		emergefix; death;
    	"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    Life
    {
    	on_spawned_alive =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    
    StateMachine
    {
    	on_state_emergefix_1 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    
    Actor
    {
    	on_start_GeometrySpell = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_GeometrySpell = "SetStateTo( glowboost, 0 );"
    
    	on_end_Emerge =
    	"
    		IfState( emergefix, 1,
    		{
    			Delay( 0.5,
    			{
    				AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    				AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    			} );
    		} );
    	"
    }
    
    StateMachine
    {
    	on_or_create_state_death_1 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCasterSpectre"] = {
        name = "Unearthed Runecaster",
        life = 2.48,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSMercurialCasterEnrage",
            "GSMercurialCasterBlast",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSMercurialCasterEnrage"] = {
        name = "MPSMercurialCasterEnrage",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        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_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "disable_visual_hit_effect",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 199, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSMercurialCasterBlast"] = {
        name = "GSMercurialCasterBlast",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_damage_+%_final",
            "active_skill_ignite_damage_+%_final",
            "ignite_art_variation",
            "chance_to_be_ignited_%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -10, 4, 15, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -10, 0, 4, 15, -40, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, -5, 4, 15, -40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2, 2},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 全域
  • monster beyond portal chance +% final Min: -35 Max: -35 全域
  • 移除所有能量護盾
    monster gain base ward equal to total maximum life % [10]
    IdMonsterGainLifeAsWardBasic
    FamilyMonsterGainLifeAsWard
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 全域
  • monster gain base ward equal to total maximum life % Min: 10 Max: 10 全域
  • Edit

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