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]
Thena Moga, the Crimson Storm
SpectreN
AreaMapa: Corte
Tagsfire_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
Nível
74
Vida
1,102,958
Armadura
55,352
Evasão
10,490
Escudo de Energia
0
Damage
937
Dano Mágico
1,399
Precisão
366
Attack Time
0.83415
Experiência
127,611
Ailment Threshold
584,568
Chill
1,848
Shock
1,848
Brittle
10,457
Scorch
1,848
Sap
5,107
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1488–2232
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]
ExileStaticStrikeKitava
Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
Golpe Estático
Base Damage: 1488–2232
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: 1488–2232
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. Não pode ser suportado por Ataques Múltiplos.
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]

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. Cannot be supported by Multistrike.",
    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%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    40% de Chance de Bloquear o Dano de Ataques
    Você sofre 20% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock40Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 40 Max: 40 Global
  • base block % damage taken Min: 20 Max: 20 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 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]
    Thena Moga, the Crimson Storm
    SpectreN
    Tagsfire_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
    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
    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]
    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. Não pode ser suportado por Ataques Múltiplos.
    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]

    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. Cannot be supported by Multistrike.",
        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%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    40% de Chance de Bloquear o Dano de Ataques
    Você sofre 20% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock40Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 40 Max: 40 Global
  • base block % damage taken Min: 20 Max: 20 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 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]
    Thena Moga, the Crimson Storm
    SpectreN
    Tagselder_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%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    40% de Chance de Bloquear o Dano de Ataques
    Você sofre 20% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock40Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 40 Max: 40 Global
  • base block % damage taken Min: 20 Max: 20 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.