Maraketh Undead
undead description [1]
(30–50)% increased Stun Duration on you
stance movement speed +% final [300]
stance movement speed +% final [300]
SpectreY
AreaDeshar, Path of Mourning, The Spires of Deshar, The Ziggurat Refuge, Deshar, Path of Mourning, The Spires of Deshar
Tagsmelee, monster_barely_moves, physical_affinity, Unarmed_onhit_audio, undead, very_slow_movement, zombie
Packs
  • The Spires of Deshar, The Spires of Deshar: Maraketh Undead
  • Deshar, Deshar: Maraketh Undead, Maraketh Undead
  • Path of Mourning, Deshar, Path of Mourning, Deshar: Maraketh Undead
  • Path of Mourning, Path of Mourning: Risen Tale-woman, Maraketh Undead
  • The Ziggurat Refuge: Risen Tale-woman, Maraketh Undead
  • Life
    100%
    Resistance
    0 0 0 0
    Damage
    120%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 6
    Attack Time
    2.505 Second
    Damage Spread
    ±30%
    Experience
    100%
    Model Size
    100%
    Type
    ZombieBasic
    Metadata
    MarakethZombie
    Level
    70
    Life
    8,716
    Armour
    3,877
    Evasion Rating
    502
    Damage
    297
    Spell Damage
    297
    Accuracy
    2,328
    Attack Time
    2.505
    Experience
    34,639
    Minion Life
    12,266
    Minion Damage
    2,595
    Minion Armour
    3,877
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 208–387
    Critical Hit Chance: 5%
    Attack Time: 2.505 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MarakethZombieDeathGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Cast Time: 1 sec
    Deals 6198.7 Base Chaos Damage per second
    active skill area of effect radius +% final [-15]
    base skill effect duration [10000]
    ground caustic art variation [1002]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge"
    }
    
    Transitionable
    {
    
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3000
    }
    
    StateMachine
    {
    	define_shared_state = "cloud;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/Zombies/Maraketh/audio/MarakethZombie_AggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/Zombies/Maraketh/audio/MarakethZombie_AggroAudio.ao"
    }
    
    StateMachine
    {
    	on_or_create_state_cloud_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaraKethZombie/epk/cloud_carrier.epk' );"
    	on_or_create_state_cloud_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaraKethZombie/epk/cloud_carrier.epk' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Zombies/Maraketh/MarakethZombie"] = {
        name = "Maraketh Undead",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.3,
        attackTime = 2.505,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MarakethZombieDeathGround",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MarakethZombieDeathGround"] = {
        name = "MarakethZombieDeathGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "ground_caustic_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1, 1002, -15, 10000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    (30–50)% increased Stun Duration on you
    IdMonsterGetsStunnedLonger30to70__
    FamilyIncreasedStunDurationOnSelf
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stun duration on self +% Min: 30 Max: 50 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • Maraketh Undead
    Area: Deshar
    undead description [1]
    (30–50)% increased Stun Duration on you
    monster no drops or experience [1]
    stance movement speed +% final [300]
    stance movement speed +% final [300]
    SpectreY
    AreaDeshar, Deshar
    Tagsmelee, monster_barely_moves, physical_affinity, Unarmed_onhit_audio, undead, very_slow_movement, zombie
    Packs
  • Deshar, Deshar: Maraketh Undead, Maraketh Undead
  • Life
    100%
    Resistance
    0 0 0 0
    Damage
    120%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 6
    Attack Time
    2.505 Second
    Damage Spread
    ±30%
    Experience
    100%
    Model Size
    100%
    Type
    ZombieBasic
    Metadata
    MarakethZombieCorpse
    Level
    56
    Life
    4,198
    Armour
    1,682
    Evasion Rating
    343
    Damage
    191
    Spell Damage
    191
    Accuracy
    1,452
    Attack Time
    2.505
    Experience
    12,546
    Minion Life
    6,690
    Minion Damage
    1,017
    Minion Armour
    1,682
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 133–248
    Critical Hit Chance: 5%
    Attack Time: 2.505 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    	basic_action = "Emerge"
    }
    
    Transitionable
    {
    
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3000
    }
    
    StateMachine
    {
    	define_shared_state = "cloud;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/Zombies/Maraketh/audio/MarakethZombie_AggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/Zombies/Maraketh/audio/MarakethZombie_AggroAudio.ao"
    }
    
    StateMachine
    {
    	on_or_create_state_cloud_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaraKethZombie/epk/cloud_carrier.epk' );"
    	on_or_create_state_cloud_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaraKethZombie/epk/cloud_carrier.epk' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Zombies/Maraketh/MarakethZombieCorpse"] = {
        name = "Maraketh Undead",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.3,
        attackTime = 2.505,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    (30–50)% increased Stun Duration on you
    IdMonsterGetsStunnedLonger30to70__
    FamilyIncreasedStunDurationOnSelf
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stun duration on self +% Min: 30 Max: 50 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • Edit

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