MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Demonio
Daemon
Spectre
TagsLanzador de hechizos, extra_extra_small_height, fire_affinity, is_daemon, is_unarmed, plate_armour, puncturing_weapon, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
GhostPirateDaemonTreasureHunter
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
MasterTHGhostOrb
Damage, Area, Fire, Spell, Triggerable, AreaSpell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 3 seg
Inflige de 406.5 a 496.8 de daño de fuego
Dispara 6 proyectiles adicionales
Velocidad de movimiento reducida un 85%
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/GhostPirateDaemonTreasureHunter"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MasterTHGhostOrb",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MasterTHGhostOrb"] = {
    name = "MasterTHGhostOrb",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_additional_projectiles",
        "base_movement_velocity_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.89999997615814, 1.1000000238419, 6, -85, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Demonio
Daemon
Spectre
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
SummonRavenDaemon
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
ScarecrowDaemonSummonRaven
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 6 seg
alternate minion [242]
minion dies when parent deleted [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/SummonRavenDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "ScarecrowDaemonSummonRaven",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ScarecrowDaemonSummonRaven"] = {
    name = "ScarecrowDaemonSummonRaven",
    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 = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {1, 242, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Demonio
Daemon
Spectre
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
SummonRavenDaemonChampion
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
ScarecrowDaemonSummonRaven
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 6 seg
alternate minion [242]
minion dies when parent deleted [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/SummonRavenDaemonChampion"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "ScarecrowDaemonSummonRaven",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ScarecrowDaemonSummonRaven"] = {
    name = "ScarecrowDaemonSummonRaven",
    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 = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {1, 242, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Demonio
Daemon
Spectre
TagsLanzador de hechizos, extra_extra_small_height, fire_affinity, ghost_armour, is_daemon, is_unarmed, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
SummonMagmaOrbNovaDaemon
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
AxisBossMagmaOrb
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
Bola de magma
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.7 seg
Lanza un orbe ardiente que inflige daño en área al golpear el suelo. Esta habilidad se encadena y rebota hacia delante para infligir daño varias veces.
Inflige de 1355 a 2032 de daño de fuego
Dispara 5 proyectiles adicionales
Se encadena +3 veces
Dispara proyectiles en círculo
Velocidad de lanzamiento de hechizos aumentada un 30%
base is projectile [1]
is area damage [1]
FireMortar

Object Type

version 2
extends "Metadata/Monsters/Daemon/Daemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/SummonMagmaOrbNovaDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "AxisBossMagmaOrb",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisBossMagmaOrb"] = {
    name = "Rolling Magma",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chains] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.7,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_additional_projectiles",
        "base_cast_speed_+%",
        "number_of_chains",
        "is_area_damage",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5, 30, 3, critChance = 5, levelRequirement = 55, statInterpolation = {3, 3},  cost = { }, },
    },
}
Demonio
Daemon
Spectre
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
SummonIonCannonDaemon
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
AxisBossSummonIonCannon
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 0.25 seg
Tiempo de recarga: 0.5 seg
alternate minion [221]
minion dies when parent deleted [1]
number of monsters to summon [1]
summon specific monsters radius +% [-90]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/SummonIonCannonDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "AxisBossSummonIonCannon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisBossSummonIonCannon"] = {
    name = "AxisBossSummonIonCannon",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.25,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {221, 1, -90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Demonio
Daemon
Spectre
TagsLanzador de hechizos, extra_extra_small_height, ghost_armour, has_one_hand_sword, has_one_handed_melee, is_daemon, lightning_affinity, ranged, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
DaemonDamageRange
Metadata
LightningWhipGroundLightningMapBoss
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
StormflayLightningStrike
Spell, Lightning, Projectile, Damage, ProjectilesNotFromUser
Tiempo de lanzamiento: 1 seg
La duración base es de 3 segundos
Dispara 2 proyectiles adicionales
Dispara proyectiles en círculo
Velocidad de proyectiles reducida un 90%
always pierce [1]
show number of projectiles [1]
spell maximum base lightning damage [3227]
spell minimum base lightning damage [2151]
total projectile spread angle override [70]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/LightningWhipGroundLightningMapBoss"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    skillList = {
        "StormflayLightningStrike",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["StormflayLightningStrike"] = {
    name = "StormflayLightningStrike",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Lightning] = true,
        [SkillType.Projectile] = true,
        [SkillType.Damage] = true,
        [SkillType.ProjectilesNotFromUser] = 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",
        "number_of_additional_projectiles",
        "total_projectile_spread_angle_override",
        "base_projectile_speed_+%",
        "base_skill_effect_duration",
        "show_number_of_projectiles",
        "projectiles_nova",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, 70, -90, 3000, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 2, 70, -90, 3000, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
    },
}
Demonio
Daemon
Spectre
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
LightningWhipBossMapDaemon
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
SummonKamikazeLightningDemon
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 11 seg
alternate minion [158]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [100]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/LightningWhipBossMapDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "SummonKamikazeLightningDemon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonKamikazeLightningDemon"] = {
    name = "SummonKamikazeLightningDemon",
    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",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {158, 3, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Demonio
Daemon
Spectre
TagsLanzador de hechizos, chaos_affinity, ghost_armour, is_daemon, is_unarmed, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
MercenarySoulrendOrb
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
EASRitualDaemonChaosProjectileRuckus
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 6 seg
RitualDaemonChaosProjectile1
Attack, RangedAttack, Projectile, Triggerable
Base Damage: 374
Probabilidad de golpe crítico: 5%
Attack Time: 1 seg
Dispara 4 proyectiles adicionales
Dispara proyectiles en círculo
base is projectile [1]
lunaris glaive acceleration x [500]
lunaris glaive acceleration y [500]
lunaris glaive angle [-25]
monster reverse point blank damage -% at minimum range [40]
skill visual scale +% [-30]
spell maximum base chaos damage [674]
spell minimum base chaos damage [449.3]
ghostlythrow
RitualDaemonChaosProjectile2
Attack, RangedAttack, Projectile, Triggerable
Base Damage: 374
Probabilidad de golpe crítico: 5%
Attack Time: 1 seg
Dispara 4 proyectiles adicionales
Dispara proyectiles en círculo
base is projectile [1]
lunaris glaive acceleration x [500]
lunaris glaive acceleration y [375]
lunaris glaive angle [-20]
monster reverse point blank damage -% at minimum range [40]
skill visual scale +% [-30]
spell maximum base chaos damage [674]
spell minimum base chaos damage [449.3]
ghostlythrow
RitualDaemonChaosProjectile3
Attack, RangedAttack, Projectile, Triggerable
Base Damage: 374
Probabilidad de golpe crítico: 5%
Attack Time: 1 seg
Dispara 4 proyectiles adicionales
Dispara proyectiles en círculo
base is projectile [1]
lunaris glaive acceleration x [375]
lunaris glaive acceleration y [375]
lunaris glaive angle [-15]
monster reverse point blank damage -% at minimum range [40]
skill visual scale +% [-30]
spell maximum base chaos damage [674]
spell minimum base chaos damage [449.3]
ghostlythrow
RitualDaemonChaosProjectile4
Attack, RangedAttack, Projectile, Triggerable
Base Damage: 374
Probabilidad de golpe crítico: 5%
Attack Time: 1 seg
Dispara 4 proyectiles adicionales
Dispara proyectiles en círculo
base is projectile [1]
lunaris glaive acceleration x [375]
lunaris glaive acceleration y [500]
lunaris glaive angle [-10]
monster reverse point blank damage -% at minimum range [40]
skill visual scale +% [-30]
spell maximum base chaos damage [674]
spell minimum base chaos damage [449.3]
ghostlythrow
RitualDaemonChaosProjectile5
Attack, RangedAttack, Projectile, Triggerable
Base Damage: 374
Probabilidad de golpe crítico: 5%
Attack Time: 1 seg
Dispara 4 proyectiles adicionales
Dispara proyectiles en círculo
base is projectile [1]
lunaris glaive acceleration x [250]
lunaris glaive acceleration y [250]
lunaris glaive angle [-5]
monster reverse point blank damage -% at minimum range [40]
skill visual scale +% [-30]
spell maximum base chaos damage [674]
spell minimum base chaos damage [449.3]
ghostlythrow
RitualDaemonChaosProjectile6
Attack, RangedAttack, Projectile, Triggerable
Base Damage: 374
Probabilidad de golpe crítico: 5%
Attack Time: 1 seg
Dispara 4 proyectiles adicionales
Dispara proyectiles en círculo
base is projectile [1]
lunaris glaive acceleration x [150]
lunaris glaive acceleration y [150]
monster reverse point blank damage -% at minimum range [40]
skill visual scale +% [-30]
spell maximum base chaos damage [674]
spell minimum base chaos damage [449.3]
ghostlythrow
GSRitualChaosPulse
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.8 seg
is area damage [1]
spell maximum base chaos damage [1164]
spell minimum base chaos damage [775.8]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Mercenaries/MercenarySoulrendOrb"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "RitualDaemonChaosProjectile1",
        "RitualDaemonChaosProjectile2",
        "RitualDaemonChaosProjectile3",
        "RitualDaemonChaosProjectile4",
        "RitualDaemonChaosProjectile5",
        "RitualDaemonChaosProjectile6",
        "GSRitualChaosPulse",
        "EASRitualDaemonChaosProjectileRuckus",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["RitualDaemonChaosProjectile1"] = {
    name = "RitualDaemonChaosProjectile1",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "lunaris_glaive_angle",
        "lunaris_glaive_acceleration_x",
        "lunaris_glaive_acceleration_y",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_visual_scale_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -25, 500, 500, 40, -30, 4, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RitualDaemonChaosProjectile2"] = {
    name = "RitualDaemonChaosProjectile2",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "lunaris_glaive_angle",
        "lunaris_glaive_acceleration_x",
        "lunaris_glaive_acceleration_y",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_visual_scale_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -20, 500, 375, 40, -30, 4, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RitualDaemonChaosProjectile3"] = {
    name = "RitualDaemonChaosProjectile3",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "lunaris_glaive_angle",
        "lunaris_glaive_acceleration_x",
        "lunaris_glaive_acceleration_y",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_visual_scale_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -15, 375, 375, 40, -30, 4, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RitualDaemonChaosProjectile4"] = {
    name = "RitualDaemonChaosProjectile4",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "lunaris_glaive_angle",
        "lunaris_glaive_acceleration_x",
        "lunaris_glaive_acceleration_y",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_visual_scale_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -10, 375, 500, 40, -30, 4, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RitualDaemonChaosProjectile5"] = {
    name = "RitualDaemonChaosProjectile5",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "lunaris_glaive_angle",
        "lunaris_glaive_acceleration_x",
        "lunaris_glaive_acceleration_y",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_visual_scale_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -5, 250, 250, 40, -30, 4, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RitualDaemonChaosProjectile6"] = {
    name = "RitualDaemonChaosProjectile6",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "lunaris_glaive_acceleration_x",
        "lunaris_glaive_acceleration_y",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_visual_scale_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 150, 150, 40, -30, 4, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSRitualChaosPulse"] = {
    name = "GSRitualChaosPulse",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASRitualDaemonChaosProjectileRuckus"] = {
    name = "EASRitualDaemonChaosProjectileRuckus",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Demonio
is beyond monster daemon [1]
Daemon
Spectre
TagsLanzador de hechizos, extra_extra_small_height, fire_affinity, ghost_armour, is_daemon, is_unarmed, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
BeyondDemonDaemonFlameblast
IsSummoned
Y
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Damage
374
Daño de hechizos
374
Precisión
580
Attack Time
1
Experiencia
10,255
Minion Life
1,395
Minion Damage
298
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
Phys Convert Ele
240%
BeyondDemonVaalFlameblast
Spell, Damage, Area, Totemable, Vaal, Fire, AreaSpell, Multicastable
Explosión de llamas vaal
Efectividad del daño agregado: 50%
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 1.8 seg
Selecciona un área como objetivo y forma una gran explosión. La velocidad de formación de la explosión se basa en la velocidad de lanzamiento de hechizos. La explosión se produce cuando alcanza 10 acumulaciones.
Inflige de 385.1 a 577.7 de daño de fuego
Velocidad de lanzamiento de hechizos reducida un 50%
100% de probabilidad de quemar a los enemigos
110% más de daño de hechizos por cada fase
110% más de daño con estados alterados por cada fase
active skill area of effect radius +% final [49]
is area damage [1]
ChargedBlast

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/BeyondDemonDaemonFlameblast"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Daemon",
    life = 1,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "BeyondDemonVaalFlameblast",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BeyondDemonVaalFlameblast"] = {
    name = "Vaal Flameblast",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Targets an area and builds up a large explosion. The build-up speed is based on cast speed. The explosion occurs after it reaches 10 stacks.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Vaal] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Multicastable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "charged_blast_spell_damage_+%_final_per_stack",
        "base_cast_speed_+%",
        "base_chance_to_ignite_%",
        "flameblast_ailment_damage_+%_final_per_stack",
        "is_area_damage",
    },
    levels = {
        [1] = {0.25, 0.44999998807907, 14, 110, -50, 100, 110, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.27000001072884, 0.47999998927116, 16, 110, -50, 100, 110, levelRequirement = 5, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.28999999165535, 0.50999999046326, 18, 110, -50, 100, 110, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.31000000238419, 0.54000002145767, 20, 110, -50, 100, 110, levelRequirement = 10, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.33000001311302, 0.56999999284744, 22, 110, -50, 100, 110, levelRequirement = 13, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.34999999403954, 0.60000002384186, 23, 110, -50, 100, 110, levelRequirement = 16, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.37999999523163, 0.63999998569489, 25, 110, -50, 100, 110, levelRequirement = 19, statInterpolation = {3, 3, 1},  cost = { }, },
        [8] = {0.40999999642372, 0.68000000715256, 26, 110, -50, 100, 110, levelRequirement = 22, statInterpolation = {3, 3, 1},  cost = { }, },
        [9] = {0.43999999761581, 0.72000002861023, 28, 110, -50, 100, 110, levelRequirement = 25, statInterpolation = {3, 3, 1},  cost = { }, },
        [10] = {0.46999999880791, 0.75999999046326, 29, 110, -50, 100, 110, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
        [11] = {0.5, 0.80000001192093, 31, 110, -50, 100, 110, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
        [12] = {0.52999997138977, 0.83999997377396, 32, 110, -50, 100, 110, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
        [13] = {0.56000000238419, 0.87999999523163, 34, 110, -50, 100, 110, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
        [14] = {0.58999997377396, 0.9200000166893, 35, 110, -50, 100, 110, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
        [15] = {0.62000000476837, 0.95999997854233, 37, 110, -50, 100, 110, levelRequirement = 47, statInterpolation = {3, 3, 1},  cost = { }, },
        [16] = {0.64999997615814, 1, 38, 110, -50, 100, 110, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
        [17] = {0.68000000715256, 1.039999961853, 40, 110, -50, 100, 110, levelRequirement = 53, statInterpolation = {3, 3, 1},  cost = { }, },
        [18] = {0.70999997854233, 1.0800000429153, 41, 110, -50, 100, 110, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
        [19] = {0.74000000953674, 1.1200000047684, 43, 110, -50, 100, 110, levelRequirement = 59, statInterpolation = {3, 3, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 44, 110, -50, 100, 110, levelRequirement = 62, statInterpolation = {3, 3, 1},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 46, 110, -50, 100, 110, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 47, 110, -50, 100, 110, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 49, 110, -50, 100, 110, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 50, 110, -50, 100, 110, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 52, 110, -50, 100, 110, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 53, 110, -50, 100, 110, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 55, 110, -50, 100, 110, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 56, 110, -50, 100, 110, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 58, 110, -50, 100, 110, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 59, 110, -50, 100, 110, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 61, 110, -50, 100, 110, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 62, 110, -50, 100, 110, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 64, 110, -50, 100, 110, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
        [34] = {0.80000001192093, 1.2000000476837, 65, 110, -50, 100, 110, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
        [35] = {0.80000001192093, 1.2000000476837, 66, 110, -50, 100, 110, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
        [36] = {0.80000001192093, 1.2000000476837, 67, 110, -50, 100, 110, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
        [37] = {0.80000001192093, 1.2000000476837, 68, 110, -50, 100, 110, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
is beyond monster daemon [1]
FamilyMonsterIsBeyondMonster
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • is beyond monster daemon 1 1 Global — Valor fijo
  • Demonio
    is beyond monster daemon [1]
    Daemon
    Spectre
    TagsLanzador de hechizos, extra_extra_small_height, fire_affinity, ghost_armour, is_daemon, is_unarmed, very_slow_movement
    Vida
    100%
    Ailment Threshold
    100%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    Daemon
    Metadata
    BeyondDemonDaemonFlameblast2
    IsSummoned
    Y
    Nivel
    68
    Vida
    6,433
    Armadura
    28,790
    Evasión
    4,739
    Damage
    374
    Daño de hechizos
    374
    Precisión
    580
    Attack Time
    1
    Experiencia
    10,255
    Minion Life
    1,395
    Minion Damage
    298
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Phys Convert Ele
    240%
    BeyondDemonVaalFlameblast2
    Spell, Damage, Area, Totemable, Vaal, Fire, AreaSpell, Multicastable
    Explosión de llamas vaal
    Efectividad del daño agregado: 50%
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 0.5 seg
    Selecciona un área como objetivo y forma una gran explosión. La velocidad de formación de la explosión se basa en la velocidad de lanzamiento de hechizos. La explosión se produce cuando alcanza 10 acumulaciones.
    Inflige de 385.1 a 577.7 de daño de fuego
    Velocidad de lanzamiento de hechizos aumentada un 35%
    100% de probabilidad de quemar a los enemigos
    110% más de daño de hechizos por cada fase
    110% más de daño con estados alterados por cada fase
    active skill area of effect radius +% final [49]
    is area damage [1]
    ChargedBlast

    Object Type

    version 2
    extends "Metadata/Monsters/Daemon/Daemon"
    
    Actor
    {	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Stats
    {
    	set_mana_regeneration_rate_per_minute_% = 800
    	set_base_maximum_mana = 200
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Daemon/BeyondDemonDaemonFlameblast2"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Daemon",
        life = 1,
        damage = 1,
        damageSpread = 0,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "BeyondDemonVaalFlameblast2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonVaalFlameblast2"] = {
        name = "Vaal Flameblast",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Targets an area and builds up a large explosion. The build-up speed is based on cast speed. The explosion occurs after it reaches 10 stacks.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Vaal] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Multicastable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "charged_blast_spell_damage_+%_final_per_stack",
            "base_cast_speed_+%",
            "base_chance_to_ignite_%",
            "flameblast_ailment_damage_+%_final_per_stack",
            "is_area_damage",
        },
        levels = {
            [1] = {0.25, 0.44999998807907, 14, 110, 35, 100, 110, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.27000001072884, 0.47999998927116, 16, 110, 35, 100, 110, levelRequirement = 5, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.28999999165535, 0.50999999046326, 18, 110, 35, 100, 110, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.31000000238419, 0.54000002145767, 20, 110, 35, 100, 110, levelRequirement = 10, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.33000001311302, 0.56999999284744, 22, 110, 35, 100, 110, levelRequirement = 13, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.34999999403954, 0.60000002384186, 23, 110, 35, 100, 110, levelRequirement = 16, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.37999999523163, 0.63999998569489, 25, 110, 35, 100, 110, levelRequirement = 19, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.40999999642372, 0.68000000715256, 26, 110, 35, 100, 110, levelRequirement = 22, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.43999999761581, 0.72000002861023, 28, 110, 35, 100, 110, levelRequirement = 25, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.46999999880791, 0.75999999046326, 29, 110, 35, 100, 110, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.5, 0.80000001192093, 31, 110, 35, 100, 110, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.52999997138977, 0.83999997377396, 32, 110, 35, 100, 110, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.56000000238419, 0.87999999523163, 34, 110, 35, 100, 110, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.58999997377396, 0.9200000166893, 35, 110, 35, 100, 110, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.62000000476837, 0.95999997854233, 37, 110, 35, 100, 110, levelRequirement = 47, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.64999997615814, 1, 38, 110, 35, 100, 110, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.68000000715256, 1.039999961853, 40, 110, 35, 100, 110, levelRequirement = 53, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.70999997854233, 1.0800000429153, 41, 110, 35, 100, 110, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
            [19] = {0.74000000953674, 1.1200000047684, 43, 110, 35, 100, 110, levelRequirement = 59, statInterpolation = {3, 3, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 44, 110, 35, 100, 110, levelRequirement = 62, statInterpolation = {3, 3, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 46, 110, 35, 100, 110, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 47, 110, 35, 100, 110, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 49, 110, 35, 100, 110, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 50, 110, 35, 100, 110, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 52, 110, 35, 100, 110, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 53, 110, 35, 100, 110, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 55, 110, 35, 100, 110, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 56, 110, 35, 100, 110, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 58, 110, 35, 100, 110, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 59, 110, 35, 100, 110, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 61, 110, 35, 100, 110, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 62, 110, 35, 100, 110, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 64, 110, 35, 100, 110, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
            [34] = {0.80000001192093, 1.2000000476837, 65, 110, 35, 100, 110, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [35] = {0.80000001192093, 1.2000000476837, 66, 110, 35, 100, 110, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [36] = {0.80000001192093, 1.2000000476837, 67, 110, 35, 100, 110, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
            [37] = {0.80000001192093, 1.2000000476837, 68, 110, 35, 100, 110, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    is beyond monster daemon [1]
    FamilyMonsterIsBeyondMonster
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • is beyond monster daemon 1 1 Global — Valor fijo
  • Demonio
    Daemon
    Spectre
    TagsLanzador de hechizos, extra_extra_small_height, fire_affinity, ghost_armour, is_daemon, is_unarmed, very_slow_movement
    Vida
    100%
    Ailment Threshold
    100%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    Daemon
    Metadata
    BossDaemonStrMissionFlameCall
    IsSummoned
    Y
    Nivel
    68
    Vida
    6,433
    Armadura
    28,790
    Evasión
    4,739
    Damage
    374
    Daño de hechizos
    374
    Precisión
    580
    Attack Time
    1
    Experiencia
    10,255
    Minion Life
    1,395
    Minion Damage
    298
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Phys Convert Ele
    240%
    StrMissionTotemBossFlameCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Tiempo de lanzamiento: 0.5 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    La duración base es de 3 segundos
    Inflige de 1047 a 1571 de daño de fuego
    Velocidad de lanzamiento de hechizos aumentada un 100%
    active skill area of effect radius +% final [-31]
    is area damage [1]
    stormcall

    Object Type

    version 2
    extends "Metadata/Monsters/Daemon/Daemon"
    
    Actor
    {	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Stats
    {
    	set_mana_regeneration_rate_per_minute_% = 400
    	set_base_maximum_mana = 200
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Daemon/BossDaemonStrMissionFlameCall"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Daemon",
        life = 1,
        damage = 1,
        damageSpread = 0,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "StrMissionTotemBossFlameCall",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["StrMissionTotemBossFlameCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3000, 100, -31, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Demonio
    Daemon
    Spectre
    TagsLanzador de hechizos, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, lightning_affinity, very_slow_movement
    Vida
    100%
    Ailment Threshold
    100%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    Daemon
    Metadata
    BossDaemonStrMissionStormCall
    IsSummoned
    Y
    Nivel
    68
    Vida
    6,433
    Armadura
    28,790
    Evasión
    4,739
    Damage
    374
    Daño de hechizos
    374
    Precisión
    580
    Attack Time
    1
    Experiencia
    10,255
    Minion Life
    1,395
    Minion Damage
    298
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Phys Convert Ele
    240%
    StrMissionNecroBossStormCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Tiempo de lanzamiento: 0.5 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    La duración base es de 3 segundos
    Velocidad de lanzamiento de hechizos aumentada un 100%
    active skill area of effect radius +% final [-31]
    is area damage [1]
    spell maximum base lightning damage [1768]
    spell minimum base lightning damage [1178]
    stormcall

    Object Type

    version 2
    extends "Metadata/Monsters/Daemon/Daemon"
    
    Actor
    {	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Stats
    {
    	set_mana_regeneration_rate_per_minute_% = 400
    	set_base_maximum_mana = 200
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Daemon/BossDaemonStrMissionStormCall"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Daemon",
        life = 1,
        damage = 1,
        damageSpread = 0,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "StrMissionNecroBossStormCall",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["StrMissionNecroBossStormCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3000, 100, -31, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Demonio
    is beyond monster daemon [1]
    Daemon
    Spectre
    TagsLanzador de hechizos, cold_affinity, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, very_slow_movement
    Vida
    100%
    Ailment Threshold
    100%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    Daemon
    Metadata
    BeyondDemonDaemonFrostCall
    IsSummoned
    Y
    Nivel
    68
    Vida
    6,433
    Armadura
    28,790
    Evasión
    4,739
    Damage
    374
    Daño de hechizos
    374
    Precisión
    580
    Attack Time
    1
    Experiencia
    10,255
    Minion Life
    1,395
    Minion Damage
    298
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Phys Convert Ele
    240%
    BeyondDemonFrostCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Tiempo de lanzamiento: 0.5 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    La duración base es de 2 segundos
    Velocidad de lanzamiento de hechizos reducida un 60%
    active skill area of effect radius +% final [-31]
    is area damage [1]
    spell maximum base cold damage [1542]
    spell minimum base cold damage [1028]
    stormcall
    BeyondDemonFrostCall2
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Tiempo de lanzamiento: 0.5 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    La duración base es de 2 segundos
    Velocidad de lanzamiento de hechizos reducida un 60%
    active skill area of effect radius +% final [-31]
    is area damage [1]
    spell maximum base cold damage [1542]
    spell minimum base cold damage [1028]
    stormcall

    Object Type

    version 2
    extends "Metadata/Monsters/Daemon/Daemon"
    
    Stats
    {
    	set_mana_regeneration_rate_per_minute_% = 2400
    	set_base_maximum_mana = 200
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Daemon/BeyondDemonDaemonFrostCall"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Daemon",
        life = 1,
        damage = 1,
        damageSpread = 0,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "BeyondDemonFrostCall",
            "BeyondDemonFrostCall2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonFrostCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2500, -75, -31, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 2000, -60, -31, levelRequirement = 51, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1750, -50, -31, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonFrostCall2"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2500, -75, -31, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 2000, -60, -31, levelRequirement = 51, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1750, -50, -31, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    is beyond monster daemon [1]
    FamilyMonsterIsBeyondMonster
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • is beyond monster daemon 1 1 Global — Valor fijo
  • Demonio
    is beyond monster daemon [1]
    Daemon
    Spectre
    Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, very_slow_movement
    Vida
    100%
    Ailment Threshold
    100%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    Daemon
    Metadata
    BeyondDemonDaemonDesecrate
    IsSummoned
    Y
    Nivel
    68
    Vida
    6,433
    Armadura
    28,790
    Evasión
    4,739
    Damage
    374
    Daño de hechizos
    374
    Precisión
    580
    Attack Time
    1
    Experiencia
    10,255
    Minion Life
    1,395
    Minion Damage
    298
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Phys Convert Ele
    240%
    BeyondDemonDesecrate
    Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell, CreatesCorpse
    Profanar
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 3 seg
    Profana el suelo para invocar cadáveres basados en los monstruos del área en la que te encuentras e infligir daño de caos degenerativo a los enemigos. Si estás usando la habilidad Levantar espectro, hay una probabilidad de invocar cadáveres espectrales que coincidan con los últimos espectros que has levantado. Solo pueden interactuar con los cadáveres espectrales las habilidades de esbirros.
    La duración base es de 12 segundos
    Velocidad de lanzamiento de hechizos aumentada un 65%
    Genera 3 cadáveres
    El nivel de los cadáveres que se generan es el mismo que el del área, hasta un máximo de nivel 100
    Máximo de 10 Cadáveres permitidos
    base chaos damage to deal per minute [17185]
    is area damage [1]
    Desecrate

    Object Type

    version 2
    extends "Metadata/Monsters/Daemon/AbstractDaemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Daemon/BeyondDemonDaemonDesecrate"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Daemon",
        life = 1,
        damage = 1,
        damageSpread = 0,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "BeyondDemonDesecrate",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonDesecrate"] = {
        name = "Desecrate",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Desecrates the ground, spawning corpses based on monsters in the current area and dealing chaos damage over time to enemies. If you are using the Raise Spectre skill there is a chance to spawn spectral corpses matching your most recently raised Spectres. Spectral corpses cannot be interacted with except by Minion skills.",
        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,
            [SkillType.CreatesCorpse] = 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",
            "base_cast_speed_+%",
            "desecrate_maximum_number_of_corpses",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 12000, 3, 100, 65, 10, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    is beyond monster daemon [1]
    FamilyMonsterIsBeyondMonster
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • is beyond monster daemon 1 1 Global — Valor fijo
  • Demonio
    is beyond monster daemon [1]
    Daemon
    Spectre
    TagsLanzador de hechizos, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, lightning_affinity, very_slow_movement
    Vida
    100%
    Ailment Threshold
    100%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    Daemon
    Metadata
    BeyondDemonDaemonVaalStormCall
    IsSummoned
    Y
    Nivel
    68
    Vida
    6,433
    Armadura
    28,790
    Evasión
    4,739
    Damage
    374
    Daño de hechizos
    374
    Precisión
    580
    Attack Time
    1
    Experiencia
    10,255
    Minion Life
    1,395
    Minion Damage
    298
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Phys Convert Ele
    240%
    BeyondDemonVaalStormCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Vaal, Lightning, AreaSpell, Multicastable
    Llamado de tormenta vaal
    Tiempo de lanzamiento: 0.5 seg
    Tiempo de recarga: 1.2 seg
    Pone un marcador en una ubicación. Unos rayos impactan en enemigos aleatorios alrededor del marcador e infligen daño en un área alrededor del impacto. Los modificadores a la duración de la habilidad también afectarán a la demora entre esos golpes. Cuando termina la duración, un gran rayo impacta en el marcador e inflige daño a su alrededor.
    La duración base es de 10 segundos
    Golpea a un enemigo cada 0.25 segundos
    active skill area of effect radius +% final [-13]
    cannot stun [1]
    is area damage [1]
    spell maximum base lightning damage [286.5]
    spell minimum base lightning damage [154.3]
    stormcall

    Object Type

    version 2
    extends "Metadata/Monsters/Daemon/AbstractDaemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Daemon/BeyondDemonDaemonVaalStormCall"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Daemon",
        life = 1,
        damage = 1,
        damageSpread = 0,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "BeyondDemonVaalStormCall",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonVaalStormCall"] = {
        name = "Vaal Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. Lightning strikes random enemies around the marker repeatedly over the skill's duration, dealing damage in an area around the strike. Modifiers to the skill's duration will also affect the delay between these strikes. When the duration ends, a large bolt of lightning strikes the marker, dealing damage around it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Vaal] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Multicastable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "vaal_storm_call_base_delay_ms",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10000, 250, -13, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.69999998807907, 1.2999999523163, 10000, 250, -13, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.69999998807907, 1.2999999523163, 10000, 250, -13, levelRequirement = 71, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    is beyond monster daemon [1]
    FamilyMonsterIsBeyondMonster
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • is beyond monster daemon 1 1 Global — Valor fijo
  • Edit

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