黑影薛朗
恶魔
区域: 育灵之室
monster base type attack cast speed +% and damage -% final [33]
monster penalty against minions damage +% final vs player minions [-20]
level 1 to 40 life +% final [-25]
level 41 to 57 life +% final [-15]
Shavronne of Umbra
幽魂N
地区育灵之室
标签bludgeoning_weapon, bone_armour, 施法, demon, human, humanoid, is_unarmed, large_model, lightning_affinity, medium_height, medium_movement, not_dex, not_str, ranged, red_blood, shavronne_monster_story, unholy_trio_monster_story
生命
1440%
生命转为护盾
100%
异常状态临界值
1440%
抗性
0 0 85 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
Shavronne
Metadata
Shavronne
等级
40
生命
13,997
护甲
2,811
闪避值
1,597
能量护盾
13,997
伤害
169
法术伤害
169
命中
184
攻击间隔
1.5
经验值
6,814
召唤物生命
3,960
Minion Energy Shield
3,960
召唤物伤害
127
异常状态临界值
13,997
冰缓
44
Shock
44
Brittle
250
Scorch
44
Sap
122
Phys Convert Ele
100%
ShavronneSpellProjectile
法术, 投射物, 玩家投射物, 可触发
施放间隔: 1 秒
造成 285.6 - 514.1 闪电伤害
施法速度总增 100%
base is projectile [1]
monster projectile variation [6]
ShavronneLightningThorns
法术, 增益, 持续时间
施放间隔: 1 秒
冷却时间: 12 秒
基础持续时间为 3.5
LightningTendrilsShavronne
法术
暴击几率: 5%
施放间隔: 1 秒
造成 11.15 - 211.9 闪电伤害
active skill area of effect radius +% final [-25]
base skill number of additional hits [3]
is area damage [1]
ShavronneTeleport
法术, 可触发
施放间隔: 1 秒
冷却时间: 10 秒
造成 228.5 - 342.7 闪电伤害
基础持续时间为 3
100% 的几率使敌人感电
is area damage [1]
shavronne teleport number of markers [20]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
}

MinimapIcon
{
	icon = 3
}

NPC
{
	marker_enabled = false
}

Stats
{
	monster_can_spawn_with_talisman = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao, 0 );"
	on_spawned_dead = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao );"
}

Render
{
     //turn_duration = 0.4
}

Transitionable
{
	on_transition = "HideMinimapIcon(); PlayAnimation( intro ); PlayTextAudio( ShavronneFightIntroRandom , Metadata/NPC/Act4/Shavronne, 0);"
	create_transitioned = "HideMinimapIcon();"
	create_untransitioned = "PlayAnimation( idle );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Shavronne/Shavronne"] = {
    name = "Shavronne of Umbra",
    life = 14.4,
    energyShield = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    skillList = {
        "ShavronneSpellProjectile",
        "LightningTendrilsShavronne",
        "ShavronneLightningThorns",
        "ShavronneTeleport",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSpellProjectile"] = {
    name = "ShavronneSpellProjectile",
    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,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "monster_projectile_variation",
        "active_skill_cast_speed_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {1, 1.7999999523163, 6, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.60000002384186, 1.3999999761581, 6, 100, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningTendrilsShavronne"] = {
    name = "LightningTendrilsShavronne",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_number_of_additional_hits",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneLightningThorns"] = {
    name = "ShavronneLightningThorns",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {3500, levelRequirement = 40, statInterpolation = {},  cost = { }, },
        [2] = {3500, levelRequirement = 66, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneTeleport"] = {
    name = "ShavronneTeleport",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "base_chance_to_shock_%",
        "shavronne_teleport_number_of_markers",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3000, 100, 20, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
FamilyMonsterSpeedAndDamageFixup
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage 伤害 攻击 施法 速度
    monster penalty against minions damage +% final vs player minions [-20]
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 全域
  • Craft Tags伤害
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    FamilyLifePerDifficulty
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • level 1 to 40 life +% final Min: -25 Max: -25 全域
  • level 41 to 57 life +% final Min: -15 Max: -15 全域
  • Craft Tagsresource 生命
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.monster_can_spawn_with_talisman1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    MinimapIcon.icon3
    NPC.marker_enabledfalse
    黑影薛朗
    恶魔
    monster base type attack cast speed +% and damage -% final [33]
    monster penalty against minions damage +% final vs player minions [-20]
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    Shavronne of Umbra
    幽魂N
    标签bludgeoning_weapon, bone_armour, 施法, demon, human, humanoid, is_unarmed, large_model, lightning_affinity, medium_height, medium_movement, not_dex, not_str, ranged, red_blood, shavronne_monster_story, unholy_trio_monster_story
    生命
    1440%
    生命转为护盾
    100%
    异常状态临界值
    1440%
    抗性
    0 0 85 0
    伤害
    200%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 15
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    Shavronne
    Metadata
    ShavronneGauntlet
    等级
    68
    生命
    92,640
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    88,229
    伤害
    747
    法术伤害
    747
    命中
    580
    攻击间隔
    1.5
    经验值
    20,510
    召唤物生命
    20,094
    Minion Energy Shield
    19,138
    召唤物伤害
    597
    异常状态临界值
    92,640
    冰缓
    293
    Shock
    293
    Brittle
    1,657
    Scorch
    293
    Sap
    809
    Phys Convert Ele
    240%
    ShavronneSpellProjectile
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 1 秒
    造成 1137 - 2653 闪电伤害
    施法速度总增 100%
    base is projectile [1]
    monster projectile variation [6]
    ShavronneLightningThorns
    法术, 增益, 持续时间
    施放间隔: 1 秒
    冷却时间: 12 秒
    基础持续时间为 3.5
    LightningTendrilsShavronne
    法术
    暴击几率: 5%
    施放间隔: 1 秒
    造成 55.15 - 1048 闪电伤害
    active skill area of effect radius +% final [-25]
    base skill number of additional hits [3]
    is area damage [1]
    ShavronneTeleport
    法术, 可触发
    施放间隔: 1 秒
    冷却时间: 10 秒
    造成 1516 - 2274 闪电伤害
    基础持续时间为 3
    100% 的几率使敌人感电
    is area damage [1]
    shavronne teleport number of markers [20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    }
    
    MinimapIcon
    {
    	icon = 3
    }
    
    NPC
    {
    	marker_enabled = false
    }
    
    Stats
    {
    	monster_can_spawn_with_talisman = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao, 0 );"
    	on_spawned_dead = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    
    Transitionable
    {
    	on_transition = "HideMinimapIcon(); PlayAnimation( intro ); PlayTextAudio( ShavronneFightIntroRandom , Metadata/NPC/Act4/Shavronne, 0);"
    	create_transitioned = "HideMinimapIcon();"
    	create_untransitioned = "PlayAnimation( idle );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shavronne/ShavronneGauntlet"] = {
        name = "Shavronne of Umbra",
        life = 14.4,
        energyShield = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "ShavronneSpellProjectile",
            "LightningTendrilsShavronne",
            "ShavronneLightningThorns",
            "ShavronneTeleport",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneSpellProjectile"] = {
        name = "ShavronneSpellProjectile",
        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,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, 1.7999999523163, 6, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.60000002384186, 1.3999999761581, 6, 100, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LightningTendrilsShavronne"] = {
        name = "LightningTendrilsShavronne",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_number_of_additional_hits",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneLightningThorns"] = {
        name = "ShavronneLightningThorns",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {3500, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [2] = {3500, levelRequirement = 66, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneTeleport"] = {
        name = "ShavronneTeleport",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "base_chance_to_shock_%",
            "shavronne_teleport_number_of_markers",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3000, 100, 20, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage 伤害 攻击 施法 速度
    monster penalty against minions damage +% final vs player minions [-20]
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 全域
  • Craft Tags伤害
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    FamilyLifePerDifficulty
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • level 1 to 40 life +% final Min: -25 Max: -25 全域
  • level 41 to 57 life +% final Min: -15 Max: -15 全域
  • Craft Tagsresource 生命
    Name闪电复仇
    FamilyMonsterModLightningMirage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Spawn Tagsmagic: 0 default: 1000
    闪电反击复制之体
    Lightning Clone Retaliation
    Name虹吸的
    FamilyMonsterModSpecialAura
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Spawn Tagssanctum_monster: 0 magic: 0 default: 1500
    黑影薛朗
    恶魔
    monster base type attack cast speed +% and damage -% final [33]
    monster penalty against minions damage +% final vs player minions [-20]
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    Shavronne of Umbra
    幽魂N
    标签bludgeoning_weapon, bone_armour, 施法, demon, human, humanoid, is_unarmed, large_model, lightning_affinity, medium_movement, not_dex, not_str, ranged, red_blood
    生命
    1440%
    生命转为护盾
    100%
    异常状态临界值
    1440%
    抗性
    0 0 85 0
    伤害
    200%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 15
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    Shavronne
    Metadata
    ShavronneStandalone_
    等级
    68
    生命
    92,640
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    88,229
    伤害
    747
    法术伤害
    747
    命中
    580
    攻击间隔
    1.5
    经验值
    20,510
    召唤物生命
    20,094
    Minion Energy Shield
    19,138
    召唤物伤害
    597
    异常状态临界值
    92,640
    冰缓
    293
    Shock
    293
    Brittle
    1,657
    Scorch
    293
    Sap
    809
    Phys Convert Ele
    240%
    ShavronneSpellProjectile
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 1 秒
    造成 1137 - 2653 闪电伤害
    施法速度总增 100%
    base is projectile [1]
    monster projectile variation [6]
    ShavronneLightningThorns
    法术, 增益, 持续时间
    施放间隔: 1 秒
    冷却时间: 12 秒
    基础持续时间为 3.5
    LightningTendrilsShavronne
    法术
    暴击几率: 5%
    施放间隔: 1 秒
    造成 55.15 - 1048 闪电伤害
    active skill area of effect radius +% final [-25]
    base skill number of additional hits [3]
    is area damage [1]
    GTStandaloneShavTeleportMarkers
    可触发, 法术
    施放间隔: 1 秒
    SOStandaloneShavTeleportMarker
    可触发, 法术
    施放间隔: 1 秒
    GSStandaloneShavronneTeleportExplode
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 1516 - 2274 闪电伤害
    100% 的几率使敌人感电
    is area damage [1]
    TeleportMarkerStandaloneShavronne
    法术, 可触发
    施放间隔: 1 秒
    marker warp marker variation [16]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Life
    {
    	on_death = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao, 0 );"
    	on_spawned_dead = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shavronne/ShavronneStandalone_"] = {
        name = "Shavronne of Umbra",
        life = 14.4,
        energyShield = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "ShavronneSpellProjectile",
            "LightningTendrilsShavronne",
            "ShavronneLightningThorns",
            "TeleportMarkerStandaloneShavronne",
            "GSStandaloneShavronneTeleportExplode",
            "SOStandaloneShavTeleportMarker",
            "GTStandaloneShavTeleportMarkers",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneSpellProjectile"] = {
        name = "ShavronneSpellProjectile",
        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,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, 1.7999999523163, 6, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.60000002384186, 1.3999999761581, 6, 100, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LightningTendrilsShavronne"] = {
        name = "LightningTendrilsShavronne",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_number_of_additional_hits",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneLightningThorns"] = {
        name = "ShavronneLightningThorns",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {3500, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [2] = {3500, levelRequirement = 66, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TeleportMarkerStandaloneShavronne"] = {
        name = "TeleportMarkerStandaloneShavronne",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "marker_warp_marker_variation",
        },
        levels = {
            [1] = {16, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSStandaloneShavronneTeleportExplode"] = {
        name = "GSStandaloneShavronneTeleportExplode",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOStandaloneShavTeleportMarker"] = {
        name = "SOStandaloneShavTeleportMarker",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTStandaloneShavTeleportMarkers"] = {
        name = "GTStandaloneShavTeleportMarkers",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage 伤害 攻击 施法 速度
    monster penalty against minions damage +% final vs player minions [-20]
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 全域
  • Craft Tags伤害
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    FamilyLifePerDifficulty
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • level 1 to 40 life +% final Min: -25 Max: -25 全域
  • level 41 to 57 life +% final Min: -15 Max: -15 全域
  • Craft Tagsresource 生命
    黑影薛朗 Topic /8
    NPC名字
    毕斯特不和调的尖叫.扭曲的悲鸣和狂嚎.不可名状的装置及刺耳的运作声. 烧焦的血肉和沸腾的血液所散发出的恶臭.这就是薛朗女士的栖息地---禁灵之狱的近况.

    身为一个诗人, 我并不反对创造力.不过我用于创作的是文字, 薛朗用于创作的道具就残忍多了——血肉, 骨头和灵魂.

    艺术创作是最为崇高的追求, 不过鉴于刚才提到的特殊情况, 我觉得一定的规范还是有必要的.
    塔格拉多亏了你, 我才能够穿过那个卡鲁要塞, 潜入了禁灵之狱.自从你上次让那儿的典狱长提前退休之后, 禁灵之狱就不再像以前那么安静了.

    黑影薛朗, 这个一手改造布鲁特斯的女巫.虽然我不知道她到底是幽灵, 食尸鬼还是其他什么我从没听过的不死生物, 但她就在那里做着黑暗的实验, 用她那皮包骨头的老手指摆弄着自然法则.

    说实话, 我根本不在乎她为什么回来, 也不在乎她在鼓捣些什么玩意儿.她现在就是个急需被清理的蛀虫.
    塔格拉干得好, 你又清理出了一条可以穿越禁灵之狱的道路.看来关于你的那些故事和传闻, 说不定还有可能是真的.
    想让她派上用场, 就必须收割并保存她的精魂.把它交给我保存就行……我会把它装进一个水晶化的容器里.当然, 你需要交给我她的精魂石.

    获取精魂石的办法很简单, 你只要做你最擅长的事.
    杀了她.
    禁语"肉体的苦痛换来清晰的脑袋。
    真是个有趣的悖论。"
    - 黑影薛朗
    异能知识"唯一习得真奇术者
    若非旷世奇才,即为疯癫狂徒"
    - 黑影薛朗
    大奇术师"奇术就像世上其他的技艺一样。它必须透过牺牲才能有所专精,有时候甚至是无以计数的牺牲。" - 黑影薛朗
    大艺术家"一般人只把人的肉体视为障碍和界限。我则认为它是朝向伟大进化的机会。" - 黑影薛朗
    Edit

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