Garra de Ralakesh
Ralakesh's Claw
Spectre | Y |
---|---|
Area | Los campos de ceniza |
Tags | bandit, flesh_armour, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, very_slow_movement |
Packs |
Vida
100%
Armadura
+50%
Ailment Threshold
100%
Resistencia
0 0 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 13
Attack Time
1.35 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
BanditTwoHandedWeapon
Metadata
BearBandit2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
53
Vida
2,350
Armadura
12,828
Evasión
2,730
Escudo de energía
0
Damage
241
Daño de hechizos
241
Precisión
159
Attack Time
1.35
Experiencia
6,324
Ailment Threshold
2,350
Chill
7
Shock
7
Brittle
42
Scorch
7
Sap
21
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 estándar
Base Damage: 193–289
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Derriba a tus enemigos con un golpe poderoso.
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]
BanditBearHeavyStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee
Golpe pesado
Base Damage: 193–289
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Ataca a los enemigos con un contundente embate. Requiere una maza, un cetro, un hacha, una espada o un báculo.
Empuja a los enemigos con cada golpe
Inflige un 50% más de daño
Umbral de aturdimiento de los enemigos reducido un 30%
Inflige un 50% más de daño
Umbral de aturdimiento de los enemigos reducido un 30%
BanditBearCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Hendidura
Base Damage: 193–289
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
Daño físico aumentado un 35%
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Daño físico aumentado un 35%
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" basic_action = "Emerge" basic_action = "Emerge2" basic_action = "Emerge3" }
Object Type Codes
version 2 extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange" Animated { on_any_tent = "parent.PlayAnimationTreeByIndex( 0 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandits/BearBandit2"] = { name = "Ralakesh's Claw", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.35, attackRange = 13, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "BanditBearCleave", "MeleeAtAnimationSpeed", "BanditBearHeavyStrike", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BanditBearCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {-40, 35, -20, levelRequirement = 4, statInterpolation = {}, 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["BanditBearHeavyStrike"] = { name = "Heavy Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks enemies with a forceful blow. Requires a Mace, Sceptre, Axe, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "global_knockback", }, levels = { [1] = {30, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |