Thena Moga, Tempestade Carmesim
Humanóide
Área: Mapa: Corte
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
monster base type attack cast speed +% and damage -% final [33]
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
monster base type attack cast speed +% and damage -% final [33]
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Thena Moga, the Crimson Storm
Spectre | N |
---|---|
Area | Mapa: Corte |
Tags | fire_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, medium_movement, medium_small_height, melee, non_unique_map_boss, not_int, physical_affinity, puncturing_weapon, red_blood |
Vida
246%
Armadura
+20%
Evasão
+80%
Ailment Threshold
246%
Resistência
40 40 40 25
Damage
154%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
ExileRanger2MapBoss
Metadata
ExileRanger2Kitava
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
79
Vida
2,835,316
Armadura
81,588
Evasão
12,406
Escudo de Energia
0
Damage
1,255
Dano Mágico
1,873
Precisão
444
Attack Time
0.83415
Experiência
138,039
Ailment Threshold
1,360,952
Chill
4,303
Shock
4,303
Brittle
24,346
Scorch
4,303
Sap
11,889
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: 1993–2989
Chance de Crítico: 5%
Attack Time: 1.245 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]
ExileStaticStrikeKitava
Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
Golpe Estático
Base Damage: 1993–2989
Chance de Crítico: 5%
Attack Time: 1.245 seg
Ataca seus inimigos com uma arma corpo a corpo, acumulando energia estática em você. Esta energia causa dano a inimigos ao seu redor quando expira, causando dano que não pode ser evadido ou esquivado.
Duração base é de 1 segundos
ExileShieldChargeKitava
Attack, RequiresShield, Melee, Area, Movement, Travel
Investida com Escudo
Base Damage: 1993–2989
Chance de Crítico: 5%
Attack Time: 1.245 seg
Faz uma investida em direção a um local ou inimigo, empurrando inimigos no caminho e causando dano repetidamente em uma pequena área na sua frente. Quanto mais você viajar, mais dano causará e maiores serão as chances de atordoar os inimigos.
Velocidade de Ataque aumentada em 20%
Redução do Ponto de Atordoamento aumentada em 50% em inimigos na distância Máxima da investida
65% mais Dano com Acertos na Distância Máxima da Investida
Velocidade de Movimento aumentada em 50%
Receba 15% de seu Dano Físico como Dano de Fogo Extra
ignores proximity shield [1]
shield charge extra distance [10]
Redução do Ponto de Atordoamento aumentada em 50% em inimigos na distância Máxima da investida
65% mais Dano com Acertos na Distância Máxima da Investida
Velocidade de Movimento aumentada em 50%
Receba 15% de seu Dano Físico como Dano de Fogo Extra
ignores proximity shield [1]
shield charge extra distance [10]
Object Type
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss" Stats { } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileRanger2Kitava"] = { name = "Thena Moga, the Crimson Storm", life = 2.46, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.54, damageSpread = 0.2, attackTime = 1.245, attackRange = 10, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", weaponType2 = "Shield", skillList = { "ExileShieldChargeKitava", "Melee", "ExileStaticStrikeKitava", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ExileShieldChargeKitava"] = { name = "Shield Charge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies.", skillTypes = { [SkillType.Attack] = true, [SkillType.RequiresShield] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "attack_speed_+%", "physical_damage_%_to_add_as_fire", "shield_charge_extra_distance", "ignores_proximity_shield", }, levels = { [1] = {50, 50, 65, 20, 15, 10, 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["ExileStaticStrikeKitava"] = { name = "Static Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Lightning] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {1000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
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 |
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock40Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Thena Moga, Tempestade Carmesim
Humanóide
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
monster base type attack cast speed +% and damage -% final [33]
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
monster base type attack cast speed +% and damage -% final [33]
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Thena Moga, the Crimson Storm
Spectre | N |
---|---|
Tags | fire_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, medium_movement, medium_small_height, melee, not_int, physical_affinity, puncturing_weapon, red_blood, standalone_map_boss |
Vida
246%
Armadura
+20%
Evasão
+80%
Ailment Threshold
246%
Resistência
40 40 40 25
Damage
154%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
ExileRanger2MapBoss
Metadata
ExileRanger2KitavaStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
342,792
Armadura
34,548
Evasão
8,530
Escudo de Energia
0
Damage
655
Dano Mágico
978
Precisão
290
Attack Time
0.83415
Experiência
112,805
Ailment Threshold
215,959
Chill
683
Shock
683
Brittle
3,863
Scorch
683
Sap
1,887
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: 1041–1561
Chance de Crítico: 5%
Attack Time: 1.245 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]
ExileStaticStrikeKitava
Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
Golpe Estático
Base Damage: 1041–1561
Chance de Crítico: 5%
Attack Time: 1.245 seg
Ataca seus inimigos com uma arma corpo a corpo, acumulando energia estática em você. Esta energia causa dano a inimigos ao seu redor quando expira, causando dano que não pode ser evadido ou esquivado.
Duração base é de 1 segundos
ExileShieldChargeKitava
Attack, RequiresShield, Melee, Area, Movement, Travel
Investida com Escudo
Base Damage: 1041–1561
Chance de Crítico: 5%
Attack Time: 1.245 seg
Faz uma investida em direção a um local ou inimigo, empurrando inimigos no caminho e causando dano repetidamente em uma pequena área na sua frente. Quanto mais você viajar, mais dano causará e maiores serão as chances de atordoar os inimigos.
Velocidade de Ataque aumentada em 20%
Redução do Ponto de Atordoamento aumentada em 50% em inimigos na distância Máxima da investida
65% mais Dano com Acertos na Distância Máxima da Investida
Velocidade de Movimento aumentada em 50%
Receba 15% de seu Dano Físico como Dano de Fogo Extra
ignores proximity shield [1]
shield charge extra distance [10]
Redução do Ponto de Atordoamento aumentada em 50% em inimigos na distância Máxima da investida
65% mais Dano com Acertos na Distância Máxima da Investida
Velocidade de Movimento aumentada em 50%
Receba 15% de seu Dano Físico como Dano de Fogo Extra
ignores proximity shield [1]
shield charge extra distance [10]
Object Type
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss" extends "Metadata/Monsters/StandaloneMapBoss"
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/ExileMapBoss" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileRanger2KitavaStandalone"] = { name = "Thena Moga, the Crimson Storm", life = 2.46, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.54, damageSpread = 0.2, attackTime = 1.245, attackRange = 10, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", weaponType2 = "Shield", skillList = { "ExileShieldChargeKitava", "Melee", "ExileStaticStrikeKitava", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ExileShieldChargeKitava"] = { name = "Shield Charge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies.", skillTypes = { [SkillType.Attack] = true, [SkillType.RequiresShield] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "attack_speed_+%", "physical_damage_%_to_add_as_fire", "shield_charge_extra_distance", "ignores_proximity_shield", }, levels = { [1] = {50, 50, 65, 20, 15, 10, 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["ExileStaticStrikeKitava"] = { name = "Static Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Lightning] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {1000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
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 |
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock40Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Thena Moga, Tempestade Carmesim
Humanóide
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
monster base type attack cast speed +% and damage -% final [33]
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
monster base type attack cast speed +% and damage -% final [33]
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Thena Moga, the Crimson Storm
Spectre | N |
---|---|
Tags | elder_map_boss, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, medium_movement, medium_small_height, non_attacking, not_int, puncturing_weapon, red_blood |
Vida
246%
Armadura
+20%
Evasão
+80%
Ailment Threshold
246%
Resistência
40 40 40 25
Damage
154%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
ExileRanger2MapBoss
Metadata
ExileRanger2KitavaElder
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_immune_vaal_lighting_warp = 1 } Transitionable { } Preload { preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb" preload_object = "Metadata/MiscellaneousObjects/ElderPortal" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );" create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileRanger2KitavaElder"] = { name = "Thena Moga, the Crimson Storm", life = 2.46, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.54, damageSpread = 0.2, attackTime = 1.245, attackRange = 10, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", weaponType2 = "Shield", skillList = { }, modList = { }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
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 |
40% de Chance de Bloquear o Dano de Ataques
Você sofre 20% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock40Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |