카오스 골렘
카오스 골렘이 받는 물리 피해를 추가로 감소시킵니다.
base_additional_physical_damage_reduction_%
Chaos Golem
Attribute /4
chaos_elemental_buff
Key | Value |
---|---|
Acronym | Ignite |
BuffGroupsID | -1 |
IsBuffDefinition | 1 |
BuffMergeModesID | 3 |
Code | base additional physical damage reduction % |
---|---|
IsPublic | 1 |
IsLocal | 0 |
IsWeaponLocal | 0 |
IsProxied | |
IsParty | 0 |
IsVirtual | 0 |
IsScalable | 1 |
StatSemantics | Percentage |
카오스 골렘
구조물
monster no drops or experience [1]
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]
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]
Chaos Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, 시전, chaos_affinity, construct, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, slow_movement, stone_armour |
생명력
320%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
320%
저항
0 0 0 40
Damage
160%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
경험치
160%
Model Size
140%
Type
ChaosGolem
Metadata
WbChaosElemental
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
20,587
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
598
주문 피해
598
정확도
290
Attack Time
1.5
경험치
16,408
Ailment Threshold
20,587
Chill
65
Shock
65
Brittle
368
Scorch
65
Sap
180
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: 478–717
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbSandstormChaosElemental
Spell, Area, Duration, AreaSpell
시전 속도: 1 초
재사용 대기시간: 10 초
1초마다 116.4의 기본 카오스 피해를 줌
기본 지속시간 4초
active skill area of effect radius +% final [20]
is area damage [1]
기본 지속시간 4초
active skill area of effect radius +% final [20]
is area damage [1]
WbChaosCascade
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
추가 피해 효율: 60%
시전 속도: 0.8 초
재사용 대기시간: 16 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
300.1~450.1 물리 피해
물리 피해의 50%를 카오스 피해로 전환
폭발 +10회 유발
active skill area of effect radius +% final [-34]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
물리 피해의 50%를 카오스 피해로 전환
폭발 +10회 유발
active skill area of effect radius +% final [-34]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 fade_arrows = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/WbChaosElemental"] = { name = "Chaos Golem", life = 3.2, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, skillList = { "Melee", "WbChaosCascade", "WbSandstormChaosElemental", }, 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["WbChaosCascade"] = { 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", "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, 10, 50, -25, -34, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WbSandstormChaosElemental"] = { name = "WbSandstormChaosElemental", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {1, 4000, 20, levelRequirement = 3, statInterpolation = {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 |
카오스 골렘
구조물
monster no drops or experience [1]
1초마다 생명력의 1% 재생
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]
1초마다 생명력의 1% 재생
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]
Chaos Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, 시전, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, stone_armour |
생명력
690%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
690%
저항
40 40 40 60
Damage
290%
정확도
340%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1 Second
Damage Spread
±20%
경험치
150%
Model Size
110%
Type
ChaosGolemSummoned
Metadata
ChaosElementalSummoned
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
44,390
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
1,083
주문 피해
1,083
정확도
986
Attack Time
1
경험치
15,383
Ailment Threshold
44,390
Chill
140
Shock
140
Brittle
794
Scorch
140
Sap
388
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: 867–1300
치명타 확률: 5%
Attack Time: 1 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
SandstormChaosElementalSummoned
Spell, Area, Duration, AreaSpell
시전 속도: 1 초
재사용 대기시간: 8 초
1초마다 1436.6의 기본 카오스 피해를 줌
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
ChaosElementalCascadeSummoned
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
시전 속도: 0.8 초
재사용 대기시간: 3 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
440.3~660.4 물리 피해
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SandstormChaosElementalSummonedEmpowered
Spell, Area, Duration, AreaSpell
시전 속도: 0.7 초
재사용 대기시간: 8 초
1초마다 4654.4의 기본 카오스 피해를 줌
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 fade_arrows = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummoned"] = { name = "Chaos Golem", life = 6.9, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 60, damage = 2.9, damageSpread = 0.2, attackTime = 1, attackRange = 8, accuracy = 3.4, skillList = { "Melee", "ChaosElementalCascadeSummoned", "SandstormChaosElementalSummoned", "SandstormChaosElementalSummonedEmpowered", }, 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["ChaosElementalCascadeSummoned"] = { 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", "skill_physical_damage_%_to_convert_to_chaos", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummoned"] = { name = "SandstormChaosElementalSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", }, levels = { [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummonedEmpowered"] = { name = "SandstormChaosElementalSummonedEmpowered", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.7, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "chaos_damage_taken_+%", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", "sandstorm_applies_withered_to_enemies_within", }, levels = { [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
1초마다 생명력의 1% 재생
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
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 |
카오스 골렘
구조물
지역: 황량한 섬
monster no drops or experience [1]
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]
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]
Chaos Golem
Spectre | N |
---|---|
Area | 황량한 섬, 황량한 섬 |
Tags | bludgeoning_weapon, 시전, chaos_affinity, construct, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, slow_movement, stone_armour |
생명력
320%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
320%
저항
0 0 0 40
Damage
160%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
경험치
160%
Model Size
140%
Type
ChaosGolem
Metadata
ChaosElementalSummonedVaalSideArea
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
20,587
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
598
주문 피해
598
정확도
290
Attack Time
1.5
경험치
16,408
Ailment Threshold
20,587
Chill
65
Shock
65
Brittle
368
Scorch
65
Sap
180
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: 478–717
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
SandstormChaosElementalMonster
Spell, Area, Duration, AreaSpell
시전 속도: 1 초
재사용 대기시간: 10 초
1초마다 116.4의 기본 카오스 피해를 줌
기본 지속시간 4초
active skill area of effect radius +% final [20]
is area damage [1]
기본 지속시간 4초
active skill area of effect radius +% final [20]
is area damage [1]
ChaosCascadeMonster
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
추가 피해 효율: 60%
시전 속도: 0.8 초
재사용 대기시간: 16 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
300.1~450.1 물리 피해
물리 피해의 50%를 카오스 피해로 전환
폭발 +10회 유발
active skill area of effect radius +% final [-34]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
물리 피해의 50%를 카오스 피해로 전환
폭발 +10회 유발
active skill area of effect radius +% final [-34]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge2" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedVaalSideArea"] = { name = "Chaos Golem", life = 3.2, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, skillList = { "Melee", "ChaosCascadeMonster", "SandstormChaosElementalMonster", }, 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["ChaosCascadeMonster"] = { 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", "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, 10, 50, -25, -34, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalMonster"] = { name = "SandstormChaosElementalMonster", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {1, 4000, 20, levelRequirement = 3, statInterpolation = {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 |
카오스 골렘
구조물
monster no drops or experience [1]
1초마다 생명력의 1% 재생
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]
1초마다 생명력의 1% 재생
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]
Chaos Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, 시전, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, stone_armour |
생명력
690%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
690%
저항
40 40 40 60
Damage
290%
정확도
340%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
ChaosGolemSummoned
Metadata
ChaosElementalSummonedClockwork
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
44,390
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
1,083
주문 피해
1,083
정확도
986
Attack Time
1
경험치
15,383
Ailment Threshold
44,390
Chill
140
Shock
140
Brittle
794
Scorch
140
Sap
388
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: 867–1300
치명타 확률: 5%
Attack Time: 1 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
SandstormChaosElementalSummoned
Spell, Area, Duration, AreaSpell
시전 속도: 1 초
재사용 대기시간: 8 초
1초마다 1436.6의 기본 카오스 피해를 줌
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
ChaosElementalCascadeSummoned
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
시전 속도: 0.8 초
재사용 대기시간: 3 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
440.3~660.4 물리 피해
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SandstormChaosElementalSummonedEmpowered
Spell, Area, Duration, AreaSpell
시전 속도: 0.7 초
재사용 대기시간: 8 초
1초마다 4654.4의 기본 카오스 피해를 줌
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems/chaos/chaosfx.epk );" } Render { //turn_duration = 0.5 fade_arrows = true } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems/chaos/chaosfx.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedClockwork"] = { name = "Chaos Golem", life = 6.9, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 60, damage = 2.9, damageSpread = 0.2, attackTime = 1, attackRange = 8, accuracy = 3.4, skillList = { "Melee", "ChaosElementalCascadeSummoned", "SandstormChaosElementalSummoned", "SandstormChaosElementalSummonedEmpowered", }, 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["ChaosElementalCascadeSummoned"] = { 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", "skill_physical_damage_%_to_convert_to_chaos", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummoned"] = { name = "SandstormChaosElementalSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", }, levels = { [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummonedEmpowered"] = { name = "SandstormChaosElementalSummonedEmpowered", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.7, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "chaos_damage_taken_+%", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", "sandstorm_applies_withered_to_enemies_within", }, levels = { [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
1초마다 생명력의 1% 재생
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
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 |
카오스 골렘
구조물
monster no drops or experience [1]
1초마다 생명력의 1% 재생
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]
1초마다 생명력의 1% 재생
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]
Chaos Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, 시전, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, melee, not_dex, physical_affinity, small_height, stone_armour |
생명력
690%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
690%
저항
40 40 40 60
Damage
290%
정확도
340%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
ChaosGolemSummoned
Metadata
ChaosElementalSummonedMiracle
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
44,390
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
1,083
주문 피해
1,083
정확도
986
Attack Time
1
경험치
15,383
Ailment Threshold
44,390
Chill
140
Shock
140
Brittle
794
Scorch
140
Sap
388
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: 867–1300
치명타 확률: 5%
Attack Time: 1 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
SandstormChaosElementalSummoned
Spell, Area, Duration, AreaSpell
시전 속도: 1 초
재사용 대기시간: 8 초
1초마다 1436.6의 기본 카오스 피해를 줌
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
ChaosElementalCascadeSummoned
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
시전 속도: 0.8 초
재사용 대기시간: 3 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
440.3~660.4 물리 피해
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SandstormChaosElementalSummonedEmpowered
Spell, Area, Duration, AreaSpell
시전 속도: 0.7 초
재사용 대기시간: 8 초
1초마다 4654.4의 기본 카오스 피해를 줌
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/chaos.epk );" } Render { //turn_duration = 0.5 fade_arrows = true } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/chaos.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedMiracle"] = { name = "Chaos Golem", life = 6.9, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 60, damage = 2.9, damageSpread = 0.2, attackTime = 1, attackRange = 8, accuracy = 3.4, skillList = { "Melee", "ChaosElementalCascadeSummoned", "SandstormChaosElementalSummoned", "SandstormChaosElementalSummonedEmpowered", }, 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["ChaosElementalCascadeSummoned"] = { 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", "skill_physical_damage_%_to_convert_to_chaos", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummoned"] = { name = "SandstormChaosElementalSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", }, levels = { [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummonedEmpowered"] = { name = "SandstormChaosElementalSummonedEmpowered", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.7, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "chaos_damage_taken_+%", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", "sandstorm_applies_withered_to_enemies_within", }, levels = { [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
1초마다 생명력의 1% 재생
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
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 |
카오스 골렘
구조물
monster no drops or experience [1]
1초마다 생명력의 1% 재생
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]
1초마다 생명력의 1% 재생
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]
Chaos Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, 시전, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, melee, not_dex, physical_affinity, stone_armour |
생명력
690%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
690%
저항
40 40 40 60
Damage
290%
정확도
340%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
ChaosGolemSummoned
Metadata
ChaosElementalSummonedLightbringer
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
44,390
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
1,083
주문 피해
1,083
정확도
986
Attack Time
1
경험치
15,383
Ailment Threshold
44,390
Chill
140
Shock
140
Brittle
794
Scorch
140
Sap
388
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: 867–1300
치명타 확률: 5%
Attack Time: 1 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
SandstormChaosElementalSummoned
Spell, Area, Duration, AreaSpell
시전 속도: 1 초
재사용 대기시간: 8 초
1초마다 1436.6의 기본 카오스 피해를 줌
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
ChaosElementalCascadeSummoned
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
시전 속도: 0.8 초
재사용 대기시간: 3 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
440.3~660.4 물리 피해
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SandstormChaosElementalSummonedEmpowered
Spell, Area, Duration, AreaSpell
시전 속도: 0.7 초
재사용 대기시간: 8 초
1초마다 4654.4의 기본 카오스 피해를 줌
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/chaos/chaosfx.epk );" } Render { //turn_duration = 0.5 fade_arrows = true } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/chaos/chaosfx.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedLightbringer"] = { name = "Chaos Golem", life = 6.9, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 60, damage = 2.9, damageSpread = 0.2, attackTime = 1, attackRange = 8, accuracy = 3.4, skillList = { "Melee", "ChaosElementalCascadeSummoned", "SandstormChaosElementalSummoned", "SandstormChaosElementalSummonedEmpowered", }, 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["ChaosElementalCascadeSummoned"] = { 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", "skill_physical_damage_%_to_convert_to_chaos", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummoned"] = { name = "SandstormChaosElementalSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", }, levels = { [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummonedEmpowered"] = { name = "SandstormChaosElementalSummonedEmpowered", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.7, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "chaos_damage_taken_+%", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", "sandstorm_applies_withered_to_enemies_within", }, levels = { [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
1초마다 생명력의 1% 재생
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
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 |
카오스 골렘
구조물
monster no drops or experience [1]
1초마다 생명력의 1% 재생
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]
1초마다 생명력의 1% 재생
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]
Chaos Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, 시전, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, melee, not_dex, physical_affinity, stone_armour |
생명력
690%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
690%
저항
40 40 40 60
Damage
290%
정확도
340%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
ChaosGolemSummoned
Metadata
ChaosElementalSummonedDarkshard_
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
44,390
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
1,083
주문 피해
1,083
정확도
986
Attack Time
1
경험치
15,383
Ailment Threshold
44,390
Chill
140
Shock
140
Brittle
794
Scorch
140
Sap
388
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: 867–1300
치명타 확률: 5%
Attack Time: 1 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
SandstormChaosElementalSummoned
Spell, Area, Duration, AreaSpell
시전 속도: 1 초
재사용 대기시간: 8 초
1초마다 1436.6의 기본 카오스 피해를 줌
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
기본 지속시간 5초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
active skill area of effect radius +% final [20]
is area damage [1]
ChaosElementalCascadeSummoned
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
시전 속도: 0.8 초
재사용 대기시간: 3 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
440.3~660.4 물리 피해
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
물리 피해의 100%를 카오스 피해로 전환
폭발 +6회 유발
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
SandstormChaosElementalSummonedEmpowered
Spell, Area, Duration, AreaSpell
시전 속도: 0.7 초
재사용 대기시간: 8 초
1초마다 4654.4의 기본 카오스 피해를 줌
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
기본 지속시간 8초
주문 피해 속성 부여 수치를 이 스킬의 지속 피해 효과에도 적용
받는 카오스 피해 6% 증가
active skill area of effect radius +% final [50]
is area damage [1]
sandstorm applies withered to enemies within [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/chaos/chaosfx.epk );" } Render { //turn_duration = 0.5 fade_arrows = true } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/chaos/chaosfx.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedDarkshard_"] = { name = "Chaos Golem", life = 6.9, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 60, damage = 2.9, damageSpread = 0.2, attackTime = 1, attackRange = 8, accuracy = 3.4, skillList = { "Melee", "ChaosElementalCascadeSummoned", "SandstormChaosElementalSummoned", "SandstormChaosElementalSummonedEmpowered", }, 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["ChaosElementalCascadeSummoned"] = { 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", "skill_physical_damage_%_to_convert_to_chaos", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummoned"] = { name = "SandstormChaosElementalSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", }, levels = { [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalSummonedEmpowered"] = { name = "SandstormChaosElementalSummonedEmpowered", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.7, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "chaos_damage_taken_+%", "is_area_damage", "spell_damage_modifiers_apply_to_skill_dot", "sandstorm_applies_withered_to_enemies_within", }, levels = { [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
1초마다 생명력의 1% 재생
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
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 |