Матрона
Демон
Область: InvasionBoss
Семейство: Глубины
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
grant actor scale +% to aura owner on death [1]
grant attack speed +% to aura owner on death [1]
grant cast speed +% to aura owner on death [1]
grant damage reduction % to aura owner on death [1]
soul is consumed on death [1]
50% повышение скорости передвижения
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
The Duchess
SpectreN
AreaInvasionBoss
End Game50% увеличение максимума здоровья
TagsЧародейский, cold_affinity, demon, flesh_armour, has_dagger, has_one_handed_melee, invasion_boss, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, red_blood, summoner
Packs
  • InvasionBoss: Матрона, Дочь Мервейл, Проклятый ужас
  • Здоровье
    260%
    Energy Shield From Life
    100%
    Ailment Threshold
    260%
    Сопротивление
    30 30 30 20
    Damage
    270%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    4 ~ 10
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Опыт
    200%
    Model Size
    130%
    Type
    SeaWitchBossInvasion
    Metadata
    SeaWitchBossInvasion
    Уровень
    68
    Здоровье
    16,727
    Броня
    28,790
    Уклонение
    4,739
    Энерг. щит
    6,127
    Damage
    1,009
    Урон от чар
    1,009
    Точность
    290
    Attack Time
    1.005
    Опыт
    20,510
    Ailment Threshold
    16,727
    Chill
    53
    Shock
    53
    Brittle
    299
    Scorch
    53
    Sap
    146
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 807–1210
    Шанс критического удара: 5%
    Attack Time: 1.005 сек.
    Герой наносит обычный удар.
    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]
    SeaWitchSummonSeaWitchInvasion
    Spell, Multicastable, Triggerable
    Время применения: 1 сек.
    alternate minion [2]
    ExperimenterBossRaiseZombieInvasion
    Spell, Minion, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, CanRapidFire, CreatesMinion
    Поднятие зомби
    Время применения: 0.85 сек.
    Герой создаёт ходячего мертвеца из трупа. Мертвец будет следовать за героем и атаковать врагов в ближнем бою.
    25% увеличение размера персонажа
    +6 к максимуму поднятых зомби
    Приспешники имеют на 90% больше максимума здоровья
    Приспешники наносят на 30% больше урона
    alternate minion [1]
    SeawitchWaveGeometrySpellInvasion
    Spell, Triggerable
    Шанс критического удара: 5%
    Время применения: 1.9 сек.
    Наносит от 312.3 до 468.4 урона от холода
    is area damage [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Seawitch/SeaWitch"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Seawitch/SeaWitch"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Seawitch/SeaWitchBossInvasion"] = {
        name = "The Duchess",
        life = 2.6,
        energyShield = 1,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 2.7,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "ExperimenterBossRaiseZombieInvasion",
            "SeaWitchSummonSeaWitchInvasion",
            "SeawitchWaveGeometrySpellInvasion",
        },
        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["ExperimenterBossRaiseZombieInvasion"] = {
        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] = {3, 30, 90, 25, 1, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
            [2] = {4, 30, 90, 25, 1, levelRequirement = 24, statInterpolation = {1},  cost = { }, },
            [3] = {5, 30, 90, 25, 1, levelRequirement = 44, statInterpolation = {1},  cost = { }, },
            [4] = {6, 30, 90, 25, 1, levelRequirement = 65, statInterpolation = {1},  cost = { }, },
            [5] = {7, 30, 90, 25, 1, levelRequirement = 69, statInterpolation = {1},  cost = { }, },
            [6] = {8, 30, 90, 25, 1, levelRequirement = 73, statInterpolation = {1},  cost = { }, },
            [7] = {9, 30, 90, 25, 1, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
            [8] = {10, 30, 90, 25, 1, levelRequirement = 78, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SeaWitchSummonSeaWitchInvasion"] = {
        name = "SeaWitchSummonSeaWitchInvasion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
        },
        levels = {
            [1] = {2, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SeawitchWaveGeometrySpellInvasion"] = {
        name = "SeawitchWaveGeometrySpellInvasion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.9,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -60, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster dropped item quantity +% [300]
    monster dropped item rarity +% [800]
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • grant actor scale +% to aura owner on death [1]
    grant attack speed +% to aura owner on death [1]
    grant cast speed +% to aura owner on death [1]
    grant damage reduction % to aura owner on death [1]
    soul is consumed on death [1]
    IdMonsterImplicitNemesisSoulEaterInvasion
    NameПожиратель душ
    FamilyMonsterNemesis
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 1 Max: 1 Global
  • grant actor scale +% to aura owner on death Min: 1 Max: 1 Global
  • grant attack speed +% to aura owner on death Min: 1 Max: 1 Global
  • grant damage reduction % to aura owner on death Min: 1 Max: 1 Global
  • Craft Tagsattack caster speed aura
    Пожиратель душ
    Радиус: 30
    Пожиратель душ
    grant actor scale +% to aura owner on death [1]
    grant attack speed +% to aura owner on death [1]
    grant cast speed +% to aura owner on death [1]
    grant damage reduction % to aura owner on death [1]
    soul is consumed on death [1]
    Soul Eater
    50% повышение скорости передвижения
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 Global
  • Craft Tagsspeed
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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