Aquello Que Alcanza
Demonio
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
It That Reaches
SpectreY
Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachSpectre
Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
Packs
  • Aquello que susurra, Aquello Que Alcanza
  • Vida
    170%
    Evasión
    +50%
    Ailment Threshold
    170%
    Resistencia
    20 20 20 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRanged
    Metadata
    HalfSkeletonRangedBreach
    Nivel
    68
    Vida
    10,937
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 50%
    Daño de ataque: 50%
    Attack Time: 1.5 seg
    Inflige un 50% menos de daño de ataque
    25% menos Velocidad de Ataque
    base is projectile [1]
    monster projectile variation [11]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreach"] = {
        name = "It That Reaches",
        life = 1.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectile"] = {
        name = "HalfSkeletonProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {11, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Aquello Que Alcanza
    Demonio
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    It That Reaches
    SpectreY
    Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachSpectre
    AreaDominio de Uul-Netol, Dominio de Chayula, Dominio de Xoph, Dominio de Tul, Dominio de Esh, Dominio de Uul-Netol, Dominio de Chayula, Dominio de Xoph, Dominio de Tul, Dominio de Esh, Dominio de Uul-Netol, Dominio de Chayula, Dominio de Xoph, Dominio de Tul, Dominio de Esh, Dominio de Uul-Netol, Dominio de Chayula, Dominio de Xoph, Dominio de Tul, Dominio de Esh, Dominio de Uul-Netol, Dominio de Chayula, Dominio de Xoph, Dominio de Tul, Dominio de Esh
    Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Dominio de Xoph, Dominio de Xoph, Dominio de Xoph, Dominio de Xoph: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Tul, Dominio de Tul, Dominio de Tul, Dominio de Tul: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Esh, Dominio de Esh, Dominio de Esh, Dominio de Esh: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Uul-Netol, Dominio de Uul-Netol, Dominio de Uul-Netol, Dominio de Uul-Netol: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Chayula, Dominio de Chayula, Dominio de Chayula, Dominio de Chayula: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Xoph: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Tul: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Esh: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Uul-Netol: Aquello que susurra, Aquello Que Alcanza
  • Dominio de Chayula: Aquello que susurra, Aquello Que Alcanza
  • Vida
    468%
    Evasión
    +50%
    Ailment Threshold
    468%
    Resistencia
    20 20 20 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedMap
    Metadata
    HalfSkeletonRangedBreachMap
    Nivel
    84
    Vida
    165,181
    Armaduras
    99,834
    Evasión
    12,180
    Escudo de energía
    0
    Damage
    1,430
    Daño de hechizos
    1,430
    Precisión
    538
    Attack Time
    1.5
    Experiencia
    13,250
    Ailment Threshold
    165,181
    Chill
    522
    Shock
    522
    Brittle
    2,955
    Scorch
    522
    Sap
    1,443
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 1144–1716
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 1144–1716
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 50%
    Daño de ataque: 50%
    Attack Time: 1.5 seg
    Inflige un 50% menos de daño de ataque
    25% menos Velocidad de Ataque
    base is projectile [1]
    monster projectile variation [11]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachMap"] = {
        name = "It That Reaches",
        life = 4.68,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectile"] = {
        name = "HalfSkeletonProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {11, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Aquello Que Alcanza
    Demonio
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    It That Reaches
    SpectreY
    Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Vida
    360%
    Evasión
    +50%
    Ailment Threshold
    360%
    Resistencia
    20 20 20 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedMapSpectre
    Metadata
    HalfSkeletonRangedBreachSpectre
    Nivel
    68
    Vida
    23,160
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 50%
    Daño de ataque: 50%
    Attack Time: 1.5 seg
    Inflige un 50% menos de daño de ataque
    25% menos Velocidad de Ataque
    base is projectile [1]
    monster projectile variation [11]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachSpectre"] = {
        name = "It That Reaches",
        life = 3.6,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectile"] = {
        name = "HalfSkeletonProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {11, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Aquello Que Alcanza
    Demonio
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    It That Reaches
    SpectreN
    Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, unusable_corpse
    Vida
    170%
    Evasión
    +50%
    Ailment Threshold
    170%
    Resistencia
    20 20 20 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedAvatar
    Metadata
    HalfSkeletonRangedBreachAvatar
    Nivel
    68
    Vida
    10,937
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 50%
    Daño de ataque: 50%
    Attack Time: 1.5 seg
    Inflige un 50% menos de daño de ataque
    25% menos Velocidad de Ataque
    base is projectile [1]
    monster projectile variation [11]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachAvatar"] = {
        name = "It That Reaches",
        life = 1.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectile"] = {
        name = "HalfSkeletonProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {11, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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