奇才马雷格罗
恶魔
monster penalty against minions damage +% final vs player minions [-20]
怪物提供的经验值提高 250%
掉落的物品稀有度提高 6000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
Maligaro, the Artist
幽魂N
地区马雷格罗的藏身处
标签bone_armour, 施法, chaos_affinity, demon, fast_movement, has_dagger, has_one_handed_melee, human, humanoid, large_model, medium_height, melee, not_str, physical_affinity, red_blood, slashing_weapon
生命
1400%
生命转为护盾
35%
闪避值
+35%
异常状态临界值
1400%
抗性
40 40 40 25
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
115%
类型
Maligaro2
Metadata
Maligaro2
等级
52
生命
30,800
护甲
7,869
闪避值
3,545
能量护盾
770
伤害
326
法术伤害
326
命中
152
攻击间隔
1.5
经验值
12,128
异常状态临界值
30,800
冰缓
97
Shock
97
Brittle
551
Scorch
97
Sap
269
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 261–392
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
MaligaroComboAttack
攻击, 伤害
基本伤害: 261–392
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 7 秒
is area damage [1]
MaligaroTeleportSlam
攻击, 伤害
基本伤害: 261–392
攻击暴击率: 5%
攻击伤害: 150%
攻击伤害: 150%
攻击间隔: 1.5 秒
冷却时间: 10 秒
攻击伤害总增 50%
将物理伤害的 25% 转化为混沌伤害
击中时使其中毒
击中时造成瘫痪
active skill area of effect radius +% final [-50]
is area damage [1]
MaligaroVanish
法术
施放间隔: 1 秒
冷却时间: 5 秒
skill cannot be interrupted [1]
skill cannot be stunned [1]
MaligaroWhirlingBlades
攻击, 近战, 位移
基本伤害: 261–392
攻击暴击率: 5%
攻击伤害: 80%
攻击伤害: 80%
攻击间隔: 1.5 秒
冷却时间: 14 秒
攻击伤害总降 20%
MaligaroTelekineticBlades
法术, 伤害, 投射物
施放间隔: 2.5 秒
冷却时间: 5 秒
造成 160.8 - 241.2 物理伤害
投射物贯穿所有目标
base is projectile [1]
projectile uses contact position [1]
MaligaroSlam
攻击, 范围, 可触发
基本伤害: 261–392
攻击暴击率: 5%
攻击伤害: 150%
攻击伤害: 150%
攻击间隔: 1.5 秒
冷却时间: 8 秒
攻击伤害总增 50%
攻击速度总降 50%
击中时使其中毒
击中时造成瘫痪
is area damage [1]
MaligaroTelekineticBladesHidden
法术, 伤害, 投射物
施放间隔: 2.5 秒
冷却时间: 5 秒
造成 160.8 - 241.2 物理伤害
投射物贯穿所有目标
base is projectile [1]
projectile uses contact position [1]
MaligaroTelekineticBladesInFront
法术, 伤害, 投射物
施放间隔: 2.5 秒
冷却时间: 10 秒
造成 160.8 - 241.2 物理伤害
投射物贯穿所有目标
base is projectile [1]
projectile uses contact position [1]
MaligaroTelekineticBladesBehind
法术, 伤害, 投射物
施放间隔: 2.5 秒
冷却时间: 10 秒
造成 160.8 - 241.2 物理伤害
投射物贯穿所有目标
base is projectile [1]
projectile uses contact position [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Transitionable
{
	// 1. Before Fight
	// 2. Phase1
	// 3. SubBoss #1, invisible
	// 2. Phase2
	// 3. SubBoss #2, invisible
	// 4. Phase3
	num_states = 4

	on_transition_to_3 = "ChangeStance(stance2);" // Vanish
}

Animated
{
	on_emerge_01 = "ChangeStance(default);"
	on_end_emerge_01 = "MakeCollidable();"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	on_transition_to_3 = "DisableRendering(); RemoveCollidability();" // Vanish
	on_transition_to_4 = "EnableRendering();"
	create_state_3 = "DisableRendering(); RemoveCollidability();"
}

Animated
{
	on_event_appear = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_return.ao );"
	on_event_vanish = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_disappear.ao );"
	on_event_appearraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_return.ao, default, 1, 1, 200, inherit );"
	on_event_vanishraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_disappear.ao, default, 1, 1, 200, inherit );"
	on_hidden_teleport_slash_01 = "EnableRendering();" // Appear
	on_end_hidden_teleport_slash_01 = "DisableRendering();" // Vanish
	on_hidden_summon_blades_01 = "EnableRendering();" // Appear
	on_end_hidden_summon_blades_01 = "DisableRendering();" // Vanish
	on_emerge_01 = "EnableRendering(); MakeCollidable();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Maligaro/Maligaro2"] = {
    name = "Maligaro, the Artist",
    life = 14,
    energyShield = 0.35,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "Dagger",
    skillList = {
        "Melee",
        "MaligaroSlam",
        "MaligaroTeleportSlam",
        "MaligaroComboAttack",
        "MaligaroTelekineticBlades",
        "MaligaroTelekineticBladesHidden",
        "MaligaroTelekineticBladesInFront",
        "MaligaroTelekineticBladesBehind",
        "MaligaroVanish",
        "MaligaroWhirlingBlades",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroSlam"] = {
    name = "MaligaroSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
        "global_maim_on_hit",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {-50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroTeleportSlam"] = {
    name = "MaligaroTeleportSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.2,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_chaos",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "global_maim_on_hit",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {25, -50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroComboAttack"] = {
    name = "MaligaroComboAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroTelekineticBlades"] = {
    name = "MaligaroTelekineticBlades",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_uses_contact_position",
        "always_pierce",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroTelekineticBladesHidden"] = {
    name = "MaligaroTelekineticBladesHidden",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_uses_contact_position",
        "always_pierce",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroTelekineticBladesInFront"] = {
    name = "MaligaroTelekineticBladesInFront",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_uses_contact_position",
        "always_pierce",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroTelekineticBladesBehind"] = {
    name = "MaligaroTelekineticBladesBehind",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_uses_contact_position",
        "always_pierce",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroVanish"] = {
    name = "MaligaroVanish",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroWhirlingBlades"] = {
    name = "MaligaroWhirlingBlades",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster penalty against minions damage +% final vs player minions [-20]
IdMonsterDamageVersusPlayerMinions20
FamilyMonsterDamageVersusMinions
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 全域
  • Craft Tagsdamage
    怪物提供的经验值提高 250%
    掉落的物品稀有度提高 6000%
    IdMonsterQuestBossAct7
    FamilyMonsterActBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 全域
  • monster dropped item rarity +% Min: 6000 Max: 6000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • heal aura owner % max life on death [0]
    IdBossHealOnPlayerDeath
    FamilyBossHealOnPlayerDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • heal aura owner % max life on death Min: 0 Max: 0 全域
  • heal_on_nearby_death
    范围: 120
    heal aura owner % max life on death [0]
    奇才马雷格罗
    恶魔
    monster penalty against minions damage +% final vs player minions [-20]
    怪物提供的经验值提高 250%
    掉落的物品稀有度提高 6000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Maligaro, the Artist
    幽魂N
    标签bone_armour, 施法, chaos_affinity, demon, fast_movement, has_dagger, has_one_handed_melee, human, humanoid, large_model, melee, not_str, physical_affinity, red_blood, slashing_weapon
    生命
    1400%
    生命转为护盾
    35%
    闪避值
    +35%
    异常状态临界值
    1400%
    抗性
    40 40 40 25
    伤害
    200%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 15
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    115%
    类型
    Maligaro2
    Metadata
    Maligaro2Standalone
    等级
    68
    生命
    90,067
    护甲
    28,790
    闪避值
    6,398
    能量护盾
    2,144
    伤害
    747
    法术伤害
    747
    命中
    290
    攻击间隔
    1.5
    经验值
    20,510
    异常状态临界值
    90,067
    冰缓
    285
    Shock
    285
    Brittle
    1,611
    Scorch
    285
    Sap
    787
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 598–897
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaligaroComboAttack
    攻击, 伤害
    基本伤害: 598–897
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 7 秒
    is area damage [1]
    MaligaroTeleportSlam
    攻击, 伤害
    基本伤害: 598–897
    攻击暴击率: 5%
    攻击伤害: 150%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    冷却时间: 10 秒
    攻击伤害总增 50%
    将物理伤害的 25% 转化为混沌伤害
    击中时使其中毒
    击中时造成瘫痪
    active skill area of effect radius +% final [-50]
    is area damage [1]
    MaligaroWhirlingBlades
    攻击, 近战, 位移
    基本伤害: 598–897
    攻击暴击率: 5%
    攻击伤害: 80%
    攻击伤害: 80%
    攻击间隔: 1.5 秒
    冷却时间: 14 秒
    攻击伤害总降 20%
    MaligaroTelekineticBlades
    法术, 伤害, 投射物
    施放间隔: 2.5 秒
    冷却时间: 5 秒
    造成 258 - 387.1 物理伤害
    投射物贯穿所有目标
    base is projectile [1]
    projectile uses contact position [1]
    MaligaroSlam
    攻击, 范围, 可触发
    基本伤害: 598–897
    攻击暴击率: 5%
    攻击伤害: 150%
    攻击伤害: 150%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    攻击伤害总增 50%
    攻击速度总降 50%
    击中时使其中毒
    击中时造成瘫痪
    is area damage [1]
    MaligaroTelekineticBladesHidden
    法术, 伤害, 投射物
    施放间隔: 2.5 秒
    冷却时间: 5 秒
    造成 258 - 387.1 物理伤害
    投射物贯穿所有目标
    base is projectile [1]
    projectile uses contact position [1]
    MaligaroTelekineticBladesInFront
    法术, 伤害, 投射物
    施放间隔: 2.5 秒
    冷却时间: 10 秒
    造成 258 - 387.1 物理伤害
    投射物贯穿所有目标
    base is projectile [1]
    projectile uses contact position [1]
    MaligaroTelekineticBladesBehind
    法术, 伤害, 投射物
    施放间隔: 2.5 秒
    冷却时间: 10 秒
    造成 258 - 387.1 物理伤害
    投射物贯穿所有目标
    base is projectile [1]
    projectile uses contact position [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Actor
    {
    	//basic_action = "Emerge"
    	slow_animations_go_to_idle = false
    }
    
    Animated
    {
    	on_emerge_01 = "ChangeStance(default);"
    	on_end_emerge_01 = "MakeCollidable();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Animated
    {
    	on_event_appear = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_return.ao );"
    	on_event_vanish = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_disappear.ao );"
    	on_event_appearraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_return.ao, default, 1, 1, 200, inherit );"
    	on_event_vanishraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_disappear.ao, default, 1, 1, 200, inherit );"
    	on_hidden_teleport_slash_01 = "EnableRendering();" // Appear
    	on_end_hidden_teleport_slash_01 = "DisableRendering();" // Vanish
    	on_hidden_summon_blades_01 = "EnableRendering();" // Appear
    	on_end_hidden_summon_blades_01 = "DisableRendering();" // Vanish
    	on_emerge_01 = "EnableRendering(); MakeCollidable();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/Maligaro2Standalone"] = {
        name = "Maligaro, the Artist",
        life = 14,
        energyShield = 0.35,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "Melee",
            "MaligaroSlam",
            "MaligaroTeleportSlam",
            "MaligaroComboAttack",
            "MaligaroTelekineticBlades",
            "MaligaroTelekineticBladesHidden",
            "MaligaroTelekineticBladesInFront",
            "MaligaroTelekineticBladesBehind",
            "MaligaroWhirlingBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroSlam"] = {
        name = "MaligaroSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "is_area_damage",
            "global_maim_on_hit",
            "global_poison_on_hit",
        },
        levels = {
            [1] = {-50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroTeleportSlam"] = {
        name = "MaligaroTeleportSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_chaos",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "global_maim_on_hit",
            "global_poison_on_hit",
        },
        levels = {
            [1] = {25, -50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroComboAttack"] = {
        name = "MaligaroComboAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroTelekineticBlades"] = {
        name = "MaligaroTelekineticBlades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_uses_contact_position",
            "always_pierce",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroTelekineticBladesHidden"] = {
        name = "MaligaroTelekineticBladesHidden",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_uses_contact_position",
            "always_pierce",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroTelekineticBladesInFront"] = {
        name = "MaligaroTelekineticBladesInFront",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_uses_contact_position",
            "always_pierce",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroTelekineticBladesBehind"] = {
        name = "MaligaroTelekineticBladesBehind",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_uses_contact_position",
            "always_pierce",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroWhirlingBlades"] = {
        name = "MaligaroWhirlingBlades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster penalty against minions damage +% final vs player minions [-20]
    IdMonsterDamageVersusPlayerMinions20
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 全域
  • Craft Tagsdamage
    怪物提供的经验值提高 250%
    掉落的物品稀有度提高 6000%
    IdMonsterQuestBossAct7
    FamilyMonsterActBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 全域
  • monster dropped item rarity +% Min: 6000 Max: 6000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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