Guerrero de los baldíos
Humanoide
monster ignores delve darkness mechanic [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
No puedes ganar cargas
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
No puedes ganar cargas
Wasteland Guardian
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LegionLeague/LegionMarakethMeleeSpectre |
Tags | fast_movement, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, legion_monster, light_armour, maraketh, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, slashing_weapon |
Vida
276%
Armadura
+50%
Evasión
+100%
Ailment Threshold
276%
Resistencia
20 20 20 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
LegionMarakethMelee
Metadata
LegionMarakethMelee
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
17,756
Armadura
43,185
Evasión
9,478
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.17
Experiencia
10,255
Ailment Threshold
17,756
Chill
56
Shock
56
Brittle
318
Scorch
56
Sap
155
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 estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LegionMarakethFlickerStrike
Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
Golpe repentino
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 125%
Attack Time: 1.17 seg
Tiempo de recarga: 6 seg
Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga una bonificación que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
Inflige un 25% más de daño de ataque
ignores proximity shield [1]
melee defer damage prediction [1]
ignores proximity shield [1]
melee defer damage prediction [1]
Object Type
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink" StateMachine { define_shared_state = " weapon_trail_epk_l; weapon_trail_epk_r; " }
Object Type Codes
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink" StateMachine { on_state_weapon_trail_epk_l_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" on_state_weapon_trail_epk_l_0 = "RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" create_state_weapon_trail_epk_l_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" on_state_weapon_trail_epk_r_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" on_state_weapon_trail_epk_r_0 = "RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" create_state_weapon_trail_epk_r_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LegionLeague/LegionMarakethMelee"] = { name = "Wasteland Guardian", life = 2.76, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.17, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "Melee", "LegionMarakethFlickerStrike", }, 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["LegionMarakethFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "melee_defer_damage_prediction", }, levels = { [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster ignores delve darkness mechanic [1]
Id | MonsterIgnoresDelveDarkness |
---|---|
Family | MonsterIgnoresDelveDarkness |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
No puedes ganar cargas
Id | CannotGainCharges_ |
---|---|
Family | CannotGainCharges |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | endurance_charge frenzy_charge power_charge |
Guerrero de los baldíos
Humanoide
monster ignores delve darkness mechanic [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Wasteland Guardian
Spectre | Y |
---|---|
Tags | fast_movement, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, legion_monster, light_armour, maraketh, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, slashing_weapon |
Vida
276%
Armadura
+50%
Evasión
+100%
Ailment Threshold
276%
Resistencia
20 20 20 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
LegionMarakethMelee
Metadata
LegionMarakethMeleeSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
17,756
Armadura
43,185
Evasión
9,478
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.17
Experiencia
10,255
Ailment Threshold
17,756
Chill
56
Shock
56
Brittle
318
Scorch
56
Sap
155
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 estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LegionMarakethFlickerStrike
Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
Golpe repentino
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 125%
Attack Time: 1.17 seg
Tiempo de recarga: 6 seg
Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga una bonificación que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
Inflige un 25% más de daño de ataque
ignores proximity shield [1]
melee defer damage prediction [1]
ignores proximity shield [1]
melee defer damage prediction [1]
Object Type
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre" StateMachine { define_shared_state = " weapon_trail_epk_l; weapon_trail_epk_r; " }
Object Type Codes
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre" StateMachine { on_state_weapon_trail_epk_l_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" on_state_weapon_trail_epk_l_0 = "RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" create_state_weapon_trail_epk_l_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" on_state_weapon_trail_epk_r_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" on_state_weapon_trail_epk_r_0 = "RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" create_state_weapon_trail_epk_r_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LegionLeague/LegionMarakethMeleeSpectre"] = { name = "Wasteland Guardian", life = 2.76, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.17, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "Melee", "LegionMarakethFlickerStrike", }, 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["LegionMarakethFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "melee_defer_damage_prediction", }, levels = { [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster ignores delve darkness mechanic [1]
Id | MonsterIgnoresDelveDarkness |
---|---|
Family | MonsterIgnoresDelveDarkness |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Guerrero de los baldíos
Humanoide
Wasteland Guardian
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LegionLeague/LegionMarakethMeleeSpectre |
Tags | fast_movement, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, legion_monster, light_armour, maraketh, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, slashing_weapon |
Packs |
Vida
276%
Armadura
+50%
Evasión
+100%
Ailment Threshold
276%
Resistencia
20 20 20 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
LegionMarakethMelee
Metadata
LegionMarakethMeleeStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
17,756
Armadura
43,185
Evasión
9,478
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.17
Experiencia
10,255
Ailment Threshold
17,756
Chill
56
Shock
56
Brittle
318
Scorch
56
Sap
155
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 estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LegionMarakethFlickerStrike
Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
Golpe repentino
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 125%
Attack Time: 1.17 seg
Tiempo de recarga: 6 seg
Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga una bonificación que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
Inflige un 25% más de daño de ataque
ignores proximity shield [1]
melee defer damage prediction [1]
ignores proximity shield [1]
melee defer damage prediction [1]
Object Type
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone" StateMachine { define_shared_state = " weapon_trail_epk_l; weapon_trail_epk_r; " }
Object Type Codes
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone" StateMachine { on_state_weapon_trail_epk_l_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" on_state_weapon_trail_epk_l_0 = "RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" create_state_weapon_trail_epk_l_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" on_state_weapon_trail_epk_r_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" on_state_weapon_trail_epk_r_0 = "RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" create_state_weapon_trail_epk_r_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LegionLeague/LegionMarakethMeleeStandalone"] = { name = "Wasteland Guardian", life = 2.76, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.17, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "Melee", "LegionMarakethFlickerStrike", }, 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["LegionMarakethFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "melee_defer_damage_prediction", }, levels = { [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Guerrero de los baldíos
Humanoide
monster ignores delve darkness mechanic [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
No puedes ganar cargas
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
No puedes ganar cargas
Wasteland Guardian
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LegionLeague/LegionMarakethMeleeSpectre |
Tags | fast_movement, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, legion_monster, light_armour, maraketh, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, slashing_weapon |
Vida
276%
Armadura
+50%
Evasión
+100%
Ailment Threshold
276%
Resistencia
20 20 20 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
LegionMarakethMelee
Metadata
LegionMarakethMeleeEndless
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
17,756
Armadura
43,185
Evasión
9,478
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.17
Experiencia
10,255
Ailment Threshold
17,756
Chill
56
Shock
56
Brittle
318
Scorch
56
Sap
155
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 estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Attack Time: 1.17 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LegionMarakethFlickerStrike
Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
Golpe repentino
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Daño de ataque: 125%
Attack Time: 1.17 seg
Tiempo de recarga: 6 seg
Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga una bonificación que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
Inflige un 25% más de daño de ataque
ignores proximity shield [1]
melee defer damage prediction [1]
ignores proximity shield [1]
melee defer damage prediction [1]
Object Type
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink" StateMachine { define_shared_state = " weapon_trail_epk_l; weapon_trail_epk_r; " }
Object Type Codes
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink" StateMachine { on_state_weapon_trail_epk_l_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" on_state_weapon_trail_epk_l_0 = "RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" create_state_weapon_trail_epk_l_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, L_Weapon );" on_state_weapon_trail_epk_r_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" on_state_weapon_trail_epk_r_0 = "RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" create_state_weapon_trail_epk_r_1 = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_weapon.epk, R_Weapon );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LegionLeague/LegionMarakethMeleeEndless"] = { name = "Wasteland Guardian", life = 2.76, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.17, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "Melee", "LegionMarakethFlickerStrike", }, 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["LegionMarakethFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "melee_defer_damage_prediction", }, levels = { [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster ignores delve darkness mechanic [1]
Id | MonsterIgnoresDelveDarkness |
---|---|
Family | MonsterIgnoresDelveDarkness |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
No puedes ganar cargas
Id | CannotGainCharges_ |
---|---|
Family | CannotGainCharges |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | endurance_charge frenzy_charge power_charge |
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.