Укреплённый разрушитель
Демон
30% повышение скорости передвижения
cannot have affliction mods [1]
is map boss underling monster [1]
Ironclad Demolisher
SpectreN
Tagsdemon, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, undying
Здоровье
275%
Броня
+50%
Уклонение
+50%
Ailment Threshold
275%
Сопротивление
40 40 40 25
Damage
75%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 9
Attack Time
1.305 Second
Damage Spread
±20%
Опыт
75%
Model Size
115%
Type
GemlingLegionnaireDuelistMap
Metadata
GemlingLegionnaireEarthquakeMap
Уровень
68
Здоровье
17,692
Броня
43,185
Уклонение
7,109
Энергетический щит
0
Damage
280
Урон от чар
280
Точность
290
Attack Time
1.305
Опыт
7,691
Ailment Threshold
17,692
Chill
56
Shock
56
Brittle
316
Scorch
56
Sap
155
GemlingEarthquake1
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Землетрясение
Base Damage: 224–336
Шанс критического удара: 5%
Attack Time: 1.305 сек.
Перезарядка: 4 сек.
Герой сотрясает землю, нанося урон в области и оставляя разлом в земле. После короткого промежутка времени разлом взрывается, выпуская мощную ударную волну. Разломы, созданные до взрыва первоначального разлома, не смогут выпускать ударных волн. Можно использовать с топорами, булавами, скипетрами, посохами или без оружия.
Базовая длительность - 1.75 секунд(-ы)
Ударная волна наносит на +50% больше урона от ударов и состояний
is area damage [1]
GemlingEarthquake2
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Землетрясение
Base Damage: 224–336
Шанс критического удара: 5%
Attack Time: 1.305 сек.
Перезарядка: 8 сек.
Герой сотрясает землю, нанося урон в области и оставляя разлом в земле. После короткого промежутка времени разлом взрывается, выпуская мощную ударную волну. Разломы, созданные до взрыва первоначального разлома, не смогут выпускать ударных волн. Можно использовать с топорами, булавами, скипетрами, посохами или без оружия.
Базовая длительность - 6 секунд(-ы)
Длительность вторичного эффекта: 2.05 секунд
Ударная волна наносит на +50% больше урона от ударов и состояний
active skill area of effect radius +% final [-25]
is area damage [1]
GemlingEarthquake3
Attack, Area, Melee, Damage, Multistrikeable, Duration
Base Damage: 224–336
Шанс критического удара: 5%
Attack Time: 1.305 сек.
Перезарядка: 4 сек.
Наносит на 40% меньше урона
Базовая длительность - 1.75 секунд(-ы)
Длительность вторичного эффекта: 0.25 секунд
Ударная волна наносит на +20% больше урона от ударов и состояний
Вызывает +3 взрыва(-ов)
active skill area of effect radius +% final [-60]
is area damage [1]
GemlingRestoreLife
Spell, Triggerable
Время применения: 1 сек.
Базовая длительность - 5 секунд(-ы)
restore skill life regeneration rate per minute % [1200]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 224–336
Шанс критического удара: 5%
Attack Time: 1.305 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireMap"

Transitionable
{
	num_states = 4
}

Object Type Codes

version 2
extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireMap"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireEarthquakeMap"] = {
    name = "Ironclad Demolisher",
    life = 2.75,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 0.75,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "One Hand Mace",
    skillList = {
        "Melee",
        "GemlingEarthquake1",
        "GemlingEarthquake2",
        "GemlingEarthquake3",
        "GemlingRestoreLife",
    },
    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["GemlingEarthquake1"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1750, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingEarthquake2"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "base_secondary_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {6000, 50, 2050, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingEarthquake3"] = {
    name = "GemlingEarthquake3",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Damage] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "quake_slam_fully_charged_explosion_damage_+%_final",
        "upheaval_number_of_spikes",
        "base_secondary_skill_effect_duration",
        "active_skill_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1750, 20, 3, 250, -40, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingRestoreLife"] = {
    name = "GemlingRestoreLife",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "restore_skill_life_regeneration_rate_per_minute_%",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {1200, 5000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
30% повышение скорости передвижения
IdMonsterImplicitFastRun5
FamilyMovementVelocity
Domainsмонстр (3)
GenerationTypeУникальный (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • is map boss underling monster [1]
    IdDeliriumMapBossUnderling
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • Укреплённый разрушитель
    Демон
    30% повышение скорости передвижения
    cannot have affliction mods [1]
    is map boss underling monster [1]
    Ironclad Demolisher
    SpectreN
    Tagsdemon, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, humanoid, medium_movement, melee, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, undying
    Здоровье
    275%
    Броня
    +50%
    Уклонение
    +50%
    Ailment Threshold
    275%
    Сопротивление
    40 40 40 25
    Damage
    75%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Опыт
    75%
    Model Size
    115%
    Type
    GemlingLegionnaireDuelistMap
    Metadata
    GemlingLegionnaireEarthquakeMapStandalone
    Уровень
    68
    Здоровье
    17,692
    Броня
    43,185
    Уклонение
    7,109
    Энергетический щит
    0
    Damage
    280
    Урон от чар
    280
    Точность
    290
    Attack Time
    1.305
    Опыт
    7,691
    Ailment Threshold
    17,692
    Chill
    56
    Shock
    56
    Brittle
    316
    Scorch
    56
    Sap
    155
    GemlingEarthquake1
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    Землетрясение
    Base Damage: 224–336
    Шанс критического удара: 5%
    Attack Time: 1.305 сек.
    Перезарядка: 4 сек.
    Герой сотрясает землю, нанося урон в области и оставляя разлом в земле. После короткого промежутка времени разлом взрывается, выпуская мощную ударную волну. Разломы, созданные до взрыва первоначального разлома, не смогут выпускать ударных волн. Можно использовать с топорами, булавами, скипетрами, посохами или без оружия.
    Базовая длительность - 1.75 секунд(-ы)
    Ударная волна наносит на +50% больше урона от ударов и состояний
    is area damage [1]
    GemlingEarthquake2
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    Землетрясение
    Base Damage: 224–336
    Шанс критического удара: 5%
    Attack Time: 1.305 сек.
    Перезарядка: 8 сек.
    Герой сотрясает землю, нанося урон в области и оставляя разлом в земле. После короткого промежутка времени разлом взрывается, выпуская мощную ударную волну. Разломы, созданные до взрыва первоначального разлома, не смогут выпускать ударных волн. Можно использовать с топорами, булавами, скипетрами, посохами или без оружия.
    Базовая длительность - 6 секунд(-ы)
    Длительность вторичного эффекта: 2.05 секунд
    Ударная волна наносит на +50% больше урона от ударов и состояний
    active skill area of effect radius +% final [-25]
    is area damage [1]
    GemlingEarthquake3
    Attack, Area, Melee, Damage, Multistrikeable, Duration
    Base Damage: 224–336
    Шанс критического удара: 5%
    Attack Time: 1.305 сек.
    Перезарядка: 4 сек.
    Наносит на 40% меньше урона
    Базовая длительность - 1.75 секунд(-ы)
    Длительность вторичного эффекта: 0.25 секунд
    Ударная волна наносит на +20% больше урона от ударов и состояний
    Вызывает +3 взрыва(-ов)
    active skill area of effect radius +% final [-60]
    is area damage [1]
    GemlingRestoreLife
    Spell, Triggerable
    Время применения: 1 сек.
    Базовая длительность - 5 секунд(-ы)
    restore skill life regeneration rate per minute % [1200]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 224–336
    Шанс критического удара: 5%
    Attack Time: 1.305 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireEarthquakeMapStandalone"] = {
        name = "Ironclad Demolisher",
        life = 2.75,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "Melee",
            "GemlingEarthquake1",
            "GemlingEarthquake2",
            "GemlingEarthquake3",
            "GemlingRestoreLife",
        },
        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["GemlingEarthquake1"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1750, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingEarthquake2"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "base_secondary_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {6000, 50, 2050, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingEarthquake3"] = {
        name = "GemlingEarthquake3",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Damage] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "upheaval_number_of_spikes",
            "base_secondary_skill_effect_duration",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1750, 20, 3, 250, -40, -60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingRestoreLife"] = {
        name = "GemlingRestoreLife",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "restore_skill_life_regeneration_rate_per_minute_%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1200, 5000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% повышение скорости передвижения
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • is map boss underling monster [1]
    IdDeliriumMapBossUnderling
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • Edit

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