Carius, o Anormal
DemoníacoÁrea: Mapa: Praça da Cidade
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Carius, the Unnatural
| Spectre | |
|---|---|
| Area | Mapa: Praça da Cidade |
| Tags | Conjurador, 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%
Evasão
+20%
Ailment Threshold
300%
Resistência
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.455 Second
Damage Spread
±20%
Experiência
200%
Model Size
150%
Type
StatueFingerMageMapBoss
Metadata
StatueFingerMageMonsterMapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
71
Vida
620,137
Armadura
54,710
Evasão
6,312
Damage
611
Dano Mágico
912
Precisão
652
Attack Time
0.97485
Experiência
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%
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: 971—1456
Chance de Crítico: 5%
Attack Time: 1.455 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterStatueEarthquakeCascade
Attack, Area, Melee, Damage, Multistrikeable, Duration
Base Damage: 971—1456
Chance de Crítico: 5%
Attack Time: 1.455 seg
Recarga: 5 seg
Causa 61% menos Dano
Duração base é de 1.75 segundos
Duração Base Secundária é de 0.25 segundos
Abalo Secundário causa +20% mais Dano com Acertos e Afecções
Causa 3 rajadas
active skill area of effect radius +% final [-60]
is area damage [1]
EmptyActionSpellStatueMage
Spell
Tempo de Conjuração: 1 seg
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]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
Carius, o Anormal
Demoníacomonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Carius, the Unnatural
| Spectre | |
|---|---|
| Tags | Conjurador, 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%
Evasão
+20%
Ailment Threshold
300%
Resistência
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.455 Second
Damage Spread
±20%
Experiência
200%
Model Size
150%
Type
StatueFingerMageMapBoss
Metadata
StatueFingerMageMonsterMapBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
418,039
Armadura
43,185
Evasão
5,687
Damage
511
Dano Mágico
762
Precisão
580
Attack Time
0.97485
Experiência
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%
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: 811—1216
Chance de Crítico: 5%
Attack Time: 1.455 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterStatueEarthquakeCascade
Attack, Area, Melee, Damage, Multistrikeable, Duration
Base Damage: 811—1216
Chance de Crítico: 5%
Attack Time: 1.455 seg
Recarga: 5 seg
Causa 61% menos Dano
Duração base é de 1.75 segundos
Duração Base Secundária é de 0.25 segundos
Abalo Secundário causa +20% mais Dano com Acertos e Afecções
Causa 3 rajadas
active skill area of effect radius +% final [-60]
is area damage [1]
EmptyActionSpellStatueMage
Spell
Tempo de Conjuração: 1 seg
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]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
Carius, o Anormal
Demoníacomonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Carius, the Unnatural
| Spectre | |
|---|---|
| Tags | construct, demon, elder_map_boss, is_unarmed, medium_movement, mud_blood, non_attacking, not_int, slashing_weapon, small_height, stone_armour |
Vida
300%
Armadura
+50%
Evasão
+20%
Ailment Threshold
300%
Resistência
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.455 Second
Damage Spread
±20%
Experiência
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]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.




















