No muerto maraketh
Undead
undead description [1]
Duración del aturdimiento sobre ti aumentada un (30–50)%
is spectre with death action [1]
stance movement speed +% final [300]
stance movement speed +% final [300]
Maraketh Undead
SpectreY
AreaDeshar, Camino del luto, Las torres de Deshar, El refugio del zigurat, Deshar, Camino del luto, Las torres de Deshar
Tagsmelee, monster_barely_moves, physical_affinity, Unarmed_onhit_audio, undead, very_slow_movement, zombie
Packs
  • Las torres de Deshar, Las torres de Deshar: No muerto maraketh
  • Deshar, Deshar: No muerto maraketh, No muerto maraketh
  • Camino del luto, Deshar, Camino del luto, Deshar: No muerto maraketh
  • Camino del luto, Camino del luto: Cuentacuentos levantada, No muerto maraketh
  • El refugio del zigurat: Cuentacuentos levantada, No muerto maraketh
  • Vida
    100%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Impactos críticos Chance
    5%
    Bonificación de daño crítico
    +30%
    Attack Distance
    4 ~ 6
    Tiempo de ataque
    2.505 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    ZombieBasic
    Metadata
    MarakethZombie
    Nivel
    65
    Vida
    6,513
    Armadura
    2,023
    Evasión
    440
    Damage
    255
    Daño de hechizos
    255
    Precisión
    1,974
    Tiempo de ataque
    2.505
    Experiencia
    21,507
    Minion Life
    5,977
    Minion Damage
    542
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque básico
    Base Damage: 204–306
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.505 seg
    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
    Tiempo de lanzamiento: 1 seg
    Inflige 193.9 de daño de caos base por segundo
    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;"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaraKethZombie/fall_crater.ao"
    }

    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.2,
        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.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)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Duración del aturdimiento sobre ti aumentada un (30–50)%
    IdMonsterGetsStunnedLonger30to70__
    FamilyIncreasedStunDurationOnSelf
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stun duration on self +% Min: 30 Max: 50 Global
  • is spectre with death action [1]
    IdSpectrePlayDeathAction
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • is spectre with death action Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • No muerto maraketh
    Undead
    Área: Deshar
    undead description [1]
    Duración del aturdimiento sobre ti aumentada un (30–50)%
    monster no drops or experience [1]
    stance movement speed +% final [300]
    stance movement speed +% final [300]
    Maraketh Undead
    SpectreY
    Spectre OverrideMetadata/Monsters/Zombies/Maraketh/MarakethZombie
    AreaDeshar, Deshar
    Tagsmelee, monster_barely_moves, physical_affinity, Unarmed_onhit_audio, undead, very_slow_movement, zombie
    Packs
  • Deshar, Deshar: No muerto maraketh, No muerto maraketh
  • Vida
    100%
    Resistencia
    0 0 0 0
    Damage
    120%
    Precisión
    100%
    Impactos críticos Chance
    5%
    Bonificación de daño crítico
    +30%
    Attack Distance
    4 ~ 6
    Tiempo de ataque
    2.505 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    ZombieBasic
    Metadata
    MarakethZombieCorpse
    Nivel
    56
    Vida
    4,198
    Armadura
    1,176
    Evasión
    343
    Damage
    191
    Daño de hechizos
    191
    Precisión
    1,452
    Tiempo de ataque
    2.505
    Experiencia
    12,546
    Minion Life
    4,319
    Minion Damage
    351
    Minion Armour
    1,176
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque básico
    Base Damage: 153–229
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.505 seg
    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;"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/MaraKethZombie/fall_crater.ao"
    }

    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.2,
        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.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)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Duración del aturdimiento sobre ti aumentada un (30–50)%
    IdMonsterGetsStunnedLonger30to70__
    FamilyIncreasedStunDurationOnSelf
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stun duration on self +% Min: 30 Max: 50 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceMovementSpeed300
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (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.