ボルト・ブラウンファー
人型
monster base type attack cast speed +% and damage -% final [33]
ヒット時に敵をヴァルネラビリティで呪う
ヒット時に敵をヴァルネラビリティで呪う
Bolt Brownfur
Spectre | N |
---|---|
Tags | cleaving_weapon, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_height, melee, not_dex, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slow_movement |
ライフ
123%
アーマー
+100%
Ailment Threshold
123%
耐性
30 30 30 20
Damage
143%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 10
Attack Time
1.305 Second
Damage Spread
±20%
経験値
220%
Model Size
100%
Type
ExileMarauder6
Metadata
ExileMarauder6__
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
7,913
アーマー
57,580
回避力
4,739
エナジーシールド
0
Damage
534
スペルダメージ
534
命中
290
Attack Time
1.305
経験値
22,561
Ailment Threshold
7,913
Chill
25
Shock
25
Brittle
142
Scorch
25
Sap
69
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).
ExileMarauderGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
サンダー
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.305 秒
メイス、セプター、斧またはスタッフにより地面を叩きつけ隆起のうねりを作り、前方の範囲内の敵にダメージを与える。そのうねりの攻撃を受けた敵は円状に衝撃波を放ち、周囲の敵にダメージを与える。
アタックスピードが15%上昇する
衝撃波の与えるダメージが85%低下する
active skill area of effect radius +% final [-50]
is area damage [1]
衝撃波の与えるダメージが85%低下する
active skill area of effect radius +% final [-50]
is area damage [1]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
リープスラム
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.305 秒
空中に飛び上がり、着地点にいる敵に武器でダメージを与え、敵をノックバックする。着地点にいる敵は押し出される。使用するには斧、メイス、セプター、剣またはスタッフを装備する必要がある。マルチストライクでサポートすることができない。
ダメージが25%上昇する
基礎半径は1.5m
cast time overrides attack duration [1]
is area damage [1]
基礎半径は1.5m
cast time overrides attack duration [1]
is area damage [1]
QuakeSlamExileMarauder
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
アースクエイク
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.305 秒
クールダウン時間: 5 秒
地面を叩きつけ、範囲ダメージを与えるとともに地面に亀裂を入れる。この亀裂は持続時間の後に強力な余震を起こして爆発する。最初の亀裂が爆発する前に作られた亀裂が余震を起こすことはない。使用するには斧、メイス、セプターまたはスタッフを装備するか素手状態である必要がある。
基礎持続時間は1.2秒
余震のヒットと状態異常のダメージが+90%上昇する
出血を付与する
is area damage [1]
余震のヒットと状態異常のダメージが+90%上昇する
出血を付与する
is area damage [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.305 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { set_base_mana_cost_-% = 0 set_mana_regeneration_rate_per_minute_% = 600 }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileMarauder6__"] = { name = "Bolt Brownfur", life = 1.23, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.43, damageSpread = 0.2, attackTime = 1.305, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "Melee", "ExileLeapSlam", "QuakeSlamExileMarauder", "ExileMarauderGoreSunder", }, 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["ExileLeapSlam"] = { 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] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamExileMarauder"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "is_area_damage", "global_bleed_on_hit", }, levels = { [1] = {1200, 90, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileMarauderGoreSunder"] = { name = "Sunder", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shockwave_slam_explosion_damage_+%_final", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-85, 15, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
ヒット時に敵をヴァルネラビリティで呪う
Id | MonsterCurseOnHitVulnerability |
---|---|
Family | MonsterCurseOnHit |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
ボルト・ブラウンファー
人型
monster base type attack cast speed +% and damage -% final [33]
ヒット時に敵をヴァルネラビリティで呪う
最大ライフが100%増加する
効果範囲が100%増加する
キャラクターサイズが80%増加する
ヒット時に敵をヴァルネラビリティで呪う
最大ライフが100%増加する
効果範囲が100%増加する
キャラクターサイズが80%増加する
Bolt Brownfur
Spectre | N |
---|---|
Tags | cleaving_weapon, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_height, melee, not_dex, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slow_movement |
ライフ
123%
アーマー
+100%
Ailment Threshold
123%
耐性
30 30 30 20
Damage
143%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 10
Attack Time
1.305 Second
Damage Spread
±20%
経験値
220%
Model Size
100%
Type
ExileMarauder6
Metadata
ExileMarauder6Supporter
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
7,913
アーマー
57,580
回避力
4,739
エナジーシールド
0
Damage
534
スペルダメージ
534
命中
290
Attack Time
1.305
経験値
22,561
Ailment Threshold
7,913
Chill
25
Shock
25
Brittle
142
Scorch
25
Sap
69
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).
ExileMarauderGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
サンダー
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.305 秒
メイス、セプター、斧またはスタッフにより地面を叩きつけ隆起のうねりを作り、前方の範囲内の敵にダメージを与える。そのうねりの攻撃を受けた敵は円状に衝撃波を放ち、周囲の敵にダメージを与える。
アタックスピードが15%上昇する
衝撃波の与えるダメージが85%低下する
active skill area of effect radius +% final [-50]
is area damage [1]
衝撃波の与えるダメージが85%低下する
active skill area of effect radius +% final [-50]
is area damage [1]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
リープスラム
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.305 秒
空中に飛び上がり、着地点にいる敵に武器でダメージを与え、敵をノックバックする。着地点にいる敵は押し出される。使用するには斧、メイス、セプター、剣またはスタッフを装備する必要がある。マルチストライクでサポートすることができない。
ダメージが25%上昇する
基礎半径は1.5m
cast time overrides attack duration [1]
is area damage [1]
基礎半径は1.5m
cast time overrides attack duration [1]
is area damage [1]
QuakeSlamExileMarauder
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
アースクエイク
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.305 秒
クールダウン時間: 5 秒
地面を叩きつけ、範囲ダメージを与えるとともに地面に亀裂を入れる。この亀裂は持続時間の後に強力な余震を起こして爆発する。最初の亀裂が爆発する前に作られた亀裂が余震を起こすことはない。使用するには斧、メイス、セプターまたはスタッフを装備するか素手状態である必要がある。
基礎持続時間は1.2秒
余震のヒットと状態異常のダメージが+90%上昇する
出血を付与する
is area damage [1]
余震のヒットと状態異常のダメージが+90%上昇する
出血を付与する
is area damage [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.305 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { set_base_mana_cost_-% = 0 set_mana_regeneration_rate_per_minute_% = 600 }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileMarauder6Supporter"] = { name = "Bolt Brownfur", life = 1.23, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.43, damageSpread = 0.2, attackTime = 1.305, attackRange = 10, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "Melee", "ExileLeapSlam", "QuakeSlamExileMarauder", "ExileMarauderGoreSunder", }, 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["ExileLeapSlam"] = { 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] = {25, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamExileMarauder"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "is_area_damage", "global_bleed_on_hit", }, levels = { [1] = {1200, 90, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileMarauderGoreSunder"] = { name = "Sunder", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shockwave_slam_explosion_damage_+%_final", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-85, 15, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
ヒット時に敵をヴァルネラビリティで呪う
Id | MonsterCurseOnHitVulnerability |
---|---|
Family | MonsterCurseOnHit |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
最大ライフが100%増加する
効果範囲が100%増加する
キャラクターサイズが80%増加する
Id | MonsterSupporterGigantism1 |
---|---|
Family | MonsterSupporterGigantism |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
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.