Chifre de Ralakesh
Ralakesh's Horn
Spectre | Y |
---|---|
Area | Campos Cinzentos |
Tags | bandit, flesh_armour, has_bow, human, humanoid, medium_height, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, very_slow_movement |
Packs |
Vida
108%
Armadura
+25%
Evasão
+10%
Ailment Threshold
108%
Resistência
0 0 0 0
Damage
144%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
120%
Model Size
100%
Type
BanditBow
Metadata
StagBandit2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
53
Vida
2,538
Armadura
10,690
Evasão
3,003
Escudo de Energia
0
Damage
248
Dano Mágico
248
Precisão
159
Attack Time
1.995
Experiência
7,589
Ailment Threshold
2,538
Chill
8
Shock
8
Brittle
45
Scorch
8
Sap
22
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 Padrão
Base Damage: 198–297
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um 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]
StagBanditSnipe
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse, Triggerable
Base Damage: 198–297
Chance de Crítico: 5%
Dano de Ataque: 140%
Attack Time: 1.995 seg
Recarga: 3.5 seg
Projéteis Perfuram todos Alvos
Causa 40% mais Dano de Ataque
skill can fire arrows [1]
Causa 40% mais Dano de Ataque
skill can fire arrows [1]
BanditStagSplitArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable
Flecha Dividida
Base Damage: 198–297
Chance de Crítico: 5%
Attack Time: 1.995 seg
Recarga: 4 seg
Atira múltiplas flechas em diferentes alvos.
Causa 20% mais Dano
Dispara 3 Flechas adicionais
Velocidade de Projéteis reduzida em 30%
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
Dispara 3 Flechas adicionais
Velocidade de Projéteis reduzida em 30%
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Bow" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" basic_action = "Emerge" basic_action = "Emerge2" basic_action = "Emerge3" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandits/StagBandit2"] = { name = "Ralakesh's Horn", life = 1.08, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.44, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "BanditStagSplitArrow", "MeleeAtAnimationSpeed", "StagBanditSnipe", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BanditStagSplitArrow"] = { name = "Split Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires multiple arrows at different targets.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_arrows", "active_skill_damage_+%_final", "base_projectile_speed_+%", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {2, 10, -30, levelRequirement = 1, statInterpolation = {1, 1}, cost = { }, }, [2] = {3, 20, -30, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, }, [3] = {4, 30, -30, levelRequirement = 60, statInterpolation = {1, 1}, 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["StagBanditSnipe"] = { name = "StagBanditSnipe", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.33, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "always_pierce", "skill_can_fire_arrows", }, levels = { [1] = {baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |