Aspecto de gloria
Constructo
Aspect of Glory
SpectreY
Spectre OverrideMetadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorLionStatueSpectre
Tagsadjudicator_monster, animal_claw_weapon, construct, influence_monster, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, small_height, stone_armour
Packs
  • Maestro de la Arena, Aspecto de gloria, Aspecto de gracia, Aspecto de poder
  • Vida
    270%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    270%
    Resistencia
    0 0 0 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.005 Second
    Damage Spread
    ±10%
    Experiencia
    150%
    Model Size
    100%
    Type
    AdjudicatorLionStatue
    Metadata
    AdjudicatorLionStatue
    Nivel
    68
    Vida
    17,370
    Armadura
    43,185
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    15,383
    Ailment Threshold
    17,370
    Chill
    55
    Shock
    55
    Brittle
    311
    Scorch
    55
    Sap
    152
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 504–616
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeAtlasInfluenceMonster
    walk emerge distance [225]
    AtlasExileWarlordSummonStampede
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 12 seg
    alternate minion [446]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    EmptyActionSpellAtlasExileSummonStampede
    Spell
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 12 seg

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorLionStatue"] = {
        name = "Aspect of Glory",
        life = 2.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.1,
        attackTime = 1.005,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "Melee",
            "AtlasExileWarlordSummonStampede",
            "EmptyActionSpellAtlasExileSummonStampede",
            "WalkEmergeAtlasInfluenceMonster",
        },
        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["AtlasExileWarlordSummonStampede"] = {
        name = "AtlasExileWarlordSummonStampede",
        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 = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 446, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAtlasExileSummonStampede"] = {
        name = "EmptyActionSpellAtlasExileSummonStampede",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeAtlasInfluenceMonster"] = {
        name = "WalkEmergeAtlasInfluenceMonster",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Aspecto de gloria
    Constructo
    Aspect of Glory
    SpectreY
    Tagsadjudicator_monster, animal_claw_weapon, construct, influence_monster, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, stone_armour
    Vida
    270%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    270%
    Resistencia
    0 0 0 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.005 Second
    Damage Spread
    ±10%
    Experiencia
    150%
    Model Size
    100%
    Type
    AdjudicatorLionStatue
    Metadata
    AdjudicatorLionStatueSpectre
    Nivel
    68
    Vida
    17,370
    Armadura
    43,185
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    15,383
    Ailment Threshold
    17,370
    Chill
    55
    Shock
    55
    Brittle
    311
    Scorch
    55
    Sap
    152
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 504–616
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeAtlasInfluenceMonster
    walk emerge distance [225]
    AtlasExileWarlordSummonStampede
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 12 seg
    alternate minion [446]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    EmptyActionSpellAtlasExileSummonStampede
    Spell
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 12 seg

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterSpectreBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterSpectreBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorLionStatueSpectre"] = {
        name = "Aspect of Glory",
        life = 2.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.1,
        attackTime = 1.005,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "Melee",
            "AtlasExileWarlordSummonStampede",
            "EmptyActionSpellAtlasExileSummonStampede",
            "WalkEmergeAtlasInfluenceMonster",
        },
        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["AtlasExileWarlordSummonStampede"] = {
        name = "AtlasExileWarlordSummonStampede",
        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 = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 446, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAtlasExileSummonStampede"] = {
        name = "EmptyActionSpellAtlasExileSummonStampede",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeAtlasInfluenceMonster"] = {
        name = "WalkEmergeAtlasInfluenceMonster",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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