Rampant du Puits
DémonZone : Profondeurs abyssales
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
emerge speed +% [0,20]
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
emerge speed +% [0,20]
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Well Creeper
| Spectre | |
|---|---|
| Area | Profondeurs abyssales, Profondeurs abyssales, Profondeurs abyssales, Profondeurs abyssales |
| Tags | abyss_commander_monster, abyssal, Lanceur de sorts, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, melee, not_int, not_str, physical_affinity, ranged, red_blood, small_height, undying, very_fast_movement |
Vie
299%
Évasion
+30%
Ailment Threshold
299%
Résistance
Damage
140%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Expérience
175%
Model Size
161%
Type
AbyssCityStalker
Metadata
UndyingAbyss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
78
Vie
54,532
Armure
62,934
Score d'Évasion
8,667
Damage
945
Dégâts des sorts
945
Précision
856
Attack Time
1.245
Expérience
21,660
Minion Life
10,846
Minion Damage
783
Ailment Threshold
54,532
Chill
172
Shock
172
Brittle
976
Scorch
172
Sap
476
Phys Convert Ele
290%
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 756—1134
Chances de coup critique: 5%
Attack Time: 1.245 sec.
Frappez vos ennemis d'un coup puissant.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
UndyingMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
base is projectile [1]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
spell maximum base physical damage [295.6]
spell minimum base physical damage [197.1]
triggered skill use animation event [1]
UndyingMortarFan
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Temps de recharge: 6 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile uses contact direction [1]
spell maximum base physical damage [110.9]
spell minimum base physical damage [73.91]
AbyssUndyingSpellNova
Spell, Damage, Area, Duration, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
active skill area of effect radius +% final [-50]
is area damage [1]
spell maximum base physical damage [693.5]
spell minimum base physical damage [462.3]
AbyssLichBossPhysicalBeacon
Spell, Damage, Area, Duration, Trappable, Mineable, Totemable, Triggerable, Multicastable, AreaSpell
Temps d'incantation: 1.5 sec.
La Durée de base est de 2 secondes
active skill area of effect radius +% final [-40]
beacon placement radius [28]
firestorm avoid unwalkable terrain [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-60]
number of beacons [1]
spell maximum base physical damage [1020]
spell minimum base physical damage [680.2]
Object Type
version 2
extends "Metadata/Monsters/CityStalkers/CityStalker"
extends "Metadata/Monsters/Skeletons/AbyssCorpseSink"
Actor
{
basic_action = "Emerge"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/UndyingAbyss"] = {
fireResist = 30,
coldResist = 30,
lightningResist = 30,
chaosResist = 20,
name = "Well Creeper",
life = 2.99,
damage = 1.4,
damageSpread = 0.2,
attackTime = 1.245,
attackRange = 8,
accuracy = 1,
skillList = {
"AbyssUndyingSpellNova",
"MeleeAtAnimationSpeed",
"AbyssLichBossPhysicalBeacon",
"UndyingMortar",
"UndyingMortarFan",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AbyssUndyingSpellNova"] = {
name = "AbyssUndyingSpellNova",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -50, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AbyssLichBossPhysicalBeacon"] = {
name = "AbyssLichBossPhysicalBeacon",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.Triggerable] = true,
[SkillType.Multicastable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"base_skill_effect_duration",
"number_of_beacons",
"beacon_placement_radius",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"firestorm_avoid_unwalkable_terrain",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 2500, 1, 28, -60, -40, levelRequirement = 1, statInterpolation = {3, 3, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 2200, 1, 28, -60, -40, levelRequirement = 42, statInterpolation = {3, 3, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 2000, 1, 28, -60, -40, levelRequirement = 68, statInterpolation = {3, 3, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["UndyingMortar"] = {
name = "UndyingMortar",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"projectile_spread_radius",
"is_area_damage",
"base_is_projectile",
"triggered_skill_use_animation_event",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["UndyingMortarFan"] = {
name = "UndyingMortarFan",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"number_of_projectiles_override",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_direction",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
| Family | SpiritCharge |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
emerge speed +% [0,20]
| Family | VariableEmergeSpeed |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
cannot be used as minion [1]
| Family | CannotBeUsedAsMinion |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
| Family | BeyondPortalChance |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Life.corpse_sink_delay_ms | 4000 |
| Life.corpse_sink_time_ms | 20000 |
| Actor.basic_action | Emerge |
Rampant du Puits
DémonZone : Ziggourat, Carte
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
emerge speed +% [0,20]
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
emerge speed +% [0,20]
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Well Creeper
| Spectre | |
|---|---|
| Area | Ziggourat, Carte |
| Tags | abyss_commander_monster, abyssal, Lanceur de sorts, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, melee, not_int, not_str, physical_affinity, ranged, red_blood, small_height, undying, very_fast_movement |
| Packs |
Vie
299%
Évasion
+30%
Ailment Threshold
299%
Résistance
Damage
140%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 8
Attack Time
1.245 Second
Damage Spread
±20%
Expérience
175%
Model Size
161%
Type
AbyssCityStalker
Metadata
UndyingAbyssStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
84
Vie
105,532
Armure
99,834
Score d'Évasion
10,556
Damage
1,334
Dégâts des sorts
1,334
Précision
1,076
Attack Time
1.245
Expérience
23,188
Minion Life
19,945
Minion Damage
1,132
Ailment Threshold
105,532
Chill
334
Shock
334
Brittle
1,888
Scorch
334
Sap
922
Phys Convert Ele
300%
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 1068—1601
Chances de coup critique: 5%
Attack Time: 1.245 sec.
Frappez vos ennemis d'un coup puissant.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
UndyingMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
base is projectile [1]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
spell maximum base physical damage [377.1]
spell minimum base physical damage [251.4]
triggered skill use animation event [1]
UndyingMortarFan
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Temps de recharge: 6 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile uses contact direction [1]
spell maximum base physical damage [141.4]
spell minimum base physical damage [94.28]
AbyssUndyingSpellNova
Spell, Damage, Area, Duration, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
active skill area of effect radius +% final [-50]
is area damage [1]
spell maximum base physical damage [900.2]
spell minimum base physical damage [600.1]
AbyssLichBossPhysicalBeacon
Spell, Damage, Area, Duration, Trappable, Mineable, Totemable, Triggerable, Multicastable, AreaSpell
Temps d'incantation: 1.5 sec.
La Durée de base est de 2 secondes
active skill area of effect radius +% final [-40]
beacon placement radius [28]
firestorm avoid unwalkable terrain [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-60]
number of beacons [1]
spell maximum base physical damage [1338]
spell minimum base physical damage [891.7]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/UndyingAbyssStandalone"] = {
fireResist = 30,
coldResist = 30,
lightningResist = 30,
chaosResist = 20,
name = "Well Creeper",
life = 2.99,
damage = 1.4,
damageSpread = 0.2,
attackTime = 1.245,
attackRange = 8,
accuracy = 1,
skillList = {
"AbyssUndyingSpellNova",
"MeleeAtAnimationSpeed",
"AbyssLichBossPhysicalBeacon",
"UndyingMortar",
"UndyingMortarFan",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["AbyssUndyingSpellNova"] = {
name = "AbyssUndyingSpellNova",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -50, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AbyssLichBossPhysicalBeacon"] = {
name = "AbyssLichBossPhysicalBeacon",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.Triggerable] = true,
[SkillType.Multicastable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"base_skill_effect_duration",
"number_of_beacons",
"beacon_placement_radius",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"firestorm_avoid_unwalkable_terrain",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 2500, 1, 28, -60, -40, levelRequirement = 1, statInterpolation = {3, 3, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 2200, 1, 28, -60, -40, levelRequirement = 42, statInterpolation = {3, 3, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 2000, 1, 28, -60, -40, levelRequirement = 68, statInterpolation = {3, 3, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["UndyingMortar"] = {
name = "UndyingMortar",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"projectile_spread_radius",
"is_area_damage",
"base_is_projectile",
"triggered_skill_use_animation_event",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["UndyingMortarFan"] = {
name = "UndyingMortarFan",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"number_of_projectiles_override",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_direction",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
| Family | SpiritCharge |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
emerge speed +% [0,20]
| Family | VariableEmergeSpeed |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
cannot be used as minion [1]
| Family | CannotBeUsedAsMinion |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
| Family | BeyondPortalChance |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (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.




















