巴曼斯使徒
人形
monster no map drops [1]
stance movement speed +% final [-58]
Herald of Bameth
幽魂 | N |
---|---|
標籤 | 法術, chaos_affinity, cleaving_weapon, fast_movement, has_one_hand_axe, has_one_handed_melee, human, humanoid, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood, summoner |
生命
100%
閃避
+15%
異常狀態臨界值
100%
抗性
0 0 0 40
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 12
攻擊間隔
1.995 秒
傷害分佈
±20%
經驗值
100%
Model Size
120%
類型
CannibalProphecyMale
Metadata
CannibalMaleProphecyBoss
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,433
護甲
28,790
閃避
5,450
能量護盾
0
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.995
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 299–448
暴擊率: 5%
攻擊間隔: 1.995 秒
用強大的攻擊擊倒敵人。
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]
ProphecyChaosStorm
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可秘能爆發, 可齊射, 範圍法術
烈炎風暴
暴擊率: 5%
施放時間: 0.9 秒
冷卻時間: 6 秒
呼喚無數火焰之球如雨一般灑落在目標區域。每顆火球落地時將會爆炸,並對附近的敵人造成傷害。
造成 91.17 至 136.8 混沌傷害
+5 秒基礎持續時間
每 0.13 秒撞擊一次
基礎範圍為 1 米
firestorm base area of effect +% [300]
is area damage [1]
+5 秒基礎持續時間
每 0.13 秒撞擊一次
基礎範圍為 1 米
firestorm base area of effect +% [300]
is area damage [1]
ProphecySummonRagingSpirit
法術, 召喚物, 持續時間, 召喚物爆炸, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 創造召喚物
施放時間: 0.8 秒
技能重複施放 1 次
造成 35% 更少傷害
召喚憤怒狂靈上限 50
+5 秒基礎持續時間
100% 更多施放速度
減少 10% 施放速度
alternate minion [1]
造成 35% 更少傷害
召喚憤怒狂靈上限 50
+5 秒基礎持續時間
100% 更多施放速度
減少 10% 施放速度
alternate minion [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Stats { set_item_drop_slots = 0 set_monster_no_drops = 1 set_monster_has_second_form = 1 } Monster { flip_enabled = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_unique.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Cannibal/CannibalMaleProphecyBoss"] = { name = "Herald of Bameth", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1, damageSpread = 0.2, attackTime = 1.995, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Axe", skillList = { "MeleeAtAnimationSpeedUnique", "ProphecyChaosStorm", "ProphecySummonRagingSpirit", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["ProphecyChaosStorm"] = { name = "Firestorm", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 5000, 125, 300, 10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonRagingSpirit"] = { name = "ProphecySummonRagingSpirit", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Minion] = true, [SkillType.Duration] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_skill_effect_duration", "base_number_of_raging_spirits_allowed", "base_cast_speed_+%", "skill_repeat_count", "active_skill_cast_speed_+%_final", "alternate_minion", }, levels = { [1] = {-25, 5000, 50, -10, 1, 100, 1, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, [2] = {-26, 5000, 50, -10, 1, 100, 1, levelRequirement = 8, statInterpolation = {1}, cost = { }, }, [3] = {-27, 5000, 50, -10, 1, 100, 1, levelRequirement = 15, statInterpolation = {1}, cost = { }, }, [4] = {-28, 5000, 50, -10, 1, 100, 1, levelRequirement = 20, statInterpolation = {1}, cost = { }, }, [5] = {-29, 5000, 50, -10, 1, 100, 1, levelRequirement = 26, statInterpolation = {1}, cost = { }, }, [6] = {-30, 5000, 50, -10, 1, 100, 1, levelRequirement = 34, statInterpolation = {1}, cost = { }, }, [7] = {-31, 5000, 50, -10, 1, 100, 1, levelRequirement = 43, statInterpolation = {1}, cost = { }, }, [8] = {-32, 5000, 50, -10, 1, 100, 1, levelRequirement = 53, statInterpolation = {1}, cost = { }, }, [9] = {-33, 5000, 50, -10, 1, 100, 1, levelRequirement = 62, statInterpolation = {1}, cost = { }, }, [10] = {-34, 5000, 50, -10, 1, 100, 1, levelRequirement = 66, statInterpolation = {1}, cost = { }, }, [11] = {-35, 5000, 50, -10, 1, 100, 1, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, [12] = {-36, 5000, 50, -10, 1, 100, 1, levelRequirement = 70, statInterpolation = {1}, cost = { }, }, [13] = {-37, 5000, 50, -10, 1, 100, 1, levelRequirement = 72, statInterpolation = {1}, cost = { }, }, [14] = {-38, 5000, 50, -10, 1, 100, 1, levelRequirement = 74, statInterpolation = {1}, cost = { }, }, [15] = {-39, 5000, 50, -10, 1, 100, 1, levelRequirement = 76, statInterpolation = {1}, cost = { }, }, [16] = {-40, 5000, 50, -10, 1, 100, 1, levelRequirement = 78, statInterpolation = {1}, cost = { }, }, [17] = {-41, 5000, 50, -10, 1, 100, 1, levelRequirement = 80, statInterpolation = {1}, cost = { }, }, [18] = {-42, 5000, 50, -10, 1, 100, 1, levelRequirement = 82, statInterpolation = {1}, cost = { }, }, }, }
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [-58]
Id | StanceScavengerWalkMale___ |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
巴曼斯使徒
人形
monster no map drops [1]
stance movement speed +% final [-58]
Herald of Bameth
幽魂 | N |
---|---|
標籤 | 法術, chaos_affinity, cleaving_weapon, fast_movement, has_one_hand_axe, has_one_handed_melee, human, humanoid, light_armour, melee, not_int, not_str, physical_affinity, red_blood, summoner |
生命
100%
閃避
+15%
異常狀態臨界值
100%
抗性
0 0 0 40
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 12
攻擊間隔
1.995 秒
傷害分佈
±20%
經驗值
100%
Model Size
120%
類型
CannibalProphecyMale
Metadata
CannibalMaleProphecyBossStandalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,433
護甲
28,790
閃避
5,450
能量護盾
0
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.995
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 299–448
暴擊率: 5%
攻擊間隔: 1.995 秒
用強大的攻擊擊倒敵人。
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]
ProphecyChaosStorm
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可秘能爆發, 可齊射, 範圍法術
烈炎風暴
暴擊率: 5%
施放時間: 0.9 秒
冷卻時間: 6 秒
呼喚無數火焰之球如雨一般灑落在目標區域。每顆火球落地時將會爆炸,並對附近的敵人造成傷害。
造成 91.17 至 136.8 混沌傷害
+5 秒基礎持續時間
每 0.13 秒撞擊一次
基礎範圍為 1 米
firestorm base area of effect +% [300]
is area damage [1]
+5 秒基礎持續時間
每 0.13 秒撞擊一次
基礎範圍為 1 米
firestorm base area of effect +% [300]
is area damage [1]
ProphecySummonRagingSpirit
法術, 召喚物, 持續時間, 召喚物爆炸, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 創造召喚物
施放時間: 0.8 秒
技能重複施放 1 次
造成 35% 更少傷害
召喚憤怒狂靈上限 50
+5 秒基礎持續時間
100% 更多施放速度
減少 10% 施放速度
alternate minion [1]
造成 35% 更少傷害
召喚憤怒狂靈上限 50
+5 秒基礎持續時間
100% 更多施放速度
減少 10% 施放速度
alternate minion [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_unique.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Cannibal/CannibalMaleProphecyBossStandalone"] = { name = "Herald of Bameth", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1, damageSpread = 0.2, attackTime = 1.995, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Axe", skillList = { "MeleeAtAnimationSpeedUnique", "ProphecyChaosStorm", "ProphecySummonRagingSpirit", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["ProphecyChaosStorm"] = { name = "Firestorm", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 5000, 125, 300, 10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonRagingSpirit"] = { name = "ProphecySummonRagingSpirit", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Minion] = true, [SkillType.Duration] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_skill_effect_duration", "base_number_of_raging_spirits_allowed", "base_cast_speed_+%", "skill_repeat_count", "active_skill_cast_speed_+%_final", "alternate_minion", }, levels = { [1] = {-25, 5000, 50, -10, 1, 100, 1, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, [2] = {-26, 5000, 50, -10, 1, 100, 1, levelRequirement = 8, statInterpolation = {1}, cost = { }, }, [3] = {-27, 5000, 50, -10, 1, 100, 1, levelRequirement = 15, statInterpolation = {1}, cost = { }, }, [4] = {-28, 5000, 50, -10, 1, 100, 1, levelRequirement = 20, statInterpolation = {1}, cost = { }, }, [5] = {-29, 5000, 50, -10, 1, 100, 1, levelRequirement = 26, statInterpolation = {1}, cost = { }, }, [6] = {-30, 5000, 50, -10, 1, 100, 1, levelRequirement = 34, statInterpolation = {1}, cost = { }, }, [7] = {-31, 5000, 50, -10, 1, 100, 1, levelRequirement = 43, statInterpolation = {1}, cost = { }, }, [8] = {-32, 5000, 50, -10, 1, 100, 1, levelRequirement = 53, statInterpolation = {1}, cost = { }, }, [9] = {-33, 5000, 50, -10, 1, 100, 1, levelRequirement = 62, statInterpolation = {1}, cost = { }, }, [10] = {-34, 5000, 50, -10, 1, 100, 1, levelRequirement = 66, statInterpolation = {1}, cost = { }, }, [11] = {-35, 5000, 50, -10, 1, 100, 1, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, [12] = {-36, 5000, 50, -10, 1, 100, 1, levelRequirement = 70, statInterpolation = {1}, cost = { }, }, [13] = {-37, 5000, 50, -10, 1, 100, 1, levelRequirement = 72, statInterpolation = {1}, cost = { }, }, [14] = {-38, 5000, 50, -10, 1, 100, 1, levelRequirement = 74, statInterpolation = {1}, cost = { }, }, [15] = {-39, 5000, 50, -10, 1, 100, 1, levelRequirement = 76, statInterpolation = {1}, cost = { }, }, [16] = {-40, 5000, 50, -10, 1, 100, 1, levelRequirement = 78, statInterpolation = {1}, cost = { }, }, [17] = {-41, 5000, 50, -10, 1, 100, 1, levelRequirement = 80, statInterpolation = {1}, cost = { }, }, [18] = {-42, 5000, 50, -10, 1, 100, 1, levelRequirement = 82, statInterpolation = {1}, cost = { }, }, }, }
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [-58]
Id | StanceScavengerWalkMale___ |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |