紅のアーチメイジ
人型
サンクタムの守護者
Crimson Archmage
SpectreN
Tagsキャスター, human, humanoid, medium_movement, not_dex, not_int, ranged, red_blood, sanctum_guard, sanctum_monster
ライフ
600%
アーマー
+25%
Ailment Threshold
600%
耐性
30 30 30 20
Damage
100%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
11 ~ 18
Attack Time
1.32 Second
Damage Spread
±20%
経験値
200%
Model Size
110%
Type
SanctumGuard7
Metadata
Guard7
レベル
68
ライフ
38,600
アーマー
35,988
回避力
4,739
Damage
374
スペルダメージ
374
命中
580
Attack Time
1.32
経験値
20,510
Minion Life
8,373
Minion Damage
298
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
MPSSanctumGuardFireProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
クリティカル率: 5%
キャストタイム: 1.5 秒
641.9から962.8の火ダメージを与える
追加の投射物を2個放つ
投射物スピードが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
スパーク
キャストタイム: 2 秒
敵に当たるか、持続時間が尽きるまでランダムに動くスパークを放つ。
基礎持続時間は3
68.19から102.3の火ダメージを与える
追加の投射物を10個放つ
投射物スピードが60%減少する
base is projectile [1]
base sanctum damage [3]
monster projectile variation [4]
projectiles not offset [1]
skill visual scale +% [-50]
GTSanctumFireTornados
Triggerable, Spell
キャストタイム: 2 秒
クールダウン時間: 8 秒
GTSanctumFireMarkerBlast
Triggerable, Spell
キャストタイム: 2.67 秒
クールダウン時間: 10 秒
GSSanctumFlameBlastImpact
Spell, Triggerable
クリティカル率: 5%
キャストタイム: 1 秒
855.9から1284の火ダメージを与える
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
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Adds Tagssanctum_guard
IdMonsterSanctumGuardVolatileOnDeath
FamilyMonsterSanctumGuardDaemon
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
IdMonsterSanctumGuardSummonGargoyle
FamilyMonsterSanctumGuardDaemon
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Edit

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