Santo Idolatrado
Construto
monster base type attack cast speed +% and damage -% final [11]
stance movement speed +% final [112]
Idolised Saint
Spectre | Y |
---|---|
Area | Ruínas do Santuário Caído, Laboratório Eterno, Coleção Restrita, Coleção Restrita |
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%
Resistência
0 0 0 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
13,510
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.5
Experiência
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 Padrão
Base Damage: 359–538
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um 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
Chance de Crítico: 5%
Attack Time: 1.5 seg
O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
Causa 50% mais Dano
Ponto de Atordoamento Inimigo reduzido em 35%
is area damage [1]
Ponto de Atordoamento Inimigo reduzido em 35%
is area damage [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tempo de Conjuração: 1 seg
Causa 377.1 de Dano de Fogo Base por segundo
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
ground fire art variation [1]
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Santo Idolatrado
Construto
monster base type attack cast speed +% and damage -% final [11]
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%
Resistência
0 0 0 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
13,510
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.5
Experiência
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 Padrão
Base Damage: 359–538
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um 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
Chance de Crítico: 5%
Attack Time: 1.5 seg
O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
Causa 50% mais Dano
Ponto de Atordoamento Inimigo reduzido em 35%
is area damage [1]
Ponto de Atordoamento Inimigo reduzido em 35%
is area damage [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tempo de Conjuração: 1 seg
Causa 377.1 de Dano de Fogo Base por segundo
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
ground fire art variation [1]
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Santo Idolatrado
Construto
monster base type attack cast speed +% and damage -% final [11]
Idolised Saint
Spectre | Y |
---|---|
Area | Ruínas do Santuário Caído, Laboratório Eterno, Coleção Restrita, Coleção Restrita |
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%
Evasão
+10%
Ailment Threshold
246%
Resistência
0 0 0 0
Damage
72%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
15,826
Armadura
43,185
Evasão
5,213
Escudo de Energia
0
Damage
269
Dano Mágico
269
Precisão
290
Attack Time
1.995
Experiência
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 Padrão
Base Damage: 215–323
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um 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 Ardente
Base Damage: 215–323
Chance de Crítico: 5%
Dano de Ataque: 107.5%
Attack Time: 1.995 seg
Dispara uma flecha ardente que causa dano de fogo e tem uma chance de incendiar.
Causa 7.5% mais Dano de Ataque
Causa 33% mais Dano
Duração base é de 4 segundos
Dano Físico aumentado em 25%
100% do Dano Físico Convertido para Dano de Fogo
50% de chance de Incendiar inimigos
Dano Incendiário aumentado em 50%
skill can fire arrows [1]
Causa 33% mais Dano
Duração base é de 4 segundos
Dano Físico aumentado em 25%
100% do Dano Físico Convertido para Dano de Fogo
50% de chance de Incendiar inimigos
Dano Incendiário aumentado em 50%
skill can fire arrows [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tempo de Conjuração: 1 seg
Causa 377.1 de Dano de Fogo Base por segundo
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
ground fire art variation [1]
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Santo Idolatrado
Construto
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%
Evasão
+10%
Ailment Threshold
246%
Resistência
0 0 0 0
Damage
72%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
15,826
Armadura
43,185
Evasão
5,213
Escudo de Energia
0
Damage
269
Dano Mágico
269
Precisão
290
Attack Time
1.995
Experiência
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 Padrão
Base Damage: 215–323
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um 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 Ardente
Base Damage: 215–323
Chance de Crítico: 5%
Dano de Ataque: 107.5%
Attack Time: 1.995 seg
Dispara uma flecha ardente que causa dano de fogo e tem uma chance de incendiar.
Causa 7.5% mais Dano de Ataque
Causa 33% mais Dano
Duração base é de 4 segundos
Dano Físico aumentado em 25%
100% do Dano Físico Convertido para Dano de Fogo
50% de chance de Incendiar inimigos
Dano Incendiário aumentado em 50%
skill can fire arrows [1]
Causa 33% mais Dano
Duração base é de 4 segundos
Dano Físico aumentado em 25%
100% do Dano Físico Convertido para Dano de Fogo
50% de chance de Incendiar inimigos
Dano Incendiário aumentado em 50%
skill can fire arrows [1]
MonsterCastGroundEffectHolyFireOnDeath
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tempo de Conjuração: 1 seg
Causa 377.1 de Dano de Fogo Base por segundo
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
ground fire art variation [1]
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Santo Idolatrado
Construto
monster base type attack cast speed +% and damage -% final [11]
stance movement speed +% final [112]
Idolised Saint
Spectre | Y |
---|---|
Area | Ruínas do Santuário Caído, Laboratório Eterno, Coleção Restrita, Coleção Restrita |
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%
Resistência
0 0 0 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
13,510
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.5
Experiência
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 Padrão
Base Damage: 359–538
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um 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
Tempo de Conjuração: 1 seg
Causa 377.1 de Dano de Fogo Base por segundo
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
ground fire art variation [1]
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Santo Idolatrado
Construto
monster base type attack cast speed +% and damage -% final [11]
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%
Resistência
0 0 0 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
13,510
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.5
Experiência
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 Padrão
Base Damage: 359–538
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um 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
Tempo de Conjuração: 1 seg
Causa 377.1 de Dano de Fogo Base por segundo
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
ground fire art variation [1]
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
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.