Archimago carmesí
Humanoide
Guardia del santuario
Crimson Archmage
SpectreN
TagsLanzador de hechizos, human, humanoid, medium_movement, not_dex, not_int, ranged, red_blood, sanctum_guard, sanctum_monster
Vida
600%
Armaduras
+50%
Ailment Threshold
600%
Resistencia
30 30 30 20
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
11 ~ 18
Attack Time
1.32 Second
Damage Spread
±20%
Experiencia
200%
Model Size
110%
Type
SanctumGuard7
Metadata
Guard7
Nivel
68
Vida
38,600
Armaduras
43,185
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.32
Experiencia
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
MPSSanctumGuardFireProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.5 seg
Inflige de 641.9 a 962.8 de daño de fuego
Dispara 2 proyectiles adicionales
Velocidad de proyectiles reducida un 30%
base is projectile [1]
base sanctum damage [12]
monster projectile variation [218]
projectile uses contact position [1]
use scaled contact offset [1]
SanctumMiniFlamenado
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Chispa
Tiempo de lanzamiento: 2 seg
Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
La duración base es de 3 segundos
Inflige de 68.19 a 102.3 de daño de fuego
Dispara 10 proyectiles adicionales
Velocidad de proyectiles reducida un 60%
base is projectile [1]
base sanctum damage [3]
monster projectile variation [4]
projectiles not offset [1]
skill visual scale +% [-50]
GTSanctumFireTornados
Triggerable, Spell
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 8 seg
GTSanctumFireMarkerBlast
Triggerable, Spell
Tiempo de lanzamiento: 2.67 seg
Tiempo de recarga: 10 seg
GSSanctumFlameBlastImpact
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 855.9 a 1284 de daño de fuego
base sanctum damage [25]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueSanctum/Guards/SanctumGuardBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueSanctum/Guards/SanctumGuardBase"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Sanctum/DemonicStaffCaster/epk/DemonicStygian_armor_fx.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Sanctum/DemonicStaffCaster/epk/DemonicStygian_armor_fx.epk );"
}

Preload
{
    preload_misc_animated = "SanctumGuardFlameBlastArea"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueSanctum/Guards/Guard7"] = {
    name = "Crimson Archmage",
    life = 6,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.32,
    attackRange = 18,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "MPSSanctumGuardFireProjectile",
        "SanctumMiniFlamenado",
        "GSSanctumFlameBlastImpact",
        "GTSanctumFireTornados",
        "GTSanctumFireMarkerBlast",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSSanctumGuardFireProjectile"] = {
    name = "MPSSanctumGuardFireProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "monster_projectile_variation",
        "base_sanctum_damage",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 218, 12, -30, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SanctumMiniFlamenado"] = {
    name = "Spark",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "monster_projectile_variation",
        "base_projectile_speed_+%",
        "skill_visual_scale_+%",
        "number_of_additional_projectiles",
        "base_sanctum_damage",
        "base_is_projectile",
        "projectiles_not_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3000, 4, -60, -50, 10, 3, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSSanctumFlameBlastImpact"] = {
    name = "GSSanctumFlameBlastImpact",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_sanctum_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 25, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTSanctumFireTornados"] = {
    name = "GTSanctumFireTornados",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [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["GTSanctumFireMarkerBlast"] = {
    name = "GTSanctumFireMarkerBlast",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.67,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
IdMonsterTagSanctumGuard
FamilyMonsterTagSanctumGuard
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Adds Tagssanctum_guard
IdMonsterSanctumGuardVolatileOnDeath
FamilyMonsterSanctumGuardDaemon
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
IdMonsterSanctumGuardSummonGargoyle
FamilyMonsterSanctumGuardDaemon
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Edit

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