보호의 골렘
구조물
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
monster base type attack cast speed +% and damage -% final [22]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Protective Golem
Spectre | N |
---|---|
Tags | aura_bearer, bludgeoning_weapon, 시전, chaos_affinity, construct, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, slow_movement, stone_armour |
생명력
120%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
120%
저항
0 0 0 40
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
110%
Type
ChaosGolemTalismanT2
Metadata
TalismanT2ChaosElemental
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
7,720
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
374
주문 피해
374
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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: 299–448
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
TalismanT2ChaosCascade
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
추가 피해 효율: 60%
시전 속도: 0.8 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
300.1~450.1 물리 피해
시전 속도 40% 감폭
물리 피해의 50%를 카오스 피해로 전환
폭발 +15회 유발
active skill area of effect radius +% final [-34]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
시전 속도 40% 감폭
물리 피해의 50%를 카오스 피해로 전환
폭발 +15회 유발
active skill area of effect radius +% final [-34]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
MonsterVaalDeterminationTalismanT2
Spell, Buff, Area, Totemable, TotemCastsAlone, Duration, Vaal, Aura, AreaSpell, Physical, Instant, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
결의
시전 속도: 0.6 초
재사용 대기시간: 0.5 초
플레이어와 동료들에게 물리 피해 감소와 원소 저항을 부여하는 일시적 오라를 시전합니다.
받는 물리 피해 75% 추가 감소
기본 지속시간 5초
모든 원소 저항 +75%
active skill area of effect radius +% final [200]
base deal no damage [1]
기본 지속시간 5초
모든 원소 저항 +75%
active skill area of effect radius +% final [200]
base deal no damage [1]
Object Type
version 2 extends "Metadata/Monsters/ChaosElemental/ChaosElementalSummoned" Life { initial_mana_percentage = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/ChaosElemental/ChaosElementalSummoned"
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/TalismanT2ChaosElemental"] = { name = "Protective Golem", life = 1.2, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "Melee", "MonsterVaalDeterminationTalismanT2", "TalismanT2ChaosCascade", }, 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["MonsterVaalDeterminationTalismanT2"] = { name = "Determination", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Casts a temporary aura that grants physical damage reduction and elemental resistances to you and your allies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Duration] = true, [SkillType.Vaal] = true, [SkillType.Aura] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.Instant] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { area = true, spell = true, duration = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "base_additional_physical_damage_reduction_%", "base_resist_all_elements_%", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "base_deal_no_damage", }, levels = { [1] = {75, 75, 5000, 200, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TalismanT2ChaosCascade"] = { name = "Glacial Cascade", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "upheaval_number_of_spikes", "active_skill_cast_speed_+%_final", "skill_physical_damage_%_to_convert_to_chaos", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -40, 50, -25, -34, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |