Santo idolatrado
Constructo
monster base type attack cast speed +% and damage -% final [11]
stance movement speed +% final [112]
stance movement speed +% final [112]
Idolised Saint
Spectre | Y |
---|---|
Area | Las ruinas del santuario caído, El laboratorio eterno, Colección restringida, Colección restringida |
Tags | bludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement |
Packs |
Vida
210%
Armadura
+50%
Ailment Threshold
210%
Resistencia
0 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
Statue
Metadata
StatueMaleMaulBlack
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
13,510
Armadura
43,185
Evasión
4,739
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.5
Experiencia
12,306
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
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
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
GroundSlamStatue
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Impacto sísmico
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
Inflige un 50% más de daño
Umbral de aturdimiento de los enemigos reducido un 35%
is area damage [1]
Umbral de aturdimiento de los enemigos reducido un 35%
is area damage [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 377.1 de daño de fuego base por segundo
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" basic_action = "Emerge" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" } Stats { mana_regeneration_rate_per_minute_% = 400 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);" on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);" on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);" on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);" on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);" on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/BlessedSister/holyfire_mortarimpact.ao" } Life { on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StatueMaleMaulBlack"] = { name = "Idolised Saint", life = 2.1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Mace", skillList = { "GroundSlamStatue", "Melee", "MonsterCastGroundEffectHolyFireOnDeath", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GroundSlamStatue"] = { name = "Ground Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "is_area_damage", }, levels = { [1] = {35, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- 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["MonsterCastGroundEffectHolyFireOnDeath"] = { name = "MonsterCastGroundEffectHolyFireOnDeath", hidden = true, color = 4, 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", "base_skill_effect_duration", "cast_on_death_%", }, levels = { [1] = {2.0999999046326, 1, 6000, 100, levelRequirement = 51, statInterpolation = {3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Santo idolatrado
Constructo
monster base type attack cast speed +% and damage -% final [11]
stance movement speed +% final [112]
stance movement speed +% final [112]
Idolised Saint
Spectre | Y |
---|---|
Tags | bludgeoning_weapon, construct, has_two_hand_mace, has_two_handed_melee, humanoid, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement |
Packs |
Vida
210%
Armadura
+50%
Ailment Threshold
210%
Resistencia
0 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
Statue
Metadata
StatueMaleMaulBlackHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
13,510
Armadura
43,185
Evasión
4,739
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.5
Experiencia
12,306
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
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
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
GroundSlamStatue
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Impacto sísmico
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
Inflige un 50% más de daño
Umbral de aturdimiento de los enemigos reducido un 35%
is area damage [1]
Umbral de aturdimiento de los enemigos reducido un 35%
is area damage [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 377.1 de daño de fuego base por segundo
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" basic_action = "Emerge" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" } Stats { mana_regeneration_rate_per_minute_% = 400 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);" on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);" on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);" on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);" on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);" on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/BlessedSister/holyfire_mortarimpact.ao" } Life { on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StatueMaleMaulBlackHellscape"] = { name = "Idolised Saint", life = 2.1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Mace", skillList = { "GroundSlamStatue", "Melee", "MonsterCastGroundEffectHolyFireOnDeath", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GroundSlamStatue"] = { name = "Ground Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "is_area_damage", }, levels = { [1] = {35, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- 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["MonsterCastGroundEffectHolyFireOnDeath"] = { name = "MonsterCastGroundEffectHolyFireOnDeath", hidden = true, color = 4, 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", "base_skill_effect_duration", "cast_on_death_%", }, levels = { [1] = {2.0999999046326, 1, 6000, 100, levelRequirement = 51, statInterpolation = {3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Santo idolatrado
Constructo
monster base type attack cast speed +% and damage -% final [11]
Idolised Saint
Spectre | Y |
---|---|
Area | Las ruinas del santuario caído, El laboratorio eterno, Colección restringida, Colección restringida |
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
Packs |
Vida
246%
Armadura
+50%
Evasión
+10%
Ailment Threshold
246%
Resistencia
0 0 0 0
Damage
72%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
StatueBow
Metadata
StatueFemaleBowBlack
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
15,826
Armadura
43,185
Evasión
5,213
Escudo de energía
0
Damage
269
Daño de hechizos
269
Precisión
290
Attack Time
1.995
Experiencia
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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
Ataque estándar
Base Damage: 215–323
Probabilidad de golpe crítico: 5%
Attack Time: 1.995 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
Flecha ardiente
Base Damage: 215–323
Probabilidad de golpe crítico: 5%
Daño de ataque: 107.5%
Attack Time: 1.995 seg
Dispara una flecha ardiente que inflige daño de fuego y tiene una probabilidad de quemar.
Inflige un 7.5% más de daño de ataque
Inflige un 33% más de daño
La duración base es de 4 segundos
Daño físico aumentado un 25%
El 100% del daño físico se convierte en daño de fuego
50% de probabilidad de quemar a los enemigos
Daño del incendio aumentado un 50%
skill can fire arrows [1]
Inflige un 33% más de daño
La duración base es de 4 segundos
Daño físico aumentado un 25%
El 100% del daño físico se convierte en daño de fuego
50% de probabilidad de quemar a los enemigos
Daño del incendio aumentado un 50%
skill can fire arrows [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 377.1 de daño de fuego base por segundo
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/StatueHolyGroundFireOnDeath" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/StatueHolyGroundFireOnDeath"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StatueFemaleBowBlack"] = { name = "Idolised Saint", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrow", "MonsterCastGroundEffectHolyFireOnDeath", }, 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["MonsterBurningArrow"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterCastGroundEffectHolyFireOnDeath"] = { name = "MonsterCastGroundEffectHolyFireOnDeath", hidden = true, color = 4, 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", "base_skill_effect_duration", "cast_on_death_%", }, levels = { [1] = {2.0999999046326, 1, 6000, 100, levelRequirement = 51, statInterpolation = {3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Santo idolatrado
Constructo
monster base type attack cast speed +% and damage -% final [11]
Idolised Saint
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
Packs |
Vida
246%
Armadura
+50%
Evasión
+10%
Ailment Threshold
246%
Resistencia
0 0 0 0
Damage
72%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
StatueBow
Metadata
StatueFemaleBowBlackHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
15,826
Armadura
43,185
Evasión
5,213
Escudo de energía
0
Damage
269
Daño de hechizos
269
Precisión
290
Attack Time
1.995
Experiencia
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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
Ataque estándar
Base Damage: 215–323
Probabilidad de golpe crítico: 5%
Attack Time: 1.995 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
Flecha ardiente
Base Damage: 215–323
Probabilidad de golpe crítico: 5%
Daño de ataque: 107.5%
Attack Time: 1.995 seg
Dispara una flecha ardiente que inflige daño de fuego y tiene una probabilidad de quemar.
Inflige un 7.5% más de daño de ataque
Inflige un 33% más de daño
La duración base es de 4 segundos
Daño físico aumentado un 25%
El 100% del daño físico se convierte en daño de fuego
50% de probabilidad de quemar a los enemigos
Daño del incendio aumentado un 50%
skill can fire arrows [1]
Inflige un 33% más de daño
La duración base es de 4 segundos
Daño físico aumentado un 25%
El 100% del daño físico se convierte en daño de fuego
50% de probabilidad de quemar a los enemigos
Daño del incendio aumentado un 50%
skill can fire arrows [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 377.1 de daño de fuego base por segundo
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/StatueHolyGroundFireOnDeath" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/StatueHolyGroundFireOnDeath"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StatueFemaleBowBlackHellscape"] = { name = "Idolised Saint", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrow", "MonsterCastGroundEffectHolyFireOnDeath", }, 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["MonsterBurningArrow"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterCastGroundEffectHolyFireOnDeath"] = { name = "MonsterCastGroundEffectHolyFireOnDeath", hidden = true, color = 4, 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", "base_skill_effect_duration", "cast_on_death_%", }, levels = { [1] = {2.0999999046326, 1, 6000, 100, levelRequirement = 51, statInterpolation = {3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Santo idolatrado
Constructo
monster base type attack cast speed +% and damage -% final [11]
stance movement speed +% final [112]
stance movement speed +% final [112]
Idolised Saint
Spectre | Y |
---|---|
Area | Las ruinas del santuario caído, El laboratorio eterno, Colección restringida, Colección restringida |
Tags | construct, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, slashing_weapon, stone_armour, stone_construct, very_slow_movement |
Packs |
Vida
210%
Armadura
+50%
Ailment Threshold
210%
Resistencia
0 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
Statue
Metadata
StatueFemaleSwordBlack
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
13,510
Armadura
43,185
Evasión
4,739
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.5
Experiencia
12,306
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
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
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 377.1 de daño de fuego base por segundo
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" basic_action = "Emerge" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" } Stats { mana_regeneration_rate_per_minute_% = 400 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);" on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);" on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);" on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);" on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);" on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/BlessedSister/holyfire_mortarimpact.ao" } Life { on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StatueFemaleSwordBlack"] = { name = "Idolised Saint", life = 2.1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "MonsterCastGroundEffectHolyFireOnDeath", }, 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["MonsterCastGroundEffectHolyFireOnDeath"] = { name = "MonsterCastGroundEffectHolyFireOnDeath", hidden = true, color = 4, 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", "base_skill_effect_duration", "cast_on_death_%", }, levels = { [1] = {2.0999999046326, 1, 6000, 100, levelRequirement = 51, statInterpolation = {3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Santo idolatrado
Constructo
monster base type attack cast speed +% and damage -% final [11]
stance movement speed +% final [112]
stance movement speed +% final [112]
Idolised Saint
Spectre | Y |
---|---|
Tags | construct, has_one_hand_sword, has_one_handed_melee, humanoid, melee, mud_blood, not_dex, not_int, physical_affinity, slashing_weapon, stone_armour, stone_construct, very_slow_movement |
Packs |
Vida
210%
Armadura
+50%
Ailment Threshold
210%
Resistencia
0 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
Statue
Metadata
StatueFemaleSwordBlackHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
13,510
Armadura
43,185
Evasión
4,739
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.5
Experiencia
12,306
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
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
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 377.1 de daño de fuego base por segundo
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
La duración base es de 6 segundos
100% de probabilidad de que se active este hechizo al morir
ground fire art variation [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" basic_action = "Emerge" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" } Stats { mana_regeneration_rate_per_minute_% = 400 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { on_any_wake = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape);" on_any_wake_bow = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,bowShape,quiverShape);" on_any_wake_maul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);" on_any_wake_2hmaul = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,maulShape);" on_any_wake_sword = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape);" on_any_wake_sword_shield = "parent.HideMeshSegments(statue_dummyShape,overgrow_dummyShape,shortswordShape,shieldShape);" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/BlessedSister/holyfire_mortarimpact.ao" } Life { on_death = "DetachAllContainingText( blue_ ); DetachAllContainingText( orange_ ); DetachAllContainingText( daresso_ ); DetachAllContainingText( divine_ );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StatueFemaleSwordBlackHellscape"] = { name = "Idolised Saint", life = 2.1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "MonsterCastGroundEffectHolyFireOnDeath", }, 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["MonsterCastGroundEffectHolyFireOnDeath"] = { name = "MonsterCastGroundEffectHolyFireOnDeath", hidden = true, color = 4, 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", "base_skill_effect_duration", "cast_on_death_%", }, levels = { [1] = {2.0999999046326, 1, 6000, 100, levelRequirement = 51, statInterpolation = {3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |