벼려진 관통자 악마
악마
Forged Piercer Demon
Spectre | Y |
---|---|
Tags | demon, has_one_hand_mace, has_one_handed_melee, large_height, large_model, light_armour, lightning_affinity, medium_movement, melee, not_int, physical_affinity |
생명력
288%
방어도
+25%
회피
+20%
Ailment Threshold
288%
저항
85 0 0 0
Damage
270%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 14
Attack Time
1.02 Second
Damage Spread
±20%
경험치
180%
Model Size
105%
Type
CrucibleFourLeggedDemon
Metadata
FourLeggedDemon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
18,528
방어도
35,988
회피
5,687
에너지 보호막
0
Damage
1,009
주문 피해
1,009
정확도
290
Attack Time
1.02
경험치
18,459
Ailment Threshold
18,528
Chill
59
Shock
59
Brittle
331
Scorch
59
Sap
162
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).
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 807–1210
치명타 확률: 5%
공격 피해: 75%
Attack Time: 1.02 초
강력한 일격으로 적들을 쓰러트립니다.
주는 공격 피해 25% 감폭
주는 피해 150.3% 증폭
물리 피해의 75%를 화염 피해로 전환
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
주는 피해 150.3% 증폭
물리 피해의 75%를 화염 피해로 전환
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
CrucibleDemonFireSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
전기불꽃
치명타 확률: 5%
시전 속도: 1.47 초
재사용 대기시간: 6 초
적에게 명중하여 폭발할 때까지 천방지축으로 움직이는 전기불꽃을 시전합니다.
투사체가 모든 대상 관통
기본 지속시간 1.5초
674.1~1011 화염 피해
투사체 속도 6% 증가
base is projectile [1]
base projectile ground effect duration [2000]
base projectile skill dot ground fire area damage per minute [124845]
number of projectiles override [5]
projectiles drop ground fire [1]
기본 지속시간 1.5초
674.1~1011 화염 피해
투사체 속도 6% 증가
base is projectile [1]
base projectile ground effect duration [2000]
base projectile skill dot ground fire area damage per minute [124845]
number of projectiles override [5]
projectiles drop ground fire [1]
EAACrucibleFourLeggedDemonMultiSlam
Attack
Base Damage: 807–1210
치명타 확률: 5%
Attack Time: 1.02 초
재사용 대기시간: 10 초
근접 타격 범위 +0.5미터
action attack or cast time uses animation length [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
action attack or cast time uses animation length [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
GACrucibleFourLeggedDemonMultiSlam
Triggerable, Attack
Base Damage: 807–1210
치명타 확률: 5%
공격 피해: 80%
공격 피해: 80%
Attack Time: 1.02 초
주는 공격 피해 20% 감폭
주는 피해 30% 감폭
물리 피해의 50%를 화염 피해로 전환
is area damage [1]
주는 피해 30% 감폭
물리 피해의 50%를 화염 피해로 전환
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase" extends "Metadata/Monsters/LeagueCrucible/FireMonsterBase" Actor { main_hand_unarmed_type = "One_Hand_Mace" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase" extends "Metadata/Monsters/LeagueCrucible/FireMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueCrucible/Fire/FourLeggedDemon"] = { name = "Forged Piercer Demon", life = 2.88, fireResist = 85, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.7, damageSpread = 0.2, attackTime = 1.02, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeedFire", "CrucibleDemonFireSpark", "GACrucibleFourLeggedDemonMultiSlam", "EAACrucibleFourLeggedDemonMultiSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedFire"] = { 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 = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_fire", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2}, cost = { }, }, [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2}, cost = { }, }, [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CrucibleDemonFireSpark"] = { 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 = 1.47, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_projectile_skill_dot_ground_fire_area_damage_per_minute", "base_projectile_speed_+%", "base_projectile_ground_effect_duration", "number_of_projectiles_override", "base_skill_effect_duration", "base_is_projectile", "always_pierce", "projectiles_drop_ground_fire", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8.8900003433228, 6, 2000, 5, 1500, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GACrucibleFourLeggedDemonMultiSlam"] = { name = "GACrucibleFourLeggedDemonMultiSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_fire", "is_area_damage", }, levels = { [1] = {-30, 50, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAACrucibleFourLeggedDemonMultiSlam"] = { name = "EAACrucibleFourLeggedDemonMultiSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {5, levelRequirement = 0, 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.