Bolt Brownfur, Agitador de tierra
Humanoide
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
monster base type attack cast speed +% and damage -% final [33]
Maldice a los enemigos con Vulnerabilidad con cada golpe
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Bolt Brownfur, Earth Churner
SpectreN
AreaMapa de Juzgado
Tagscleaving_weapon, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_height, melee, non_unique_map_boss, not_dex, not_int, physical_affinity, plate_armour, red_blood, slow_movement
Vida
246%
Armaduras
+100%
Ailment Threshold
246%
Resistencia
40 40 40 25
Damage
144%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.305 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
ExileMarauder6MapBoss
Metadata
ExileMarauder6Kitava
Nivel
74
Vida
1,102,958
Armaduras
92,254
Evasión
5,828
Escudo de energía
0
Damage
876
Daño de hechizos
1,308
Precisión
366
Attack Time
0.87435
Experiencia
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 estándar
Base Damage: 1392–2087
Probabilidad de golpe crítico: 5%
Attack Time: 1.305 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
QuakeSlamExileMarauder
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Terremoto
Base Damage: 1392–2087
Probabilidad de golpe crítico: 5%
Attack Time: 1.305 seg
Tiempo de recarga: 5 seg
Golpea el suelo para infligir daño en una área y agrietar la tierra. Esta grieta estallará en forma de una poderosa réplica después de un tiempo. Las grietas creadas antes de que estallara la primera no generarán sus propias réplicas. Requiere un hacha, una maza, un cetro, un báculo o estar desarmado.
La duración base es de 1.2 segundos
La réplica inflige +90% más de daño con golpes y estados alterados
Aplica sangrado
is area damage [1]
ExileLeapSlamKitava
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto con impacto
Base Damage: 1392–2087
Probabilidad de golpe crítico: 5%
Attack Time: 1.305 seg
Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
Inflige un 25% más de daño
El radio base es de 1.5 metros
cast time overrides attack duration [1]
is area damage [1]
ExileSunderKitava
Attack, Area, Multistrikeable, Melee, Slam, Totemable
Fisurar
Base Damage: 1392–2087
Probabilidad de golpe crítico: 5%
Daño de ataque: 60%
Attack Time: 1.305 seg
Golpea el suelo con una maza, un cetro, un hacha o un báculo y crea una ola de tierra quebrada que hace daño a los enemigos en un área frente a ti. Los enemigos golpeados por la ola liberan una onda circular y hacen daño a otros enemigos de su alrededor.
Inflige un 40% menos de daño de ataque
5% más Velocidad de Ataque
Las Ondas Sísmicas infligen 85% menos Daño
active skill area of effect radius +% final [-50]
firestorm base area of effect +% [80]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Exiles/ExileMapBoss"

