Es, das flüstert
Dämon
monster casts puncture text [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
It That Whispers
SpectreY
Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonBreachSpectre
Tagsdemon, flesh_armour, has_dagger, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, red_blood
Packs
  • Es, das flüstert, Es, das greift
  • Leben
    170%
    Rüstung
    +50%
    Ailment Threshold
    170%
    Widerstand
    20 20 20 0
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    BreachHalfSkeleton
    Metadata
    HalfSkeletonBreach
    Stufe
    68
    Leben
    10,937
    Rüstung
    43,185
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    374
    Zauberschaden
    374
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 299–448
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Durchstoßen
    Base Damage: 299–448
    Kritische Trefferchance: 5%
    Angriffsschaden: 120%
    Attack Time: 1.5 Sek.
    Abklingzeit: 7.5 Sek.
    Durchstößt Gegner und verursacht die Schwächung Bluten, die durch die Modifikatoren der Fertigkeitsdauer beeinflusst wird. Durchstoßen kann mit Bögen, Dolchen, Klauen oder Schwertern verwendet werden.
    Verursacht 20% mehr Angriffsschaden
    +2 Meter zur Nahkampfschlagreichweite
    +57% mehr Schaden mit Bluten
    Verursacht Bluten

    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"
    
    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/HalfSkeletonBreach"] = {
        name = "It That Whispers",
        life = 1.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
        },
        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["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster casts puncture text [1]
    IdMonsterCastsPunctureText
    FamilyMonsterCastsPunctureText
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster casts puncture text Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeEinzigartig (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
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Es, das flüstert
    Dämon
    monster casts puncture text [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    It That Whispers
    SpectreY
    Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonBreachSpectre
    AreaUul-Netols Reich, Chayulas Reich, Xophs Reich, Tuls Reich, Eshs Reich, Uul-Netols Reich, Chayulas Reich, Xophs Reich, Tuls Reich, Eshs Reich, Uul-Netols Reich, Chayulas Reich, Xophs Reich, Tuls Reich, Eshs Reich, Uul-Netols Reich, Chayulas Reich, Xophs Reich, Tuls Reich, Eshs Reich, Uul-Netols Reich, Chayulas Reich, Xophs Reich, Tuls Reich, Eshs Reich
    Tagsdemon, flesh_armour, has_dagger, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, red_blood
    Packs
  • Xophs Reich, Xophs Reich, Xophs Reich, Xophs Reich: Es, das flüstert, Es, das greift
  • Tuls Reich, Tuls Reich, Tuls Reich, Tuls Reich: Es, das flüstert, Es, das greift
  • Eshs Reich, Eshs Reich, Eshs Reich, Eshs Reich: Es, das flüstert, Es, das greift
  • Uul-Netols Reich, Uul-Netols Reich, Uul-Netols Reich, Uul-Netols Reich: Es, das flüstert, Es, das greift
  • Chayulas Reich, Chayulas Reich, Chayulas Reich, Chayulas Reich: Es, das flüstert, Es, das greift
  • Xophs Reich: Es, das flüstert, Es, das greift
  • Tuls Reich: Es, das flüstert, Es, das greift
  • Eshs Reich: Es, das flüstert, Es, das greift
  • Uul-Netols Reich: Es, das flüstert, Es, das greift
  • Chayulas Reich: Es, das flüstert, Es, das greift
  • Leben
    468%
    Rüstung
    +50%
    Ailment Threshold
    468%
    Widerstand
    20 20 20 0
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonMap
    Metadata
    HalfSkeletonBreachMap
    Stufe
    84
    Leben
    165,181
    Rüstung
    149,751
    Ausweichen
    8,120
    Energieschild
    0
    Damage
    953
    Zauberschaden
    953
    Genauigkeit
    538
    Attack Time
    1.5
    Erfahrung
    13,250
    Ailment Threshold
    165,181
    Chill
    522
    Shock
    522
    Brittle
    2,955
    Scorch
    522
    Sap
    1,443
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 763–1144
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Durchstoßen
    Base Damage: 763–1144
    Kritische Trefferchance: 5%
    Angriffsschaden: 120%
    Attack Time: 1.5 Sek.
    Abklingzeit: 7.5 Sek.
    Durchstößt Gegner und verursacht die Schwächung Bluten, die durch die Modifikatoren der Fertigkeitsdauer beeinflusst wird. Durchstoßen kann mit Bögen, Dolchen, Klauen oder Schwertern verwendet werden.
    Verursacht 20% mehr Angriffsschaden
    +2 Meter zur Nahkampfschlagreichweite
    +57% mehr Schaden mit Bluten
    Verursacht Bluten

    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"
    
    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/HalfSkeletonBreachMap"] = {
        name = "It That Whispers",
        life = 4.68,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
        },
        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["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster casts puncture text [1]
    IdMonsterCastsPunctureText
    FamilyMonsterCastsPunctureText
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster casts puncture text Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Es, das flüstert
    Dämon
    monster casts puncture text [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    It That Whispers
    SpectreY
    Tagsdemon, flesh_armour, has_dagger, has_one_handed_melee, humanoid, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, red_blood
    Leben
    360%
    Rüstung
    +50%
    Ailment Threshold
    360%
    Widerstand
    20 20 20 0
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonMapSpectre
    Metadata
    HalfSkeletonBreachSpectre
    Stufe
    68
    Leben
    23,160
    Rüstung
    43,185
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    374
    Zauberschaden
    374
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    10,255
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 299–448
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Durchstoßen
    Base Damage: 299–448
    Kritische Trefferchance: 5%
    Angriffsschaden: 120%
    Attack Time: 1.5 Sek.
    Abklingzeit: 7.5 Sek.
    Durchstößt Gegner und verursacht die Schwächung Bluten, die durch die Modifikatoren der Fertigkeitsdauer beeinflusst wird. Durchstoßen kann mit Bögen, Dolchen, Klauen oder Schwertern verwendet werden.
    Verursacht 20% mehr Angriffsschaden
    +2 Meter zur Nahkampfschlagreichweite
    +57% mehr Schaden mit Bluten
    Verursacht Bluten

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonBreachSpectre"] = {
        name = "It That Whispers",
        life = 3.6,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
        },
        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["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster casts puncture text [1]
    IdMonsterCastsPunctureText
    FamilyMonsterCastsPunctureText
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster casts puncture text Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Es, das flüstert
    Dämon
    monster casts puncture text [1]
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    It That Whispers
    SpectreN
    Tagsdemon, flesh_armour, has_dagger, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, red_blood, unusable_corpse
    Leben
    170%
    Rüstung
    +50%
    Ailment Threshold
    170%
    Widerstand
    20 20 20 0
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonAvatar
    Metadata
    HalfSkeletonBreachAvatar
    Stufe
    68
    Leben
    10,937
    Rüstung
    43,185
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    374
    Zauberschaden
    374
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 299–448
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Durchstoßen
    Base Damage: 299–448
    Kritische Trefferchance: 5%
    Angriffsschaden: 120%
    Attack Time: 1.5 Sek.
    Abklingzeit: 7.5 Sek.
    Durchstößt Gegner und verursacht die Schwächung Bluten, die durch die Modifikatoren der Fertigkeitsdauer beeinflusst wird. Durchstoßen kann mit Bögen, Dolchen, Klauen oder Schwertern verwendet werden.
    Verursacht 20% mehr Angriffsschaden
    +2 Meter zur Nahkampfschlagreichweite
    +57% mehr Schaden mit Bluten
    Verursacht Bluten

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonBreachAvatar"] = {
        name = "It That Whispers",
        life = 1.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
        },
        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["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster casts puncture text [1]
    IdMonsterCastsPunctureText
    FamilyMonsterCastsPunctureText
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster casts puncture text Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeEinzigartig (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
    DomainsMonster (3)
    GenerationTypeEinzigartig (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
    DomainsMonster (3)
    GenerationTypeEinzigartig (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.