Soulmourn
Construct
Area: The Fellshrine Ruins
Spectre | Y |
---|---|
Area | The Fellshrine Ruins |
Tags | bludgeoning_weapon, caster, construct, fire_affinity, has_one_handed_melee, has_sceptre, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, slow_movement, stone_armour |
Packs |
Life
300%
Armour
+100%
Ailment Threshold
300%
Resistance
0 0 0 0
Damage
135%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 17
Attack Time
1.875 Second
Damage Spread
±20%
Experience
150%
Model Size
120%
Type
StatueBoss
Metadata
StatueChurch
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
16
Life
432
Armour
508
Evasion
428
Energy Shield
0
Damage
25
Spell Damage
25
Accuracy
31
Attack Time
1.875
Experience
692
Ailment Threshold
432
Chill
1
Shock
1
Brittle
8
Scorch
1
Sap
4
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).
StatueDodgeBack
Cooldown Time: 6 sec
monster dodge direction [3]
monster dodge distance [39]
monster dodge distance [39]
ChurchStatueLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Leap Slam
Base Damage: 20–30
Critical Strike Chance: 5%
Attack Damage: 150%
Attack Damage: 150%
Attack Time: 1.875 sec
Cooldown Time: 4 sec
Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.
Deals 50% more Attack Damage
Deals 40% more Damage
40% more Attack Speed
Base radius is 1.5 metres
cast time overrides attack duration [1]
is area damage [1]
Deals 40% more Damage
40% more Attack Speed
Base radius is 1.5 metres
cast time overrides attack duration [1]
is area damage [1]
ChurchStatueMoltenStrike
Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
Molten Strike
Base Damage: 20–30
Critical Strike Chance: 5%
Attack Time: 1.875 sec
Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.
Deals 20% more Damage
Fires 4 additional Projectiles
10% increased Physical Damage
60% of Physical Damage Converted to Fire Damage
25% reduced Projectile Speed
40% more Attack Speed
40% less Projectile Damage
active skill area of effect radius +% final [20]
base is projectile [1]
Fires 4 additional Projectiles
10% increased Physical Damage
60% of Physical Damage Converted to Fire Damage
25% reduced Projectile Speed
40% more Attack Speed
40% less Projectile Damage
active skill area of effect radius +% final [20]
base is projectile [1]
ChurchStatueMoltenStrikeMassive
Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
Molten Strike
Base Damage: 20–30
Critical Strike Chance: 5%
Attack Time: 1.875 sec
Cooldown Time: 4 sec
Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.
Deals 10% less Damage
Fires 12 additional Projectiles
10% increased Physical Damage
60% of Physical Damage Converted to Fire Damage
25% reduced Projectile Speed
40% more Attack Speed
40% less Projectile Damage
active skill area of effect radius +% final [100]
base is projectile [1]
Fires 12 additional Projectiles
10% increased Physical Damage
60% of Physical Damage Converted to Fire Damage
25% reduced Projectile Speed
40% more Attack Speed
40% less Projectile Damage
active skill area of effect radius +% final [100]
base is projectile [1]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 20–30
Critical Strike Chance: 5%
Attack Time: 1.875 sec
Strike your foes down with a powerful blow.
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]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "One_Hand_Mace" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue" Animated { on_any_wake = "parent.HideMeshSegments(leavesbase_dummyShape, doublesided_leaves_dummyShape, statuebase_dummyShape);" on_any_wake_unarmed = "parent.HideMeshSegments(leavesbase_dummyShape, doublesided_leaves_dummyShape, statuebase_dummyShape);" on_any_wake_sword = "parent.HideMeshSegments(shortsword_dummyShape, base_dummyShape, leaves_body_dummyShape, doublesided_leaves_dummyShape);" on_any_wake_spear = "parent.HideMeshSegments(statue_dummyShape, spearShape, spear_dummyShape, leaves_body_dummyShape, doublesided_leaves_dummyShape);" on_any_wake_spear_shield = "parent.HideMeshSegments(statue_dummyShape, spearShape, shieldShape);" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StatueChurch"] = { name = "Soulmourn", life = 3, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.875, attackRange = 17, accuracy = 1, weaponType1 = "Sceptre", skillList = { "MeleeAtAnimationSpeedUnique", "ChurchStatueLeapSlam", "ChurchStatueMoltenStrike", "ChurchStatueMoltenStrikeMassive", "StatueDodgeBack", }, 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["ChurchStatueLeapSlam"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {40, 40, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChurchStatueMoltenStrike"] = { name = "Molten Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Fire] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, [SkillType.ThresholdJewelChaining] = true, [SkillType.Multistrikeable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_fire", "number_of_additional_projectiles", "active_skill_damage_+%_final", "physical_damage_+%", "active_skill_projectile_damage_+%_final", "active_skill_attack_speed_+%_final", "base_projectile_speed_+%", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", }, levels = { [1] = {60, 4, 20, 10, -40, 40, -25, 20, levelRequirement = 10, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChurchStatueMoltenStrikeMassive"] = { name = "Molten Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Fire] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, [SkillType.ThresholdJewelChaining] = true, [SkillType.Multistrikeable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_fire", "number_of_additional_projectiles", "active_skill_damage_+%_final", "physical_damage_+%", "active_skill_projectile_damage_+%_final", "active_skill_attack_speed_+%_final", "base_projectile_speed_+%", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", }, levels = { [1] = {60, 12, -10, 10, -40, 40, -25, 100, levelRequirement = 10, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["StatueDodgeBack"] = { name = "StatueDodgeBack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "monster_dodge_direction", "monster_dodge_distance", }, levels = { [1] = {3, 39, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }