Aquilo que Guarda
It That Guards
SpectreY
AreaDomínio Deformado
Tagsallows_additional_projectiles, Conjurador, cold_affinity, fast_movement, human, humanoid, not_dex, not_str, ranged, red_blood
Packs
  • Aquilo que Guarda, Aquilo que Arranha
  • Domínio Deformado: Aquilo que Guarda, Aquilo que Arranha
  • Vida
    180%
    Energy Shield From Life
    20%
    Resistência
    0 75 -30 0
    Damage
    180%
    Precisão
    100%
    Acertos Críticos Chance
    5%
    Bônus de Dano Crítico
    +30%
    Attack Distance
    5 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    180%
    Model Size
    100%
    Type
    BreachEliteCorruptedEliteGuard
    Metadata
    BreachEliteCorruptedEliteGuard
    Nível
    80
    Vida
    22,477
    Armadura
    4,803
    Evasão
    644
    Escudo de Energia
    5,619
    Damage
    601
    Dano Mágico
    601
    Precisão
    3,204
    Tempo de Ataque
    1.5
    Experiência
    180,000
    Minion Life
    14,217
    Minion Energy Shield
    3,554
    Minion Damage
    1,612
    Minion Armour
    4,803
    MPSBreachEliteBoneProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Chance de Acerto Crítico: 8%
    Tempo de Conjuração: 1 seg
    Causa 326.8 a 490.1 de Dano de Gelo
    action attack or cast time uses animation length [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1361]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    GPSBreachEliteBonestorm
    Triggerable, Damage
    Recarga: 8 seg
    Causa 163.4 a 245.1 de Dano de Gelo
    Acertos Congelam como se causassem 66% mais Dano
    action attack or cast time uses animation length [1]
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/Breach/Monsters/BreachMonster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2330
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/Breach/Monsters/BreachMonster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Breach/BreachEliteCorruptedEliteGuard"] = {
        name = "It That Guards",
        life = 1.8,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "GPSBreachEliteBonestorm",
            "MPSBreachEliteBoneProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSBreachEliteBonestorm"] = {
        name = "GPSBreachEliteBonestorm",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "spell_maximum_action_distance_+%",
            "freeze_as_though_dealt_damage_+%",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -30, 66, critChance = 8, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBreachEliteBoneProjectile"] = {
        name = "MPSBreachEliteBoneProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1361, -30, critChance = 8, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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