溶けし者、マグマノア





Magmanore, the Molten
Spectre | N |
---|---|
Tags | construct, MonsterBlunt_onhit_audio, mud_blood, not_dex, not_int, slow_movement, stone_construct |
ライフ
250%
+100%
耐性




Damage
250%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
6 ~ 17
アタックタイム
1.5 Second
Damage Spread
±20%
経験値
250%
Model Size
140%
Type
SaltGolemBoss
Metadata
SaltGolemVolcanicMiniboss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
19,393
4,826
708
Damage
583
スペルダメージ
583
命中力
2,464
アタックタイム
1.5
経験値
71,585
Minion Life
17,325
Minion Damage
2,422
Minion Armour
9,652
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).
EAARattleCageSlamRuckus
クールダウン時間: 10 秒
action attack or cast time uses animation length [1]
EARattleCagePulse
クールダウン時間: 25 秒
main hand base maximum attack distance [15]
skill cannot be interrupted [1]
RattleCageChangeStance
クールダウン時間: 25 秒
skill cannot be interrupted [1]
EAAVolcanicMinibossFissureSlams
MeleeAtAnimationSpeed40Dist
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
基本アタック
Base Damage: 466–699
クリティカルヒット率: 5%
アタックタイム: 1.5 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [40]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

GAVolcanicMinibossMelee
Triggerable, Attack
Base Damage: 466–699
クリティカルヒット率: 5%
アタックタイム: 1.5 秒
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
MPSVolcanicMinibossVolcano
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
クリティカルヒット率: 5%
キャストタイム: 1 秒
サポートされたスキルによる投射物はランダムな方向に飛ぶ
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1413]
projectile ballistic angle from target distance [1]
projectile uses contact position [1]
projectiles not offset [1]

MPSVolcanicMinibossVolcanoNova
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
クリティカルヒット率: 5%
キャストタイム: 1 秒
サポートされたスキルによる投射物はランダムな方向に飛ぶ
サポートされたスキルは投射物を放射状にに放つ
投射物を追加で個放つ
action attack or cast time uses animation length [1]
active skill projectile speed +% variation final [80]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1414]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
projectiles not offset [1]

