MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Воплощение козерога
Зверь
MonsterResistanceIconFire
monster no drops or experience [1]
18% увеличение урона
40% повышение скорости атаки
40% повышение скорости передвижения
25% уменьшение получаемого урона
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Avatar of the Goat
SpectreN
Tagsbeast, bludgeoning_weapon, Чародейский, has_staff, has_two_handed_melee, humanoid, large_height, light_armour, mammal_beast, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood
Здоровье
600%
Уклонение
+5%
Ailment Threshold
600%
Сопротивление
MonsterResistanceIconFire40 MonsterResistanceIconCold0 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
Damage
150%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 7
Attack Time
1.455 Second
Damage Spread
±20%
Опыт
200%
Model Size
140%
Type
GoatmanChimeraBoss
Metadata
GoatmanLeapSlamChimeraBoss
Уровень
68
Здоровье
38,600
Броня
28,790
Уклонение
4,976
Damage
560
Урон от чар
560
Точность
580
Attack Time
1.455
Опыт
20,510
Minion Life
8,373
Minion Damage
447
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
Phys Convert Ele
240%
GoatmanGoreCascadeBoss
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Ледяной каскад
Шанс критического удара: 6%
Эффективность добавленного урона: 80%
Время применения: 0.8 сек.
Перезарядка: 3 сек.
Герой создаёт череду взрывов, каждый из которых поражает врагов в области ледяными шипами.
Наносит от 255.6 до 383.4 физического урона
Вызывает +10 взрыва(-ов)
active skill area of effect radius +% final [-34]
is area damage [1]
Upheaval
ChimeraBloodMortar
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
Ползучая магма
Время применения: 0.7 сек.
Герой выпускает огненный шар, который наносит урон по области при ударе о землю. Шар продолжает отскакивать вперёд и наносит урон несколько раз.
Наносит от 273.8 до 410.7 физического урона
base is projectile [1]
is area damage [1]
FireMortar

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Transitionable
{
	num_states = 3
}

NPC
{
	marker_enabled = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Goatman/GoatmanLeapSlamChimeraBoss"] = {
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Avatar of the Goat",
    life = 6,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 7,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "GoatmanGoreCascadeBoss",
        "ChimeraBloodMortar",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GoatmanGoreCascadeBoss"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "upheaval_number_of_spikes",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChimeraBloodMortar"] = {
    name = "Rolling Magma",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chains] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.7,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domainsмонстр (3)
GenerationTypeУникальные (3)
Req. level1
Stats
  • monster no drops or experience 1 — 1 Global Unscalable Value
  • 18% увеличение урона
    40% повышение скорости атаки
    40% повышение скорости передвижения
    25% уменьшение получаемого урона
    FamilyChimeraMinionFerocity
    Domainsмонстр (3)
    GenerationTypeУникальные (3)
    Req. level1
    Stats
  • damage +% 18 — 18 Global Unscalable Value
  • attack speed +% 40 — 40 Global Unscalable Value
  • base damage taken +% -25 — -25 Global Unscalable Value
  • base movement velocity +% 40 — 40 Global Unscalable Value
  • Craft TagsУрон Атака Скорость
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeУникальные (3)
    Req. level1
    Stats
  • cant touch this 1 — 1 Global Unscalable Value
  • cant possess this 1 — 1 Global Unscalable Value
  • cannot be afflicted 1 — 1 Global Unscalable Value
  • monster no talismans 1 — 1 Global Unscalable Value
  • cannot have azmeri dust 1 — 1 Global Unscalable Value
  • cannot have affliction mods 1 — 1 Global Unscalable Value
  • cannot be tagged by sentinel 1 — 1 Global Unscalable Value
  • Воплощение козерога
    Зверь
    MonsterResistanceIconFire
    monster no drops or experience [1]
    18% увеличение урона
    40% повышение скорости атаки
    40% повышение скорости передвижения
    25% уменьшение получаемого урона
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Avatar of the Goat
    SpectreN
    Tagsbeast, bludgeoning_weapon, Чародейский, has_staff, has_two_handed_melee, humanoid, light_armour, mammal_beast, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood
    Здоровье
    600%
    Уклонение
    +5%
    Ailment Threshold
    600%
    Сопротивление
    MonsterResistanceIconFire40 MonsterResistanceIconCold0 MonsterResistanceIconLightning0 MonsterResistanceIconChaos0
    Damage
    150%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.455 Second
    Damage Spread
    ±20%
    Опыт
    200%
    Model Size
    140%
    Type
    GoatmanChimeraBoss
    Metadata
    GoatmanLeapSlamChimeraBossStandalone
    Уровень
    68
    Здоровье
    38,600
    Броня
    28,790
    Уклонение
    4,976
    Damage
    560
    Урон от чар
    560
    Точность
    580
    Attack Time
    1.455
    Опыт
    20,510
    Minion Life
    8,373
    Minion Damage
    447
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    Phys Convert Ele
    240%
    GoatmanGoreCascadeBoss
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    Ледяной каскад
    Шанс критического удара: 6%
    Эффективность добавленного урона: 80%
    Время применения: 0.8 сек.
    Перезарядка: 3 сек.
    Герой создаёт череду взрывов, каждый из которых поражает врагов в области ледяными шипами.
    Наносит от 255.6 до 383.4 физического урона
    Вызывает +10 взрыва(-ов)
    active skill area of effect radius +% final [-34]
    is area damage [1]
    Upheaval
    ChimeraBloodMortar
    Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
    Ползучая магма
    Время применения: 0.7 сек.
    Герой выпускает огненный шар, который наносит урон по области при ударе о землю. Шар продолжает отскакивать вперёд и наносит урон несколько раз.
    Наносит от 273.8 до 410.7 физического урона
    base is projectile [1]
    is area damage [1]
    FireMortar

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/GoatmanLeapSlamChimeraBossStandalone"] = {
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Avatar of the Goat",
        life = 6,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 7,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "GoatmanGoreCascadeBoss",
            "ChimeraBloodMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoatmanGoreCascadeBoss"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -34, critChance = 6, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChimeraBloodMortar"] = {
        name = "Rolling Magma",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chains] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.7,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsмонстр (3)
    GenerationTypeУникальные (3)
    Req. level1
    Stats
  • monster no drops or experience 1 — 1 Global Unscalable Value
  • 18% увеличение урона
    40% повышение скорости атаки
    40% повышение скорости передвижения
    25% уменьшение получаемого урона
    FamilyChimeraMinionFerocity
    Domainsмонстр (3)
    GenerationTypeУникальные (3)
    Req. level1
    Stats
  • damage +% 18 — 18 Global Unscalable Value
  • attack speed +% 40 — 40 Global Unscalable Value
  • base damage taken +% -25 — -25 Global Unscalable Value
  • base movement velocity +% 40 — 40 Global Unscalable Value
  • Craft TagsУрон Атака Скорость
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeУникальные (3)
    Req. level1
    Stats
  • cant touch this 1 — 1 Global Unscalable Value
  • cant possess this 1 — 1 Global Unscalable Value
  • cannot be afflicted 1 — 1 Global Unscalable Value
  • monster no talismans 1 — 1 Global Unscalable Value
  • cannot have azmeri dust 1 — 1 Global Unscalable Value
  • cannot have affliction mods 1 — 1 Global Unscalable Value
  • cannot be tagged by sentinel 1 — 1 Global Unscalable Value
  • Edit

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