幽魂 | N |
---|---|
標籤 | beast, bestiary_beast_boss, bestiary_wilds, bludgeoning_weapon, demon, flesh_armour, gladiator, has_one_hand_mace, has_one_handed_melee, large_model, medium_height, medium_movement, melee, no_cannot_die_aura, physical_affinity, red_blood, unusable_corpse |
Packs |
生命
450%
異常狀態臨界值
450%
抗性




傷害
225%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
300%
Model Size
100%
類型
BullBestiary
Metadata
BestiaryBull
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
28,950
護甲
28,790
閃避值
4,739
傷害
840
法術傷害
840
命中
580
攻擊間隔
1.5
經驗值
30,765
Minion Life
6,280
Minion Damage
671
異常狀態臨界值
28,950
冰緩
92
感電
92
易碎
518
焦灼
92
殘喘
253
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 672–1009
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]

BestiaryBullCharge
攻擊
基本傷害: 672–1009
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 4 秒
造成 25% 更多傷害
30% 更多攻擊速度
BestiaryBeastMonsterSlam
攻擊, 範圍, 可觸發
基本傷害: 672–1009
暴擊率: 5%
攻擊傷害: 175%
攻擊傷害: 175%
攻擊間隔: 1.5 秒
擊中時有 33% 機率嘲諷敵人
造成 75% 更多攻擊傷害
20% 更少攻擊速度
active skill area of effect radius +% final [200]
is area damage [1]
EmptyActionSpellBestiaryBeastSlamStorm
法術
施放時間: 3.67 秒
冷卻時間: 10 秒
Object Type
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare" Render { //turn_duration = 0.4 visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/BestiaryBull"] = { name = "Farric Taurus", life = 4.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.25, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "BestiaryBeastMonsterSlam", "MeleeAtAnimationSpeed", "BestiaryBullCharge", "EmptyActionSpellBestiaryBeastSlamStorm", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BestiaryBeastMonsterSlam"] = { name = "BestiaryBeastMonsterSlam", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "chance_to_taunt_on_hit_%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-20, 33, 200, baseMultiplier = 1.75, levelRequirement = 1, 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["BestiaryBullCharge"] = { name = "BestiaryBullCharge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.75, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_attack_speed_+%_final", }, levels = { [1] = {25, 30, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSpellBestiaryBeastSlamStorm"] = { name = "EmptyActionSpellBestiaryBeastSlamStorm", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.67, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
攻擊擊中時有 25% 機率造成癱瘓
Id | MonsterMaimOnHitChance |
---|---|
Family | MonsterMaimOnHit |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
level 33 or lower life +% final [-20]
Id | MonsterLifeLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
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.