Sister Cassia
Category: Utility
Sister Cassia
Humanoid
monster base type attack cast speed +% and damage -% final [33]
master damage +% final vs unique monsters [-90]
master damage +% final vs unique monsters [-90]
Spectre | N |
---|---|
Tags | caster, fast_movement, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, physical_affinity, red_blood, slashing_weapon |
Life
1100%
Energy Shield From Life
33%
Armour
+33%
Evasion
+33%
Ailment Threshold
1100%
Resistance
37 37 37 0
Damage
143%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.605 Second
Damage Spread
±20%
Experience
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.
Level
68
Life
70,767
Armour
38,291
Evasion
6,303
Energy Shield
2,022
Damage
534
Spell Damage
534
Accuracy
290
Attack Time
1.605
Experience
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
Critical Strike Chance: 5%
Cast Time: 1 sec
Cooldown Time: 3 sec
Deals 1178 to 1768 Physical Damage
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
Firestorm
Critical Strike Chance: 5%
Cast Time: 1 sec
Cooldown Time: 5 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Base duration is 1.2 seconds
Deals 294.6 to 294.6 Fire Damage
25% chance to Ignite enemies
One impact every 0.1 seconds
Base radius is 1 metre
is area damage [1]
spell maximum action distance +% [-50]
Deals 294.6 to 294.6 Fire Damage
25% chance to Ignite enemies
One impact every 0.1 seconds
Base radius is 1 metre
is area damage [1]
spell maximum action distance +% [-50]
BlightNPCEmptyActionSpellBuildTower
Spell
Cast Time: 1 sec
AddBuffToTargetBlightNPCTowerBuff
Buff, Duration, Spell
Cast Time: 1.17 sec
Cooldown Time: 8 sec
Base duration is 8 seconds
50% increased Damage
50% increased Damage
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 | Monster (3) |
GenerationType | Unique (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 | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
Cassia Topic /9
NPC | Name |
---|---|
Commander Kirac | She's beautiful - I'm one-eyed, not blind - but she's {far} too intense. I worked with her once before, tangentially, when on the campaign for the Templars. Not that she'd remember. Too wrapped up in her God and her work. We soldiers did the dying, and she gave the credit to the divine. Wish I could get her damn songs out of my head. |
The Stampede | Relentlessness. Nothing more, nothing less. |
Cowl of the Cryophile | The villagers seared the blight with cold, but it only bloomed countless spears. |
Cowl of the Thermophile | The villagers seared the blight with fire, but it only spread like dancing flames. |
Cowl of the Ceraunophile | The villagers seared the blight with lightning, but it only forked into countless tendrils. |
Breathstealer | The last gasp is not always one's final act. |
Sporeguard | Shrouded in seed, a conduit of contagion, yet the source of septicity remains unknown. |
Replica Stampede | "Suppression troop seven, the 'Glowering Faithful,' managed to fell the escaping test subject by timing their arrows between his explosive dashes." |
The Tireless Extractor | - Sister Cassia} |