Verwesender Schamane
Bestie
Putrefied Shaman
Spectre | Y |
---|---|
Area | 'Heiligtum'-Karte, 'Zitadelle'-Karte, 'Festung'-Karte, 'Abscheulichkeit'-Karte, 'Zikkurat'-Karte |
Tags | beast, bludgeoning_weapon, Zauberer, chaos_affinity, flesh_armour, has_staff, has_two_handed_melee, large_model, medium_height, melee, physical_affinity, ranged, red_blood, standalone_map_boss, very_slow_movement |
Packs |
Leben
390%
Energy Shield From Life
10%
Rüstung
+75%
Ausweichen
+10%
Ailment Threshold
390%
Widerstand
40 40 40 25
Damage
195%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
5 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Erfahrung
300%
Model Size
100%
Type
BeehiveBehemothAtlasUber
Metadata
BeehiveBehemothBossStandaloneAtlasUber
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
84
Leben
137,651
Rüstung
174,710
Ausweichen
8,932
Energieschild
1,627
Damage
1,859
Zauberschaden
1,859
Genauigkeit
538
Attack Time
1.5
Erfahrung
39,750
Ailment Threshold
137,651
Chill
435
Shock
435
Brittle
2,462
Scorch
435
Sap
1,203
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 1487–2231
Kritische Trefferchance: 5%
Attack Time: 1.5 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MMSSwampBehemothProjectile
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Kritische Trefferchance: 5%
Zauberzeit: 1.183 Sek.
Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
Verursacht 597.1 bis 895.7 physischen Schaden
20% des physischen Schadens werden in Chaosschaden umgewandelt
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile spread radius [10]
projectile uses contact position [1]
use scaled contact offset [1]
20% des physischen Schadens werden in Chaosschaden umgewandelt
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile spread radius [10]
projectile uses contact position [1]
use scaled contact offset [1]
EASSwampBehemothBarrage
Spell
Zauberzeit: 3 Sek.
Abklingzeit: 8 Sek.
EASSwampBehemothTreeThrow
Spell
Zauberzeit: 5 Sek.
Abklingzeit: 15 Sek.
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EGSwampBehemothWarp
Triggerable, Spell
Zauberzeit: 3.333 Sek.
Abklingzeit: 10 Sek.
GPSSwampBehemothTreeTrunk
Spell, Triggerable
Kritische Trefferchance: 5%
Zauberzeit: 5 Sek.
Abklingzeit: 15 Sek.
Verursacht 27.03 bis 40.54 physischen Schaden
base is projectile [1]
number of projectiles override [1]
base is projectile [1]
number of projectiles override [1]
SOSwampBehemothSpawnPod
Triggerable, Spell
Zauberzeit: 1 Sek.
GSSwampBehemothPodExplosion
Spell, Triggerable
Kritische Trefferchance: 5%
Zauberzeit: 1 Sek.
Verursacht 880.8 bis 1321 Chaosschaden
is area damage [1]
is area damage [1]
GSSwampBehemothRockSmash
Spell, Triggerable
Kritische Trefferchance: 5%
Zauberzeit: 1 Sek.
Verursacht 4519 bis 6778 physischen Schaden
is area damage [1]
monster penalty against minions damage +% final vs player minions [-75]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-75]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/BossLight" Functions { GetTreeTarget = " IfExists( tree_target, { return_value = tree_target; this.tree_target_location = tree_target.GetLocation(); }, { return_value = tree_target_location; } ); " TargetTheThing = " this.tree_target = arg1; this.tree_target_location = arg2; SetTargetLocation( Call( GetTreeTarget ) ); " } Actor { on_event_tree_face_for_GeometryProjectiles = "FaceObject( Call( GetTreeTarget ) );" on_event_start_tracking_for_GeometryProjectiles = "SetTarget( Call( GetTreeTarget ), true );" on_event_stop_tracking_for_GeometryProjectiles = "SetTargetLocation( Call( GetTreeTarget ), _, _, true );" } Transitionable {}
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/BossLight" Actor { on_event_staff_active_for_EmptyActionSpell2 = " AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/SwampBehemoth/EPKs/staff_active.epk ); staff_active = 1; " on_event_staff_done_for_EmptyActionSpell2 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/SwampBehemoth/EPKs/staff_active.epk ); staff_active = 0; " on_destroy_EmptyActionSpell2 = "If( staff_active == 1, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/SwampBehemoth/EPKs/staff_active.epk ); staff_active = 0; } );" } Functions { CreateLightOn = " AddAttached( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/SwampBehemoth/boss_light.ao, light_attach ); PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/SwampBehemoth/boss_light.ao, idle_on ); " TurnLightOff = " PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/SwampBehemoth/boss_light.ao, idle_off ); " } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/SwampBehemoth/EPKs/pod_charge.epk" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/SwampBehemoth/swamp_boulder_impact.ao" } Animated { on_end_death_01 = "RemoveEffectPack( BeehiveBehemothBossAlive );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/BeehiveBehemoth/BeehiveBehemothBossStandaloneAtlasUber"] = { name = "Putrefied Shaman", life = 3.9, energyShield = 0.1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.95, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Staff", skillList = { "MeleeAtAnimationSpeedUnique", "GPSSwampBehemothTreeTrunk", "MMSSwampBehemothProjectile", "GSSwampBehemothPodExplosion", "GSSwampBehemothRockSmash", "EASSwampBehemothBarrage", "EASSwampBehemothTreeThrow", "EGSwampBehemothWarp", "SOSwampBehemothSpawnPod", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GPSSwampBehemothTreeTrunk"] = { name = "GPSSwampBehemothTreeTrunk", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "number_of_projectiles_override", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMSSwampBehemothProjectile"] = { name = "MMSSwampBehemothProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [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.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.183, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_chaos", "projectile_spread_radius", "number_of_projectiles_override", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, 10, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSSwampBehemothPodExplosion"] = { name = "GSSwampBehemothPodExplosion", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSSwampBehemothRockSmash"] = { name = "GSSwampBehemothRockSmash", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASSwampBehemothBarrage"] = { name = "EASSwampBehemothBarrage", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASSwampBehemothTreeThrow"] = { name = "EASSwampBehemothTreeThrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EGSwampBehemothWarp"] = { name = "EGSwampBehemothWarp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.333, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SOSwampBehemothSpawnPod"] = { name = "SOSwampBehemothSpawnPod", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }