Hormiga de roca
Boulder Ant
Spectre | N |
---|---|
Area | Las puertas de Halani, Valle de los titanes, El refugio del zigurat, Las puertas de Halani, Valle de los titanes |
Tags | beast, Beast_onhit_audio, cannot_be_monolith, fast_movement, insect, melee, not_dex, not_int, physical_affinity |
Packs |
Vida
75%
Armadura
+75%
Ailment Threshold
%
Resistencia
30
30
0
0
Damage
75%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
75%
Model Size
100%
Type
RockSlider
Metadata
RockSlider
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
70
Vida
6,537
Minion Life
9,200
Armadura
3,877
Evasión
502
Escudo de energía
0
Damage
186
Daño de hechizos
186
Precisión
0
Attack Time
1.5
Experiencia
25,979
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque básico
Base Damage: 149–223
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
RockSliderShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
Table Charge
Base Damage: 149–223
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
Carga hacia un enemigo y lo aporrea con el escudo del personaje para golpearlo. Esto lo empuja y aturde. También empuja a un lado a los enemigos que están en su camino. El daño y el aturdimiento son proporcionales a la distancia recorrida. No se puede asistir con Asistencia de Golpes múltiples.
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
RockSliderEmergeEG
Triggerable
Tiempo de recarga: 5 seg
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Emerge2" basic_action = "ChangeToStance1" basic_action = "ChangeToStance3" basic_action = "ChangeToStance4" } StateMachine { define_shared_state = " no_rocks; no_collision; " // to be used for the wall spawned versions to remove collidability before they have dropped down // this is currently unused though on_or_create_state_no_collision_1 = { RemoveCollidability(); } on_state_no_collision_0 = { MakeCollidable(); } } Stats { set_base_heavy_stun_duration_ms = 2466 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_no_rocks_1 = " HideMeshSegmentsBySubstring( shard ); HideMeshSegmentsBySubstring( Shard ); SetBloodType( BugBlood ); " } Preload { preload_animated_object = "Metadata/Monsters/RockSlider/Rock1.ao" preload_animated_object = "Metadata/Monsters/RockSlider/Rock2.ao" preload_animated_object = "Metadata/Monsters/RockSlider/Rock3.ao" preload_animated_object = "Metadata/Monsters/RockSlider/Rock4.ao" preload_animated_object = "Metadata/Monsters/RockSlider/Rock5.ao" } Animated { on_event_impact = "PlayEffect( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/VoltaxicRockSlider/Ground_Version/Droppuff.ao', default, 1.0, inherit, 0.0, inherit, 0, 0, 0, ContactPosition );" } Render { selection_height_override = 150 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockSlider"] = { name = "Boulder Ant", life = 0.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.75, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "RockSliderEmergeEG", "RockSliderShieldCharge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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["RockSliderEmergeEG"] = { name = "RockSliderEmergeEG", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RockSliderShieldCharge"] = { name = "Table Charge", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Hormiga de roca
Área: Prueba de las sekhemas
Boulder Ant
Spectre | N |
---|---|
Area | Prueba de las sekhemas |
Tags | beast, Beast_onhit_audio, cannot_be_monolith, fast_movement, insect, melee, not_dex, not_int, physical_affinity, sanctum_monster |
Packs |
Vida
75%
Armadura
+75%
Ailment Threshold
%
Resistencia
30
30
0
0
Damage
75%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
75%
Model Size
100%
Type
RockSliderSanctumTrial
Metadata
RockSliderSanctumTrial
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
22
Vida
305
Minion Life
792
Armadura
152
Evasión
96
Escudo de energía
0
Damage
31
Daño de hechizos
31
Precisión
0
Attack Time
1.5
Experiencia
597
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque básico
Base Damage: 25–37
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
RockSliderShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
Table Charge
Base Damage: 25–37
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
Carga hacia un enemigo y lo aporrea con el escudo del personaje para golpearlo. Esto lo empuja y aturde. También empuja a un lado a los enemigos que están en su camino. El daño y el aturdimiento son proporcionales a la distancia recorrida. No se puede asistir con Asistencia de Golpes múltiples.
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
RockSliderEmergeEG
Triggerable
Tiempo de recarga: 5 seg
Object Type
version 2 extends "Metadata/Monsters/RockSlider/RockSlider"
Object Type Codes
version 2 extends "Metadata/Monsters/RockSlider/RockSlider"
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockSliderSanctumTrial"] = { name = "Boulder Ant", life = 0.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.75, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "RockSliderEmergeEG", "RockSliderShieldCharge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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["RockSliderEmergeEG"] = { name = "RockSliderEmergeEG", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RockSliderShieldCharge"] = { name = "Table Charge", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Hormiga de roca
Boulder Ant
Spectre | N |
---|---|
Tags | beast, Beast_onhit_audio, cannot_be_monolith, fast_movement, insect, melee, not_dex, not_int, physical_affinity |
Vida
75%
Armadura
+75%
Ailment Threshold
%
Resistencia
30
30
0
0
Damage
75%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
75%
Model Size
100%
Type
RockSlider
Metadata
RockSliderQuarry
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
5,818
Minion Life
8,460
Armadura
3,451
Evasión
477
Escudo de energía
0
Damage
175
Daño de hechizos
175
Precisión
0
Attack Time
1.5
Experiencia
21,476
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque básico
Base Damage: 140–210
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
RockSliderShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
Table Charge
Base Damage: 140–210
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
Carga hacia un enemigo y lo aporrea con el escudo del personaje para golpearlo. Esto lo empuja y aturde. También empuja a un lado a los enemigos que están en su camino. El daño y el aturdimiento son proporcionales a la distancia recorrida. No se puede asistir con Asistencia de Golpes múltiples.
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
RockSliderEmergeEG
Triggerable
Tiempo de recarga: 5 seg
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Emerge2" basic_action = "ChangeToStance1" basic_action = "ChangeToStance3" } StateMachine { define_shared_state = "no_rocks;" } Stats { set_base_heavy_stun_duration_ms = 2466 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_no_rocks_1 = " HideMeshSegmentsBySubstring( shard ); HideMeshSegmentsBySubstring( Shard ); SetBloodType( BugBlood ); " } Preload { preload_animated_object = "Metadata/Monsters/RockSlider/RockQuarry1.ao" preload_animated_object = "Metadata/Monsters/RockSlider/RockQuarry2.ao" preload_animated_object = "Metadata/Monsters/RockSlider/RockQuarry3.ao" preload_animated_object = "Metadata/Monsters/RockSlider/RockQuarry4.ao" preload_animated_object = "Metadata/Monsters/RockSlider/RockQuarry5.ao" } Animated { on_event_impact = "PlayEffect( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/VoltaxicRockSlider/Ground_Version/Droppuff.ao', default, 1.0, inherit, 0.0, inherit, 0, 0, 0, ContactPosition );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockSliderQuarry"] = { name = "Boulder Ant", life = 0.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.75, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "RockSliderEmergeEG", "RockSliderShieldCharge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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["RockSliderEmergeEG"] = { name = "RockSliderEmergeEG", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RockSliderShieldCharge"] = { name = "Table Charge", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Hormiga de roca
Boulder Ant
Spectre | N |
---|---|
Tags | beast, Beast_onhit_audio, fast_movement, insect, melee, not_dex, not_int, physical_affinity |
Vida
75%
Armadura
+75%
Ailment Threshold
%
Resistencia
30
30
0
0
Damage
75%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
75%
Model Size
100%
Type
RockSlider
Metadata
RockSliderVoltaxic
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
5,818
Minion Life
8,460
Armadura
3,451
Evasión
477
Escudo de energía
0
Damage
175
Daño de hechizos
175
Precisión
0
Attack Time
1.5
Experiencia
21,476
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque básico
Base Damage: 140–210
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
RockSliderShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
Table Charge
Base Damage: 140–210
Probabilidad de impacto crítico: 5%
Attack Time: 1.5 seg
Carga hacia un enemigo y lo aporrea con el escudo del personaje para golpearlo. Esto lo empuja y aturde. También empuja a un lado a los enemigos que están en su camino. El daño y el aturdimiento son proporcionales a la distancia recorrida. No se puede asistir con Asistencia de Golpes múltiples.
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
RockSliderEmergeEG
Triggerable
Tiempo de recarga: 5 seg
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Emerge2" basic_action = "ChangeToStance1" basic_action = "ChangeToStance3" } StateMachine { define_shared_state = "no_rocks;" } Stats { set_base_heavy_stun_duration_ms = 2466 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_no_rocks_1 = " HideMeshSegmentsBySubstring( shard ); HideMeshSegmentsBySubstring( Shard ); SetBloodType(SpiderBlood); " } Preload { preload_animated_object = "Metadata/Monsters/RockSlider/VoltaxicSlider/VoltaxicRock01.ao" preload_animated_object = "Metadata/Monsters/RockSlider/VoltaxicSlider/VoltaxicRock02.ao" } Animated { on_event_impact = "PlayEffect( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/VoltaxicRockSlider/Ground_Version/Droppuff.ao', default, 1.0, inherit, 0.0, inherit, 0, 0, 0, ContactPosition );" } Render { selection_height_override = 150 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockSlider/RockSliderVoltaxic"] = { name = "Boulder Ant", life = 0.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.75, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "RockSliderEmergeEG", "RockSliderShieldCharge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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["RockSliderEmergeEG"] = { name = "RockSliderEmergeEG", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RockSliderShieldCharge"] = { name = "Table Charge", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.