General Adus
No muerto
La rareza de los objetos arrojados está aumentada un 6000%
Los monstruos otorgan la experiencia aumentada un 250%
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]
heal aura owner % max life on death [0]
SpectreN
AreaLa Refinería
Tagsbludgeoning_weapon, bone_armour, bones, Lanzador de hechizos, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, lightning_affinity, medium_movement, melee, not_dex, not_int, physical_affinity, skeleton, undead
Vida
2400%
Armaduras
+100%
Ailment Threshold
2400%
Resistencia
40 40 40 25
Damage
140%
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
GeneralAdus
Metadata
GeneralAdus
Nivel
63
Vida
107,424
Armaduras
38,660
Evasión
3,967
Escudo de energía
0
Damage
406
Daño de hechizos
406
Precisión
238
Attack Time
1.5
Experiencia
18,064
Ailment Threshold
107,424
Chill
340
Shock
340
Brittle
1,922
Scorch
340
Sap
938
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 325–487
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: 325–487
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: 325–487
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 3280 a 4009 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/GeneralAdus"] = {
    name = "General Adus",
    life = 24,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.4,
    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 6000%
Los monstruos otorgan la experiencia aumentada un 250%
IdMonsterQuestBossAct9____
FamilyMonsterActBoss
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 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]
    IdStunRepeatImmunityActBoss
    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
  • heal aura owner % max life on death [0]
    IdBossHealOnPlayerDeath
    FamilyBossHealOnPlayerDeath
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • heal aura owner % max life on death Min: 0 Max: 0 Global
  • heal_on_nearby_death
    Radio: 120
    heal aura owner % max life on death [0]
    General Adus
    No muerto
    La rareza de los objetos arrojados está aumentada un 6000%
    Los monstruos otorgan la experiencia aumentada un 250%
    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]
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, bones, Lanzador de hechizos, has_one_hand_mace, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_dex, not_int, physical_affinity, skeleton, undead
    Vida
    2400%
    Armaduras
    +100%
    Ailment Threshold
    2400%
    Resistencia
    40 40 40 25
    Damage
    140%
    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
    GeneralAdus
    Metadata
    GeneralAdusStandalone
    Nivel
    68
    Vida
    154,400
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    523
    Daño de hechizos
    523
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    20,510
    Ailment Threshold
    154,400
    Chill
    488
    Shock
    488
    Brittle
    2,762
    Scorch
    488
    Sap
    1,349
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 418–628
    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: 418–628
    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: 418–628
    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 4389 a 5365 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.192 a 9.576 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/StandaloneMonster"
    
    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/StandaloneMonster"
    
    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/GeneralAdusStandalone"] = {
        name = "General Adus",
        life = 24,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        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 6000%
    Los monstruos otorgan la experiencia aumentada un 250%
    IdMonsterQuestBossAct9____
    FamilyMonsterActBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 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]
    IdStunRepeatImmunityActBoss
    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
  • El general Adus Topic /1 ⍟
    NPCNombre
    Pétarus y VanjaVanja: Un noble Legionario…

    Pétarus: …pero un Legionario igualmente.

    Vanja: Pétarus y yo investigamos acerca de Adus.

    Petarus: Necesitábamos saber todo lo posible sobre él y su sitio de excavación…

    Vanja: …asegurarnos de que valía la pena.

    Pétarus: El General era un comandante eterno de la Legión de Atalaya…

    Vanja: Dirigió un campo minero aquí arriba en las montañas. El bastardo era el responsable de controlar a los esclavos karui, maraketh y ezomitas, de forzarlos a entrar en las negras entrañas de las fisuras rocosas en busca de gemas…

    Pétarus: …Al menos los trababa de manera justa y como seres humanos.

    Vanja: Un esclavo sigue siendo un esclavo, cariño.

    Pétarus: A pesar de sus fallos, el general parece haber sido un buen hombre para su tiempo. Es una vergüenza lo que le sucedió… y una vergüenza aun mayor que, según parece, haya vuelto.

    Vanja: Sí, no aconsejamos acercarse a su antiguo campamento.
    Edit

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