Hussard des Terres désolées
Humanoïde
monster ignores delve darkness mechanic [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
Wasteland Outrider
SpectreY
Spectre OverrideMetadata/Monsters/LegionLeague/LegionMarakethRiderSpearSpectre
Tagsfast_movement, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_model, legion_monster, light_armour, maraketh, medium_height, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
Vie
470%
Évasion
+100%
Ailment Threshold
470%
Résistance
20 20 20 0
Damage
125%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
125%
Model Size
100%
Type
LegionMarakethRiderSpear
Metadata
LegionMarakethRiderSpear
Niveau
68
Vie
30,237
Armure
28,790
Évasion
9,478
Bouclier d'énergie
0
Damage
467
Dégâts des sorts
467
Précision
290
Attack Time
1.5
Expérience
12,819
Ailment Threshold
30,237
Chill
96
Shock
96
Brittle
541
Scorch
96
Sap
264
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 374–560
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
LegionMarakethRiderLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Bond percutant
Base Damage: 374–560
Chances de coup critique: 5%
Dégâts d'Attaque: 115%
Attack Time: 1.5 sec.
Temps de recharge: 8 sec.
Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres. Ne peut pas être modifié par Multifrappe.
15% Davantage de Dégâts d'Attaque
25% Davantage de Vitesse d'attaque
Le Rayon de base est de 1.5 mètres
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"

StateMachine
{
	define_shared_state = "weapon_trail_epk;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"

StateMachine
{
	on_state_weapon_trail_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
	on_state_weapon_trail_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
	create_state_weapon_trail_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LegionLeague/LegionMarakethRiderSpear"] = {
    name = "Wasteland Outrider",
    life = 4.7,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.25,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    skillList = {
        "Melee",
        "LegionMarakethRiderLeapSlam",
    },
    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["LegionMarakethRiderLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {25, 15, baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster ignores delve darkness mechanic [1]
IdMonsterIgnoresDelveDarkness
FamilyMonsterIgnoresDelveDarkness
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Hussard des Terres désolées
    Humanoïde
    monster ignores delve darkness mechanic [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Wasteland Outrider
    SpectreY
    Tagsfast_movement, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_model, legion_monster, light_armour, maraketh, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
    Vie
    356%
    Évasion
    +100%
    Ailment Threshold
    356%
    Résistance
    20 20 20 0
    Damage
    125%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    125%
    Model Size
    100%
    Type
    LegionMarakethRiderSpearSpectre
    Metadata
    LegionMarakethRiderSpearSpectre
    Niveau
    68
    Vie
    22,903
    Armure
    28,790
    Évasion
    9,478
    Bouclier d'énergie
    0
    Damage
    467
    Dégâts des sorts
    467
    Précision
    290
    Attack Time
    1.5
    Expérience
    12,819
    Ailment Threshold
    22,903
    Chill
    72
    Shock
    72
    Brittle
    410
    Scorch
    72
    Sap
    200
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 374–560
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LegionMarakethRiderLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Bond percutant
    Base Damage: 374–560
    Chances de coup critique: 5%
    Dégâts d'Attaque: 115%
    Attack Time: 1.5 sec.
    Temps de recharge: 8 sec.
    Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres. Ne peut pas être modifié par Multifrappe.
    15% Davantage de Dégâts d'Attaque
    25% Davantage de Vitesse d'attaque
    Le Rayon de base est de 1.5 mètres
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre"
    
    StateMachine
    {
    	define_shared_state = "weapon_trail_epk;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre"
    
    StateMachine
    {
    	on_state_weapon_trail_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    	on_state_weapon_trail_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    	create_state_weapon_trail_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionMarakethRiderSpearSpectre"] = {
        name = "Wasteland Outrider",
        life = 3.56,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "Melee",
            "LegionMarakethRiderLeapSlam",
        },
        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["LegionMarakethRiderLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {25, 15, baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Wasteland Outrider
    Humanoïde
    SpectreY
    Spectre OverrideMetadata/Monsters/LegionLeague/LegionMarakethRiderSpearSpectre
    Tagsfast_movement, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_model, legion_monster, light_armour, maraketh, medium_height, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
    Packs
  • Roc Sentinel, Wasteland Outrider
  • Vie
    470%
    Évasion
    +100%
    Ailment Threshold
    470%
    Résistance
    20 20 20 0
    Damage
    125%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    125%
    Model Size
    100%
    Type
    LegionMarakethRiderSpear
    Metadata
    LegionMarakethRiderSpearStandalone
    Niveau
    68
    Vie
    30,237
    Armure
    28,790
    Évasion
    9,478
    Bouclier d'énergie
    0
    Damage
    467
    Dégâts des sorts
    467
    Précision
    290
    Attack Time
    1.5
    Expérience
    12,819
    Ailment Threshold
    30,237
    Chill
    96
    Shock
    96
    Brittle
    541
    Scorch
    96
    Sap
    264
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 374–560
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LegionMarakethRiderLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Bond percutant
    Base Damage: 374–560
    Chances de coup critique: 5%
    Dégâts d'Attaque: 115%
    Attack Time: 1.5 sec.
    Temps de recharge: 8 sec.
    Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres. Ne peut pas être modifié par Multifrappe.
    15% Davantage de Dégâts d'Attaque
    25% Davantage de Vitesse d'attaque
    Le Rayon de base est de 1.5 mètres
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
    
    StateMachine
    {
    	define_shared_state = "weapon_trail_epk;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
    
    StateMachine
    {
    	on_state_weapon_trail_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    	on_state_weapon_trail_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    	create_state_weapon_trail_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionMarakethRiderSpearStandalone"] = {
        name = "Wasteland Outrider",
        life = 4.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "Melee",
            "LegionMarakethRiderLeapSlam",
        },
        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["LegionMarakethRiderLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {25, 15, baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Hussard des Terres désolées
    Humanoïde
    monster ignores delve darkness mechanic [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Vous ne pouvez pas gagner de Charges
    monster no map drops [1]
    Wasteland Outrider
    SpectreY
    Spectre OverrideMetadata/Monsters/LegionLeague/LegionMarakethRiderSpearSpectre
    Tagsfast_movement, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_model, legion_monster, light_armour, maraketh, medium_height, melee, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, red_blood
    Vie
    470%
    Évasion
    +100%
    Ailment Threshold
    470%
    Résistance
    20 20 20 0
    Damage
    125%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    125%
    Model Size
    100%
    Type
    LegionMarakethRiderSpear
    Metadata
    LegionMarakethRiderSpearEndless
    Niveau
    68
    Vie
    30,237
    Armure
    28,790
    Évasion
    9,478
    Bouclier d'énergie
    0
    Damage
    467
    Dégâts des sorts
    467
    Précision
    290
    Attack Time
    1.5
    Expérience
    12,819
    Ailment Threshold
    30,237
    Chill
    96
    Shock
    96
    Brittle
    541
    Scorch
    96
    Sap
    264
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 374–560
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LegionMarakethRiderLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Bond percutant
    Base Damage: 374–560
    Chances de coup critique: 5%
    Dégâts d'Attaque: 115%
    Attack Time: 1.5 sec.
    Temps de recharge: 8 sec.
    Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres. Ne peut pas être modifié par Multifrappe.
    15% Davantage de Dégâts d'Attaque
    25% Davantage de Vitesse d'attaque
    Le Rayon de base est de 1.5 mètres
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"
    
    StateMachine
    {
    	define_shared_state = "weapon_trail_epk;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"
    
    StateMachine
    {
    	on_state_weapon_trail_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    	on_state_weapon_trail_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    	create_state_weapon_trail_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Legion/Maraketh/maraketh_spear_attack.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionMarakethRiderSpearEndless"] = {
        name = "Wasteland Outrider",
        life = 4.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "Melee",
            "LegionMarakethRiderLeapSlam",
        },
        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["LegionMarakethRiderLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {25, 15, baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Vous ne pouvez pas gagner de Charges
    IdCannotGainCharges_
    FamilyCannotGainCharges
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot gain charges Min: 1 Max: 1 Global
  • Craft Tagsendurance_charge frenzy_charge power_charge
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.