Шаман козерогов
Зверь
Область: Склон, Лаборатория вечных, Пустота памяти, Фрагмент воспоминаний, Карта ледника, Святилище Ольмека, PvP 1-на-1 — Арена
Род: Козероги
Группа: Приматы
Семейство: Леса
Goatman Shaman
Здоровье
100%
Energy Shield From Life
50%
Ailment Threshold
100%
Сопротивление
75 0 0 0
Damage
150%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
5 ~ 12
Attack Time
1.125 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
GoatmanShaman
Metadata
GoatmanShamanFireball
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
83
Здоровье
32,017
Броня
92,477
Уклонение
7,860
Энергетический щит
7,660
Damage
1,351
Урон от чар
1,351
Точность
518
Attack Time
1.125
Опыт
13,132
Ailment Threshold
32,017
Chill
101
Shock
101
Brittle
573
Scorch
101
Sap
280
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MonsterFireballContactPos
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Огненный шар
Шанс критического удара: 6%
Время применения: 1.33 сек.
Герой бросает в указанную точку огненный шар, который взрывается и наносит урон врагам поблизости.
Наносит от 3855 до 5981 урона от огня
Базовый радиус равен 0.9 м
base is projectile [1]
maintain projectile direction when using contact position [1]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
Базовый радиус равен 0.9 м
base is projectile [1]
maintain projectile direction when using contact position [1]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
GoatmanMoltenShell
Spell, Damage, Area, Duration, Totemable, TotemCastsWhenNotDetached, Triggerable, Fire, Instant, AreaSpell, Physical, Cooldown
Расплавленный панцирь
Шанс критического удара: 5%
Время применения: 1.17 сек.
Перезарядка: 7.5 сек.
Герой создаёт огненные щиты, которые на некоторое время увеличивают его броню. Если суммарный предотвращённый бронёй или блоком физический урон превышает определённый порог, щиты взрываются, нанося урон от огня ближайшим врагам.
Ваши удары всегда накладывают поджог
Базовая длительность - 5 секунд(-ы)
Наносит от 3046 до 4569 урона от огня
Щиты ломаются после поглощения 4334 урона
19399 дополнительной брони
active skill area of effect radius +% final [54]
is area damage [1]
molten shell expire after x hits [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 3046 до 4569 урона от огня
Щиты ломаются после поглощения 4334 урона
19399 дополнительной брони
active skill area of effect radius +% final [54]
is area damage [1]
molten shell expire after x hits [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 1080–1621
Шанс критического удара: 5%
Attack Time: 1.125 сек.
Герой наносит обычный удар.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
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/GoatmanShamanFireball"] = { name = "Goatman Shaman", life = 1, energyShield = 0.5, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.125, attackRange = 12, accuracy = 1, weaponType1 = "Staff", skillList = { "MonsterFireballContactPos", "MeleeAtAnimationSpeed", "GoatmanMoltenShell", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterFireballContactPos"] = { 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 = 1.33, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "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, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {1.9400000572205, 3.0099999904633, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoatmanMoltenShell"] = { name = "Molten Shell", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Summons fiery elemental shields providing additional armour for a short duration. If cumulative physical damage prevented by your blocking or armour reaches a threshold, the shields explode outwards, dealing fire damage to surrounding enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.TotemCastsWhenNotDetached] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.17, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "fire_shield_damage_threshold", "base_physical_damage_reduction_rating", "active_skill_area_of_effect_radius_+%_final", "molten_shell_expire_after_x_hits", "base_skill_effect_duration", "is_area_damage", "always_ignite", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, 335, 54, 1, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 25, 649, 54, 1, 5000, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 36, 1000, 54, 1, 5000, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, 49, 1633, 54, 1, 5000, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [5] = {0.80000001192093, 1.2000000476837, 64, 2075, 54, 1, 5000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [6] = {0.80000001192093, 1.2000000476837, 91, 2573, 54, 1, 5000, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [7] = {0.80000001192093, 1.2000000476837, 116, 3094, 54, 1, 5000, critChance = 5, levelRequirement = 22, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [8] = {0.80000001192093, 1.2000000476837, 160, 3641, 54, 1, 5000, critChance = 5, levelRequirement = 26, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [9] = {0.80000001192093, 1.2000000476837, 209, 4352, 54, 1, 5000, critChance = 5, levelRequirement = 30, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [10] = {0.80000001192093, 1.2000000476837, 315, 5313, 54, 1, 5000, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [11] = {0.80000001192093, 1.2000000476837, 374, 5890, 54, 1, 5000, critChance = 5, levelRequirement = 39, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [12] = {0.80000001192093, 1.2000000476837, 377, 6189, 54, 1, 5000, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [13] = {0.80000001192093, 1.2000000476837, 565, 7030, 54, 1, 5000, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [14] = {0.80000001192093, 1.2000000476837, 752, 7870, 54, 1, 5000, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [15] = {0.80000001192093, 1.2000000476837, 1194, 9159, 54, 1, 5000, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [16] = {0.80000001192093, 1.2000000476837, 1403, 9867, 54, 1, 5000, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [17] = {0.80000001192093, 1.2000000476837, 2091, 11090, 54, 1, 5000, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [18] = {0.80000001192093, 1.2000000476837, 2211, 11524, 54, 1, 5000, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [19] = {0.80000001192093, 1.2000000476837, 2334, 11966, 54, 1, 5000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [20] = {0.80000001192093, 1.2000000476837, 2456, 12428, 54, 1, 5000, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [21] = {0.80000001192093, 1.2000000476837, 2579, 12894, 54, 1, 5000, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [22] = {0.80000001192093, 1.2000000476837, 2746, 13369, 54, 1, 5000, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [23] = {0.80000001192093, 1.2000000476837, 2912, 13857, 54, 1, 5000, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [24] = {0.80000001192093, 1.2000000476837, 3074, 14358, 54, 1, 5000, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [25] = {0.80000001192093, 1.2000000476837, 3237, 14875, 54, 1, 5000, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [26] = {0.80000001192093, 1.2000000476837, 3397, 15397, 54, 1, 5000, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [27] = {0.80000001192093, 1.2000000476837, 3552, 15931, 54, 1, 5000, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [28] = {0.80000001192093, 1.2000000476837, 3703, 16480, 54, 1, 5000, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [29] = {0.80000001192093, 1.2000000476837, 3847, 17039, 54, 1, 5000, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [30] = {0.80000001192093, 1.2000000476837, 3981, 17613, 54, 1, 5000, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [31] = {0.80000001192093, 1.2000000476837, 4110, 18195, 54, 1, 5000, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [32] = {0.80000001192093, 1.2000000476837, 4230, 18790, 54, 1, 5000, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [33] = {0.80000001192093, 1.2000000476837, 4334, 19399, 54, 1, 5000, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
Шаман козерогов
Зверь
50% снижение скорости сотворения чар
Goatman Shaman
Spectre | Y |
---|---|
Tags | beast, bludgeoning_weapon, Чародейский, fire_affinity, goatman, has_staff, has_two_handed_melee, humanoid, light_armour, mammal_beast, medium_height, not_dex, not_str, ranged, red_blood, slow_movement |
Здоровье
100%
Energy Shield From Life
50%
Ailment Threshold
100%
Сопротивление
75 0 0 0
Damage
150%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
5 ~ 12
Attack Time
1.125 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
GoatmanShaman
Metadata
GoatmanShamanFireball2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
6,433
Броня
28,790
Уклонение
4,739
Энергетический щит
3,064
Damage
560
Урон от чар
560
Точность
290
Attack Time
1.125
Опыт
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MonsterFireballRepeat
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Огненный шар
Шанс критического удара: 6%
Время применения: 0.85 сек.
Герой бросает в указанную точку огненный шар, который взрывается и наносит урон врагам поблизости.
Умения повторяются ещё 2 раз(-а)
Наносит от 1027 до 1593 урона от огня
На 100% больше скорости сотворения чар
Базовый радиус равен 0.9 м
base is projectile [1]
spell maximum action distance +% [-50]
Наносит от 1027 до 1593 урона от огня
На 100% больше скорости сотворения чар
Базовый радиус равен 0.9 м
base is projectile [1]
spell maximum action distance +% [-50]
GoatmanMoltenShell
Spell, Damage, Area, Duration, Totemable, TotemCastsWhenNotDetached, Triggerable, Fire, Instant, AreaSpell, Physical, Cooldown
Расплавленный панцирь
Шанс критического удара: 5%
Время применения: 1.17 сек.
Перезарядка: 7.5 сек.
Герой создаёт огненные щиты, которые на некоторое время увеличивают его броню. Если суммарный предотвращённый бронёй или блоком физический урон превышает определённый порог, щиты взрываются, нанося урон от огня ближайшим врагам.
Ваши удары всегда накладывают поджог
Базовая длительность - 5 секунд(-ы)
Наносит от 1741 до 2611 урона от огня
Щиты ломаются после поглощения 2334 урона
11966 дополнительной брони
active skill area of effect radius +% final [54]
is area damage [1]
molten shell expire after x hits [1]
Базовая длительность - 5 секунд(-ы)
Наносит от 1741 до 2611 урона от огня
Щиты ломаются после поглощения 2334 урона
11966 дополнительной брони
active skill area of effect radius +% final [54]
is area damage [1]
molten shell expire after x hits [1]
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/GoatmanShamanFireball2"] = { name = "Goatman Shaman", life = 1, energyShield = 0.5, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.125, attackRange = 12, accuracy = 1, weaponType1 = "Staff", skillList = { "MonsterFireballRepeat", "GoatmanMoltenShell", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterFireballRepeat"] = { 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", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1, 75, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {1.9400000572205, 3.0099999904633, 2, 100, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoatmanMoltenShell"] = { name = "Molten Shell", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Summons fiery elemental shields providing additional armour for a short duration. If cumulative physical damage prevented by your blocking or armour reaches a threshold, the shields explode outwards, dealing fire damage to surrounding enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.TotemCastsWhenNotDetached] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.17, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "fire_shield_damage_threshold", "base_physical_damage_reduction_rating", "active_skill_area_of_effect_radius_+%_final", "molten_shell_expire_after_x_hits", "base_skill_effect_duration", "is_area_damage", "always_ignite", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, 335, 54, 1, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 25, 649, 54, 1, 5000, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 36, 1000, 54, 1, 5000, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, 49, 1633, 54, 1, 5000, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [5] = {0.80000001192093, 1.2000000476837, 64, 2075, 54, 1, 5000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [6] = {0.80000001192093, 1.2000000476837, 91, 2573, 54, 1, 5000, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [7] = {0.80000001192093, 1.2000000476837, 116, 3094, 54, 1, 5000, critChance = 5, levelRequirement = 22, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [8] = {0.80000001192093, 1.2000000476837, 160, 3641, 54, 1, 5000, critChance = 5, levelRequirement = 26, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [9] = {0.80000001192093, 1.2000000476837, 209, 4352, 54, 1, 5000, critChance = 5, levelRequirement = 30, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [10] = {0.80000001192093, 1.2000000476837, 315, 5313, 54, 1, 5000, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [11] = {0.80000001192093, 1.2000000476837, 374, 5890, 54, 1, 5000, critChance = 5, levelRequirement = 39, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [12] = {0.80000001192093, 1.2000000476837, 377, 6189, 54, 1, 5000, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [13] = {0.80000001192093, 1.2000000476837, 565, 7030, 54, 1, 5000, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [14] = {0.80000001192093, 1.2000000476837, 752, 7870, 54, 1, 5000, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [15] = {0.80000001192093, 1.2000000476837, 1194, 9159, 54, 1, 5000, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [16] = {0.80000001192093, 1.2000000476837, 1403, 9867, 54, 1, 5000, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [17] = {0.80000001192093, 1.2000000476837, 2091, 11090, 54, 1, 5000, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [18] = {0.80000001192093, 1.2000000476837, 2211, 11524, 54, 1, 5000, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [19] = {0.80000001192093, 1.2000000476837, 2334, 11966, 54, 1, 5000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [20] = {0.80000001192093, 1.2000000476837, 2456, 12428, 54, 1, 5000, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [21] = {0.80000001192093, 1.2000000476837, 2579, 12894, 54, 1, 5000, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [22] = {0.80000001192093, 1.2000000476837, 2746, 13369, 54, 1, 5000, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [23] = {0.80000001192093, 1.2000000476837, 2912, 13857, 54, 1, 5000, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [24] = {0.80000001192093, 1.2000000476837, 3074, 14358, 54, 1, 5000, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [25] = {0.80000001192093, 1.2000000476837, 3237, 14875, 54, 1, 5000, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [26] = {0.80000001192093, 1.2000000476837, 3397, 15397, 54, 1, 5000, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [27] = {0.80000001192093, 1.2000000476837, 3552, 15931, 54, 1, 5000, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [28] = {0.80000001192093, 1.2000000476837, 3703, 16480, 54, 1, 5000, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [29] = {0.80000001192093, 1.2000000476837, 3847, 17039, 54, 1, 5000, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [30] = {0.80000001192093, 1.2000000476837, 3981, 17613, 54, 1, 5000, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [31] = {0.80000001192093, 1.2000000476837, 4110, 18195, 54, 1, 5000, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [32] = {0.80000001192093, 1.2000000476837, 4230, 18790, 54, 1, 5000, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [33] = {0.80000001192093, 1.2000000476837, 4334, 19399, 54, 1, 5000, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
50% снижение скорости сотворения чар
Id | MonsterGoatmanShamanCastSpeed |
---|---|
Family | IncreasedCastSpeed |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats | |
Adds Tags | has_caster_mod |
Craft Tags | caster speed |