Alira Língua-Podre
Humanóide
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Monstros concedem Experiência aumentada em 250%
Raridade dos Itens Derrubados aumentada em 4500%
Alira Darktongue
SpectreN
AreaFloresta Ocidental
Tagsbandit, Conjurador, fire_affinity, has_wand, human, humanoid, light_armour, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, red_blood
Vida
540%
Energy Shield From Life
100%
Ailment Threshold
540%
Resistência
40 40 40 25
Damage
144%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 35
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
120%
Model Size
100%
Type
IntBanditBoss
Metadata
BanditLeaderAlira
Nível
17
Vida
853
Armadura
286
Evasão
460
Escudo de Energia
158
Damage
29
Dano Mágico
29
Precisão
32
Attack Time
1.245
Experiência
631
Ailment Threshold
853
Chill
3
Shock
3
Brittle
15
Scorch
3
Sap
7
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 23–34
Chance de Crítico: 5%
Attack Time: 1.245 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterDetonateDeadAreaAlira
Spell, Area, Damage, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Recarga: 6 seg
Duração base é de 2 segundos
Duração Base Secundária é de 0.5 segundos
Causa 23.13 a 34.7 de Dano de Fogo
Explosão causa Dano de Fogo base igual a 1% da Vida máxima do cadáver
Causa +6 Explosões
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Wand"
}

Stats
{
	base_maximum_mana = 1000
}

BaseEvents
{
	server_only = true
}

Transitionable
{

}

InteractionAction
{
}

NPC
{

}

MinimapIcon
{
	icon = 3
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	display_text = "ObjectDisplayTextNPC"
	has_light = false
}

Targetable
{
	attackable = true
}

Transitionable
{
	on_transition = "HideMinimapIcon();"
	on_untransition = "ShowMinimapIcon();"
	create_transitioned = "HideMinimapIcon();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BanditLeaderInt/BanditLeaderAlira"] = {
    name = "Alira Darktongue",
    life = 5.4,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.44,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 35,
    accuracy = 1,
    weaponType1 = "Wand",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterDetonateDeadAreaAlira",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadAreaAlira"] = {
    name = "MonsterDetonateDeadAreaAlira",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 2000, 500, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
IdMonsterSpellBlock20Bypass20
FamilyMonsterBlockAndBypass
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Monstros concedem Experiência aumentada em 250%
    Raridade dos Itens Derrubados aumentada em 4500%
    IdMonsterQuestBossAct2
    FamilyMonsterActBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 4500 Max: 4500 Global
  • Alira Língua-Podre
    Humanóide
    20% de Chance de Bloquear o Dano Mágico
    Você sofre 10% do Dano de Acertos Bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Monstros concedem Experiência aumentada em 250%
    Raridade dos Itens Derrubados aumentada em 4500%
    Alira Darktongue
    SpectreN
    Tagsbandit, Conjurador, fire_affinity, has_wand, human, humanoid, light_armour, medium_movement, not_dex, not_str, physical_affinity, ranged, red_blood
    Vida
    540%
    Energy Shield From Life
    100%
    Ailment Threshold
    540%
    Resistência
    40 40 40 25
    Damage
    144%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 35
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    IntBanditBoss
    Metadata
    BanditLeaderAliraStandalone
    Nível
    68
    Vida
    34,740
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    6,127
    Damage
    538
    Dano Mágico
    538
    Precisão
    290
    Attack Time
    1.245
    Experiência
    12,306
    Ailment Threshold
    34,740
    Chill
    110
    Shock
    110
    Brittle
    621
    Scorch
    110
    Sap
    303
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 430–645
    Chance de Crítico: 5%
    Attack Time: 1.245 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MonsterDetonateDeadAreaAlira
    Spell, Area, Damage, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 0.75 seg
    Recarga: 6 seg
    Duração base é de 2 segundos
    Duração Base Secundária é de 0.5 segundos
    Causa 171 a 256.5 de Dano de Fogo
    Explosão causa Dano de Fogo base igual a 1% da Vida máxima do cadáver
    Causa +6 Explosões
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    }
    
    Stats
    {
    	base_maximum_mana = 1000
    }
    
    BaseEvents
    {
    	server_only = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BanditLeaderInt/BanditLeaderAliraStandalone"] = {
        name = "Alira Darktongue",
        life = 5.4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 35,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonsterDetonateDeadAreaAlira",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterDetonateDeadAreaAlira"] = {
        name = "MonsterDetonateDeadAreaAlira",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "corpse_explosion_monster_life_%",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "upheaval_number_of_spikes",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 2000, 500, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    20% de Chance de Bloquear o Dano Mágico
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterSpellBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Monstros concedem Experiência aumentada em 250%
    Raridade dos Itens Derrubados aumentada em 4500%
    IdMonsterQuestBossAct2
    FamilyMonsterActBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 4500 Max: 4500 Global
  • Alira Línguapodre
    Humanóide
    Monstros concedem Experiência aumentada em 250%
    Raridade dos Itens Derrubados aumentada em 6000%
    20% de Chance de Bloquear o Dano Mágico
    Você sofre 10% do Dano de Acertos Bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Alira Darktongue
    SpectreN
    AreaCampos Cinzentos
    TagsConjurador, fire_affinity, flesh_armour, has_wand, human, humanoid, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, red_blood
    Vida
    800%
    Energy Shield From Life
    100%
    Ailment Threshold
    800%
    Resistência
    40 40 40 25
    Damage
    200%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 35
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    RalakeshAlira
    Metadata
    Alira
    Nível
    53
    Vida
    18,800
    Armadura
    8,552
    Evasão
    2,730
    Escudo de Energia
    2,350
    Damage
    344
    Dano Mágico
    344
    Precisão
    159
    Attack Time
    1.245
    Experiência
    12,648
    Ailment Threshold
    18,800
    Chill
    59
    Shock
    59
    Brittle
    336
    Scorch
    59
    Sap
    164
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 275–413
    Chance de Crítico: 5%
    Attack Time: 1.245 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TriggerSpawnersAliraCauldron
    Triggerable
    Recarga: 10 seg
    active skill area of effect radius +% final [200]
    trigger spawners max count [1]
    trigger spawners override row [25]
    AliraVolatileDead
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Cadáver Volátil
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 90%
    Tempo de Conjuração: 0.8 seg
    Recarga: 2 seg
    Cadáveres perto do local alvejado explodem, causando dano em uma área pequena e criando um orbe que se move em direção a inimigos próximos antes de causar dano mágico em uma área maior. A explosão do cadáver não é afetada por modificadores de dano mágico e não pode ser refletida.
    Causa 102.6 a 153.9 de Dano de Fogo
    Consome até 3 cadáveres
    Explosão causa Dano de Fogo base igual a 1% da Vida máxima do cadáver
    Raio Base igual a 2 metros
    Raio Base secundário igual a 1.5 metros
    Máximo de 60 Orbes por vez
    is area damage [1]
    RalakeshBlessing
    Recarga: 15 seg
    Duração base é de 5 segundos
    75% de redução do Dano recebido
    DesecrateAliraBlessing
    Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell
    Profanar
    Tempo de Conjuração: 1 seg
    Cria um solo profanado, convocando cadáveres e causando dano de caos em todos inimigos dentro da área. Os cadáveres serão escolhidos a partir de monstros na área atual e quaisquer espectros que existiram nesta instância.
    Causa 52.1 de Dano de Caos Base por segundo
    Duração base é de 4 segundos
    Cria 5 cadáveres
    Cria cadáveres até Nível 100
    Máximo de 12 Cadáveres permitidos
    active skill area of effect radius +% final [33]
    is area damage [1]
    AliraVolatileDeadBlessing
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Cadáver Volátil
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 90%
    Tempo de Conjuração: 0.8 seg
    Cadáveres perto do local alvejado explodem, causando dano em uma área pequena e criando um orbe que se move em direção a inimigos próximos antes de causar dano mágico em uma área maior. A explosão do cadáver não é afetada por modificadores de dano mágico e não pode ser refletida.
    Causa 102.6 a 153.9 de Dano de Fogo
    Consome até 5 cadáveres
    Explosão causa Dano de Fogo base igual a 1% da Vida máxima do cadáver
    Raio Base igual a 2 metros
    Raio Base secundário igual a 1.5 metros
    Máximo de 60 Orbes por vez
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	slow_animations_go_to_idle = false
    }
    
    Transitionable
    {
    	on_transition = "MakeCollidable();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	create_untransitioned = "RemoveCollidability();"
    }
    
    Buffs
    {
    	on_lose_ralakesh_buff = "PlayEffect( Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/ralakesh_buff_deactivate.ao );"
    }
    
    Actor
    {
    	on_event_contact_for_RigwaldWolfBarrage = "HideWeapons(true, false);"
    	on_event_respawn_spear_for_RigwaldWolfBarrage = "ShowWeapons(true, false);"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Ralakesh/Alira/Alira"] = {
        name = "Alira Darktongue",
        life = 8,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 35,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "DesecrateAliraBlessing",
            "TriggerSpawnersAliraCauldron",
            "RalakeshBlessing",
            "AliraVolatileDead",
            "AliraVolatileDeadBlessing",
        },
        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["DesecrateAliraBlessing"] = {
        name = "Desecrate",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chaos] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "desecrate_number_of_corpses_to_create",
            "desecrate_corpse_level",
            "desecrate_maximum_number_of_corpses",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 4000, 5, 100, 12, 33, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TriggerSpawnersAliraCauldron"] = {
        name = "TriggerSpawnersAliraCauldron",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "trigger_spawners_override_row",
            "trigger_spawners_max_count",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {25, 1, 200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RalakeshBlessing"] = {
        name = "RalakeshBlessing",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_damage_taken_+%",
        },
        levels = {
            [1] = {5000, -75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AliraVolatileDead"] = {
        name = "Volatile Dead",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Corpses near the targeted location explode, dealing damage in a small area and creating an orb which moves towards nearby enemies before dealing spell damage in a larger area. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "corpse_explosion_monster_life_permillage_fire",
            "volatile_dead_base_number_of_corpses_to_consume",
            "corpse_explosion_monster_life_%",
            "volatile_dead_max_cores_allowed",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 3, 1, 60, 20, 15, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AliraVolatileDeadBlessing"] = {
        name = "Volatile Dead",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Corpses near the targeted location explode, dealing damage in a small area and creating an orb which moves towards nearby enemies before dealing spell damage in a larger area. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "corpse_explosion_monster_life_permillage_fire",
            "volatile_dead_base_number_of_corpses_to_consume",
            "corpse_explosion_monster_life_%",
            "volatile_dead_max_cores_allowed",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 5, 1, 60, 20, 15, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    Monstros concedem Experiência aumentada em 250%
    Raridade dos Itens Derrubados aumentada em 6000%
    IdMonsterQuestBossAct7
    FamilyMonsterActBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • 20% de Chance de Bloquear o Dano Mágico
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterSpellBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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