電気の執行者
Spectre | Y |
---|---|
Area | 聖域のマップ, 城塞のマップ, 要塞のマップ, 醜態のマップ, ジッグラトのマップ |
Tags | bludgeoning_weapon, bone_armour, bones, キャスター, fast_movement, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, lightning_affinity, melee, not_dex, not_int, physical_affinity, skeleton, standalone_map_boss, undead |
Packs |
ライフ
405%
アーマー
+100%
Ailment Threshold
405%
耐性
40 40 40 25
Damage
120%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
経験値
300%
Model Size
130%
Type
GeneralAdusMapAtlasUber
Metadata
GeneralAdusMapStandaloneAtlasUber_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
84
ライフ
142,945
アーマー
199,668
回避力
8,120
エナジーシールド
0
Damage
1,144
スペルダメージ
1,144
命中
538
Attack Time
1.5
経験値
39,750
Ailment Threshold
142,945
Chill
452
Shock
452
Brittle
2,557
Scorch
452
Sap
1,249
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: 915–1373
クリティカル率: 5%
Attack Time: 1.5 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
CrucibleCrabQuakeSlamSuperchargedAtlasUber
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
アースクエイク
Base Damage: 915–1373
クリティカル率: 5%
Attack Time: 1.5 秒
クールダウン時間: 12 秒
地面を叩きつけ、範囲ダメージを与えるとともに地面に亀裂を入れる。この亀裂は持続時間の後に強力な余震を起こして爆発する。最初の亀裂が爆発する前に作られた亀裂が余震を起こすことはない。使用するには斧、メイス、セプターまたはスタッフを装備するか素手状態である必要がある。
物理ダメージの50%を雷ダメージに変換する
ダメージが30%低下する
基礎持続時間は4秒
サブの基礎持続時間は1.05秒
余震のヒットと状態異常のダメージが+25%上昇する
action attack or cast time uses animation length [1]
active skill area of effect radius +% final [0]
is area damage [1]
ダメージが30%低下する
基礎持続時間は4秒
サブの基礎持続時間は1.05秒
余震のヒットと状態異常のダメージが+25%上昇する
action attack or cast time uses animation length [1]
active skill area of effect radius +% final [0]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffImpact.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffBeam.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Betrayal/Grenn/Dash_combo/lightning_bolt_aoe/lightning_bolt_aoe.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GeneralAdus/GeneralAdusMapStandaloneAtlasUber_"] = { name = "Electric Executor", life = 4.05, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "CrucibleCrabQuakeSlamSuperchargedAtlasUber", }, 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["CrucibleCrabQuakeSlamSuperchargedAtlasUber"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "base_secondary_skill_effect_duration", "skill_physical_damage_%_to_convert_to_lightning", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-30, 4000, 25, 1050, 50, 0, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, }, }
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
Id | MonsterAttackBlock20Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |