Marceus, o Desfigurado
Construto
Área: O Mercado
monster base type attack cast speed +% and damage -% final [33]
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
Marceus the Defaced
SpectreN
AreaO Mercado
TagsConjurador, construct, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_height, lightning_affinity, melee, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, slow_movement, stone_armour, stone_construct
Vida
300%
Armadura
+100%
Ailment Threshold
300%
Resistência
0 0 0 0
Damage
135%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.875 Second
Damage Spread
±20%
Experiência
30%
Model Size
100%
Type
StatueBossMarketplace
Metadata
StoneStatueLargeBossMale
Nível
26
Vida
1,023
Armadura
1,512
Evasão
804
Escudo de Energia
0
Damage
49
Dano Mágico
49
Precisão
49
Attack Time
1.875
Experiência
398
Ailment Threshold
1,023
Chill
3
Shock
3
Brittle
18
Scorch
3
Sap
9
MonsterLightningStrike
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
Golpe Trovejante
Base Damage: 39–59
Chance de Crítico: 5%
Attack Time: 1.875 seg
Imbui sua arma corpo a corpo com energia elétrica conforme você a brande. Além de converter parte de seu dano físico em dano de raio, a energia acumulada é liberada da arma como projéteis conforme você ataca, voando adiante para atingir inimigos distantes. O projétil não pode errar se o ataque corpo a corpo atingir um alvo.
50% do Dano Físico Convertido em Dano de Raio
Causa 30% mais Dano de Ataque
Causa 20% mais Dano
Dispara 2 Projéteis adicionais
Dano Físico aumentado em 7%
show number of projectiles [1]
total projectile spread angle override [70]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 39–59
Chance de Crítico: 5%
Attack Time: 1.875 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterTempestShield
Spell, Damage, RequiresShield, TotemCastsAlone, Lightning, Chains, Buff, HasReservation, Cooldown, Totemable, Instant, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse
Escudo Tempestuoso
Chance de Crítico: 6%
Tempo de Conjuração: 0.5 seg
Recarga: 9 seg
Encanta seu escudo com o poder de tempestades, que chicoteará causando dano de raio arqueante a agressores quando você os bloquear.
Causa 39.55 a 59.32 de Dano de Raio
Duração base é de 3.5 segundos
Ricocheteia +1 Vezes
+75% de Chance de Bloquear o Dano de Ataques enquanto segurando um Escudo
base skill show average damage instead of dps [1]
skill can add multiple charges per action [1]

Object Type

version 2
extends "Metadata/Monsters/Statue/StatueLarge"

Object Type Codes

version 2
extends "Metadata/Monsters/Statue/StatueLarge"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Statue/StoneStatueLargeBossMale"] = {
    name = "Marceus the Defaced",
    life = 3,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.875,
    attackRange = 17,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "MonsterLightningStrike",
        "MonsterTempestShield",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "total_projectile_spread_angle_override",
        "show_number_of_projectiles",
    },
    levels = {
        [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterTempestShield"] = {
    name = "Tempest Shield",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.RequiresShield] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Lightning] = true,
        [SkillType.Chains] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Totemable] = true,
        [SkillType.Instant] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "shield_block_%",
        "number_of_chains",
        "base_skill_effect_duration",
        "skill_can_add_multiple_charges_per_action",
        "base_skill_show_average_damage_instead_of_dps",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 75, 1, 3500, critChance = 6, levelRequirement = 26, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Marceus, o Desfigurado
    Construto
    monster base type attack cast speed +% and damage -% final [33]
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    Marceus the Defaced
    SpectreN
    TagsConjurador, construct, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, lightning_affinity, melee, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, slow_movement, stone_armour, stone_construct
    Vida
    300%
    Armadura
    +100%
    Ailment Threshold
    300%
    Resistência
    0 0 0 0
    Damage
    135%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    1.875 Second
    Damage Spread
    ±20%
    Experiência
    30%
    Model Size
    100%
    Type
    StatueBossMarketplace
    Metadata
    StoneStatueLargeBossMaleStandalone
    Nível
    68
    Vida
    19,300
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    504
    Dano Mágico
    504
    Precisão
    290
    Attack Time
    1.875
    Experiência
    3,077
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MonsterLightningStrike
    Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
    Golpe Trovejante
    Base Damage: 403–605
    Chance de Crítico: 5%
    Attack Time: 1.875 seg
    Imbui sua arma corpo a corpo com energia elétrica conforme você a brande. Além de converter parte de seu dano físico em dano de raio, a energia acumulada é liberada da arma como projéteis conforme você ataca, voando adiante para atingir inimigos distantes. O projétil não pode errar se o ataque corpo a corpo atingir um alvo.
    50% do Dano Físico Convertido em Dano de Raio
    Causa 30% mais Dano de Ataque
    Causa 20% mais Dano
    Dispara 2 Projéteis adicionais
    Dano Físico aumentado em 21%
    show number of projectiles [1]
    total projectile spread angle override [70]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 403–605
    Chance de Crítico: 5%
    Attack Time: 1.875 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterTempestShield
    Spell, Damage, RequiresShield, TotemCastsAlone, Lightning, Chains, Buff, HasReservation, Cooldown, Totemable, Instant, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse
    Escudo Tempestuoso
    Chance de Crítico: 6%
    Tempo de Conjuração: 0.5 seg
    Recarga: 9 seg
    Encanta seu escudo com o poder de tempestades, que chicoteará causando dano de raio arqueante a agressores quando você os bloquear.
    Causa 90.86 a 136.3 de Dano de Raio
    Duração base é de 3.5 segundos
    Ricocheteia +1 Vezes
    +75% de Chance de Bloquear o Dano de Ataques enquanto segurando um Escudo
    base skill show average damage instead of dps [1]
    skill can add multiple charges per action [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/StatueLarge"
    extends "Metadata/Monsters/StandaloneMonster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Statue/StatueLarge"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/StoneStatueLargeBossMaleStandalone"] = {
        name = "Marceus the Defaced",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.875,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "MonsterLightningStrike",
            "MonsterTempestShield",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningStrike"] = {
        name = "Lightning Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Lightning] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_damage_+%_final",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "total_projectile_spread_angle_override",
            "show_number_of_projectiles",
        },
        levels = {
            [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
            [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterTempestShield"] = {
        name = "Tempest Shield",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Lightning] = true,
            [SkillType.Chains] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Totemable] = true,
            [SkillType.Instant] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "shield_block_%",
            "number_of_chains",
            "base_skill_effect_duration",
            "skill_can_add_multiple_charges_per_action",
            "base_skill_show_average_damage_instead_of_dps",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 75, 1, 3500, critChance = 6, levelRequirement = 26, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Edit

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