진홍색 대마법사
인간형
성역 수호병
Crimson Archmage
Spectre | N |
---|---|
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
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
38,600
방어도
35,988
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.32
경험치
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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]
투사체 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]
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]
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 = { }, }, }, }
Id | MonsterTagSanctumGuard |
---|---|
Family | MonsterTagSanctumGuard |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Adds Tags | sanctum_guard |
Id | MonsterSanctumGuardVolatileOnDeath |
---|---|
Family | MonsterSanctumGuardDaemon |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Id | MonsterSanctumGuardSummonGargoyle |
---|---|
Family | MonsterSanctumGuardDaemon |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.