Capataz Krow
Overseer Krow
Spectre | N |
---|---|
Area | Las jaulas de los esclavos |
Tags | bludgeoning_weapon, Lanzador de hechizos, flesh_armour, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, large_height, lightning_affinity, medium_movement, not_int, physical_affinity, red_blood, templar |
Vida
400%
Armadura
+25%
Evasión
+25%
Ailment Threshold
400%
Resistencia
0 85 0 0
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.845 Second
Damage Spread
±20%
Experiencia
200%
Model Size
120%
Type
TemplarSlaveDriverBoss
Metadata
TemplarSlaveDriverBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
41
Vida
4,168
Armadura
3,838
Evasión
2,086
Escudo de energía
0
Damage
178
Daño de hechizos
178
Precisión
96
Attack Time
1.845
Experiencia
7,194
Ailment Threshold
4,168
Chill
13
Shock
13
Brittle
75
Scorch
13
Sap
36
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).
SlaverTaunt
Tiempo de recarga: 60 seg
MainHandAttack
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Base Damage: 143–214
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
+1.5 metros al alcance de los golpes cuerpo a cuerpo
OffHandAttack
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Base Damage: 143–214
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
TemplarSlaveDriverBossStormBurst
Spell, Projectile, Damage, Totemable, Lightning, Area, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.35 seg
Tiempo de recarga: 3 seg
Inflige de 43.92 a 65.88 de daño de rayo
Velocidad de lanzamiento de hechizos reducida un 80%
Velocidad de proyectiles reducida un 40%
+300% más de daño en área
active skill area of effect radius +% final [-75]
base is projectile [1]
projectile uses contact position [1]
Velocidad de lanzamiento de hechizos reducida un 80%
Velocidad de proyectiles reducida un 40%
+300% más de daño en área
active skill area of effect radius +% final [-75]
base is projectile [1]
projectile uses contact position [1]
StormWhip
Attack
Base Damage: 143–214
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
Tiempo de recarga: 5 seg
El 60% del daño físico se convierte en daño de rayo
La duración base es de 1 segundos
Dispara 7 proyectiles adicionales
+2.5 metros al alcance de los golpes cuerpo a cuerpo
40% menos de daño de proyectiles
active skill area of effect radius +% final [30]
base is projectile [1]
La duración base es de 1 segundos
Dispara 7 proyectiles adicionales
+2.5 metros al alcance de los golpes cuerpo a cuerpo
40% menos de daño de proyectiles
active skill area of effect radius +% final [30]
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver"
Object Type Codes
version 2 extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver"
-- src\Data\Spectres.lua minions["Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriverBoss"] = { name = "Overseer Krow", life = 4, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.845, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Axe", weaponType2 = "One Hand Mace", skillList = { "MainHandAttack", "OffHandAttack", "SlaverTaunt", "TemplarSlaveDriverBossStormBurst", "StormWhip", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MainHandAttack"] = { name = "MainHandAttack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = 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 = { "melee_weapon_range_+", }, levels = { [1] = {15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OffHandAttack"] = { name = "OffHandAttack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = 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 = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SlaverTaunt"] = { name = "SlaverTaunt", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TemplarSlaveDriverBossStormBurst"] = { name = "TemplarSlaveDriverBossStormBurst", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Damage] = true, [SkillType.Totemable] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.35, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_damage_+%_final", "base_cast_speed_+%", "base_projectile_speed_+%", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 300, -80, -40, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["StormWhip"] = { name = "StormWhip", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_lightning", "number_of_additional_projectiles", "base_skill_effect_duration", "active_skill_projectile_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "melee_range_+", "base_is_projectile", }, levels = { [1] = {60, 7, 1000, -40, 30, 25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Velocidad de movimiento aumentada un 20%
Id | MonsterImplicitFastRun4 |
---|---|
Family | MovementVelocity |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Capataz Krow
Humanoide
Velocidad de movimiento aumentada un 20%
Overseer Krow
Spectre | N |
---|---|
Tags | bludgeoning_weapon, Lanzador de hechizos, flesh_armour, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, lightning_affinity, medium_movement, not_int, physical_affinity, red_blood, templar |
Vida
400%
Armadura
+25%
Evasión
+25%
Ailment Threshold
400%
Resistencia
0 85 0 0
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.845 Second
Damage Spread
±20%
Experiencia
200%
Model Size
120%
Type
TemplarSlaveDriverBoss
Metadata
TemplarSlaveDriverBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
25,733
Armadura
35,988
Evasión
5,924
Escudo de energía
0
Damage
747
Daño de hechizos
747
Precisión
290
Attack Time
1.845
Experiencia
20,510
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
SlaverTaunt
Tiempo de recarga: 60 seg
MainHandAttack
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Base Damage: 598–897
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
+1.5 metros al alcance de los golpes cuerpo a cuerpo
OffHandAttack
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Base Damage: 598–897
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
TemplarSlaveDriverBossStormBurst
Spell, Projectile, Damage, Totemable, Lightning, Area, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.35 seg
Tiempo de recarga: 3 seg
Inflige de 126.6 a 189.9 de daño de rayo
Velocidad de lanzamiento de hechizos reducida un 80%
Velocidad de proyectiles reducida un 40%
+300% más de daño en área
active skill area of effect radius +% final [-75]
base is projectile [1]
projectile uses contact position [1]
Velocidad de lanzamiento de hechizos reducida un 80%
Velocidad de proyectiles reducida un 40%
+300% más de daño en área
active skill area of effect radius +% final [-75]
base is projectile [1]
projectile uses contact position [1]
StormWhip
Attack
Base Damage: 598–897
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
Tiempo de recarga: 5 seg
El 60% del daño físico se convierte en daño de rayo
La duración base es de 1 segundos
Dispara 7 proyectiles adicionales
+2.5 metros al alcance de los golpes cuerpo a cuerpo
40% menos de daño de proyectiles
active skill area of effect radius +% final [30]
base is projectile [1]
La duración base es de 1 segundos
Dispara 7 proyectiles adicionales
+2.5 metros al alcance de los golpes cuerpo a cuerpo
40% menos de daño de proyectiles
active skill area of effect radius +% final [30]
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver" extends "Metadata/Monsters/StandaloneMonster"
Object Type Codes
version 2 extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver" extends "Metadata/Monsters/StandaloneMonster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriverBossStandalone"] = { name = "Overseer Krow", life = 4, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.845, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Axe", weaponType2 = "One Hand Mace", skillList = { "MainHandAttack", "OffHandAttack", "SlaverTaunt", "TemplarSlaveDriverBossStormBurst", "StormWhip", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MainHandAttack"] = { name = "MainHandAttack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = 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 = { "melee_weapon_range_+", }, levels = { [1] = {15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OffHandAttack"] = { name = "OffHandAttack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = 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 = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SlaverTaunt"] = { name = "SlaverTaunt", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TemplarSlaveDriverBossStormBurst"] = { name = "TemplarSlaveDriverBossStormBurst", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Damage] = true, [SkillType.Totemable] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.35, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_damage_+%_final", "base_cast_speed_+%", "base_projectile_speed_+%", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 300, -80, -40, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["StormWhip"] = { name = "StormWhip", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_lightning", "number_of_additional_projectiles", "base_skill_effect_duration", "active_skill_projectile_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "melee_range_+", "base_is_projectile", }, levels = { [1] = {60, 7, 1000, -40, 30, 25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Velocidad de movimiento aumentada un 20%
Id | MonsterImplicitFastRun4 |
---|---|
Family | MovementVelocity |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Overseer Krow
Humanoide
Velocidad de movimiento aumentada un 20%
Spectre | N |
---|---|
Tags | bludgeoning_weapon, Lanzador de hechizos, flesh_armour, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, lightning_affinity, medium_movement, not_int, physical_affinity, red_blood, templar |
Vida
1500%
Armadura
+25%
Evasión
+25%
Ailment Threshold
1500%
Resistencia
0 85 0 0
Damage
250%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.845 Second
Damage Spread
±20%
Experiencia
250%
Model Size
120%
Type
TemplarSlaveDriverBossGauntlet
Metadata
TemplarSlaveDriverBossStandaloneGauntlet
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
96,500
Armadura
35,988
Evasión
5,924
Escudo de energía
0
Damage
934
Daño de hechizos
934
Precisión
290
Attack Time
1.845
Experiencia
25,638
Ailment Threshold
96,500
Chill
305
Shock
305
Brittle
1,726
Scorch
305
Sap
843
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).
SlaverTaunt
Tiempo de recarga: 60 seg
MainHandAttack
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Base Damage: 747–1121
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
+1.5 metros al alcance de los golpes cuerpo a cuerpo
OffHandAttack
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Base Damage: 747–1121
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
TemplarSlaveDriverBossStormBurst
Spell, Projectile, Damage, Totemable, Lightning, Area, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.35 seg
Tiempo de recarga: 3 seg
Inflige de 126.6 a 189.9 de daño de rayo
Velocidad de lanzamiento de hechizos reducida un 80%
Velocidad de proyectiles reducida un 40%
+300% más de daño en área
active skill area of effect radius +% final [-75]
base is projectile [1]
projectile uses contact position [1]
Velocidad de lanzamiento de hechizos reducida un 80%
Velocidad de proyectiles reducida un 40%
+300% más de daño en área
active skill area of effect radius +% final [-75]
base is projectile [1]
projectile uses contact position [1]
StormWhip
Attack
Base Damage: 747–1121
Probabilidad de golpe crítico: 5%
Attack Time: 1.845 seg
Tiempo de recarga: 5 seg
El 60% del daño físico se convierte en daño de rayo
La duración base es de 1 segundos
Dispara 7 proyectiles adicionales
+2.5 metros al alcance de los golpes cuerpo a cuerpo
40% menos de daño de proyectiles
active skill area of effect radius +% final [30]
base is projectile [1]
La duración base es de 1 segundos
Dispara 7 proyectiles adicionales
+2.5 metros al alcance de los golpes cuerpo a cuerpo
40% menos de daño de proyectiles
active skill area of effect radius +% final [30]
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver" extends "Metadata/Monsters/StandaloneMonster"
Object Type Codes
version 2 extends "Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriver" extends "Metadata/Monsters/StandaloneMonster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/TemplarSlaveDriver/TemplarSlaveDriverBossStandaloneGauntlet"] = { name = "Overseer Krow", life = 15, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 2.5, damageSpread = 0.2, attackTime = 1.845, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Axe", weaponType2 = "One Hand Mace", skillList = { "MainHandAttack", "OffHandAttack", "SlaverTaunt", "TemplarSlaveDriverBossStormBurst", "StormWhip", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MainHandAttack"] = { name = "MainHandAttack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = 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 = { "melee_weapon_range_+", }, levels = { [1] = {15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OffHandAttack"] = { name = "OffHandAttack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = 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 = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SlaverTaunt"] = { name = "SlaverTaunt", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TemplarSlaveDriverBossStormBurst"] = { name = "TemplarSlaveDriverBossStormBurst", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Damage] = true, [SkillType.Totemable] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.35, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_damage_+%_final", "base_cast_speed_+%", "base_projectile_speed_+%", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 300, -80, -40, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["StormWhip"] = { name = "StormWhip", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_lightning", "number_of_additional_projectiles", "base_skill_effect_duration", "active_skill_projectile_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "melee_range_+", "base_is_projectile", }, levels = { [1] = {60, 7, 1000, -40, 30, 25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Velocidad de movimiento aumentada un 20%
Id | MonsterImplicitFastRun4 |
---|---|
Family | MovementVelocity |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Capataz Krow Topic /1
NPC | Nombre |
---|---|
Lani | Y gracias por terminar con ese último capataz. No sé qué tipo de madre podría haber dado a luz a esa ballena amante de la tierra, pero tuvimos suerte de que no estuviera aquí cuando tomamos esta torre. Nos habría esparcido por el suelo como si fuéramos mantequilla en un trozo de pan. Toma, quédate con algo, por ayudarnos en nuestra lucha desesperada. |