Thena Moga, the Crimson Storm
Humanoid
Area: Courthouse Map
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster base type attack cast speed +% and damage -% final [33]
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
monster base type attack cast speed +% and damage -% final [33]
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Area | Courthouse Map |
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 |
Life
246%
Armour
+20%
Evasion
+80%
Ailment Threshold
246%
Resistance
40 40 40 25
Damage
154%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experience
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.
Level
79
Life
2,835,316
Armour
81,588
Evasion
12,406
Energy Shield
0
Damage
1,255
Spell Damage
1,873
Accuracy
444
Attack Time
0.83415
Experience
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
Default Attack
Base Damage: 1993–2989
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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
Static Strike
Base Damage: 1993–2989
Critical Strike Chance: 5%
Attack Time: 1.245 sec
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.
Base duration is 1 seconds
ExileShieldChargeKitava
Attack, RequiresShield, Melee, Area, Movement, Travel
Shield Charge
Base Damage: 1993–2989
Critical Strike Chance: 5%
Attack Time: 1.245 sec
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.
20% increased Attack Speed
50% increased Stun Threshold reduction on enemies at Maximum charge distance
65% more Damage with Hits at Maximum Charge Distance
50% increased Movement Speed
Gain 15% of your Physical Damage as Extra Fire Damage
ignores proximity shield [1]
shield charge extra distance [10]
50% increased Stun Threshold reduction on enemies at Maximum charge distance
65% more Damage with Hits at Maximum Charge Distance
50% increased Movement Speed
Gain 15% of your Physical Damage as Extra Fire Damage
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 = { }, }, }, }
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
Id | MonsterAttackBlock40Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (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 | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Thena Moga, the Crimson Storm
Humanoid
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster base type attack cast speed +% and damage -% final [33]
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
monster base type attack cast speed +% and damage -% final [33]
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
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 |
Life
246%
Armour
+20%
Evasion
+80%
Ailment Threshold
246%
Resistance
40 40 40 25
Damage
154%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experience
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.
Level
68
Life
342,792
Armour
34,548
Evasion
8,530
Energy Shield
0
Damage
655
Spell Damage
978
Accuracy
290
Attack Time
0.83415
Experience
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
Default Attack
Base Damage: 1041–1561
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
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
Static Strike
Base Damage: 1041–1561
Critical Strike Chance: 5%
Attack Time: 1.245 sec
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.
Base duration is 1 seconds
ExileShieldChargeKitava
Attack, RequiresShield, Melee, Area, Movement, Travel
Shield Charge
Base Damage: 1041–1561
Critical Strike Chance: 5%
Attack Time: 1.245 sec
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.
20% increased Attack Speed
50% increased Stun Threshold reduction on enemies at Maximum charge distance
65% more Damage with Hits at Maximum Charge Distance
50% increased Movement Speed
Gain 15% of your Physical Damage as Extra Fire Damage
ignores proximity shield [1]
shield charge extra distance [10]
50% increased Stun Threshold reduction on enemies at Maximum charge distance
65% more Damage with Hits at Maximum Charge Distance
50% increased Movement Speed
Gain 15% of your Physical Damage as Extra Fire Damage
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 = { }, }, }, }
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
Id | MonsterAttackBlock40Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (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 | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Thena Moga, the Crimson Storm
Humanoid
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster base type attack cast speed +% and damage -% final [33]
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
monster base type attack cast speed +% and damage -% final [33]
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
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 |
Life
246%
Armour
+20%
Evasion
+80%
Ailment Threshold
246%
Resistance
40 40 40 25
Damage
154%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experience
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 = { }, }
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |
40% Chance to Block Attack Damage
You take 20% of Damage from Blocked Hits
Id | MonsterAttackBlock40Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (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 | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |