General Adus
Undead
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
SpectreN
AreaThe Refinery
Tagsbludgeoning_weapon, bone_armour, bones, caster, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, lightning_affinity, medium_movement, melee, not_dex, not_int, physical_affinity, skeleton, undead
Life
2400%
Armour
+100%
Ailment Threshold
2400%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
130%
Type
GeneralAdus
Metadata
GeneralAdus
Level
63
Life
107,424
Armour
38,660
Evasion
3,967
Energy Shield
0
Damage
406
Spell Damage
406
Accuracy
238
Attack Time
1.5
Experience
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
Default Attack
Base Damage: 325–487
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
QuakeSlamGeneralAdusSupercharged
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 325–487
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
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.
50% of Physical Damage Converted to Lightning Damage
Base duration is 6 seconds
Base secondary duration is 1.05 seconds
50% less Attack Speed
Aftershock deals +100% more Damage with Hits and Ailments
active skill area of effect radius +% final [50]
is area damage [1]
QuakeSlamGeneralAdus
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 325–487
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
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.
Base duration is 2.5 seconds
50% less Attack Speed
Aftershock deals +60% more Damage with Hits and Ailments
is area damage [1]
LivingBombLightningAdus
Spell, Damage, Area, Trappable, Totemable, Mineable, AreaSpell
Cast Time: 4 sec
Cooldown Time: 10 sec
Deals 3280 to 4009 Lightning Damage
25% increased Cast Speed
100% chance to Shock enemies
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 = { }, },
    },
}
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
IdMonsterQuestBossAct9____
FamilyMonsterActBoss
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • 20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • heal aura owner % max life on death Min: 0 Max: 0 Global
  • heal_on_nearby_death
    Radius: 120
    heal aura owner % max life on death [0]
    General Adus
    Undead
    Monsters grant 250% increased Experience
    6000% increased Rarity of Items Dropped
    20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, bones, caster, has_one_hand_mace, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_dex, not_int, physical_affinity, skeleton, undead
    Life
    2400%
    Armour
    +100%
    Ailment Threshold
    2400%
    Resistance
    40 40 40 25
    Damage
    140%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    130%
    Type
    GeneralAdus
    Metadata
    GeneralAdusStandalone
    Level
    68
    Life
    154,400
    Armour
    57,580
    Evasion
    4,739
    Energy Shield
    0
    Damage
    523
    Spell Damage
    523
    Accuracy
    290
    Attack Time
    1.5
    Experience
    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
    Default Attack
    Base Damage: 418–628
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    QuakeSlamGeneralAdusSupercharged
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    Earthquake
    Base Damage: 418–628
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 8 sec
    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.
    50% of Physical Damage Converted to Lightning Damage
    Base duration is 6 seconds
    Base secondary duration is 1.05 seconds
    50% less Attack Speed
    Aftershock deals +100% more Damage with Hits and Ailments
    active skill area of effect radius +% final [50]
    is area damage [1]
    QuakeSlamGeneralAdus
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    Earthquake
    Base Damage: 418–628
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 8 sec
    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.
    Base duration is 2.5 seconds
    50% less Attack Speed
    Aftershock deals +60% more Damage with Hits and Ailments
    is area damage [1]
    LivingBombLightningAdus
    Spell, Damage, Area, Trappable, Totemable, Mineable, AreaSpell
    Cast Time: 4 sec
    Cooldown Time: 10 sec
    Deals 4389 to 5365 Lightning Damage
    25% increased Cast Speed
    100% chance to Shock enemies
    active skill area of effect radius +% final [100]
    is area damage [1]
    GTStandaloneAdusLightningPillar
    Triggerable, Spell
    Cast Time: 1 sec
    SOStandaloneAdusLightningPillar
    Triggerable, Spell
    Cast Time: 1 sec
    MinotaurArcTrap
    Triggerable
    Deals 3.192 to 9.576 Lightning Damage
    Your Hits cannot Stun Enemies
    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 = { }, },
        },
    }
    
    Monsters grant 250% increased Experience
    6000% increased Rarity of Items Dropped
    IdMonsterQuestBossAct9____
    FamilyMonsterActBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • 20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (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
  • General Adus Topic /1 ⍟
    NPCName
    Petarus and VanjaVanja: A noble Legionnaire...

    Petarus: ...but a Legionnaire all the same.

    Vanja: Petarus and I did our research on Adus.

    Petarus: We needed to know as much about him and his dig site as possible...

    Vanja: ...to make sure he was worth our while.

    Petarus: The General was an eternal commander of the Highgate Legion...

    Vanja: He ran a mining camp up here in the mountains. The bastard was the one responsible for controlling Karui, Maraketh and Ezomyte slaves, forcing them into the black bowels of rock fissures in search of gems...

    Petarus: ...At least he treated them fairly and as human beings.

    Vanja: A slave is still a slave my sweets.

    Petarus: For all his faults, the general appears to have been a good man for his time. It's a shame what happened to him... an even greater shame that by the sounds of things, he's come back.

    Vanja: Yes, we'd advise steering clear of his old camp.
    Edit

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