Roda do Pavor
Dreadwheel
SpectreY
AreaA Escalada, A Cordilheira, Laboratório Eterno, Desfiladeiro Obscurecido, Desfiladeiro Obscurecido, O Lago de Kalandra
Tagsbone_armour, bones, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, no_strider_mod, not_dex, physical_affinity, skeleton, slashing_weapon, small_height, undead
Packs
  • A Escalada: Roda do Pavor, Roda do Pavor
  • A Cordilheira: Roda do Pavor, Roda do Pavor
  • Laboratório Eterno: Roda do Pavor, Vigilante Resistente
  • Vida
    128%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    128%
    Resistência
    0 0 75 0
    Damage
    101%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    CorpseWheel
    Metadata
    CorpseWheel
    Nível
    68
    Vida
    8,235
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    377
    Dano Mágico
    377
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    CorpseWheelCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investida com Escudo
    Base Damage: 302–453
    Chance de Crítico: 5%
    Dano de Ataque: 101%
    Attack Time: 1.5 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada. Não pode ser suportado por Ataques Múltiplos.
    Nunca causa Acertos Críticos
    Causa 1% mais Dano de Ataque
    Velocidade de Movimento aumentada em 176%
    ignores proximity shield [1]
    shield charge continue past target [1]
    shield charge end slide distance [32]
    shield charge end slide speed [33]
    shield charge end slide wait for animation [1]
    shield charge extra distance [10]
    shield charge remove stun and knockback [1]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 302–453
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASWheelTaunt
    Spell
    Tempo de Conjuração: 1.13 seg
    Recarga: 5 seg
    disable skill repeats [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CorpseWheel/CorpseWheel"] = {
        name = "Dreadwheel",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CorpseWheelCharge",
            "EASWheelTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["CorpseWheelCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.75,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "shield_charge_end_slide_speed",
            "ignores_proximity_shield",
            "global_cannot_crit",
            "shield_charge_continue_past_target",
            "shield_charge_remove_stun_and_knockback",
            "shield_charge_end_slide_wait_for_animation",
        },
        levels = {
            [1] = {176, 10, 32, 33, baseMultiplier = 1.01, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASWheelTaunt"] = {
        name = "EASWheelTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.13,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Roda do Pavor
    Morto-vivo
    undead description [1]
    Dreadwheel
    SpectreY
    Tagsbone_armour, bones, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, no_strider_mod, not_dex, physical_affinity, skeleton, slashing_weapon, undead
    Packs
  • Roda do Pavor, Roda do Pavor
  • Roda do Pavor, Roda do Pavor
  • Vida
    128%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    128%
    Resistência
    0 0 75 0
    Damage
    101%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    CorpseWheel
    Metadata
    CorpseWheelHellscape
    Nível
    68
    Vida
    8,235
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    377
    Dano Mágico
    377
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    CorpseWheelCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investida com Escudo
    Base Damage: 302–453
    Chance de Crítico: 5%
    Dano de Ataque: 101%
    Attack Time: 1.5 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada. Não pode ser suportado por Ataques Múltiplos.
    Nunca causa Acertos Críticos
    Causa 1% mais Dano de Ataque
    Velocidade de Movimento aumentada em 176%
    ignores proximity shield [1]
    shield charge continue past target [1]
    shield charge end slide distance [32]
    shield charge end slide speed [33]
    shield charge end slide wait for animation [1]
    shield charge extra distance [10]
    shield charge remove stun and knockback [1]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 302–453
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASWheelTaunt
    Spell
    Tempo de Conjuração: 1.13 seg
    Recarga: 5 seg
    disable skill repeats [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CorpseWheel/CorpseWheelHellscape"] = {
        name = "Dreadwheel",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CorpseWheelCharge",
            "EASWheelTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["CorpseWheelCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.75,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "shield_charge_end_slide_speed",
            "ignores_proximity_shield",
            "global_cannot_crit",
            "shield_charge_continue_past_target",
            "shield_charge_remove_stun_and_knockback",
            "shield_charge_end_slide_wait_for_animation",
        },
        levels = {
            [1] = {176, 10, 32, 33, baseMultiplier = 1.01, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASWheelTaunt"] = {
        name = "EASWheelTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.13,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Roda do Pavor
    Morto-vivo
    undead description [1]
    Dreadwheel
    SpectreY
    Tagsbone_armour, bones, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, no_strider_mod, not_dex, physical_affinity, skeleton, slashing_weapon, small_height, undead
    Vida
    128%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    128%
    Resistência
    0 0 75 0
    Damage
    101%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    CorpseWheel
    Metadata
    CorpseWheelNoCharge
    Nível
    68
    Vida
    8,235
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    377
    Dano Mágico
    377
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 302–453
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CorpseWheel/CorpseWheelNoCharge"] = {
        name = "Dreadwheel",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Roda do Pavor
    Morto-vivo
    undead description [1]
    Dreadwheel
    SpectreY
    AreaA Escalada, A Cordilheira
    Tagsbone_armour, bones, cannot_be_monolith, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, no_strider_mod, not_dex, physical_affinity, skeleton, slashing_weapon, small_height, undead
    Packs
  • A Escalada: Roda do Pavor, Roda do Pavor
  • A Cordilheira: Roda do Pavor, Roda do Pavor
  • Vida
    128%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    128%
    Resistência
    0 0 75 0
    Damage
    101%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    CorpseWheel
    Metadata
    CorpseWheelEmerge
    Nível
    46
    Vida
    1,884
    Armadura
    7,110
    Evasão
    2,063
    Escudo de Energia
    736
    Damage
    119
    Dano Mágico
    119
    Precisão
    119
    Attack Time
    1.5
    Experiência
    6,951
    Ailment Threshold
    1,884
    Chill
    6
    Shock
    6
    Brittle
    34
    Scorch
    6
    Sap
    16
    CorpseWheelCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investida com Escudo
    Base Damage: 95–143
    Chance de Crítico: 5%
    Dano de Ataque: 101%
    Attack Time: 1.5 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada. Não pode ser suportado por Ataques Múltiplos.
    Nunca causa Acertos Críticos
    Causa 1% mais Dano de Ataque
    Velocidade de Movimento aumentada em 176%
    ignores proximity shield [1]
    shield charge continue past target [1]
    shield charge end slide distance [32]
    shield charge end slide speed [33]
    shield charge end slide wait for animation [1]
    shield charge extra distance [10]
    shield charge remove stun and knockback [1]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 95–143
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASWheelTaunt
    Spell
    Tempo de Conjuração: 1.13 seg
    Recarga: 5 seg
    disable skill repeats [1]

    Object Type

    version 2
    extends "Metadata/Monsters/CorpseWheel/CorpseWheel"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CorpseWheel/CorpseWheel"
    
    Transitionable
    {
    	create_untransitioned =
    	"
    		PlayAnimation( revive );
    		PauseAnimation();
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CorpseWheel/CorpseWheelEmerge"] = {
        name = "Dreadwheel",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CorpseWheelCharge",
            "EASWheelTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["CorpseWheelCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.75,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "shield_charge_end_slide_speed",
            "ignores_proximity_shield",
            "global_cannot_crit",
            "shield_charge_continue_past_target",
            "shield_charge_remove_stun_and_knockback",
            "shield_charge_end_slide_wait_for_animation",
        },
        levels = {
            [1] = {176, 10, 32, 33, baseMultiplier = 1.01, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASWheelTaunt"] = {
        name = "EASWheelTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.13,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Roda do Pavor
    Morto-vivo
    undead description [1]
    Dreadwheel
    SpectreY
    Tagsbone_armour, bones, cannot_be_monolith, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, no_strider_mod, not_dex, physical_affinity, skeleton, slashing_weapon, undead
    Packs
  • Roda do Pavor, Roda do Pavor
  • Roda do Pavor, Roda do Pavor
  • Vida
    128%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    128%
    Resistência
    0 0 75 0
    Damage
    101%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    CorpseWheel
    Metadata
    CorpseWheelEmergeHellscape
    Nível
    68
    Vida
    8,235
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    377
    Dano Mágico
    377
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    CorpseWheelCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investida com Escudo
    Base Damage: 302–453
    Chance de Crítico: 5%
    Dano de Ataque: 101%
    Attack Time: 1.5 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada. Não pode ser suportado por Ataques Múltiplos.
    Nunca causa Acertos Críticos
    Causa 1% mais Dano de Ataque
    Velocidade de Movimento aumentada em 176%
    ignores proximity shield [1]
    shield charge continue past target [1]
    shield charge end slide distance [32]
    shield charge end slide speed [33]
    shield charge end slide wait for animation [1]
    shield charge extra distance [10]
    shield charge remove stun and knockback [1]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 302–453
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASWheelTaunt
    Spell
    Tempo de Conjuração: 1.13 seg
    Recarga: 5 seg
    disable skill repeats [1]

    Object Type

    version 2
    extends "Metadata/Monsters/CorpseWheel/CorpseWheel"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CorpseWheel/CorpseWheel"
    
    Transitionable
    {
    	create_untransitioned =
    	"
    		PlayAnimation( revive );
    		PauseAnimation();
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CorpseWheel/CorpseWheelEmergeHellscape"] = {
        name = "Dreadwheel",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CorpseWheelCharge",
            "EASWheelTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["CorpseWheelCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.75,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "shield_charge_end_slide_speed",
            "ignores_proximity_shield",
            "global_cannot_crit",
            "shield_charge_continue_past_target",
            "shield_charge_remove_stun_and_knockback",
            "shield_charge_end_slide_wait_for_animation",
        },
        levels = {
            [1] = {176, 10, 32, 33, baseMultiplier = 1.01, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASWheelTaunt"] = {
        name = "EASWheelTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.13,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Roda do Pavor
    Morto-vivo
    undead description [1]
    Dreadwheel
    SpectreY
    Tagsbone_armour, bones, cannot_be_monolith, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, no_strider_mod, not_dex, physical_affinity, skeleton, slashing_weapon, undead
    Vida
    128%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    128%
    Resistência
    0 0 75 0
    Damage
    101%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    CorpseWheel
    Metadata
    CorpseWheelEmergeStandalone
    Nível
    68
    Vida
    8,235
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    377
    Dano Mágico
    377
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    CorpseWheelCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investida com Escudo
    Base Damage: 302–453
    Chance de Crítico: 5%
    Dano de Ataque: 101%
    Attack Time: 1.5 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada. Não pode ser suportado por Ataques Múltiplos.
    Nunca causa Acertos Críticos
    Causa 1% mais Dano de Ataque
    Velocidade de Movimento aumentada em 176%
    ignores proximity shield [1]
    shield charge continue past target [1]
    shield charge end slide distance [32]
    shield charge end slide speed [33]
    shield charge end slide wait for animation [1]
    shield charge extra distance [10]
    shield charge remove stun and knockback [1]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 302–453
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CorpseWheel/CorpseWheelEmergeStandalone"] = {
        name = "Dreadwheel",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CorpseWheelCharge",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["CorpseWheelCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.75,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "shield_charge_end_slide_speed",
            "ignores_proximity_shield",
            "global_cannot_crit",
            "shield_charge_continue_past_target",
            "shield_charge_remove_stun_and_knockback",
            "shield_charge_end_slide_wait_for_animation",
        },
        levels = {
            [1] = {176, 10, 32, 33, baseMultiplier = 1.01, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Roda do Pavor
    Morto-vivo
    undead description [1]
    Dreadwheel
    SpectreY
    Tagsbone_armour, bones, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, no_strider_mod, not_dex, physical_affinity, skeleton, slashing_weapon, undead
    Vida
    128%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    128%
    Resistência
    0 0 75 0
    Damage
    101%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    CorpseWheel
    Metadata
    CorpseWheelAggroCharge
    Nível
    68
    Vida
    8,235
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    377
    Dano Mágico
    377
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    CorpseWheelCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investida com Escudo
    Base Damage: 302–453
    Chance de Crítico: 5%
    Dano de Ataque: 101%
    Attack Time: 1.5 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada. Não pode ser suportado por Ataques Múltiplos.
    Nunca causa Acertos Críticos
    Causa 1% mais Dano de Ataque
    Velocidade de Movimento aumentada em 176%
    ignores proximity shield [1]
    shield charge continue past target [1]
    shield charge end slide distance [32]
    shield charge end slide speed [33]
    shield charge end slide wait for animation [1]
    shield charge extra distance [10]
    shield charge remove stun and knockback [1]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 302–453
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASWheelTaunt
    Spell
    Tempo de Conjuração: 1.13 seg
    Recarga: 5 seg
    disable skill repeats [1]

    Object Type

    version 2
    extends "Metadata/Monsters/CorpseWheel/CorpseWheel"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CorpseWheel/CorpseWheel"
    
    Transitionable
    {
    	create_untransitioned =
    	"
    		PlayAnimation( revive );
    		PauseAnimation();
    		RemoveCollidability();
    	"
    
    	on_transition = "MakeCollidable();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CorpseWheel/CorpseWheelAggroCharge"] = {
        name = "Dreadwheel",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CorpseWheelCharge",
            "EASWheelTaunt",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["CorpseWheelCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.75,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "shield_charge_end_slide_speed",
            "ignores_proximity_shield",
            "global_cannot_crit",
            "shield_charge_continue_past_target",
            "shield_charge_remove_stun_and_knockback",
            "shield_charge_end_slide_wait_for_animation",
        },
        levels = {
            [1] = {176, 10, 32, 33, baseMultiplier = 1.01, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASWheelTaunt"] = {
        name = "EASWheelTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.13,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "disable_skill_repeats",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Edit

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