Opid, Heraldo de Helial
Humanoide
monster base type attack cast speed +% and damage -% final [22]
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
15% de probabilidad de bloquear el daño de ataques
15% de probabilidad de bloquear el daño de hechizos
Recibes el 15% del daño de los golpes bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Opid, Helial's Herald
SpectreN
Tagsbludgeoning_weapon, Lanzador de hechizos, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, physical_affinity, ranged, red_blood, solaris_boss_map
Vida
3000%
Energy Shield From Life
25%
Armadura
+50%
Ailment Threshold
3000%
Resistencia
40 40 40 25
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.605 Second
Damage Spread
±20%
Experiencia
200%
Model Size
120%
Type
SolarisGuardUniqueMap
Metadata
GuardianOfSolarisUniqueMap_
Nivel
68
Vida
4,180,391
Armadura
43,185
Evasión
4,739
Escudo de energía
1,532
Damage
596
Daño de hechizos
889
Precisión
290
Attack Time
1.07535
Experiencia
112,805
Ailment Threshold
2,633,646
Chill
8,328
Shock
8,328
Brittle
47,113
Scorch
8,328
Sap
23,008
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 946–1419
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
DawnBladefall
Spell, Area, Trappable, Mineable, Totemable, Damage, Triggerable, Multicastable, Cascadable, CanRapidFire, AreaSpell, Physical, Duration
Caída de filos
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 15 seg
Unas armas etéreas llueven desde el cielo e infligen daño a los enemigos en una secuencia de salvas. Los enemigos pueden ser golpeados varias veces en los lugares donde estas se superponen.
Inflige de 193.2 a 289.9 de daño físico
+5 salvas
5% menos de daño por cada Salva
is area damage [1]
number of monsters to summon [2]
DawnThrownShieldProjectile
Attack, RangedAttack, Projectile, ProjectilesFromUser, SingleMainProjectile, Physical
Lanzamiento de escudo espectral
Base Damage: 946–1419
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 7 seg
Lanza una copia espectral de tu escudo en forma de un proyectil que no puede perforar. El proyectil inflige el daño de la mano secundaria potenciado por las defensas del escudo. Cuando choca con algo, se hace añicos y lanza algunas esquirlas más pequeñas como proyectiles en todas direcciones. Los modificadores que otorgan proyectiles adicionales añadirán más esquirlas, pero no más copias del escudo.
Los proyectiles perforan a todos los objetivos
35% menos Velocidad de Ataque
base is projectile [1]
thrown shield num additional projectiles [5]
DawnFireBeamDivineMap
Spell, Totemable, DamageOverTime, Fire, CausesBurning, Duration, Channel, DegenOnlySpellDamage
Haz abrasador
Tiempo de lanzamiento: 0.5 seg
Dispara un haz de fuego que incendia a los enemigos que toca. Cuanto más tiempo permanezcan en el haz, más se intensifica el incendio, ya que en cada fase se añade una parte del daño del haz. En las fases máximas, aplica exposición al fuego. Después de salir del haz, los enemigos seguirán incendiados durante un tiempo. Si aumentas la velocidad de lanzamiento de hechizos, también aumentará la velocidad a la que puede girar el haz.
MoveDaemonIonCannonParallel
Multicastable, Triggerable
Tiempo de recarga: 15 seg
MoveDaemonIonCannonCross
Multicastable, Triggerable
Tiempo de recarga: 15 seg
MoveDaemonIonCannonSquare
Multicastable, Triggerable
Tiempo de recarga: 15 seg
MoveDaemonIonCannonSlice
Multicastable, Triggerable
Tiempo de recarga: 15 seg

Object Type

version 2
extends "Metadata/Monsters/Monster"

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "RemoveEffects( );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GuardianOfSolaris/GuardianOfSolarisUniqueMap_"] = {
    name = "Opid, Helial's Herald",
    life = 30,
    energyShield = 0.25,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "DawnBladefall",
        "DawnFireBeamDivineMap",
        "DawnThrownShieldProjectile",
        "MoveDaemonIonCannonParallel",
        "MoveDaemonIonCannonCross",
        "MoveDaemonIonCannonSquare",
        "MoveDaemonIonCannonSlice",
    },
    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["DawnBladefall"] = {
    name = "Bladefall",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Ethereal weapons rain from the sky, dealing damage to enemies in a sequence of volleys. Enemies can be hit multiple times where these overlap.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "bladefall_damage_per_stage_+%_final",
        "number_of_monsters_to_summon",
        "bladefall_number_of_volleys",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -5, 2, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DawnFireBeamDivineMap"] = {
    name = "Scorching Ray",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleash a beam of fire that burns enemies it touches. Remaining in the beam raises the burning, adding a portion of the beam's damage in stages. Inflicts Fire Exposure at maximum stages. Enemies who leave the beam continue to burn for a duration. Increasing cast speed also increases the rate at which the beam turns.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Totemable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.Duration] = true,
        [SkillType.Channel] = true,
        [SkillType.DegenOnlySpellDamage] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "fire_beam_additional_stack_damage_+%_final",
    },
    levels = {
        [1] = {1, 1500, -70, levelRequirement = 76, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DawnThrownShieldProjectile"] = {
    name = "Spectral Shield Throw",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a spectral copy of your shield as a projectile which cannot pierce, and deals off-hand damage augmented by the defences of the shield. When it collides with something it will shatter, launching a number of smaller shards as projectiles in all directions. Modifiers that cause additional projectiles to be fired will add more shards, not more copies of the shield.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.SingleMainProjectile] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.92,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "thrown_shield_num_additional_projectiles",
        "active_skill_attack_speed_+%_final",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {5, -35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonParallel"] = {
    name = "MoveDaemonIonCannonParallel",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonCross"] = {
    name = "MoveDaemonIonCannonCross",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonSquare"] = {
    name = "MoveDaemonIonCannonSquare",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MoveDaemonIonCannonSlice"] = {
    name = "MoveDaemonIonCannonSlice",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [22]
IdMonsterSpeedAndDamageFixupLarge
FamilyMonsterSpeedAndDamageFixup
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 15% de probabilidad de bloquear el daño de ataques
    15% de probabilidad de bloquear el daño de hechizos
    Recibes el 15% del daño de los golpes bloqueados
    IdMonsterAttackSpellBlock15Bypass15_
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base spell block % Min: 15 Max: 15 Global
  • monster base block % Min: 15 Max: 15 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (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
  • Opid, Heraldo de Helial
    Humanoide
    monster base type attack cast speed +% and damage -% final [22]
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    15% de probabilidad de bloquear el daño de ataques
    15% de probabilidad de bloquear el daño de hechizos
    Recibes el 15% del daño de los golpes bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Opid, Helial's Herald
    SpectreN
    Tagsbludgeoning_weapon, Lanzador de hechizos, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, physical_affinity, ranged, red_blood
    Vida
    3000%
    Energy Shield From Life
    25%
    Armadura
    +50%
    Ailment Threshold
    3000%
    Resistencia
    40 40 40 25
    Damage
    140%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    120%
    Type
    SolarisGuardUniqueMap
    Metadata
    GuardianOfSolarisAmbushUniqueMap
    Nivel
    68
    Vida
    4,180,391
    Armadura
    43,185
    Evasión
    4,739
    Escudo de energía
    1,532
    Damage
    596
    Daño de hechizos
    889
    Precisión
    290
    Attack Time
    1.07535
    Experiencia
    112,805
    Ailment Threshold
    2,633,646
    Chill
    8,328
    Shock
    8,328
    Brittle
    47,113
    Scorch
    8,328
    Sap
    23,008
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 946–1419
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.605 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DawnBladefall
    Spell, Area, Trappable, Mineable, Totemable, Damage, Triggerable, Multicastable, Cascadable, CanRapidFire, AreaSpell, Physical, Duration
    Caída de filos
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1.5 seg
    Tiempo de recarga: 15 seg
    Unas armas etéreas llueven desde el cielo e infligen daño a los enemigos en una secuencia de salvas. Los enemigos pueden ser golpeados varias veces en los lugares donde estas se superponen.
    Inflige de 193.2 a 289.9 de daño físico
    +5 salvas
    5% menos de daño por cada Salva
    is area damage [1]
    number of monsters to summon [2]
    DawnThrownShieldProjectile
    Attack, RangedAttack, Projectile, ProjectilesFromUser, SingleMainProjectile, Physical
    Lanzamiento de escudo espectral
    Base Damage: 946–1419
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.605 seg
    Tiempo de recarga: 7 seg
    Lanza una copia espectral de tu escudo en forma de un proyectil que no puede perforar. El proyectil inflige el daño de la mano secundaria potenciado por las defensas del escudo. Cuando choca con algo, se hace añicos y lanza algunas esquirlas más pequeñas como proyectiles en todas direcciones. Los modificadores que otorgan proyectiles adicionales añadirán más esquirlas, pero no más copias del escudo.
    Los proyectiles perforan a todos los objetivos
    35% menos Velocidad de Ataque
    base is projectile [1]
    thrown shield num additional projectiles [5]
    DawnFireBeamDivineMap
    Spell, Totemable, DamageOverTime, Fire, CausesBurning, Duration, Channel, DegenOnlySpellDamage
    Haz abrasador
    Tiempo de lanzamiento: 0.5 seg
    Dispara un haz de fuego que incendia a los enemigos que toca. Cuanto más tiempo permanezcan en el haz, más se intensifica el incendio, ya que en cada fase se añade una parte del daño del haz. En las fases máximas, aplica exposición al fuego. Después de salir del haz, los enemigos seguirán incendiados durante un tiempo. Si aumentas la velocidad de lanzamiento de hechizos, también aumentará la velocidad a la que puede girar el haz.
    MoveDaemonIonCannonParallel
    Multicastable, Triggerable
    Tiempo de recarga: 15 seg
    MoveDaemonIonCannonCross
    Multicastable, Triggerable
    Tiempo de recarga: 15 seg
    MoveDaemonIonCannonSquare
    Multicastable, Triggerable
    Tiempo de recarga: 15 seg
    MoveDaemonIonCannonSlice
    Multicastable, Triggerable
    Tiempo de recarga: 15 seg

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge2"
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GuardianOfSolaris/GuardianOfSolarisAmbushUniqueMap"] = {
        name = "Opid, Helial's Herald",
        life = 30,
        energyShield = 0.25,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "DawnBladefall",
            "DawnFireBeamDivineMap",
            "DawnThrownShieldProjectile",
            "MoveDaemonIonCannonParallel",
            "MoveDaemonIonCannonCross",
            "MoveDaemonIonCannonSquare",
            "MoveDaemonIonCannonSlice",
        },
        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["DawnBladefall"] = {
        name = "Bladefall",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Ethereal weapons rain from the sky, dealing damage to enemies in a sequence of volleys. Enemies can be hit multiple times where these overlap.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Physical] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "bladefall_damage_per_stage_+%_final",
            "number_of_monsters_to_summon",
            "bladefall_number_of_volleys",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -5, 2, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DawnFireBeamDivineMap"] = {
        name = "Scorching Ray",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleash a beam of fire that burns enemies it touches. Remaining in the beam raises the burning, adding a portion of the beam's damage in stages. Inflicts Fire Exposure at maximum stages. Enemies who leave the beam continue to burn for a duration. Increasing cast speed also increases the rate at which the beam turns.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Totemable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.Duration] = true,
            [SkillType.Channel] = true,
            [SkillType.DegenOnlySpellDamage] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "fire_beam_additional_stack_damage_+%_final",
        },
        levels = {
            [1] = {1, 1500, -70, levelRequirement = 76, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DawnThrownShieldProjectile"] = {
        name = "Spectral Shield Throw",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your shield as a projectile which cannot pierce, and deals off-hand damage augmented by the defences of the shield. When it collides with something it will shatter, launching a number of smaller shards as projectiles in all directions. Modifiers that cause additional projectiles to be fired will add more shards, not more copies of the shield.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.SingleMainProjectile] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.92,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "thrown_shield_num_additional_projectiles",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {5, -35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MoveDaemonIonCannonParallel"] = {
        name = "MoveDaemonIonCannonParallel",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MoveDaemonIonCannonCross"] = {
        name = "MoveDaemonIonCannonCross",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MoveDaemonIonCannonSquare"] = {
        name = "MoveDaemonIonCannonSquare",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MoveDaemonIonCannonSlice"] = {
        name = "MoveDaemonIonCannonSlice",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 Global
  • Craft Tagscaster_damage damage attack caster speed
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 15% de probabilidad de bloquear el daño de ataques
    15% de probabilidad de bloquear el daño de hechizos
    Recibes el 15% del daño de los golpes bloqueados
    IdMonsterAttackSpellBlock15Bypass15_
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base spell block % Min: 15 Max: 15 Global
  • monster base block % Min: 15 Max: 15 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (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.