Mortos Ardentes
undead description [1]
stance movement speed +% final [300]
stance movement speed +% final [300]
Burning Dead
SpectreY
AreaVilarejo de Ogham, O Refúgio Zigurate
Tagsmelee, physical_affinity, Unarmed_onhit_audio, undead, very_slow_movement, zombie
Packs
  • Vilarejo de Ogham: Mortos Ardentes
  • O Refúgio Zigurate: Mortos Ardentes, Mortos Ardentes
  • Vida
    100%
    Resistência
    0 0 0 0
    Damage
    120%
    Precisão
    100%
    Acertos Críticos Chance
    5%
    Bônus de Dano Crítico
    +30%
    Attack Distance
    5 ~ 7
    Tempo de Ataque
    2.505 Second
    Damage Spread
    ±30%
    Experiência
    100%
    Model Size
    100%
    Type
    LumberingDead
    Metadata
    BurnedLumberjackUnarmed
    Nível
    70
    Vida
    8,716
    Armadura
    3,877
    Evasão
    502
    Damage
    297
    Dano Mágico
    297
    Precisão
    2,328
    Tempo de Ataque
    2.505
    Experiência
    34,639
    Minion Life
    12,266
    Minion Damage
    2,595
    Minion Armour
    3,877
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 208–387
    Chance de Acerto Crítico: 5%
    Tempo 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/Zombies/Lumberjack/Lumberjack"
    
    StateMachine
    {
    	define_shared_state = "fire;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Zombies/Lumberjack/Lumberjack"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/hot.epk' );"
    
    	on_death =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/on_death.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/hot.epk' );
    	"
    }
    
    StateMachine
    {
    	on_or_create_state_fire_2 =
    	"
    		IfVarietyContains( OneHandAxe, ()
    		{
    			AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', MainHand );
    		} );
    
    				IfVarietyContains( TwoHandAxe, ()
    		{
    			AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_2Haxe.epk', MainHand );
    		} );
    	"
    
    	on_state_fire_0 =
    	"
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hsword.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hsword.epk', OffHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hmace.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hmace.epk', OffHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', OffHand );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Zombies/Burned/BurnedLumberjackUnarmed"] = {
        name = "Burning Dead",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.3,
        attackTime = 2.505,
        attackRange = 7,
        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)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    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
  • Mortos Ardentes
    undead description [1]
    stance movement speed +% final [300]
    stance movement speed +% final [300]
    Burning Dead
    SpectreY
    AreaVilarejo de Ogham, O Refúgio Zigurate, Vilarejo de Ogham
    Tags1HAxe_onhit_audio, melee, physical_affinity, undead, very_slow_movement, zombie
    Packs
  • Vilarejo de Ogham: Mortos Ardentes
  • Vilarejo de Ogham: Mortos Ardentes
  • O Refúgio Zigurate: Mortos Ardentes, Mortos Ardentes
  • Vida
    100%
    Resistência
    0 0 0 0
    Damage
    120%
    Precisão
    100%
    Acertos Críticos Chance
    5%
    Bônus de Dano Crítico
    +30%
    Attack Distance
    5 ~ 7
    Tempo de Ataque
    2.505 Second
    Damage Spread
    ±30%
    Experiência
    100%
    Model Size
    100%
    Type
    LumberingDead
    Metadata
    BurnedLumberjackOneHandAxe_
    Nível
    70
    Vida
    8,716
    Armadura
    3,877
    Evasão
    502
    Damage
    297
    Dano Mágico
    297
    Precisão
    2,328
    Tempo de Ataque
    2.505
    Experiência
    34,639
    Minion Life
    12,266
    Minion Damage
    2,595
    Minion Armour
    3,877
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 208–387
    Chance de Acerto Crítico: 5%
    Tempo 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/Zombies/Lumberjack/Lumberjack"
    
    StateMachine
    {
    	define_shared_state = "fire;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Zombies/Lumberjack/Lumberjack"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/hot.epk' );"
    
    	on_death =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/on_death.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/hot.epk' );
    	"
    }
    
    StateMachine
    {
    	on_or_create_state_fire_2 =
    	"
    		IfVarietyContains( OneHandAxe, ()
    		{
    			AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', MainHand );
    		} );
    
    				IfVarietyContains( TwoHandAxe, ()
    		{
    			AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_2Haxe.epk', MainHand );
    		} );
    	"
    
    	on_state_fire_0 =
    	"
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hsword.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hsword.epk', OffHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hmace.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hmace.epk', OffHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', OffHand );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Zombies/Burned/BurnedLumberjackOneHandAxe_"] = {
        name = "Burning Dead",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.3,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        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)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    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
  • Mortos Ardentes
    undead description [1]
    stance movement speed +% final [300]
    stance movement speed +% final [300]
    Burning Dead
    SpectreY
    Tags2HSharpMetal_onhit_audio, melee, physical_affinity, raises_dead, undead, very_slow_movement, zombie
    Vida
    100%
    Resistência
    0 0 0 0
    Damage
    120%
    Precisão
    100%
    Acertos Críticos Chance
    5%
    Bônus de Dano Crítico
    +30%
    Attack Distance
    5 ~ 7
    Tempo de Ataque
    2.505 Second
    Damage Spread
    ±30%
    Experiência
    100%
    Model Size
    100%
    Type
    LumberingDead
    Metadata
    BurnedLumberjackTwoHandAxe
    Nível
    68
    Vida
    7,757
    Armadura
    3,451
    Evasão
    477
    Damage
    280
    Dano Mágico
    280
    Precisão
    2,180
    Tempo de Ataque
    2.505
    Experiência
    28,634
    Minion Life
    11,280
    Minion Damage
    2,276
    Minion Armour
    3,451
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 196–364
    Chance de Acerto Crítico: 5%
    Tempo 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/Zombies/Lumberjack/Lumberjack"
    
    StateMachine
    {
    	define_shared_state = "fire;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Zombies/Lumberjack/Lumberjack"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/hot.epk' );"
    
    	on_death =
    	"
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/on_death.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/BurnedZombie/hot.epk' );
    	"
    }
    
    StateMachine
    {
    	on_or_create_state_fire_2 =
    	"
    		IfVarietyContains( OneHandAxe, ()
    		{
    			AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', MainHand );
    		} );
    
    				IfVarietyContains( TwoHandAxe, ()
    		{
    			AddEffectPackToVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_2Haxe.epk', MainHand );
    		} );
    	"
    
    	on_state_fire_0 =
    	"
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hsword.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hsword.epk', OffHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hmace.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Hmace.epk', OffHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', MainHand );
    		RemoveEffectPackFromVisualSlotAttachedObject( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/InfectedMercenary/epk/fire_1Haxe.epk', OffHand );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Zombies/Burned/BurnedLumberjackTwoHandAxe"] = {
        name = "Burning Dead",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.3,
        attackTime = 2.505,
        attackRange = 7,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        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)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    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.