SOVolcanicMinibossSpawnVolcano
Triggerable
action attack or cast time uses animation length [1]
CGEVolcanicMinibossGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell
キャストタイム: 1 秒
毎秒265.7の基礎火ダメージを与える
active skill area of effect radius +% final [100]
base skill effect duration [16000]
ground fire art variation [1028]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents {} Actor {} StateMachine { define_shared_state = " first_aggro; light; " } Transitionable {} Stats { set_monster_delay_item_drops_millis = 5600 set_base_heavy_stun_duration_ms = 7966 } Animated { always_interpolate_bearing = true } Positioned { blocking = false } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/perma_scorchcrack.ao" preload_misc_animated = "RattleCageEruptionCracks" preload_object = "Metadata/Monsters/SaltGolem/Landmark/Objects/FissureLineMid" preload_object = "Metadata/Monsters/SaltGolem/Landmark/Objects/FissureLineStart" preload_object = "Metadata/Monsters/SaltGolem/Landmark/Objects/FissureLineEnd" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_first_aggro_0 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/bossgolem_glow_inert.epk' );" on_or_create_state_first_aggro_1 = " AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/bossgolem_glow_aggro.epk' ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/bossgolem_glow_inert.epk' ); " on_state_first_aggro_2 = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/bossgolem_glow_aggro.epk' ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/bossgolem_glow_inert.epk' ); " create_state_first_aggro_2 = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/bossgolem_glow_inert.epk' ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/bossgolem_glow_aggro.epk' ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/death_buildup.epk' ); " on_state_light_1 = "SetLightState( idle, 2 );" create_state_light_1 = "SetLightState( idle );" on_or_create_state_light_0 = "SetLightState( on_death );" } Actor {} Animated { on_death_boss_01 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/death_buildup.epk' );" on_event_contact_for_death_boss_01 = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/pulse.epk' ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/slam_buildup.epk' ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/SaltGolemBoss/death_buildup.epk' ); " } GlobalAudioParamEvents { } Render { use_ao_lights = true } Preload { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SaltGolem/SaltGolemVolcanicMiniboss"] = { name = "Magmanore, the Molten", life = 2.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 17, accuracy = 1, skillList = { "MeleeAtAnimationSpeed40Dist", "MPSVolcanicMinibossVolcano", "MPSVolcanicMinibossVolcanoNova", "CGEVolcanicMinibossGround", "GAVolcanicMinibossFissureDamage", "GAVolcanicMinibossBossFissureExplosion", "GSVolcanicMinibossVolcanoImpact", "GSVolcanicMinibossPulse2", "GSVolcanicMinibossPulse3", "GAVolcanicMinibossMelee", "GAVolcanicMinibossEarthquakeSmallImpact", "GAVolcanicMinibossEarthquakeLargeImpact", "EAARattleCageSlamRuckus", "SOVolcanicMinibossSpawnVolcano", "GSVolcanicMinibossPulse", "EARattleCagePulse", "RattleCageChangeStance", "EAAVolcanicMinibossFissureSlams", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed40Dist"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "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] = {40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSVolcanicMinibossVolcano"] = { name = "MPSVolcanicMinibossVolcano", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "monster_projectile_variation", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", "check_for_targets_between_initiator_and_projectile_source", "maintain_projectile_direction_when_using_contact_position", "projectile_uses_contact_position", "random_projectile_direction", "projectile_ballistic_angle_from_target_distance", "projectiles_not_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1413, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSVolcanicMinibossVolcanoNova"] = { name = "MPSVolcanicMinibossVolcanoNova", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "monster_projectile_variation", "number_of_additional_projectiles", "active_skill_projectile_speed_+%_variation_final", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", "check_for_targets_between_initiator_and_projectile_source", "maintain_projectile_direction_when_using_contact_position", "projectile_uses_contact_position", "random_projectile_direction", "projectiles_nova", "projectile_ballistic_angle_from_reference_event", "projectiles_not_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1414, 9, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEVolcanicMinibossGround"] = { name = "CGEVolcanicMinibossGround", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "ground_fire_art_variation", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {1, 1028, 100, 16000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAVolcanicMinibossFissureDamage"] = { name = "GAVolcanicMinibossFissureDamage", hidden = true, color = , 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_base_physical_damage_%_to_convert_to_fire", "is_area_damage", }, levels = { [1] = {60, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAVolcanicMinibossBossFissureExplosion"] = { name = "GAVolcanicMinibossBossFissureExplosion", hidden = true, color = , 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 = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVolcanicMinibossVolcanoImpact"] = { name = "GSVolcanicMinibossVolcanoImpact", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 1, baseFlags = { spell = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "is_area_damage", "base_is_projectile", "base_skill_can_be_avoided_by_dodge_roll", "base_skill_can_be_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVolcanicMinibossPulse2"] = { name = "GSVolcanicMinibossPulse2", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 5.67, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "active_skill_ignite_chance_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVolcanicMinibossPulse3"] = { name = "GSVolcanicMinibossPulse3", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 5.67, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "active_skill_ignite_chance_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAVolcanicMinibossMelee"] = { name = "GAVolcanicMinibossMelee", hidden = true, color = , 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 = { "is_area_damage", "base_skill_can_be_avoided_by_dodge_roll", "base_skill_can_be_blocked", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAVolcanicMinibossEarthquakeSmallImpact"] = { name = "GAVolcanicMinibossEarthquakeSmallImpact", hidden = true, color = , 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 = { "is_area_damage", "base_skill_can_be_avoided_by_dodge_roll", "base_skill_can_be_blocked", }, levels = { [1] = {baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAVolcanicMinibossEarthquakeLargeImpact"] = { name = "GAVolcanicMinibossEarthquakeLargeImpact", hidden = true, color = , 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 = { "is_area_damage", "base_skill_can_be_avoided_by_dodge_roll", "base_skill_can_be_blocked", }, levels = { [1] = {baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAARattleCageSlamRuckus"] = { name = "EAARattleCageSlamRuckus", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SOVolcanicMinibossSpawnVolcano"] = { name = "SOVolcanicMinibossSpawnVolcano", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVolcanicMinibossPulse"] = { name = "GSVolcanicMinibossPulse", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 5.67, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "active_skill_ignite_chance_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EARattleCagePulse"] = { name = "EARattleCagePulse", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 5.67, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "main_hand_base_maximum_attack_distance", "skill_cannot_be_interrupted", }, levels = { [1] = {15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RattleCageChangeStance"] = { name = "RattleCageChangeStance", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 7.4, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_interrupted", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EAAVolcanicMinibossFissureSlams"] = { name = "EAAVolcanicMinibossFissureSlams", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {25, 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.