Hermana Cassia
Humanoide
monster base type attack cast speed +% and damage -% final [33]
master damage +% final vs unique monsters [-90]
master damage +% final vs unique monsters [-90]
Sister Cassia
Spectre | N |
---|---|
Tags | Lanzador de hechizos, fast_movement, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, physical_affinity, red_blood, slashing_weapon |
Vida
1100%
Energy Shield From Life
33%
Armadura
+33%
Evasión
+33%
Ailment Threshold
1100%
Resistencia
37
37
37
0
Damage
143%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.605 Second
Damage Spread
±20%
Experiencia
220%
Model Size
100%
Type
BlightBuilder
Metadata
BlightBuilderWild
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
70,767
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
534
Daño de hechizos
534
Precisión
0
Attack Time
1.605
Experiencia
22,561
Ailment Threshold
70,767
Chill
224
Shock
224
Brittle
1,266
Scorch
224
Sap
618
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).
BlightNPCProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 3 seg
Inflige de 1178 a 1768 de daño físico
base is projectile [1]
monster projectile variation [120]
projectile uses contact position [1]
base is projectile [1]
monster projectile variation [120]
projectile uses contact position [1]
BlightNPCFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta de fuego
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 5 seg
Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
La duración base es de 1.2 segundos
Inflige de 294.6 a 294.6 de daño de fuego
25% de probabilidad de quemar a los enemigos
Un impacto cada 0.1 segundos
El radio base es de 1 metro
is area damage [1]
spell maximum action distance +% [-50]
Inflige de 294.6 a 294.6 de daño de fuego
25% de probabilidad de quemar a los enemigos
Un impacto cada 0.1 segundos
El radio base es de 1 metro
is area damage [1]
spell maximum action distance +% [-50]
BlightNPCEmptyActionSpellBuildTower
Spell
Tiempo de lanzamiento: 1 seg
AddBuffToTargetBlightNPCTowerBuff
Buff, Duration, Spell
Tiempo de lanzamiento: 1.17 seg
Tiempo de recarga: 8 seg
La duración base es de 8 segundos
Daño aumentado un 50%
Daño aumentado un 50%
Object Type
version 2 extends "Metadata/Monsters/Masters/MasterBase" Animated { animated_object = "Metadata/NPC/League/Blight/BlightBuilderWild.ao" } Stats { life_regeneration_rate_per_minute_% = 30 projectile_uses_contact_position = 1 untargetable_by_monster_ai = 1 set_phase_through_objects = 1 set_suppress_phasing_visual = 1 set_eligible_to_grant_kill_bonuses = 1 } StateMachine { define_shared_state = " intro; build; " } Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Masters/MasterBase" BaseEvents { on_construction_complete = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Blight/npc/nun_light.ao,);" } Render { has_light = false } Animated { on_end_idle_pre_fight_01_to_idle_01 = " FaceNearestPlayer(); " on_idle_pre_fight_01_to_idle_01 = " FadeOutDialogue(200); PlayTextAudio( CassiaSingInterrupt1 , Metadata/Monsters/Masters/BlightBuilderWild, 50); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Blight/npc/teleport.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Blight/npc/tower_buff.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Blight/npc/buff_tower_beam.ao" preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Blight/npc/tower_buff_01.epk" } StateMachine { create_state_intro_0 = "FadeOutDialogue(200); PlayTextAudio( CassiaSingFar1 , Metadata/Monsters/Masters/BlightBuilderWild, 50);" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Masters/BlightBuilderWild"] = { name = "Sister Cassia", life = 11, energyShield = 0.33, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 1.43, damageSpread = 0.2, attackTime = 1.605, attackRange = 10, accuracy = 1, skillList = { "BlightNPCProjectile", "BlightNPCFirestorm", "BlightNPCEmptyActionSpellBuildTower", "AddBuffToTargetBlightNPCTowerBuff", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BlightNPCProjectile"] = { name = "BlightNPCProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 120, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightNPCFirestorm"] = { name = "Firestorm", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "base_chance_to_ignite_%", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.20000000298023, 0.20000000298023, 1200, 100, 25, -50, 10, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightNPCEmptyActionSpellBuildTower"] = { name = "BlightNPCEmptyActionSpellBuildTower", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AddBuffToTargetBlightNPCTowerBuff"] = { name = "AddBuffToTargetBlightNPCTowerBuff", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.17, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "damage_+%", "base_skill_effect_duration", }, levels = { [1] = {50, 8000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
master damage +% final vs unique monsters [-90]
Id | MasterDamageFinalVsUniqueMonsters |
---|---|
Family | MasterDamageFinalVsUniqueMonsters |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
Cassia Topic /9
NPC | Nombre |
---|---|
Comandante Kirac | Es hermosa, no soy ciego, solo me falta un ojo, pero es {demasiado} intensa. Trabajé con ella antes, indirectamente, en una campaña para los Templarios. Dudo que lo recuerde. Estaba demasiado absorta en Dios y su trabajo. Nosotros, los soldados, matábamos, y ella le daba el crédito a la divinidad. Ojalá pudiera borrar sus malditas canciones de mi cabeza. |
La estampida | Implacabilidad. Nada más ni nada menos. |
Capucha del criófilo | Los aldeanos escarcharon la plaga con hielo, pero solo consiguieron que engendrara cientos de espadas. |
Capucha del termófilo | Los aldeanos prendieron fuego a la plaga, pero solo consiguieron que se propagara como una danza de llamas. |
Capucha del ceraunófilo | Los aldeanos lanzaron rayos a la plaga, pero solo consiguieron que se dividiera en cientos de zarcillos. |
Roba alientos | El último aliento no es siempre tu acto final. |
Guardián de esporas | Oculta en semillas, canaliza el contagio, pero la fuente de su septicemia sigue siendo un misterio. |
La estampida (réplica) | "La tropa de represión siete, los "Fieles amenazantes", consiguió abatir al sujeto de pruebas que se había fugado sincronizando sus flechas entre sus fintas explosivas." |
El extractor incansable | - Hermana Cassia} |
Hermana Cassia Text Audio /103
Hermana Cassia
Category: Utilidad
Sister Cassia
Hermana Cassia Cassia /2
Nombre | Mostrar descripciones completas |
---|---|
Path of Exile | 1 |
Early Access | 0 |
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.