Pesquin, el Barón loco
No muerto
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Pesquin, the Mad Baron
SpectreN
AreaMapa de Fábrica
Tagsbludgeoning_weapon, bone_armour, bones, Lanzador de hechizos, fast_movement, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, lightning_affinity, melee, non_unique_map_boss, not_dex, not_int, physical_affinity, skeleton, undead
Vida
400%
Armaduras
+100%
Ailment Threshold
400%
Resistencia
40 40 40 25
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
130%
Type
GeneralAdusMap
Metadata
GeneralAdusMap
Nivel
78
Vida
4,002,799
Armaduras
125,868
Evasión
6,667
Escudo de energía
0
Damage
923
Daño de hechizos
1,377
Precisión
428
Attack Time
1.005
Experiencia
136,147
Ailment Threshold
1,961,371
Chill
6,202
Shock
6,202
Brittle
35,087
Scorch
6,202
Sap
17,135
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1465–2198
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
QuakeSlamGeneralAdusSupercharged
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Terremoto
Base Damage: 1465–2198
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 8 seg
Golpea el suelo para infligir daño en una área y agrietar la tierra. Esta grieta estallará en forma de una poderosa réplica después de un tiempo. Las grietas creadas antes de que estallara la primera no generarán sus propias réplicas. Requiere un hacha, una maza, un cetro, un báculo o estar desarmado.
El 50% del daño físico se convierte en daño de rayo
La duración base es de 6 segundos
La duración secundaria base es de 1.05 segundos
50% menos Velocidad de Ataque
La réplica inflige +100% más de daño con golpes y estados alterados
active skill area of effect radius +% final [50]
is area damage [1]
QuakeSlamGeneralAdus
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Terremoto
Base Damage: 1465–2198
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 8 seg
Golpea el suelo para infligir daño en una área y agrietar la tierra. Esta grieta estallará en forma de una poderosa réplica después de un tiempo. Las grietas creadas antes de que estallara la primera no generarán sus propias réplicas. Requiere un hacha, una maza, un cetro, un báculo o estar desarmado.
La duración base es de 2.5 segundos
50% menos Velocidad de Ataque
La réplica inflige +60% más de daño con golpes y estados alterados
is area damage [1]
LivingBombLightningAdus
Spell, Damage, Area, Trappable, Totemable, Mineable, AreaSpell
Tiempo de lanzamiento: 4 seg
Tiempo de recarga: 10 seg
Inflige de 9481 a 11588 de daño de rayo
Velocidad de lanzamiento de hechizos aumentada un 25%
100% de probabilidad de electrocutar a los enemigos
active skill area of effect radius +% final [100]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
	slow_animations_go_to_idle = false
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffImpact.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffBeam.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GeneralAdus/GeneralAdusMap"] = {
    name = "Pesquin, the Mad Baron",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "LivingBombLightningAdus",
        "QuakeSlamGeneralAdus",
        "QuakeSlamGeneralAdusSupercharged",
    },
    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["LivingBombLightningAdus"] = {
    name = "LivingBombLightningAdus",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_chance_to_shock_%",
        "base_cast_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.89999997615814, 1.1000000238419, 100, 25, 100, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["QuakeSlamGeneralAdus"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {2500, 60, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["QuakeSlamGeneralAdusSupercharged"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "base_secondary_skill_effect_duration",
        "active_skill_attack_speed_+%_final",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {6000, 100, 1050, -50, 50, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Pesquin, el Barón loco
    No muerto
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Pesquin, the Mad Baron
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, bones, Lanzador de hechizos, fast_movement, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, lightning_affinity, melee, not_dex, not_int, physical_affinity, skeleton, standalone_map_boss, undead
    Vida
    400%
    Armaduras
    +100%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 25
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    130%
    Type
    GeneralAdusMap
    Metadata
    GeneralAdusMapStandalone
    Nivel
    68
    Vida
    557,385
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    511
    Daño de hechizos
    762
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    QuakeSlamGeneralAdusSupercharged
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    Terremoto
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 8 seg
    Golpea el suelo para infligir daño en una área y agrietar la tierra. Esta grieta estallará en forma de una poderosa réplica después de un tiempo. Las grietas creadas antes de que estallara la primera no generarán sus propias réplicas. Requiere un hacha, una maza, un cetro, un báculo o estar desarmado.
    El 50% del daño físico se convierte en daño de rayo
    La duración base es de 6 segundos
    La duración secundaria base es de 1.05 segundos
    50% menos Velocidad de Ataque
    La réplica inflige +100% más de daño con golpes y estados alterados
    active skill area of effect radius +% final [50]
    is area damage [1]
    QuakeSlamGeneralAdus
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    Terremoto
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 8 seg
    Golpea el suelo para infligir daño en una área y agrietar la tierra. Esta grieta estallará en forma de una poderosa réplica después de un tiempo. Las grietas creadas antes de que estallara la primera no generarán sus propias réplicas. Requiere un hacha, una maza, un cetro, un báculo o estar desarmado.
    La duración base es de 2.5 segundos
    50% menos Velocidad de Ataque
    La réplica inflige +60% más de daño con golpes y estados alterados
    is area damage [1]
    LivingBombLightningAdus
    Spell, Damage, Area, Trappable, Totemable, Mineable, AreaSpell
    Tiempo de lanzamiento: 4 seg
    Tiempo de recarga: 10 seg
    Inflige de 5294 a 6470 de daño de rayo
    Velocidad de lanzamiento de hechizos aumentada un 25%
    100% de probabilidad de electrocutar a los enemigos
    active skill area of effect radius +% final [100]
    is area damage [1]
    GTStandaloneAdusLightningPillar
    Triggerable, Spell
    Tiempo de lanzamiento: 1 seg
    SOStandaloneAdusLightningPillar
    Triggerable, Spell
    Tiempo de lanzamiento: 1 seg
    MinotaurArcTrap
    Triggerable
    Inflige de 3.85 a 11.55 de daño de rayo
    Tus golpes no pueden aturdir a los enemigos
    damage +% vs players [10000]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	slow_animations_go_to_idle = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffImpact.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffBeam.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Betrayal/Grenn/Dash_combo/lightning_bolt_aoe/lightning_bolt_aoe.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GeneralAdus/GeneralAdusMapStandalone"] = {
        name = "Pesquin, the Mad Baron",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "LivingBombLightningAdus",
            "QuakeSlamGeneralAdus",
            "QuakeSlamGeneralAdusSupercharged",
            "MinotaurArcTrap",
            "SOStandaloneAdusLightningPillar",
            "GTStandaloneAdusLightningPillar",
        },
        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["LivingBombLightningAdus"] = {
        name = "LivingBombLightningAdus",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.89999997615814, 1.1000000238419, 100, 25, 100, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["QuakeSlamGeneralAdus"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {2500, 60, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["QuakeSlamGeneralAdusSupercharged"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "base_secondary_skill_effect_duration",
            "active_skill_attack_speed_+%_final",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {6000, 100, 1050, -50, 50, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurArcTrap"] = {
        name = "MinotaurArcTrap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_lightning_damage",
            "secondary_maximum_base_lightning_damage",
            "damage_+%_vs_players",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 10000, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.5, 1.5, 10000, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOStandaloneAdusLightningPillar"] = {
        name = "SOStandaloneAdusLightningPillar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTStandaloneAdusLightningPillar"] = {
        name = "GTStandaloneAdusLightningPillar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Pesquin, el Barón loco
    No muerto
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Pesquin, the Mad Baron
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, bones, elder_map_boss, fast_movement, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, non_attacking, not_dex, not_int, skeleton, undead
    Vida
    400%
    Armaduras
    +100%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 25
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    130%
    Type
    GeneralAdusMap
    Metadata
    GeneralAdusMapElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GeneralAdus/GeneralAdusMapElder"] = {
        name = "Pesquin, the Mad Baron",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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