致命之蹄
野獸
地區: InvasionBoss
種類: 羊人
屬類: 靈長動物
科類: 獸性
增加 300% 物品掉落數量
增加 800% 物品掉落稀有度
增加 60% 攻擊速度
增加 40% 閃避值
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
增加 800% 物品掉落稀有度
增加 60% 攻擊速度
增加 40% 閃避值
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Death from Above
幽魂 | N |
---|---|
地區 | InvasionBoss |
End Game | 增加 50% 最大生命 |
標籤 | beast, goatman, has_one_hand_mace, has_one_handed_melee, humanoid, invasion_boss, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood |
Packs |
生命
360%
閃避
+5%
異常狀態臨界值
360%
抗性
30 30 30 20
傷害
162%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 7
攻擊間隔
1.455 秒
傷害分佈
±20%
經驗值
180%
Model Size
130%
類型
GoatmanBossInvasion
Metadata
GoatmanBossInvasion
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
23,160
護甲
28,790
閃避
4,976
能量護盾
0
傷害
605
法術傷害
605
命中
290
攻擊間隔
1.455
經驗值
18,459
異常狀態臨界值
23,160
冰緩
73
感電
73
易碎
414
焦灼
73
殘喘
202
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MonsterLeapSlamInvasion
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 484–726
暴擊率: 5%
攻擊間隔: 1.455 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成 50% 更多傷害
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 484–726
暴擊率: 5%
攻擊間隔: 1.455 秒
用強大的攻擊擊倒敵人。
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]
MonsterSmokeMineInvasion
法術, 範圍, 持續時間, 位移, 遙控地雷, 範圍法術, 快行, 消耗保留, 閃現, 冷卻
煙霧地雷
施放時間: 0.5 秒
冷卻時間: 3 秒
設置一個地雷,當你啟動時會將你傳送至該地雷所在處。當傳送時,在原本位置與地雷所在位置的區塊都會被充滿煙霧,致盲身在煙霧中的敵人,並提升你的移動速度。與其他閃現技能共享冷卻時間。
+3 秒基礎持續時間
增益效果增加 20% 移動速度
active skill area of effect radius +% final [-45]
增益效果增加 20% 移動速度
active skill area of effect radius +% final [-45]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" } Actor { basic_action = "Emerge" } Monster { flip_enabled = true }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.3 } Animated { on_event_leave_ground_for_leap = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );" on_event_effect_for_cliffjump = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/land_dust.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Goatman/GoatmanBossInvasion"] = { name = "Death from Above", life = 3.6, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.62, damageSpread = 0.2, attackTime = 1.455, attackRange = 7, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterLeapSlamInvasion", "MonsterSmokeMineInvasion", }, modList = { }, } -- 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["MonsterLeapSlamInvasion"] = { name = "Leap Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterSmokeMineInvasion"] = { name = "Smoke Mine", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Movement] = true, [SkillType.RemoteMined] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.HasReservation] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {3000, 20, -45, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
增加 300% 物品掉落數量
增加 800% 物品掉落稀有度
Id | MonsterInvasionBoss |
---|---|
Family | MonsterInvasionBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
增加 60% 攻擊速度
Id | MonsterImplicitFastAttack3 |
---|---|
Family | IncreasedAttackSpeed |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
增加 40% 閃避值
Id | MonsterImplicitEvading1 |
---|---|
Family | EvasionRatingPercent |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences evasion |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |