Шиак, Собиратель туч
Зверь
+2 к максимальному количеству установленных тотемов
monster dropped item rarity +% [0]
50% повышение скорости передвижения
35% повышение скорости сотворения чар
500% увеличение здоровья тотема
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
monster no map drops [1]
kill traps mines and totems on death [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Sheaq, Maker of Floods
SpectreN
Tagsbeast, bludgeoning_weapon, Чародейский, fire_affinity, goatman, has_staff, has_two_handed_melee, humanoid, light_armour, lightning_affinity, mammal_beast, medium_height, not_dex, not_str, ranged, red_blood, slow_movement
Здоровье
220%
Energy Shield From Life
50%
Ailment Threshold
220%
Сопротивление
30 30 30 20
Damage
140%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
5 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
143%
Type
GoatmanShamanBossSideArea
Metadata
GoatmanShamanBossSideArea
Уровень
68
Здоровье
14,153
Броня
28,790
Уклонение
4,739
Энерг. щит
3,064
Damage
523
Урон от чар
523
Точность
290
Attack Time
1.5
Опыт
20,510
Ailment Threshold
14,153
Chill
45
Shock
45
Brittle
253
Scorch
45
Sap
124
MonsterFireballGoatmanBoss
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Огненный шар
Шанс критического удара: 6%
Время применения: 0.85 сек.
Перезарядка: 7.5 сек.
Герой бросает в указанную точку огненный шар, который взрывается и наносит урон врагам поблизости.
Умения повторяются ещё 5 раз(-а)
Наносит от 213.9 до 320.8 урона от огня
На 250% больше скорости сотворения чар
Выпускает дополнительных снарядов: 4
Базовый радиус - 0.9 м
base is projectile [1]
maintain projectile direction when using contact position [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
use scaled contact offset [1]
MonsterSparkGoatmanBoss
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Искра
Шанс критического удара: 5%
Эффективность добавленного урона: 50%
Время применения: 0.65 сек.
Герой выпускает искры, которые движутся в случайном направлении, пока не попадут во врага или не истечёт время их существования.
Наносит от 124.6 до 373.9 урона от молнии
Базовая длительность - 1.2 секунд(-ы)
Выпускает дополнительных снарядов: 9
Выпускает снаряды по кругу
100% повышение скорости снаряда
base is projectile [1]
MonsterShockNovaTotem
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
Кольцо молний
Шанс критического удара: 3%
Время применения: 0.75 сек.
Герой создаёт расходящееся от него кольцо молний, которое наносит урон оказавшимся на пути врагам. Если противники оказались внутри кольца, они не получают урон.
Наносит от 84.66 до 254 урона от молнии
Время существования тотема 7 секунд(-ы)
Устанавливает тотем, который использует это умение
active skill area of effect radius +% final [50]
base active skill totem level [68]
base skill is totemified [1]
base totem range [160]
is area damage [1]
number of totems summoned in formation [3]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
}

Monster
{
	flip_enabled = true
}

StateMachine
{
	define_shared_state = "epk;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.3
}

Animated
{
	on_event_leave_ground_for_leap = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
	on_event_leave_ground_for_leap_staff = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
}

StateMachine
{
	on_or_create_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Goatman/GoatmanShamanBossSideArea"] = {
    name = "Sheaq, Maker of Floods",
    life = 2.2,
    energyShield = 0.5,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 13,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "MonsterFireballGoatmanBoss",
        "MonsterSparkGoatmanBoss",
        "MonsterShockNovaTotem",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFireballGoatmanBoss"] = {
    name = "Fireball",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [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.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "skill_repeat_count",
        "active_skill_cast_speed_+%_final",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3, 75, 30, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 3, 75, 2, 30, 9, critChance = 6, levelRequirement = 30, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 4, 150, 2, 30, 9, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 5, 250, 2, 30, 9, critChance = 6, levelRequirement = 52, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 5, 250, 4, 30, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSparkGoatmanBoss"] = {
    name = "Spark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_additional_projectiles",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 2, 1200, 100, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.5, 1.5, 3, 1200, 100, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.5, 1.5, 9, 1200, 100, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterShockNovaTotem"] = {
    name = "Shock Nova",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts a shocking ring of lightning which deals damage to monsters it touches. Monsters in the centre of the ring receive no damage.",
    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.Lightning] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        area = true,
        spell = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_active_skill_totem_level",
        "number_of_totems_summoned_in_formation",
        "base_totem_duration",
        "base_totem_range",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "is_totem",
        "base_skill_is_totemified",
    },
    levels = {
        [1] = {0.5, 1.5, 4, 1, 7000, 160, 50, critChance = 3, levelRequirement = 4, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.5, 1.5, 8, 1, 7000, 160, 50, critChance = 3, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.5, 1.5, 11, 1, 7000, 160, 50, critChance = 3, levelRequirement = 11, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [4] = {0.5, 1.5, 12, 1, 7000, 160, 50, critChance = 3, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [5] = {0.5, 1.5, 17, 1, 7000, 160, 50, critChance = 3, levelRequirement = 17, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [6] = {0.5, 1.5, 22, 1, 7000, 160, 50, critChance = 3, levelRequirement = 22, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [7] = {0.5, 1.5, 29, 1, 7000, 160, 50, critChance = 3, levelRequirement = 29, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [8] = {0.5, 1.5, 31, 1, 7000, 160, 50, critChance = 3, levelRequirement = 31, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [9] = {0.5, 1.5, 35, 2, 7000, 160, 50, critChance = 3, levelRequirement = 35, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [10] = {0.5, 1.5, 37, 2, 7000, 160, 50, critChance = 3, levelRequirement = 37, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [11] = {0.5, 1.5, 40, 2, 7000, 160, 50, critChance = 3, levelRequirement = 40, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [12] = {0.5, 1.5, 45, 2, 7000, 160, 50, critChance = 3, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [13] = {0.5, 1.5, 50, 2, 7000, 160, 50, critChance = 3, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [14] = {0.5, 1.5, 53, 2, 7000, 160, 50, critChance = 3, levelRequirement = 53, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [15] = {0.5, 1.5, 58, 2, 7000, 160, 50, critChance = 3, levelRequirement = 58, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [16] = {0.5, 1.5, 65, 2, 7000, 160, 50, critChance = 3, levelRequirement = 65, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [17] = {0.5, 1.5, 66, 3, 7000, 160, 50, critChance = 3, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [18] = {0.5, 1.5, 67, 3, 7000, 160, 50, critChance = 3, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [19] = {0.5, 1.5, 68, 3, 7000, 160, 50, critChance = 3, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [20] = {0.5, 1.5, 69, 3, 7000, 160, 50, critChance = 3, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [21] = {0.5, 1.5, 70, 3, 7000, 160, 50, critChance = 3, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [22] = {0.5, 1.5, 71, 3, 7000, 160, 50, critChance = 3, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [23] = {0.5, 1.5, 72, 3, 7000, 160, 50, critChance = 3, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [24] = {0.5, 1.5, 73, 3, 7000, 160, 50, critChance = 3, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [25] = {0.5, 1.5, 74, 3, 7000, 160, 50, critChance = 3, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [26] = {0.5, 1.5, 75, 3, 7000, 160, 50, critChance = 3, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [27] = {0.5, 1.5, 76, 3, 7000, 160, 50, critChance = 3, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [28] = {0.5, 1.5, 77, 3, 7000, 160, 50, critChance = 3, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [29] = {0.5, 1.5, 78, 3, 7000, 160, 50, critChance = 3, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [30] = {0.5, 1.5, 79, 3, 7000, 160, 50, critChance = 3, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [31] = {0.5, 1.5, 80, 3, 7000, 160, 50, critChance = 3, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [32] = {0.5, 1.5, 81, 3, 7000, 160, 50, critChance = 3, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [33] = {0.5, 1.5, 82, 3, 7000, 160, 50, critChance = 3, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
+2 к максимальному количеству установленных тотемов
IdMonsterTwoAdditionalTotems
FamilyAdditionalTotems
Domainsмонстр (3)
GenerationTypeУникальный (3)
Req. level1
Stats
  • number of additional totems allowed Min: 2 Max: 2 Global
  • monster dropped item rarity +% [0]
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • 50% повышение скорости передвижения
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 Global
  • Craft Tagsspeed
    35% повышение скорости сотворения чар
    IdMonsterImplicitFastCast1
    FamilyIncreasedCastSpeed
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base cast speed +% Min: 35 Max: 35 Global
  • Craft Tagscaster speed
    500% увеличение здоровья тотема
    IdMonsterTotemLifeBoss
    FamilyIncreasedTotemLife
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • totem life +% Min: 500 Max: 500 Global
  • Craft Tagsresource life
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    IdMonsterInvasionMercilessDrops2
    FamilyMonsterMercilessDrops
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 750 Max: 750 Global
  • monster additional quantity of dropped items in cruel +% Min: 500 Max: 500 Global
  • monster additional rarity of dropped items in merciless +% Min: 1500 Max: 1500 Global
  • monster additional quantity of dropped items in merciless +% Min: 1000 Max: 1000 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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
    Шиак, Собиратель туч
    Зверь
    Группа: Приматы
    Семейство: Леса
    +2 к максимальному количеству установленных тотемов
    monster dropped item rarity +% [0]
    50% повышение скорости передвижения
    35% повышение скорости сотворения чар
    500% увеличение здоровья тотема
    monster no map drops [1]
    kill traps mines and totems on death [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    Sheaq, Maker of Floods
    SpectreN
    AreaДалёкое ущелье, Далёкое ущелье
    Tagsbeast, bludgeoning_weapon, Чародейский, fire_affinity, goatman, has_staff, has_two_handed_melee, humanoid, light_armour, lightning_affinity, mammal_beast, medium_height, not_dex, not_str, ranged, red_blood, slow_movement, vaalsidearea_boss
    Здоровье
    220%
    Energy Shield From Life
    50%
    Ailment Threshold
    220%
    Сопротивление
    30 30 30 20
    Damage
    140%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    200%
    Model Size
    143%
    Type
    GoatmanShamanBossSideAreaLowbie
    Metadata
    GoatmanShamanBossSideAreaLowbie
    Уровень
    68
    Здоровье
    14,153
    Броня
    28,790
    Уклонение
    4,739
    Энерг. щит
    3,064
    Damage
    523
    Урон от чар
    523
    Точность
    290
    Attack Time
    1.5
    Опыт
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    MonsterFireballGoatmanBoss
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Огненный шар
    Шанс критического удара: 6%
    Время применения: 0.85 сек.
    Перезарядка: 7.5 сек.
    Герой бросает в указанную точку огненный шар, который взрывается и наносит урон врагам поблизости.
    Умения повторяются ещё 5 раз(-а)
    Наносит от 213.9 до 320.8 урона от огня
    На 250% больше скорости сотворения чар
    Выпускает дополнительных снарядов: 4
    Базовый радиус - 0.9 м
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster reverse point blank damage -% at minimum range [30]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MonsterSparkGoatmanBoss
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Искра
    Шанс критического удара: 5%
    Эффективность добавленного урона: 50%
    Время применения: 0.65 сек.
    Герой выпускает искры, которые движутся в случайном направлении, пока не попадут во врага или не истечёт время их существования.
    Наносит от 124.6 до 373.9 урона от молнии
    Базовая длительность - 1.2 секунд(-ы)
    Выпускает дополнительных снарядов: 9
    Выпускает снаряды по кругу
    100% повышение скорости снаряда
    base is projectile [1]
    MonsterShockNovaTotem
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
    Кольцо молний
    Шанс критического удара: 3%
    Время применения: 0.75 сек.
    Герой создаёт расходящееся от него кольцо молний, которое наносит урон оказавшимся на пути врагам. Если противники оказались внутри кольца, они не получают урон.
    Наносит от 84.66 до 254 урона от молнии
    Время существования тотема 7 секунд(-ы)
    Устанавливает тотем, который использует это умение
    active skill area of effect radius +% final [50]
    base active skill totem level [68]
    base skill is totemified [1]
    base totem range [160]
    is area damage [1]
    number of totems summoned in formation [3]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Monster
    {
    	flip_enabled = true
    }
    
    StateMachine
    {
    	define_shared_state = "epk;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_event_leave_ground_for_leap = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    	on_event_leave_ground_for_leap_staff = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    }
    
    StateMachine
    {
    	on_or_create_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/GoatmanShamanBossSideAreaLowbie"] = {
        name = "Sheaq, Maker of Floods",
        life = 2.2,
        energyShield = 0.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "MonsterFireballGoatmanBoss",
            "MonsterSparkGoatmanBoss",
            "MonsterShockNovaTotem",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterFireballGoatmanBoss"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [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.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "skill_repeat_count",
            "active_skill_cast_speed_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3, 75, 30, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 3, 75, 2, 30, 9, critChance = 6, levelRequirement = 30, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 4, 150, 2, 30, 9, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 5, 250, 2, 30, 9, critChance = 6, levelRequirement = 52, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 5, 250, 4, 30, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterSparkGoatmanBoss"] = {
        name = "Spark",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_additional_projectiles",
            "base_skill_effect_duration",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 2, 1200, 100, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, 3, 1200, 100, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, 9, 1200, 100, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterShockNovaTotem"] = {
        name = "Shock Nova",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts a shocking ring of lightning which deals damage to monsters it touches. Monsters in the centre of the ring receive no damage.",
        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.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            area = true,
            spell = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_active_skill_totem_level",
            "number_of_totems_summoned_in_formation",
            "base_totem_duration",
            "base_totem_range",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "is_totem",
            "base_skill_is_totemified",
        },
        levels = {
            [1] = {0.5, 1.5, 4, 1, 7000, 160, 50, critChance = 3, levelRequirement = 4, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.5, 1.5, 8, 1, 7000, 160, 50, critChance = 3, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.5, 1.5, 11, 1, 7000, 160, 50, critChance = 3, levelRequirement = 11, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [4] = {0.5, 1.5, 12, 1, 7000, 160, 50, critChance = 3, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [5] = {0.5, 1.5, 17, 1, 7000, 160, 50, critChance = 3, levelRequirement = 17, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [6] = {0.5, 1.5, 22, 1, 7000, 160, 50, critChance = 3, levelRequirement = 22, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [7] = {0.5, 1.5, 29, 1, 7000, 160, 50, critChance = 3, levelRequirement = 29, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [8] = {0.5, 1.5, 31, 1, 7000, 160, 50, critChance = 3, levelRequirement = 31, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [9] = {0.5, 1.5, 35, 2, 7000, 160, 50, critChance = 3, levelRequirement = 35, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [10] = {0.5, 1.5, 37, 2, 7000, 160, 50, critChance = 3, levelRequirement = 37, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [11] = {0.5, 1.5, 40, 2, 7000, 160, 50, critChance = 3, levelRequirement = 40, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [12] = {0.5, 1.5, 45, 2, 7000, 160, 50, critChance = 3, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [13] = {0.5, 1.5, 50, 2, 7000, 160, 50, critChance = 3, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [14] = {0.5, 1.5, 53, 2, 7000, 160, 50, critChance = 3, levelRequirement = 53, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [15] = {0.5, 1.5, 58, 2, 7000, 160, 50, critChance = 3, levelRequirement = 58, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [16] = {0.5, 1.5, 65, 2, 7000, 160, 50, critChance = 3, levelRequirement = 65, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [17] = {0.5, 1.5, 66, 3, 7000, 160, 50, critChance = 3, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [18] = {0.5, 1.5, 67, 3, 7000, 160, 50, critChance = 3, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [19] = {0.5, 1.5, 68, 3, 7000, 160, 50, critChance = 3, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [20] = {0.5, 1.5, 69, 3, 7000, 160, 50, critChance = 3, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [21] = {0.5, 1.5, 70, 3, 7000, 160, 50, critChance = 3, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [22] = {0.5, 1.5, 71, 3, 7000, 160, 50, critChance = 3, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [23] = {0.5, 1.5, 72, 3, 7000, 160, 50, critChance = 3, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [24] = {0.5, 1.5, 73, 3, 7000, 160, 50, critChance = 3, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [25] = {0.5, 1.5, 74, 3, 7000, 160, 50, critChance = 3, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [26] = {0.5, 1.5, 75, 3, 7000, 160, 50, critChance = 3, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [27] = {0.5, 1.5, 76, 3, 7000, 160, 50, critChance = 3, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [28] = {0.5, 1.5, 77, 3, 7000, 160, 50, critChance = 3, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [29] = {0.5, 1.5, 78, 3, 7000, 160, 50, critChance = 3, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [30] = {0.5, 1.5, 79, 3, 7000, 160, 50, critChance = 3, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [31] = {0.5, 1.5, 80, 3, 7000, 160, 50, critChance = 3, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [32] = {0.5, 1.5, 81, 3, 7000, 160, 50, critChance = 3, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [33] = {0.5, 1.5, 82, 3, 7000, 160, 50, critChance = 3, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    +2 к максимальному количеству установленных тотемов
    IdMonsterTwoAdditionalTotems
    FamilyAdditionalTotems
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 2 Max: 2 Global
  • monster dropped item rarity +% [0]
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • 50% повышение скорости передвижения
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 Global
  • Craft Tagsspeed
    35% повышение скорости сотворения чар
    IdMonsterImplicitFastCast1
    FamilyIncreasedCastSpeed
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base cast speed +% Min: 35 Max: 35 Global
  • Craft Tagscaster speed
    500% увеличение здоровья тотема
    IdMonsterTotemLifeBoss
    FamilyIncreasedTotemLife
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • totem life +% Min: 500 Max: 500 Global
  • Craft Tagsresource life
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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
    Шиак, Собиратель туч
    Зверь
    Область: InvasionBoss
    Группа: Приматы
    Семейство: Леса
    +2 к максимальному количеству установленных тотемов
    monster dropped item rarity +% [0]
    50% повышение скорости передвижения
    35% повышение скорости сотворения чар
    500% увеличение здоровья тотема
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    monster no map drops [1]
    monster is invasion boss [1]
    kill traps mines and totems on death [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    Sheaq, Maker of Floods
    SpectreN
    AreaInvasionBoss
    End Game50% увеличение максимума здоровья
    Tagsbeast, bludgeoning_weapon, Чародейский, fire_affinity, goatman, has_staff, has_two_handed_melee, humanoid, invasion_boss, light_armour, lightning_affinity, mammal_beast, medium_height, not_dex, not_str, ranged, red_blood, slow_movement
    Packs
  • InvasionBoss: Шиак, Собиратель туч, Козерог
  • Здоровье
    220%
    Energy Shield From Life
    50%
    Ailment Threshold
    220%
    Сопротивление
    30 30 30 20
    Damage
    140%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    5 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    200%
    Model Size
    143%
    Type
    GoatmanShamanBossSideArea
    Metadata
    GoatmanShamanBossSideAreaInvasion
    Уровень
    68
    Здоровье
    14,153
    Броня
    28,790
    Уклонение
    4,739
    Энерг. щит
    3,064
    Damage
    523
    Урон от чар
    523
    Точность
    290
    Attack Time
    1.5
    Опыт
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    MonsterFireballGoatmanBoss
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Огненный шар
    Шанс критического удара: 6%
    Время применения: 0.85 сек.
    Перезарядка: 7.5 сек.
    Герой бросает в указанную точку огненный шар, который взрывается и наносит урон врагам поблизости.
    Умения повторяются ещё 5 раз(-а)
    Наносит от 213.9 до 320.8 урона от огня
    На 250% больше скорости сотворения чар
    Выпускает дополнительных снарядов: 4
    Базовый радиус - 0.9 м
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster reverse point blank damage -% at minimum range [30]
    projectile uses contact position [1]
    use scaled contact offset [1]
    MonsterSparkGoatmanBoss
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Искра
    Шанс критического удара: 5%
    Эффективность добавленного урона: 50%
    Время применения: 0.65 сек.
    Герой выпускает искры, которые движутся в случайном направлении, пока не попадут во врага или не истечёт время их существования.
    Наносит от 124.6 до 373.9 урона от молнии
    Базовая длительность - 1.2 секунд(-ы)
    Выпускает дополнительных снарядов: 9
    Выпускает снаряды по кругу
    100% повышение скорости снаряда
    base is projectile [1]
    MonsterShockNovaTotem
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
    Кольцо молний
    Шанс критического удара: 3%
    Время применения: 0.75 сек.
    Герой создаёт расходящееся от него кольцо молний, которое наносит урон оказавшимся на пути врагам. Если противники оказались внутри кольца, они не получают урон.
    Наносит от 84.66 до 254 урона от молнии
    Время существования тотема 7 секунд(-ы)
    Устанавливает тотем, который использует это умение
    active skill area of effect radius +% final [50]
    base active skill totem level [68]
    base skill is totemified [1]
    base totem range [160]
    is area damage [1]
    number of totems summoned in formation [3]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Monster
    {
    	flip_enabled = true
    }
    
    StateMachine
    {
    	define_shared_state = "epk;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_event_leave_ground_for_leap = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    	on_event_leave_ground_for_leap_staff = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );"
    }
    
    StateMachine
    {
    	on_or_create_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goatman/GoatmanShamanBossSideAreaInvasion"] = {
        name = "Sheaq, Maker of Floods",
        life = 2.2,
        energyShield = 0.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "MonsterFireballGoatmanBoss",
            "MonsterSparkGoatmanBoss",
            "MonsterShockNovaTotem",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterFireballGoatmanBoss"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [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.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "skill_repeat_count",
            "active_skill_cast_speed_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3, 75, 30, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 3, 75, 2, 30, 9, critChance = 6, levelRequirement = 30, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 4, 150, 2, 30, 9, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 5, 250, 2, 30, 9, critChance = 6, levelRequirement = 52, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 5, 250, 4, 30, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterSparkGoatmanBoss"] = {
        name = "Spark",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_additional_projectiles",
            "base_skill_effect_duration",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 2, 1200, 100, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, 3, 1200, 100, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, 9, 1200, 100, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterShockNovaTotem"] = {
        name = "Shock Nova",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts a shocking ring of lightning which deals damage to monsters it touches. Monsters in the centre of the ring receive no damage.",
        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.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            area = true,
            spell = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_active_skill_totem_level",
            "number_of_totems_summoned_in_formation",
            "base_totem_duration",
            "base_totem_range",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "is_totem",
            "base_skill_is_totemified",
        },
        levels = {
            [1] = {0.5, 1.5, 4, 1, 7000, 160, 50, critChance = 3, levelRequirement = 4, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.5, 1.5, 8, 1, 7000, 160, 50, critChance = 3, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.5, 1.5, 11, 1, 7000, 160, 50, critChance = 3, levelRequirement = 11, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [4] = {0.5, 1.5, 12, 1, 7000, 160, 50, critChance = 3, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [5] = {0.5, 1.5, 17, 1, 7000, 160, 50, critChance = 3, levelRequirement = 17, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [6] = {0.5, 1.5, 22, 1, 7000, 160, 50, critChance = 3, levelRequirement = 22, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [7] = {0.5, 1.5, 29, 1, 7000, 160, 50, critChance = 3, levelRequirement = 29, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [8] = {0.5, 1.5, 31, 1, 7000, 160, 50, critChance = 3, levelRequirement = 31, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [9] = {0.5, 1.5, 35, 2, 7000, 160, 50, critChance = 3, levelRequirement = 35, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [10] = {0.5, 1.5, 37, 2, 7000, 160, 50, critChance = 3, levelRequirement = 37, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [11] = {0.5, 1.5, 40, 2, 7000, 160, 50, critChance = 3, levelRequirement = 40, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [12] = {0.5, 1.5, 45, 2, 7000, 160, 50, critChance = 3, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [13] = {0.5, 1.5, 50, 2, 7000, 160, 50, critChance = 3, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [14] = {0.5, 1.5, 53, 2, 7000, 160, 50, critChance = 3, levelRequirement = 53, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [15] = {0.5, 1.5, 58, 2, 7000, 160, 50, critChance = 3, levelRequirement = 58, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [16] = {0.5, 1.5, 65, 2, 7000, 160, 50, critChance = 3, levelRequirement = 65, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [17] = {0.5, 1.5, 66, 3, 7000, 160, 50, critChance = 3, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [18] = {0.5, 1.5, 67, 3, 7000, 160, 50, critChance = 3, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [19] = {0.5, 1.5, 68, 3, 7000, 160, 50, critChance = 3, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [20] = {0.5, 1.5, 69, 3, 7000, 160, 50, critChance = 3, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [21] = {0.5, 1.5, 70, 3, 7000, 160, 50, critChance = 3, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [22] = {0.5, 1.5, 71, 3, 7000, 160, 50, critChance = 3, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [23] = {0.5, 1.5, 72, 3, 7000, 160, 50, critChance = 3, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [24] = {0.5, 1.5, 73, 3, 7000, 160, 50, critChance = 3, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [25] = {0.5, 1.5, 74, 3, 7000, 160, 50, critChance = 3, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [26] = {0.5, 1.5, 75, 3, 7000, 160, 50, critChance = 3, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [27] = {0.5, 1.5, 76, 3, 7000, 160, 50, critChance = 3, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [28] = {0.5, 1.5, 77, 3, 7000, 160, 50, critChance = 3, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [29] = {0.5, 1.5, 78, 3, 7000, 160, 50, critChance = 3, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [30] = {0.5, 1.5, 79, 3, 7000, 160, 50, critChance = 3, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [31] = {0.5, 1.5, 80, 3, 7000, 160, 50, critChance = 3, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [32] = {0.5, 1.5, 81, 3, 7000, 160, 50, critChance = 3, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [33] = {0.5, 1.5, 82, 3, 7000, 160, 50, critChance = 3, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    +2 к максимальному количеству установленных тотемов
    IdMonsterTwoAdditionalTotems
    FamilyAdditionalTotems
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 2 Max: 2 Global
  • monster dropped item rarity +% [0]
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • 50% повышение скорости передвижения
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 Global
  • Craft Tagsspeed
    35% повышение скорости сотворения чар
    IdMonsterImplicitFastCast1
    FamilyIncreasedCastSpeed
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base cast speed +% Min: 35 Max: 35 Global
  • Craft Tagscaster speed
    500% увеличение здоровья тотема
    IdMonsterTotemLifeBoss
    FamilyIncreasedTotemLife
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • totem life +% Min: 500 Max: 500 Global
  • Craft Tagsresource life
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    IdMonsterInvasionMercilessDrops2
    FamilyMonsterMercilessDrops
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 750 Max: 750 Global
  • monster additional quantity of dropped items in cruel +% Min: 500 Max: 500 Global
  • monster additional rarity of dropped items in merciless +% Min: 1500 Max: 1500 Global
  • monster additional quantity of dropped items in merciless +% Min: 1000 Max: 1000 Global
  • 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
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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.