Spectre | Y |
---|---|
Area | 멸망한 광장, 타오르는 법정, 파괴된 광장, 타오르는 법정, 무너진 방, 영원한 실험실, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억 |
Tags | cultist, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, medium_movement, melee, metal_armour, not_dex, physical_affinity, ranged, red_blood, slashing_weapon |
Packs |
생명력
188%
Energy Shield From Life
40%
방어도
+75%
Ailment Threshold
188%
저항
20 20 20 0
Damage
125%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.95 Second
Damage Spread
±20%
경험치
125%
Model Size
110%
Type
ReligiousTemplar2hCultist
Metadata
ReligiousTemplarTwoHandedKitava
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
83
생명력
60,191
방어도
161,835
회피
7,860
에너지 보호막
6,128
Damage
1,125
주문 피해
1,125
정확도
518
Attack Time
1.95
경험치
16,415
Ailment Threshold
60,191
Chill
190
Shock
190
Brittle
1,077
Scorch
190
Sap
526
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 900–1351
치명타 확률: 5%
Attack Time: 1.95 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ReligiousTemplarCultistWeaponThrow
Attack, RangedAttack, Projectile, ProjectilesFromUser
환영 무기 투척
Base Damage: 900–1351
치명타 확률: 5%
Attack Time: 1.95 초
재사용 대기시간: 3 초
장비한 근접 무기의 형태 복제품을 투척합니다. 무기는 날아갔다가 되돌아오며 경로에 있는 적들에게 피해를 주는 회전 공격을 합니다.
주는 피해 43% 감폭
투사체 속도 30% 증가
base is projectile [1]
투사체 속도 30% 증가
base is projectile [1]
MonsterProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
시전 속도: 1 초
재사용 대기시간: 18 초
보호막 바깥에 있는 적의 직접 타격에 피해를 받지 않습니다.
inside shield [#]
기본 지속시간 8초
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/ReligiousTemplar/ReligiousTemplarTwoHandedKitava"] = { name = "Heretical Guardian", life = 1.88, energyShield = 0.4, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.95, attackRange = 11, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "Melee", "MonsterProximityShield", "ReligiousTemplarCultistWeaponThrow", }, 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["MonsterProximityShield"] = { name = "MonsterProximityShield", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {8000, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ReligiousTemplarCultistWeaponThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_projectile_speed_+%", "active_skill_damage_+%_final", "base_is_projectile", }, levels = { [1] = {30, -43, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
이단의 수호자
인간형
Heretical Guardian
Spectre | Y |
---|---|
Tags | cultist, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_movement, melee, metal_armour, not_dex, physical_affinity, ranged, red_blood, slashing_weapon |
Packs |
생명력
188%
Energy Shield From Life
40%
방어도
+75%
Ailment Threshold
188%
저항
20 20 20 0
Damage
125%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.95 Second
Damage Spread
±20%
경험치
125%
Model Size
110%
Type
ReligiousTemplar2hCultist
Metadata
ReligiousTemplarTwoHandedKitavaHellscape_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
12,095
방어도
50,383
회피
4,739
에너지 보호막
2,451
Damage
467
주문 피해
467
정확도
290
Attack Time
1.95
경험치
12,819
Ailment Threshold
12,095
Chill
38
Shock
38
Brittle
216
Scorch
38
Sap
106
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 374–560
치명타 확률: 5%
Attack Time: 1.95 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ReligiousTemplarCultistWeaponThrow
Attack, RangedAttack, Projectile, ProjectilesFromUser
환영 무기 투척
Base Damage: 374–560
치명타 확률: 5%
Attack Time: 1.95 초
재사용 대기시간: 3 초
장비한 근접 무기의 형태 복제품을 투척합니다. 무기는 날아갔다가 되돌아오며 경로에 있는 적들에게 피해를 주는 회전 공격을 합니다.
주는 피해 43% 감폭
투사체 속도 30% 증가
base is projectile [1]
투사체 속도 30% 증가
base is projectile [1]
MonsterProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
시전 속도: 1 초
재사용 대기시간: 18 초
보호막 바깥에 있는 적의 직접 타격에 피해를 받지 않습니다.
inside shield [#]
기본 지속시간 8초
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/ReligiousTemplar/ReligiousTemplarTwoHandedKitavaHellscape_"] = { name = "Heretical Guardian", life = 1.88, energyShield = 0.4, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.95, attackRange = 11, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "Melee", "MonsterProximityShield", "ReligiousTemplarCultistWeaponThrow", }, 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["MonsterProximityShield"] = { name = "MonsterProximityShield", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {8000, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ReligiousTemplarCultistWeaponThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_projectile_speed_+%", "active_skill_damage_+%_final", "base_is_projectile", }, levels = { [1] = {30, -43, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
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.