Stats
{
	set_base_mana_cost_-% = 0
	set_mana_regeneration_rate_per_minute_% = 600
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/ExileMapBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileMarauder6Kitava"] = {
    name = "Bolt Brownfur, Earth Churner",
    life = 2.46,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.44,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "Melee",
        "ExileLeapSlamKitava",
        "QuakeSlamExileMarauder",
        "ExileSunderKitava",
    },
    modList = {
    },
}
-- 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["ExileLeapSlamKitava"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {25, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["QuakeSlamExileMarauder"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "is_area_damage",
        "global_bleed_on_hit",
    },
    levels = {
        [1] = {1200, 90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileSunderKitava"] = {
    name = "Sunder",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shockwave_slam_explosion_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "firestorm_base_area_of_effect_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-85, 5, 80, -50, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (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
    Domainsmonstruo (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
    Maldice a los enemigos con Vulnerabilidad con cada golpe
    IdMonsterCurseOnHitVulnerability
    FamilyMonsterCurseOnHit
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • curse on hit level vulnerability Min: 1 Max: 1 Global
  • Craft Tagscaster curse
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (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
  • Bolt Brownfur, Agitador de tierra
    Humanoide
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    monster base type attack cast speed +% and damage -% final [33]
    Maldice a los enemigos con Vulnerabilidad con cada golpe
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Bolt Brownfur, Earth Churner
    SpectreN
    Tagscleaving_weapon, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_height, melee, not_dex, not_int, physical_affinity, plate_armour, red_blood, slow_movement, standalone_map_boss
    Vida
    246%
    Armaduras
    +100%
    Ailment Threshold
    246%
    Resistencia
    40 40 40 25
    Damage
    144%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    100%
    Type
    ExileMarauder6MapBoss
    Metadata
    ExileMarauder6KitavaStandalone
    Nivel
    68
    Vida
    342,792
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    613
    Daño de hechizos
    914
    Precisión
    290
    Attack Time
    0.87435
    Experiencia
    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 estándar
    Base Damage: 973–1459
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.305 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    QuakeSlamExileMarauder
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    Terremoto
    Base Damage: 973–1459
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.305 seg
    Tiempo de recarga: 5 seg
    Golpea el suelo para infligir daño en una área y agrietar la tierra. Esta grieta estallará en forma de una poderosa réplica después de un tiempo. Las grietas creadas antes de que estallara la primera no generarán sus propias réplicas. Requiere un hacha, una maza, un cetro, un báculo o estar desarmado.
    La duración base es de 1.2 segundos
    La réplica inflige +90% más de daño con golpes y estados alterados
    Aplica sangrado
    is area damage [1]
    ExileLeapSlamKitava
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto con impacto
    Base Damage: 973–1459
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.305 seg
    Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 25% más de daño
    El radio base es de 1.5 metros
    cast time overrides attack duration [1]
    is area damage [1]
    ExileSunderKitava
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Fisurar
    Base Damage: 973–1459
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 60%
    Attack Time: 1.305 seg
    Golpea el suelo con una maza, un cetro, un hacha o un báculo y crea una ola de tierra quebrada que hace daño a los enemigos en un área frente a ti. Los enemigos golpeados por la ola liberan una onda circular y hacen daño a otros enemigos de su alrededor.
    Inflige un 40% menos de daño de ataque
    5% más Velocidad de Ataque
    Las Ondas Sísmicas infligen 85% menos Daño
    active skill area of effect radius +% final [-50]
    firestorm base area of effect +% [80]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/ExileMapBoss"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Stats
    {
    	set_base_mana_cost_-% = 0
    	set_mana_regeneration_rate_per_minute_% = 600
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/ExileMapBoss"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileMarauder6KitavaStandalone"] = {
        name = "Bolt Brownfur, Earth Churner",
        life = 2.46,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "Melee",
            "ExileLeapSlamKitava",
            "QuakeSlamExileMarauder",
            "ExileSunderKitava",
        },
        modList = {
        },
    }
    -- 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["ExileLeapSlamKitava"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {25, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["QuakeSlamExileMarauder"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "is_area_damage",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {1200, 90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileSunderKitava"] = {
        name = "Sunder",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shockwave_slam_explosion_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "firestorm_base_area_of_effect_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-85, 5, 80, -50, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (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
    Domainsmonstruo (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
    Maldice a los enemigos con Vulnerabilidad con cada golpe
    IdMonsterCurseOnHitVulnerability
    FamilyMonsterCurseOnHit
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • curse on hit level vulnerability Min: 1 Max: 1 Global
  • Craft Tagscaster curse
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (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
  • Bolt Brownfur, Agitador de tierra
    Humanoide
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    monster base type attack cast speed +% and damage -% final [33]
    Maldice a los enemigos con Vulnerabilidad con cada golpe
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Bolt Brownfur, Earth Churner
    SpectreN
    Tagscleaving_weapon, elder_map_boss, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_height, non_attacking, not_dex, not_int, plate_armour, red_blood, slow_movement
    Vida
    246%
    Armaduras
    +100%
    Ailment Threshold
    246%
    Resistencia
    40 40 40 25
    Damage
    144%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    100%
    Type
    ExileMarauder6MapBoss
    Metadata
    ExileMarauder6KitavaElder

    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
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileMarauder6KitavaElder"] = {
        name = "Bolt Brownfur, Earth Churner",
        life = 2.46,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
        },
        modList = {
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (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
    Domainsmonstruo (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
    Maldice a los enemigos con Vulnerabilidad con cada golpe
    IdMonsterCurseOnHitVulnerability
    FamilyMonsterCurseOnHit
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • curse on hit level vulnerability Min: 1 Max: 1 Global
  • Craft Tagscaster curse
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (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.