MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Carius, el Antinatural
Demonio
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Carius, the Unnatural
Spectre
AreaMapa de Plaza de ciudad
TagsLanzador de hechizos, construct, demon, is_unarmed, medium_movement, melee, mud_blood, non_unique_map_boss, not_int, physical_affinity, slashing_weapon, small_height, stone_armour
Vida
300%
Armadura
+50%
Evasión
+20%
Ailment Threshold
300%
Resistencia
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.455 Second
Damage Spread
±20%
Experiencia
200%
Model Size
150%
Type
StatueFingerMageMapBoss
Metadata
StatueFingerMageMonsterMapBoss
Nivel
71
Vida
620,137
Armadura
54,710
Evasión
6,312
Damage
611
Daño de hechizos
912
Precisión
652
Attack Time
0.97485
Experiencia
120,439
Minion Life
131,002
Minion Damage
493
Ailment Threshold
353,478
Chill
1,118
Shock
1,118
Brittle
6,323
Scorch
1,118
Sap
3,088
Phys Convert Ele
255%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 9711456
Probabilidad de golpe crítico: 5%
Attack Time: 1.455 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
MonsterStatueEarthquakeCascade
Attack, Area, Melee, Damage, Multistrikeable, Duration
Base Damage: 9711456
Probabilidad de golpe crítico: 5%
Attack Time: 1.455 seg
Tiempo de recarga: 5 seg
Inflige un 61% menos de daño
La duración base es de 1.75 segundos
La duración secundaria base es de 0.25 segundos
La réplica inflige +20% más de daño con golpes y estados alterados
Provoca 3 estallidos
active skill area of effect radius +% final [-60]
is area damage [1]
EmptyActionSpellStatueMage
Spell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 10 seg

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Transitionable
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/StatueFingerMage/StatueFingerMageMonsterMapBoss"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Carius, the Unnatural",
    life = 3,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "Melee",
        "MonsterStatueEarthquakeCascade",
        "EmptyActionSpellStatueMage",
    },
    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["MonsterStatueEarthquakeCascade"] = {
    name = "MonsterStatueEarthquakeCascade",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Damage] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "upheaval_number_of_spikes",
        "base_secondary_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-35, 1750, 20, 3, 250, -60, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {-61, 1750, 20, 3, 250, -60, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellStatueMage"] = {
    name = "EmptyActionSpellStatueMage",
    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 = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Carius, el Antinatural
    Demonio
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Carius, the Unnatural
    Spectre
    TagsLanzador de hechizos, construct, demon, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, slashing_weapon, small_height, standalone_map_boss, stone_armour
    Vida
    300%
    Armadura
    +50%
    Evasión
    +20%
    Ailment Threshold
    300%
    Resistencia
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.455 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    150%
    Type
    StatueFingerMageMapBoss
    Metadata
    StatueFingerMageMonsterMapBossStandalone
    Nivel
    68
    Vida
    418,039
    Armadura
    43,185
    Evasión
    5,687
    Damage
    511
    Daño de hechizos
    762
    Precisión
    580
    Attack Time
    0.97485
    Experiencia
    112,805
    Minion Life
    90,676
    Minion Damage
    408
    Ailment Threshold
    263,365
    Chill
    833
    Shock
    833
    Brittle
    4,711
    Scorch
    833
    Sap
    2,301
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 8111216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.455 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterStatueEarthquakeCascade
    Attack, Area, Melee, Damage, Multistrikeable, Duration
    Base Damage: 8111216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.455 seg
    Tiempo de recarga: 5 seg
    Inflige un 61% menos de daño
    La duración base es de 1.75 segundos
    La duración secundaria base es de 0.25 segundos
    La réplica inflige +20% más de daño con golpes y estados alterados
    Provoca 3 estallidos
    active skill area of effect radius +% final [-60]
    is area damage [1]
    EmptyActionSpellStatueMage
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 10 seg

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/StatueFingerMage/StatueFingerMageMonsterMapBossStandalone"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Carius, the Unnatural",
        life = 3,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
            "MonsterStatueEarthquakeCascade",
            "EmptyActionSpellStatueMage",
        },
        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["MonsterStatueEarthquakeCascade"] = {
        name = "MonsterStatueEarthquakeCascade",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Damage] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "upheaval_number_of_spikes",
            "base_secondary_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-35, 1750, 20, 3, 250, -60, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {-61, 1750, 20, 3, 250, -60, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellStatueMage"] = {
        name = "EmptyActionSpellStatueMage",
        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 = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Carius, el Antinatural
    Demonio
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Carius, the Unnatural
    Spectre
    Tagsconstruct, demon, elder_map_boss, is_unarmed, medium_movement, mud_blood, non_attacking, not_int, slashing_weapon, small_height, stone_armour
    Vida
    300%
    Armadura
    +50%
    Evasión
    +20%
    Ailment Threshold
    300%
    Resistencia
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.455 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    150%
    Type
    StatueFingerMageMapBoss
    Metadata
    StatueFingerMageMonsterMapBossElder

    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"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/StatueFingerMage/StatueFingerMageMonsterMapBossElder"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Carius, the Unnatural",
        life = 3,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 10,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Edit

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