著迷的恐懼之狼
野獸
Enthralled Dire Wolf
幽魂 | N |
---|---|
標籤 | animal_claw_weapon, beast, canine_beast, fast_movement, has_dagger, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_height, melee, physical_affinity, red_blood |
生命
450%
異常狀態臨界值
450%
抗性
0 0 0 0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 11
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
130%
類型
WolfBossGreust
Metadata
WolfBossGreust
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
28,950
護甲
28,790
閃避
4,739
能量護盾
0
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.5
經驗值
15,383
異常狀態臨界值
28,950
冰緩
92
感電
92
易碎
518
焦灼
92
殘喘
253
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 448–672
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
GreustWolfRallyingCry
增益, 範圍, 持續時間, 戰吼, 冷卻
激勵戰吼
冷卻時間: 6 秒
施展戰吼,使自身和盟友傷害和魔力恢復增加。 傷害增加量隨著周圍敵人數量提升。 嘲諷周圍所有敵人,使他們攻擊施放者。 與其他戰吼技能共用技能冷卻。
+3.5 秒基礎持續時間
增加 25% 傷害
active skill area of effect radius +% final [-25]
base deal no attack damage [1]
base deal no secondary damage [1]
base deal no spell damage [1]
增加 25% 傷害
active skill area of effect radius +% final [-25]
base deal no attack damage [1]
base deal no secondary damage [1]
base deal no spell damage [1]
Object Type
version 2 extends "Metadata/Monsters/Lion/Lion" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Lion/Lion" Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/hellion/burned/rig.ao" } Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Lion/WolfBossGreust"] = { name = "Enthralled Dire Wolf", life = 4.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, weaponType1 = "Dagger", skillList = { "Melee", "GreustWolfRallyingCry", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GreustWolfRallyingCry"] = { name = "[DNT] Old Rallying Cry", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "[DNT] Unused (replaced)", skillTypes = { [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Warcry] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { area = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "damage_+%", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "base_deal_no_attack_damage", "base_deal_no_spell_damage", "base_deal_no_secondary_damage", }, levels = { [1] = {25, 3500, -25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }