MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Senhora Açoite da Tempestade
Demoníaco
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster uses lightning strike text [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
Amaldiçoa Inimigos com Vulnerabilidade ao Acertar
display monster mod nemesis test [0]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Lady Stormflay
Spectre
AreaCidade Antiga, Mapa: Gueto
Tagsanimal_claw_weapon, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, lightning_affinity, medium_height, melee, non_unique_map_boss, physical_affinity, ranged, red_blood
Vida
400%
Ailment Threshold
400%
Resistência
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 18
Attack Time
2.445 Second
Damage Spread
±20%
Experiência
200%
Model Size
115%
Type
DemonFemaleMapBossLightning
Metadata
MapLightningWhipDemonBoss
Nível
80
Vida
5,624,459
Armadura
73,441
Evasão
7,124
Damage
1,295
Dano Mágico
1,933
Precisão
924
Attack Time
1.63815
Experiência
139,832
Minion Life
1,099,644
Minion Damage
1,081
Ailment Threshold
2,699,740
Chill
8,537
Shock
8,537
Brittle
48,296
Scorch
8,537
Sap
23,585
Phys Convert Ele
300%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 20563085
Chance de Crítico: 5%
Attack Time: 2.445 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
MonsterLightningStrike
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
Golpe Trovejante
Base Damage: 20563085
Chance de Crítico: 5%
Dano de Ataque: 62.5%
Attack Time: 2.445 seg
Imbui sua arma corpo a corpo com energia elétrica conforme você a brande. Além de converter parte de seu dano físico em dano de raio, a energia acumulada é liberada da arma como projéteis conforme você ataca, voando adiante para atingir inimigos distantes. O projétil não pode errar se o ataque corpo a corpo atingir um alvo.
50% do Dano Físico Convertido em Dano de Raio
Causa 30% mais Dano de Ataque
Causa 37.5% menos Dano de Ataque
Causa 20% mais Dano
Dispara 2 Projéteis adicionais
Dano Físico aumentado em 21%
show number of projectiles [1]
total projectile spread angle override [70]
lightningslash
SummonGroundLightningDaemon
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tempo de Conjuração: 1 seg
Recarga: 8 seg
alternate minion [189]
number of monsters to summon [3]
summon specific monsters radius +% [100]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/DemonFemale/DemonFemale"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonFemale/MapLightningWhipDemonBoss"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Lady Stormflay",
    life = 4,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 2.445,
    attackRange = 18,
    accuracy = 1,
    skillList = {
        "Melee",
        "MonsterLightningStrike",
        "SummonGroundLightningDaemon",
    },
    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["MonsterLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "total_projectile_spread_angle_override",
        "show_number_of_projectiles",
    },
    levels = {
        [1] = {7, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {14, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [3] = {21, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonGroundLightningDaemon"] = {
    name = "SummonGroundLightningDaemon",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {189, 3, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster uses lightning strike text [1]
FamilyMonsterUsesLightningStrikeText
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster uses lightning strike text 1 1 Global
  • monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • Amaldiçoa Inimigos com Vulnerabilidade ao Acertar
    FamilyMonsterChanceToVulnerabilityOnHit
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • curse on hit % vulnerability 100 100 Global
  • Craft TagsConjurador Maldição
    display monster mod nemesis test [0]
    FamilyDaemon
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • display monster mod nemesis test 0 0 Global — Valor não escalável
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor não escalável
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Senhora Açoite da Tempestade
    Demoníaco
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster uses lightning strike text [1]
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    Amaldiçoa Inimigos com Vulnerabilidade ao Acertar
    display monster mod nemesis test [0]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Lady Stormflay
    Spectre
    Tagsanimal_claw_weapon, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, lightning_affinity, medium_height, melee, physical_affinity, ranged, red_blood, standalone_map_boss
    Vida
    400%
    Ailment Threshold
    400%
    Resistência
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    2.445 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    115%
    Type
    DemonFemaleMapBossLightning
    Metadata
    MapLightningWhipDemonBossStandalone
    Nível
    68
    Vida
    557,385
    Armadura
    28,790
    Evasão
    4,739
    Damage
    638
    Dano Mágico
    953
    Precisão
    580
    Attack Time
    1.63815
    Experiência
    112,805
    Minion Life
    120,902
    Minion Damage
    510
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 10141520
    Chance de Crítico: 5%
    Attack Time: 2.445 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterLightningStrike
    Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
    Golpe Trovejante
    Base Damage: 10141520
    Chance de Crítico: 5%
    Dano de Ataque: 62.5%
    Attack Time: 2.445 seg
    Imbui sua arma corpo a corpo com energia elétrica conforme você a brande. Além de converter parte de seu dano físico em dano de raio, a energia acumulada é liberada da arma como projéteis conforme você ataca, voando adiante para atingir inimigos distantes. O projétil não pode errar se o ataque corpo a corpo atingir um alvo.
    50% do Dano Físico Convertido em Dano de Raio
    Causa 30% mais Dano de Ataque
    Causa 37.5% menos Dano de Ataque
    Causa 20% mais Dano
    Dispara 2 Projéteis adicionais
    Dano Físico aumentado em 21%
    show number of projectiles [1]
    total projectile spread angle override [70]
    lightningslash
    SummonGroundLightningDaemon
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tempo de Conjuração: 1 seg
    Recarga: 8 seg
    alternate minion [189]
    number of monsters to summon [3]
    summon specific monsters radius +% [100]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/DemonFemale/DemonFemale"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/MapLightningWhipDemonBossStandalone"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Lady Stormflay",
        life = 4,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "MonsterLightningStrike",
            "SummonGroundLightningDaemon",
        },
        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["MonsterLightningStrike"] = {
        name = "Lightning Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Lightning] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_damage_+%_final",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "total_projectile_spread_angle_override",
            "show_number_of_projectiles",
        },
        levels = {
            [1] = {7, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {14, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
            [3] = {21, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonGroundLightningDaemon"] = {
        name = "SummonGroundLightningDaemon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {189, 3, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster uses lightning strike text [1]
    FamilyMonsterUsesLightningStrikeText
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster uses lightning strike text 1 1 Global
  • monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • Amaldiçoa Inimigos com Vulnerabilidade ao Acertar
    FamilyMonsterChanceToVulnerabilityOnHit
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • curse on hit % vulnerability 100 100 Global
  • Craft TagsConjurador Maldição
    display monster mod nemesis test [0]
    FamilyDaemon
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • display monster mod nemesis test 0 0 Global — Valor não escalável
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor não escalável
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Senhora Açoite da Tempestade
    Demoníaco
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster uses lightning strike text [1]
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    Amaldiçoa Inimigos com Vulnerabilidade ao Acertar
    display monster mod nemesis test [0]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Lady Stormflay
    Spectre
    Tagsanimal_claw_weapon, demon, elder_map_boss, fast_movement, flesh_armour, is_unarmed, medium_height, non_attacking, red_blood
    Vida
    400%
    Ailment Threshold
    400%
    Resistência
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    2.445 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    115%
    Type
    DemonFemaleMapBossLightning
    Metadata
    MapLightningWhipDemonBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/MapLightningWhipDemonBossElder"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Lady Stormflay",
        life = 4,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    monster uses lightning strike text [1]
    FamilyMonsterUsesLightningStrikeText
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster uses lightning strike text 1 1 Global
  • monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • Amaldiçoa Inimigos com Vulnerabilidade ao Acertar
    FamilyMonsterChanceToVulnerabilityOnHit
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • curse on hit % vulnerability 100 100 Global
  • Craft TagsConjurador Maldição
    display monster mod nemesis test [0]
    FamilyDaemon
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • display monster mod nemesis test 0 0 Global — Valor não escalável
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor não escalável
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Senhora Açoite da Tempestade
    Demoníaco
    IconEnemyResistanceLightningStrong
    monster uses lightning strike text [1]
    Amaldiçoa Inimigos com Vulnerabilidade ao Acertar
    Lady Stormflay
    Spectre
    Tagsanimal_claw_weapon, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, lightning_affinity, medium_height, melee, physical_affinity, ranged, red_blood
    Vida
    180%
    Ailment Threshold
    180%
    Resistência
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightningStrong85% IconEnemyResistanceChaos0%
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    2.445 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    115%
    Type
    DemonFemaleBossEndlessLedge
    Metadata
    LightningWhipDemonBossEndlessLedge
    Nível
    68
    Vida
    11,580
    Armadura
    28,790
    Evasão
    4,739
    Damage
    560
    Dano Mágico
    560
    Precisão
    580
    Attack Time
    2.445
    Experiência
    15,383
    Minion Life
    2,512
    Minion Damage
    447
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 448672
    Chance de Crítico: 5%
    Attack Time: 2.445 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterLightningStrike
    Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
    Golpe Trovejante
    Base Damage: 448672
    Chance de Crítico: 5%
    Dano de Ataque: 62.5%
    Attack Time: 2.445 seg
    Imbui sua arma corpo a corpo com energia elétrica conforme você a brande. Além de converter parte de seu dano físico em dano de raio, a energia acumulada é liberada da arma como projéteis conforme você ataca, voando adiante para atingir inimigos distantes. O projétil não pode errar se o ataque corpo a corpo atingir um alvo.
    50% do Dano Físico Convertido em Dano de Raio
    Causa 30% mais Dano de Ataque
    Causa 37.5% menos Dano de Ataque
    Causa 20% mais Dano
    Dispara 2 Projéteis adicionais
    Dano Físico aumentado em 21%
    show number of projectiles [1]
    total projectile spread angle override [70]
    lightningslash

    Object Type

    version 2
    extends "Metadata/Monsters/DemonFemale/DemonFemale"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/LightningWhipDemonBossEndlessLedge"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        name = "Lady Stormflay",
        life = 1.8,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "MonsterLightningStrike",
        },
        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["MonsterLightningStrike"] = {
        name = "Lightning Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Lightning] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_damage_+%_final",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "total_projectile_spread_angle_override",
            "show_number_of_projectiles",
        },
        levels = {
            [1] = {7, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {14, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
            [3] = {21, 50, 30, 2, 20, 70, baseMultiplier = 0.625, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster uses lightning strike text [1]
    FamilyMonsterUsesLightningStrikeText
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster uses lightning strike text 1 1 Global
  • Amaldiçoa Inimigos com Vulnerabilidade ao Acertar
    FamilyMonsterChanceToVulnerabilityOnHit
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • curse on hit % vulnerability 100 100 Global
  • Craft TagsConjurador Maldição
    Edit

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