Mystic Fetish
| Spectre | |
|---|---|
| Area | Crux of Nothingness |
| Tags | construct, immobile, large_model, not_dex, not_str |
Life
50%
Energy Shield From Life
33%
Resistance
Damage
100%
Accuracy
100%
Critical Hits Chance
5%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
VoodooKingRitualPillar
Metadata
VoodooKingBoss2RitualPillar
50
30%
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
80
Life
15,533
Armour
4,803
Evasion Rating
905
Energy Shield
5,126
Damage
334
Spell Damage
334
Accuracy
3,928
Attack Time
1.5
Experience
100,000
Minion Life
5,042
Minion Energy Shield
1,664
Minion Damage
1,776
Minion Armour
4,803
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).
GTVoodooKing2RatSwarm
Spell, Triggerable, AttackInPlace
Cast Time: 1 sec
action attack or cast time uses animation length [1]
GTVoodooKing2CorruptedBloodDegen
Spell, Triggerable, AttackInPlace
Cast Time: 1 sec
action attack or cast time uses animation length [1]
GTVoodooKing2SummonFrogSwamps
Spell, Triggerable, AttackInPlace
Cast Time: 1 sec
action attack or cast time uses animation length [1]
CGEVoodooKing2CorrptedBloodDegen
Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
Cast Time: 1 sec
Deals 756.4 Physical damage per second
active skill area of effect radius +% final [0]
base skill effect duration [15000]
ground blood art variation [1003]
monster penalty against minions damage +% final vs player minions [40]
CGEVoodooKing2SummonFrogSwamp
Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
Cast Time: 1 sec
60% reduced Movement Speed
active skill area of effect radius +% final [-50]
base skill effect duration [4000]
ground tar art variation [7]
Object Type
version 2
extends "Metadata/Monsters/Monster"
StateMachine
{
define_shared_state = "active;"
}
Life
{
corpse_usable = false
}
Stats
{
cannot_be_knocked_back = 1
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/VoodooKing/VoodooKingBoss2RitualPillar"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Mystic Fetish",
life = 0.5,
energyShield = 0.33,
damage = 1,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"CGEVoodooKing2CorrptedBloodDegen",
"CGEVoodooKing2SummonFrogSwamp",
"GTVoodooKing2RatSwarm",
"GTVoodooKing2CorruptedBloodDegen",
"GTVoodooKing2SummonFrogSwamps",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["CGEVoodooKing2CorrptedBloodDegen"] = {
name = "CGEVoodooKing2CorrptedBloodDegen",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Duration] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_to_deal_per_minute",
"base_skill_effect_duration",
"active_skill_area_of_effect_radius_+%_final",
"ground_blood_art_variation",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
},
levels = {
[1] = {1, 15000, 0, 1003, 40, levelRequirement = 1, statInterpolation = {3, 1, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CGEVoodooKing2SummonFrogSwamp"] = {
name = "CGEVoodooKing2SummonFrogSwamp",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Duration] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_radius_+%_final",
"base_skill_effect_duration",
"ground_tar_art_variation",
"base_movement_velocity_+%",
},
levels = {
[1] = {-50, 4000, 7, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTVoodooKing2RatSwarm"] = {
name = "GTVoodooKing2RatSwarm",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTVoodooKing2CorruptedBloodDegen"] = {
name = "GTVoodooKing2CorruptedBloodDegen",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTVoodooKing2SummonFrogSwamps"] = {
name = "GTVoodooKing2SummonFrogSwamps",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster no drops or experience [1]
| Family | MonsterNoDropsOrExperience |
|---|---|
| Domains | Monster (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.













Construct