Rasga-Carne, Grande Inquisidor
Humanóide
stance movement speed +% final [112]
Fleshrend, Grand Inquisitor
SpectreN
AreaTemplo Lunaris Nível 1
TagsConjurador, has_wand, human, humanoid, light_armour, medium_height, not_dex, not_str, physical_affinity, ranged, red_blood, summoner, very_slow_movement
Vida
300%
Energy Shield From Life
50%
Ailment Threshold
300%
Resistência
0 0 0 85
Damage
144%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.2 Second
Damage Spread
±20%
Experiência
120%
Model Size
105%
Type
AxisExperimenterBoss
Metadata
AxisBossExperimenter
Nível
29
Vida
1,296
Armadura
1,016
Evasão
944
Escudo de Energia
216
Damage
63
Dano Mágico
63
Precisão
57
Attack Time
1.2
Experiência
2,022
Ailment Threshold
1,296
Chill
4
Shock
4
Brittle
23
Scorch
4
Sap
11
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 51–76
Chance de Crítico: 5%
Attack Time: 1.2 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]
ExperimenterBossRaiseZombie
Spell, Minion, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, CanRapidFire, CreatesMinion
Evocar Zumbi
Tempo de Conjuração: 0.85 seg
Evoca um lacaio zumbi de um cadáver, que te seguirá e atacará inimigos com um ataque corpo a corpo.
Tamanho do Personagem aumentado em 25%
+10 ao Máximo de Zumbis Evocados
Lacaios têm 90% mais Vida Máxima
Lacaios causam 30% mais Dano
alternate minion [1]
DesecrateFleshrendBoss
Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell
Profanar
Tempo de Conjuração: 1 seg
Recarga: 10 seg
Cria um solo profanado, convocando cadáveres e causando dano de caos em todos inimigos dentro da área. Os cadáveres serão escolhidos a partir de monstros na área atual e quaisquer espectros que existiram nesta instância.
Causa 9.2 de Dano de Caos Base por segundo
Duração base é de 5 segundos
Cria 5 cadáveres
Cria cadáveres até Nível 100
Máximo de 10 Cadáveres permitidos
active skill area of effect radius +% final [100]
is area damage [1]
FleshOfferingFleshrendBoss
Spell, Buff, Duration, Triggerable, Minion, Trappable, Mineable, Totemable
Oferenda Carnal
Tempo de Conjuração: 1 seg
Recarga: 8 seg
Consome um cadáver que temporariamente maximiza seus lacaios com rapidez. A habilidade consome outros cadáveres, aumentado a duração para cada cadáver consumido.
Duração base é de 3 segundos
1 segundos adicionais de Duração Base por Cadáver extra consumido
Aumenta a Velocidade de Ataque dos Lacaios em 35%
Aumenta a Velocidade de Conjuração dos Lacaios em 35%
Aumenta a Velocidade de Movimento dos Lacaios em 35%
EmptyActionSpellMassRaiseZombie
Spell
Tempo de Conjuração: 2.83 seg
Recarga: 10 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
ExperimenterBossMassRaiseZombie
Triggerable, Spell
Tempo de Conjuração: 1 seg

Object Type

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/AxisBossExperimenter"] = {
    name = "Fleshrend, Grand Inquisitor",
    life = 3,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 85,
    damage = 1.44,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Wand",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "ExperimenterBossRaiseZombie",
        "DesecrateFleshrendBoss",
        "FleshOfferingFleshrendBoss",
        "EmptyActionSpellMassRaiseZombie",
        "ExperimenterBossMassRaiseZombie",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["ExperimenterBossRaiseZombie"] = {
    name = "Raise Zombie",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Raises a zombie minion from a corpse, which will follow you and attack enemies with a melee strike.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "minion_spell_skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_number_of_zombies_allowed",
        "active_skill_minion_damage_+%_final",
        "active_skill_minion_life_+%_final",
        "base_actor_scale_+%",
        "alternate_minion",
    },
    levels = {
        [1] = {10, 30, 90, 25, 1, levelRequirement = 29, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DesecrateFleshrendBoss"] = {
    name = "Desecrate",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chaos] = true,
        [SkillType.Cascadable] = 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",
        "base_skill_effect_duration",
        "desecrate_number_of_corpses_to_create",
        "desecrate_corpse_level",
        "desecrate_maximum_number_of_corpses",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 5000, 5, 100, 10, 100, levelRequirement = 29, statInterpolation = {3},  cost = { }, },
        [2] = {1, 5000, 5, 100, 10, 100, levelRequirement = 51, statInterpolation = {3},  cost = { }, },
        [3] = {1, 5000, 5, 100, 10, 100, levelRequirement = 64, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FleshOfferingFleshrendBoss"] = {
    name = "Flesh Offering",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Consumes a corpse, which temporarily empowers your minions with swiftness. The skill consumes other nearby corpses, increasing the duration for each corpse consumed.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Minion] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "offering_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "attack_speed_+%_granted_from_skill",
        "base_movement_velocity_+%",
        "cast_speed_+%_granted_from_skill",
        "offering_skill_effect_duration_per_corpse",
    },
    levels = {
        [1] = {3000, 35, 35, 35, 1000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellMassRaiseZombie"] = {
    name = "EmptyActionSpellMassRaiseZombie",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.83,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExperimenterBossMassRaiseZombie"] = {
    name = "ExperimenterBossMassRaiseZombie",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
IdNothing
FamilyNothing
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
stance movement speed +% final [112]
IdStanceBanditRun
FamilyStance
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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