Irmã Cassia
Humanóide
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 | Conjurador, 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%
Evasão
+33%
Ailment Threshold
1100%
Resistência
37 37 37 0
Damage
143%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
70,767
Armadura
38,291
Evasão
6,303
Escudo de Energia
2,022
Damage
534
Dano Mágico
534
Precisão
290
Attack Time
1.605
Experiência
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
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 3 seg
Causa 1178 a 1768 de Dano 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 Flamejante
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 5 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 1.2 segundos
Causa 294.6 a 294.6 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.1 segundos
O raio Base é de 1 metro
is area damage [1]
spell maximum action distance +% [-50]
Causa 294.6 a 294.6 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.1 segundos
O raio Base é de 1 metro
is area damage [1]
spell maximum action distance +% [-50]
BlightNPCEmptyActionSpellBuildTower
Spell
Tempo de Conjuração: 1 seg
AddBuffToTargetBlightNPCTowerBuff
Buff, Duration, Spell
Tempo de Conjuração: 1.17 seg
Recarga: 8 seg
Duração base é de 8 segundos
Dano aumentado em 50%
Dano aumentado em 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 | monstro (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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
Cassia Topic /10
NPC | Nome |
---|---|
Comandante Kirac | Ela é linda - eu tenho um olho só, mas não sou cego - mas ela é intensa {demais}. Trabalhei com ela uma vez, tangencialmente, quando estava em uma campanha pelos Templários. Não que ela se lembre. Envolvida demais com seu Deus e seu trabalho. Nós, soldados, fizemos o trabalho, e ela deu o crédito ao divino. Queria tirar as malditas músicas dela da minha cabeça. |
A Debandada | Implacável. Nada mais, nada menos. |
Capote do Criófilo | Os aldeões atacaram a praga com gelo, mas ela gerou inúmeras lanças. |
Capote do Termófilo | Os aldeões atacaram a praga com fogo, mas ela se espalhou com chamas dançantes. |
Capote do Ceraunófilo | Os aldeões atacaram a praga com raios, mas ela se dividiu em incontáveis tentáculos. |
Rouba-ar | O último suspiro nem sempre é o ato final de uma pessoa. |
Guarda-esporo | Envolto em sementes, um conduíte de contágio ainda assim, a fonte da septicidade permanece desconhecida. |
Réplica: A Debandada | "Tropa de supressão sete: os chamados 'Fiéis Carrancudos' conseguiram interromper o escape de sua cobaia deflagrando suas flechas entre uma trilha explosiva" |
Irmã Cassia | |
O Extrator Inquieto | E… creio que também sua ajuda, de vez em quando." - Irmã Cassia} |
Irmã Cassia Text Audio /103
Irmã Cassia
Category: Utilitário
Sister Cassia
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.