Seguidor de Zarokh
Cadáver
Categoría de monstruo:
Humanoide
HumanoideImpacto sísmico
Usa nova de Impacto sísmico
Haz clic derecho en este objeto para crear este cadáver.
Adherent of Zarokh
Seguidor de Zarokh FaridunAstralAcolyteMid /8
| Nombre | Mostrar descripciones completas |
|---|---|
| DropLevel | 68 |
| BaseType | Adherent of Zarokh |
| BaseType | Seguidor de Zarokh |
| Class | Cadáveres |
| Flags | AlwaysAllocate |
| Type | Metadata/Items/ItemisedCorpses/FaridunAstralAcolyteMid |
| Icon | Art/2DItems/Currency/Azmeri/FaridunAstralAcolyte |
| Reference | Community Wiki |
| key | val |
|---|---|
| Base.base_level | 1 |
| Base.tag | default |
| Base.description_text | ItemDescriptionItemisedCorpse |
| client.RenderItem | |
| Usable.use_type | Usable |
| Usable.action | spawn_itemised_corpse |
Seguidor de Zarokh
Humanoideis zarokh monster [1]
Adherent of Zarokh
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/FaridunLeague/FaridunAstralAcolyteSpectre |
| Tags | human, humanoid, medium_movement, melee, not_dex, red_blood |
| Packs |
Vida
160%
Energy Shield From Life
30%
Armadura
+20%
Ailment Threshold
160%
Resistencia
Damage
208%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
2.25 Second
Damage Spread
±20%
Experiencia
160%
Model Size
100%
Type
FaridunAstralAcolyte
Metadata
FaridunAstralAcolyte
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,293
Armadura
34,548
Evasión
4,739
Escudo de energía
2,941
Damage
777
Daño de hechizos
777
Precisión
580
Attack Time
2.25
Experiencia
16,408
Minion Life
2,233
Minion Energy Shield
638
Minion Damage
620
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Derriba a tus enemigos con un golpe poderoso.
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]
GAFaridunAcolyteCentralImpact
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 80%
Daño de ataque: 80%
Attack Time: 2.25 seg
% de probabilidad de Maldecir Enemigos con Cadenas Temporales con cada Golpe
Inflige un 20% menos de daño de ataque
40% menos Área de Efecto
is area damage [1]
GAFaridunAcolyteDonutImpact
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 140%
Daño de ataque: 140%
Attack Time: 2.25 seg
Inflige un 40% más de daño de ataque
40% menos Área de Efecto
is area damage [1]
DTTFaridunAcolyteSlam
Spell, Movement
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 12 seg
action attack or cast time uses animation length [1]
leap slam minimum distance [40]
spell maximum action distance +% [-50]
walk emerge extra distance [-5]
EAAFaridunAcolyteGroundSlam
Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Tiempo de recarga: 6 seg
action attack or cast time uses animation length [1]
attack maximum action distance + [25]
GAFaridunAcolyteAstralCascade
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 120%
Daño de ataque: 120%
Attack Time: 2.25 seg
Tiempo de recarga: 4 seg
Inflige un 20% más de daño de ataque
is area damage [1]
GAFaridunAstralAcolyteTriggeredMelee
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
is area damage [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua
minions["Metadata/Monsters/FaridunLeague/FaridunAstralAcolyte"] = {
fireResist = 37,
coldResist = 37,
lightningResist = 37,
chaosResist = 0,
name = "Adherent of Zarokh",
life = 1.6,
energyShield = 0.3,
damage = 2.08,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 12,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
"MeleeAtAnimationSpeed",
"GAFaridunAcolyteCentralImpact",
"GAFaridunAcolyteDonutImpact",
"GAFaridunAcolyteAstralCascade",
"GAFaridunAstralAcolyteTriggeredMelee",
"EAAFaridunAcolyteGroundSlam",
"DTTFaridunAcolyteSlam",
},
modList = {
},
}
-- 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["GAFaridunAcolyteCentralImpact"] = {
name = "GAFaridunAcolyteCentralImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"curse_on_hit_%_temporal_chains",
"active_skill_area_of_effect_+%_final",
"is_area_damage",
},
levels = {
[1] = {0, -40, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {1, 2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAcolyteDonutImpact"] = {
name = "GAFaridunAcolyteDonutImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_+%_final",
"is_area_damage",
},
levels = {
[1] = {-40, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAcolyteAstralCascade"] = {
name = "GAFaridunAcolyteAstralCascade",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAstralAcolyteTriggeredMelee"] = {
name = "GAFaridunAstralAcolyteTriggeredMelee",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAFaridunAcolyteGroundSlam"] = {
name = "EAAFaridunAcolyteGroundSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {25, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTFaridunAcolyteSlam"] = {
name = "DTTFaridunAcolyteSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"leap_slam_minimum_distance",
"spell_maximum_action_distance_+%",
"walk_emerge_extra_distance",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {40, -50, -5, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
is zarokh monster [1]
| Family | MonsterIsZarokhMonster |
|---|---|
| Domains | monstruo (3) |
| GenerationType | único (3) |
| Req. level | 1 |
| Stats |
Seguidor de Zarokh
Humanoideis zarokh monster [1]
Adherent of Zarokh
| Spectre | Y |
|---|---|
| Tags | human, humanoid, medium_movement, melee, not_dex, red_blood |
Vida
160%
Energy Shield From Life
30%
Armadura
+20%
Ailment Threshold
160%
Resistencia
Damage
208%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
2.25 Second
Damage Spread
±20%
Experiencia
160%
Model Size
100%
Type
FaridunAstralAcolyte
Metadata
FaridunAstralAcolyteSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,293
Armadura
34,548
Evasión
4,739
Escudo de energía
2,941
Damage
777
Daño de hechizos
777
Precisión
580
Attack Time
2.25
Experiencia
16,408
Minion Life
2,233
Minion Energy Shield
638
Minion Damage
620
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Derriba a tus enemigos con un golpe poderoso.
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]
GAFaridunAcolyteCentralImpact
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 80%
Daño de ataque: 80%
Attack Time: 2.25 seg
% de probabilidad de Maldecir Enemigos con Cadenas Temporales con cada Golpe
Inflige un 20% menos de daño de ataque
40% menos Área de Efecto
is area damage [1]
GAFaridunAcolyteDonutImpact
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 140%
Daño de ataque: 140%
Attack Time: 2.25 seg
Inflige un 40% más de daño de ataque
40% menos Área de Efecto
is area damage [1]
DTTFaridunAcolyteSlam
Spell, Movement
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 12 seg
action attack or cast time uses animation length [1]
leap slam minimum distance [40]
spell maximum action distance +% [-50]
walk emerge extra distance [-5]
EAAFaridunAcolyteGroundSlam
Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Tiempo de recarga: 6 seg
action attack or cast time uses animation length [1]
attack maximum action distance + [25]
GAFaridunAcolyteAstralCascade
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 120%
Daño de ataque: 120%
Attack Time: 2.25 seg
Tiempo de recarga: 4 seg
Inflige un 20% más de daño de ataque
is area damage [1]
GAFaridunAstralAcolyteTriggeredMelee
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
is area damage [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua
minions["Metadata/Monsters/FaridunLeague/FaridunAstralAcolyteSpectre"] = {
fireResist = 37,
coldResist = 37,
lightningResist = 37,
chaosResist = 0,
name = "Adherent of Zarokh",
life = 1.6,
energyShield = 0.3,
damage = 2.08,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 12,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
"MeleeAtAnimationSpeed",
"GAFaridunAcolyteCentralImpact",
"GAFaridunAcolyteDonutImpact",
"GAFaridunAcolyteAstralCascade",
"GAFaridunAstralAcolyteTriggeredMelee",
"EAAFaridunAcolyteGroundSlam",
"DTTFaridunAcolyteSlam",
},
modList = {
},
}
-- 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["GAFaridunAcolyteCentralImpact"] = {
name = "GAFaridunAcolyteCentralImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"curse_on_hit_%_temporal_chains",
"active_skill_area_of_effect_+%_final",
"is_area_damage",
},
levels = {
[1] = {0, -40, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {1, 2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAcolyteDonutImpact"] = {
name = "GAFaridunAcolyteDonutImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_+%_final",
"is_area_damage",
},
levels = {
[1] = {-40, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAcolyteAstralCascade"] = {
name = "GAFaridunAcolyteAstralCascade",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAstralAcolyteTriggeredMelee"] = {
name = "GAFaridunAstralAcolyteTriggeredMelee",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAFaridunAcolyteGroundSlam"] = {
name = "EAAFaridunAcolyteGroundSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {25, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTFaridunAcolyteSlam"] = {
name = "DTTFaridunAcolyteSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"leap_slam_minimum_distance",
"spell_maximum_action_distance_+%",
"walk_emerge_extra_distance",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {40, -50, -5, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
is zarokh monster [1]
| Family | MonsterIsZarokhMonster |
|---|---|
| Domains | monstruo (3) |
| GenerationType | único (3) |
| Req. level | 1 |
| Stats |
Seguidor de Zarokh
Humanoideis zarokh monster [1]
El 50% del daño físico se convierte en daño de fuego
El 50% del daño físico se convierte en daño de fuego
Adherent of Zarokh
| Spectre | Y |
|---|---|
| Tags | human, humanoid, medium_movement, melee, not_dex, red_blood |
Vida
378%
Energy Shield From Life
30%
Armadura
+20%
Ailment Threshold
378%
Resistencia
Damage
270%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
2.25 Second
Damage Spread
±20%
Experiencia
180%
Model Size
100%
Type
FaridunAstralAcolyteCorpse
Metadata
FaridunAstralAcolyteMid
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
24,318
Armadura
34,548
Evasión
4,739
Escudo de energía
6,948
Damage
1,009
Daño de hechizos
1,009
Precisión
580
Attack Time
2.25
Experiencia
18,459
Minion Life
5,275
Minion Energy Shield
1,507
Minion Damage
805
Ailment Threshold
24,318
Chill
77
Shock
77
Brittle
435
Scorch
77
Sap
212
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 807—1210
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Derriba a tus enemigos con un golpe poderoso.
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]
GAFaridunAcolyteCentralImpact
Triggerable, Attack
Base Damage: 807—1210
Probabilidad de golpe crítico: 5%
Daño de ataque: 80%
Daño de ataque: 80%
Attack Time: 2.25 seg
% de probabilidad de Maldecir Enemigos con Cadenas Temporales con cada Golpe
Inflige un 20% menos de daño de ataque
40% menos Área de Efecto
is area damage [1]
GAFaridunAcolyteDonutImpact
Triggerable, Attack
Base Damage: 807—1210
Probabilidad de golpe crítico: 5%
Daño de ataque: 140%
Daño de ataque: 140%
Attack Time: 2.25 seg
Inflige un 40% más de daño de ataque
40% menos Área de Efecto
is area damage [1]
DTTFaridunAcolyteSlam
Spell, Movement
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 12 seg
action attack or cast time uses animation length [1]
leap slam minimum distance [40]
spell maximum action distance +% [-50]
walk emerge extra distance [-5]
EAAFaridunAcolyteGroundSlam
Attack
Base Damage: 807—1210
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Tiempo de recarga: 6 seg
action attack or cast time uses animation length [1]
attack maximum action distance + [25]
GAFaridunAcolyteAstralCascade
Triggerable, Attack
Base Damage: 807—1210
Probabilidad de golpe crítico: 5%
Daño de ataque: 120%
Daño de ataque: 120%
Attack Time: 2.25 seg
Tiempo de recarga: 4 seg
Inflige un 20% más de daño de ataque
is area damage [1]
GAFaridunAstralAcolyteTriggeredMelee
Triggerable, Attack
Base Damage: 807—1210
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
is area damage [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua
minions["Metadata/Monsters/FaridunLeague/FaridunAstralAcolyteMid"] = {
fireResist = 37,
coldResist = 37,
lightningResist = 37,
chaosResist = 0,
name = "Adherent of Zarokh",
life = 3.78,
energyShield = 0.3,
damage = 2.7,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 12,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
"MeleeAtAnimationSpeed",
"GAFaridunAcolyteCentralImpact",
"GAFaridunAcolyteDonutImpact",
"GAFaridunAcolyteAstralCascade",
"GAFaridunAstralAcolyteTriggeredMelee",
"EAAFaridunAcolyteGroundSlam",
"DTTFaridunAcolyteSlam",
},
modList = {
},
}
-- 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["GAFaridunAcolyteCentralImpact"] = {
name = "GAFaridunAcolyteCentralImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"curse_on_hit_%_temporal_chains",
"active_skill_area_of_effect_+%_final",
"is_area_damage",
},
levels = {
[1] = {0, -40, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {1, 2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAcolyteDonutImpact"] = {
name = "GAFaridunAcolyteDonutImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_+%_final",
"is_area_damage",
},
levels = {
[1] = {-40, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAcolyteAstralCascade"] = {
name = "GAFaridunAcolyteAstralCascade",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAstralAcolyteTriggeredMelee"] = {
name = "GAFaridunAstralAcolyteTriggeredMelee",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAFaridunAcolyteGroundSlam"] = {
name = "EAAFaridunAcolyteGroundSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {25, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTFaridunAcolyteSlam"] = {
name = "DTTFaridunAcolyteSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"leap_slam_minimum_distance",
"spell_maximum_action_distance_+%",
"walk_emerge_extra_distance",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {40, -50, -5, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
is zarokh monster [1]
| Family | MonsterIsZarokhMonster |
|---|---|
| Domains | monstruo (3) |
| GenerationType | único (3) |
| Req. level | 1 |
| Stats |
El 50% del daño físico se convierte en daño de fuego
| Family | FireDamageAsPortionOfDamage |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | physical_damage elemental_damage Daño Físico Elemental Fuego |
Seguidor de Zarokh
Humanoideis zarokh monster [1]
Adherent of Zarokh
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/FaridunLeague/FaridunAstralAcolyteSpectre |
| Tags | human, humanoid, is_runic_monster, medium_movement, melee, not_dex, red_blood |
Vida
160%
Energy Shield From Life
30%
Armadura
+20%
Ailment Threshold
160%
Resistencia
Damage
208%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
2.25 Second
Damage Spread
±20%
Experiencia
160%
Model Size
100%
Type
FaridunAstralAcolyte
Metadata
FaridunAstralAcolyteExpedition__
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,293
Armadura
34,548
Evasión
4,739
Escudo de energía
2,941
Damage
777
Daño de hechizos
777
Precisión
580
Attack Time
2.25
Experiencia
16,408
Minion Life
2,233
Minion Energy Shield
638
Minion Damage
620
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Derriba a tus enemigos con un golpe poderoso.
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]
GAFaridunAcolyteCentralImpact
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 80%
Daño de ataque: 80%
Attack Time: 2.25 seg
% de probabilidad de Maldecir Enemigos con Cadenas Temporales con cada Golpe
Inflige un 20% menos de daño de ataque
40% menos Área de Efecto
is area damage [1]
GAFaridunAcolyteDonutImpact
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 140%
Daño de ataque: 140%
Attack Time: 2.25 seg
Inflige un 40% más de daño de ataque
40% menos Área de Efecto
is area damage [1]
DTTFaridunAcolyteSlam
Spell, Movement
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 12 seg
action attack or cast time uses animation length [1]
leap slam minimum distance [40]
spell maximum action distance +% [-50]
walk emerge extra distance [-5]
EAAFaridunAcolyteGroundSlam
Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Tiempo de recarga: 6 seg
action attack or cast time uses animation length [1]
attack maximum action distance + [25]
GAFaridunAcolyteAstralCascade
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Daño de ataque: 120%
Daño de ataque: 120%
Attack Time: 2.25 seg
Tiempo de recarga: 4 seg
Inflige un 20% más de daño de ataque
is area damage [1]
GAFaridunAstralAcolyteTriggeredMelee
Triggerable, Attack
Base Damage: 622—932
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
is area damage [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua
minions["Metadata/Monsters/FaridunLeague/FaridunAstralAcolyteExpedition__"] = {
fireResist = 37,
coldResist = 37,
lightningResist = 37,
chaosResist = 0,
name = "Adherent of Zarokh",
life = 1.6,
energyShield = 0.3,
damage = 2.08,
damageSpread = 0.2,
attackTime = 2.25,
attackRange = 12,
accuracy = 1,
weaponType1 = "Warstaff",
skillList = {
"MeleeAtAnimationSpeed",
"GAFaridunAcolyteCentralImpact",
"GAFaridunAcolyteDonutImpact",
"GAFaridunAcolyteAstralCascade",
"GAFaridunAstralAcolyteTriggeredMelee",
"EAAFaridunAcolyteGroundSlam",
"DTTFaridunAcolyteSlam",
},
modList = {
},
}
-- 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["GAFaridunAcolyteCentralImpact"] = {
name = "GAFaridunAcolyteCentralImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"curse_on_hit_%_temporal_chains",
"active_skill_area_of_effect_+%_final",
"is_area_damage",
},
levels = {
[1] = {0, -40, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {1, 2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAcolyteDonutImpact"] = {
name = "GAFaridunAcolyteDonutImpact",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_area_of_effect_+%_final",
"is_area_damage",
},
levels = {
[1] = {-40, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {2}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAcolyteAstralCascade"] = {
name = "GAFaridunAcolyteAstralCascade",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {baseMultiplier = 1.2, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GAFaridunAstralAcolyteTriggeredMelee"] = {
name = "GAFaridunAstralAcolyteTriggeredMelee",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"is_area_damage",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAAFaridunAcolyteGroundSlam"] = {
name = "EAAFaridunAcolyteGroundSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {25, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTFaridunAcolyteSlam"] = {
name = "DTTFaridunAcolyteSlam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"leap_slam_minimum_distance",
"spell_maximum_action_distance_+%",
"walk_emerge_extra_distance",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {40, -50, -5, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
is zarokh monster [1]
| Family | MonsterIsZarokhMonster |
|---|---|
| Domains | monstruo (3) |
| GenerationType | único (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.