ヨナ・アンチェインド
人型
monster base type attack cast speed +% and damage -% final [33]
プレイヤーのヒットは回避されることがない
クリティカルストライクを与えることができない
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
プレイヤーのヒットは回避されることがない
クリティカルストライクを与えることができない
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
Jonah Unchained
Spectre | N |
---|---|
Tags | fire_affinity, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slashing_weapon, slow_movement |
Packs |
ライフ
128%
アーマー
+80%
回避力
+20%
Ailment Threshold
128%
耐性
30 30 30 20
Damage
143%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
経験値
220%
Model Size
100%
Type
ExileMarauder1
Metadata
ExileMarauder1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
8,235
アーマー
51,822
回避力
5,687
エナジーシールド
0
Damage
534
スペルダメージ
534
命中
290
Attack Time
1.005
経験値
22,561
Ailment Threshold
8,235
Chill
26
Shock
26
Brittle
147
Scorch
26
Sap
72
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileShieldCharge
Attack, RequiresShield, Melee, Area, Movement, Travel
シールドチャージ
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
対象となる場所または敵に向かって突進する。その際、道中の敵を押し退け、前方範囲内の敵に繰り返しダメージを与える。対象に達した場合は、ダメージ範囲が大きくなる。遠くへ移動すればするほどダメージが増え、スタン付与確率が高くなる。
アタックスピードが20%増加する
最大チャージ距離で敵に対するスタン閾値軽減率が50%増加する
最大チャージ距離でヒットダメージが65%上昇する
移動スピードが50%増加する
物理ダメージの15%を追加の火ダメージとして得る
ignores proximity shield [1]
shield charge extra distance [10]
最大チャージ距離で敵に対するスタン閾値軽減率が50%増加する
最大チャージ距離でヒットダメージが65%上昇する
移動スピードが50%増加する
物理ダメージの15%を追加の火ダメージとして得る
ignores proximity shield [1]
shield charge extra distance [10]
MonsterHeavyStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee
ヘビーストライク
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
力強い強打で敵を攻撃する。使用するにはメイス、セプター、斧、剣またはスタッフを装備する必要がある。
ヒット時に敵をノックバックする
ダメージが50%上昇する
敵スタン閾値が30%減少する
ダメージが50%上昇する
敵スタン閾値が30%減少する
ExileCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
クリーヴ
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
武器(二刀流の場合は両方の武器)を弧をかくように振り、前方範囲内のモンスターにダメージを与える。使用するには斧または剣を装備する必要がある。
二刀流中にそれぞれの武器の60%のダメージを与える
物理ダメージが53%増加する
アタックスピードが60%増加する
animation effect variation [1]
is area damage [1]
skill double hits when dual wielding [1]
物理ダメージが53%増加する
アタックスピードが60%増加する
animation effect variation [1]
is area damage [1]
skill double hits when dual wielding [1]
ExileEnduringCry
Buff, Area, Duration, Warcry, Cooldown
エンデュアリングクライ
クールダウン時間: 8 秒
近くの敵を挑発し、使用者を攻撃させるウォークライを行い、使用者および周囲の味方にバフを与える。加えて使用者および周囲の味方はエンデュランスチャージを得る。
基礎持続時間は1秒
毎秒ライフの10%を自動回復する
2個の追加のエンデュランスチャージを付与する
毎秒ライフの10%を自動回復する
2個の追加のエンデュランスチャージを付与する
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileMarauder1"] = { name = "Jonah Unchained", life = 1.28, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.43, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "ExileCleave", "ExileShieldCharge", "ExileEnduringCry", "Melee", "MonsterHeavyStrike", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ExileCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "attack_speed_+%", "active_skill_damage_+%_final", "active_skill_merged_damage_+%_final_while_dual_wielding", "animation_effect_variation", "is_area_damage", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {29, 0, 15, -40, 1, levelRequirement = 4, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {35, 20, 10, -40, 1, levelRequirement = 30, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {47, 20, 5, -40, 1, levelRequirement = 50, statInterpolation = {1, 1, 1}, cost = { }, }, [4] = {53, 60, 0, -40, 1, levelRequirement = 65, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileShieldCharge"] = { name = "Shield Charge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies.", skillTypes = { [SkillType.Attack] = true, [SkillType.RequiresShield] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_damage_+%_maximum", "attack_speed_+%", "physical_damage_%_to_add_as_fire", "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range", "base_movement_velocity_+%", "shield_charge_extra_distance", "ignores_proximity_shield", }, levels = { [1] = {75, 10, 0, 50, 50, 10, levelRequirement = 4, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {65, 10, 0, 50, 50, 10, levelRequirement = 20, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {65, 15, 15, 50, 50, 10, levelRequirement = 40, statInterpolation = {1, 1, 1}, cost = { }, }, [4] = {65, 20, 15, 50, 50, 10, levelRequirement = 60, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileEnduringCry"] = { name = "Enduring Cry", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs a warcry, taunting all nearby enemies to attack the user and granting a buff to the user and nearby allies. The user and allied players also gain endurance charges.", skillTypes = { [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Warcry] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "enduring_cry_grants_x_additional_endurance_charges", "base_skill_effect_duration", "life_regeneration_rate_per_minute_%", }, levels = { [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {}, cost = { }, }, [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {}, cost = { }, }, [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {}, cost = { }, }, [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {}, cost = { }, }, [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {}, cost = { }, }, [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {}, cost = { }, }, [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {}, cost = { }, }, [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {}, cost = { }, }, [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {}, cost = { }, }, [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {}, cost = { }, }, [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {}, cost = { }, }, [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {}, cost = { }, }, [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {}, cost = { }, }, [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {}, cost = { }, }, [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {}, cost = { }, }, [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {}, cost = { }, }, [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {}, cost = { }, }, [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {}, cost = { }, }, [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {}, cost = { }, }, [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {}, cost = { }, }, [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {}, cost = { }, }, [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {}, cost = { }, }, [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {}, cost = { }, }, [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {}, cost = { }, }, [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {}, cost = { }, }, [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {}, cost = { }, }, [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {}, cost = { }, }, [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {}, cost = { }, }, [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {}, cost = { }, }, [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {}, cost = { }, }, [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {}, cost = { }, }, [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {}, cost = { }, }, [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {}, cost = { }, }, [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {}, cost = { }, }, }, } -- 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["MonsterHeavyStrike"] = { name = "Heavy Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks enemies with a forceful blow. Requires a Mace, Sceptre, Axe, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "global_knockback", }, levels = { [1] = {30, 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 | MonsterAlwaysHits |
---|---|
Family | AlwaysHits |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
クリティカルストライクを与えることができない
Id | MonsterCannotCrit_ |
---|---|
Family | CannotCrit |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | critical |
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
Id | MonsterAttackBlock30Bypass10 |
---|---|
Family | MonsterBlockAndBypass |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
ヨナ・アンチェインド
人型
monster base type attack cast speed +% and damage -% final [33]
プレイヤーのヒットは回避されることがない
クリティカルストライクを与えることができない
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
最大ライフが100%増加する
効果範囲が100%増加する
キャラクターサイズが80%増加する
プレイヤーのヒットは回避されることがない
クリティカルストライクを与えることができない
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
最大ライフが100%増加する
効果範囲が100%増加する
キャラクターサイズが80%増加する
Jonah Unchained
Spectre | N |
---|---|
Tags | fire_affinity, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slashing_weapon, slow_movement |
ライフ
128%
アーマー
+80%
回避力
+20%
Ailment Threshold
128%
耐性
30 30 30 20
Damage
143%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
経験値
220%
Model Size
100%
Type
ExileMarauder1
Metadata
ExileMarauder1Supporter
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
8,235
アーマー
51,822
回避力
5,687
エナジーシールド
0
Damage
534
スペルダメージ
534
命中
290
Attack Time
1.005
経験値
22,561
Ailment Threshold
8,235
Chill
26
Shock
26
Brittle
147
Scorch
26
Sap
72
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileShieldCharge
Attack, RequiresShield, Melee, Area, Movement, Travel
シールドチャージ
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
対象となる場所または敵に向かって突進する。その際、道中の敵を押し退け、前方範囲内の敵に繰り返しダメージを与える。対象に達した場合は、ダメージ範囲が大きくなる。遠くへ移動すればするほどダメージが増え、スタン付与確率が高くなる。
アタックスピードが20%増加する
最大チャージ距離で敵に対するスタン閾値軽減率が50%増加する
最大チャージ距離でヒットダメージが65%上昇する
移動スピードが50%増加する
物理ダメージの15%を追加の火ダメージとして得る
ignores proximity shield [1]
shield charge extra distance [10]
最大チャージ距離で敵に対するスタン閾値軽減率が50%増加する
最大チャージ距離でヒットダメージが65%上昇する
移動スピードが50%増加する
物理ダメージの15%を追加の火ダメージとして得る
ignores proximity shield [1]
shield charge extra distance [10]
MonsterHeavyStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee
ヘビーストライク
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
力強い強打で敵を攻撃する。使用するにはメイス、セプター、斧、剣またはスタッフを装備する必要がある。
ヒット時に敵をノックバックする
ダメージが50%上昇する
敵スタン閾値が30%減少する
ダメージが50%上昇する
敵スタン閾値が30%減少する
ExileCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
クリーヴ
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
武器(二刀流の場合は両方の武器)を弧をかくように振り、前方範囲内のモンスターにダメージを与える。使用するには斧または剣を装備する必要がある。
二刀流中にそれぞれの武器の60%のダメージを与える
物理ダメージが53%増加する
アタックスピードが60%増加する
animation effect variation [1]
is area damage [1]
skill double hits when dual wielding [1]
物理ダメージが53%増加する
アタックスピードが60%増加する
animation effect variation [1]
is area damage [1]
skill double hits when dual wielding [1]
ExileEnduringCry
Buff, Area, Duration, Warcry, Cooldown
エンデュアリングクライ
クールダウン時間: 8 秒
近くの敵を挑発し、使用者を攻撃させるウォークライを行い、使用者および周囲の味方にバフを与える。加えて使用者および周囲の味方はエンデュランスチャージを得る。
基礎持続時間は1秒
毎秒ライフの10%を自動回復する
2個の追加のエンデュランスチャージを付与する
毎秒ライフの10%を自動回復する
2個の追加のエンデュランスチャージを付与する
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/ExileMarauder1Supporter"] = { name = "Jonah Unchained", life = 1.28, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.43, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "ExileCleave", "ExileShieldCharge", "ExileEnduringCry", "Melee", "MonsterHeavyStrike", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ExileCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "attack_speed_+%", "active_skill_damage_+%_final", "active_skill_merged_damage_+%_final_while_dual_wielding", "animation_effect_variation", "is_area_damage", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {29, 0, 15, -40, 1, levelRequirement = 4, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {35, 20, 10, -40, 1, levelRequirement = 30, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {47, 20, 5, -40, 1, levelRequirement = 50, statInterpolation = {1, 1, 1}, cost = { }, }, [4] = {53, 60, 0, -40, 1, levelRequirement = 65, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileShieldCharge"] = { name = "Shield Charge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies.", skillTypes = { [SkillType.Attack] = true, [SkillType.RequiresShield] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_damage_+%_maximum", "attack_speed_+%", "physical_damage_%_to_add_as_fire", "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range", "base_movement_velocity_+%", "shield_charge_extra_distance", "ignores_proximity_shield", }, levels = { [1] = {75, 10, 0, 50, 50, 10, levelRequirement = 4, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {65, 10, 0, 50, 50, 10, levelRequirement = 20, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {65, 15, 15, 50, 50, 10, levelRequirement = 40, statInterpolation = {1, 1, 1}, cost = { }, }, [4] = {65, 20, 15, 50, 50, 10, levelRequirement = 60, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileEnduringCry"] = { name = "Enduring Cry", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs a warcry, taunting all nearby enemies to attack the user and granting a buff to the user and nearby allies. The user and allied players also gain endurance charges.", skillTypes = { [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Warcry] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "enduring_cry_grants_x_additional_endurance_charges", "base_skill_effect_duration", "life_regeneration_rate_per_minute_%", }, levels = { [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {}, cost = { }, }, [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {}, cost = { }, }, [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {}, cost = { }, }, [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {}, cost = { }, }, [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {}, cost = { }, }, [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {}, cost = { }, }, [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {}, cost = { }, }, [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {}, cost = { }, }, [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {}, cost = { }, }, [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {}, cost = { }, }, [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {}, cost = { }, }, [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {}, cost = { }, }, [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {}, cost = { }, }, [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {}, cost = { }, }, [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {}, cost = { }, }, [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {}, cost = { }, }, [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {}, cost = { }, }, [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {}, cost = { }, }, [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {}, cost = { }, }, [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {}, cost = { }, }, [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {}, cost = { }, }, [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {}, cost = { }, }, [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {}, cost = { }, }, [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {}, cost = { }, }, [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {}, cost = { }, }, [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {}, cost = { }, }, [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {}, cost = { }, }, [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {}, cost = { }, }, [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {}, cost = { }, }, [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {}, cost = { }, }, [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {}, cost = { }, }, [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {}, cost = { }, }, [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {}, cost = { }, }, [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {}, cost = { }, }, }, } -- 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["MonsterHeavyStrike"] = { name = "Heavy Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks enemies with a forceful blow. Requires a Mace, Sceptre, Axe, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "global_knockback", }, levels = { [1] = {30, 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 | MonsterAlwaysHits |
---|---|
Family | AlwaysHits |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
クリティカルストライクを与えることができない
Id | MonsterCannotCrit_ |
---|---|
Family | CannotCrit |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | critical |
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
Id | MonsterAttackBlock30Bypass10 |
---|---|
Family | MonsterBlockAndBypass |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
最大ライフが100%増加する
効果範囲が100%増加する
キャラクターサイズが80%増加する
Id | MonsterSupporterGigantism1 |
---|---|
Family | MonsterSupporterGigantism |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
ヨナ・アンチェインド
人型
monster base type attack cast speed +% and damage -% final [33]
プレイヤーのヒットは回避されることがない
クリティカルストライクを与えることができない
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
プレイヤーのヒットは回避されることがない
クリティカルストライクを与えることができない
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
Jonah Unchained
Spectre | N |
---|---|
Tags | delve_monster, exile, fire_affinity, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement |
ライフ
128%
アーマー
+80%
回避力
+20%
Ailment Threshold
128%
耐性
30 30 30 20
Damage
143%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
経験値
220%
Model Size
100%
Type
ExileMarauderDelve1
Metadata
DelveExileMarauder1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
8,235
アーマー
51,822
回避力
5,687
エナジーシールド
0
Damage
534
スペルダメージ
534
命中
290
Attack Time
1.005
経験値
22,561
Ailment Threshold
8,235
Chill
26
Shock
26
Brittle
147
Scorch
26
Sap
72
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ExileShieldCharge
Attack, RequiresShield, Melee, Area, Movement, Travel
シールドチャージ
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
対象となる場所または敵に向かって突進する。その際、道中の敵を押し退け、前方範囲内の敵に繰り返しダメージを与える。対象に達した場合は、ダメージ範囲が大きくなる。遠くへ移動すればするほどダメージが増え、スタン付与確率が高くなる。
アタックスピードが20%増加する
最大チャージ距離で敵に対するスタン閾値軽減率が50%増加する
最大チャージ距離でヒットダメージが65%上昇する
移動スピードが50%増加する
物理ダメージの15%を追加の火ダメージとして得る
ignores proximity shield [1]
shield charge extra distance [10]
最大チャージ距離で敵に対するスタン閾値軽減率が50%増加する
最大チャージ距離でヒットダメージが65%上昇する
移動スピードが50%増加する
物理ダメージの15%を追加の火ダメージとして得る
ignores proximity shield [1]
shield charge extra distance [10]
MonsterHeavyStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee
ヘビーストライク
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
力強い強打で敵を攻撃する。使用するにはメイス、セプター、斧、剣またはスタッフを装備する必要がある。
ヒット時に敵をノックバックする
ダメージが50%上昇する
敵スタン閾値が30%減少する
ダメージが50%上昇する
敵スタン閾値が30%減少する
ExileCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
クリーヴ
Base Damage: 427–641
クリティカル率: 5%
Attack Time: 1.005 秒
武器(二刀流の場合は両方の武器)を弧をかくように振り、前方範囲内のモンスターにダメージを与える。使用するには斧または剣を装備する必要がある。
二刀流中にそれぞれの武器の60%のダメージを与える
物理ダメージが53%増加する
アタックスピードが60%増加する
animation effect variation [1]
is area damage [1]
skill double hits when dual wielding [1]
物理ダメージが53%増加する
アタックスピードが60%増加する
animation effect variation [1]
is area damage [1]
skill double hits when dual wielding [1]
ExileEnduringCry
Buff, Area, Duration, Warcry, Cooldown
エンデュアリングクライ
クールダウン時間: 8 秒
近くの敵を挑発し、使用者を攻撃させるウォークライを行い、使用者および周囲の味方にバフを与える。加えて使用者および周囲の味方はエンデュランスチャージを得る。
基礎持続時間は1秒
毎秒ライフの10%を自動回復する
2個の追加のエンデュランスチャージを付与する
毎秒ライフの10%を自動回復する
2個の追加のエンデュランスチャージを付与する
WalkEmergeExile
walk emerge distance [200]
Object Type
version 2 extends "Metadata/Monsters/Exiles/Exile" Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Exiles/DelveExileMarauder1"] = { name = "Jonah Unchained", life = 1.28, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.43, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "ExileCleave", "ExileShieldCharge", "ExileEnduringCry", "Melee", "MonsterHeavyStrike", "WalkEmergeExile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ExileCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "attack_speed_+%", "active_skill_damage_+%_final", "active_skill_merged_damage_+%_final_while_dual_wielding", "animation_effect_variation", "is_area_damage", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {29, 0, 15, -40, 1, levelRequirement = 4, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {35, 20, 10, -40, 1, levelRequirement = 30, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {47, 20, 5, -40, 1, levelRequirement = 50, statInterpolation = {1, 1, 1}, cost = { }, }, [4] = {53, 60, 0, -40, 1, levelRequirement = 65, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileShieldCharge"] = { name = "Shield Charge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies.", skillTypes = { [SkillType.Attack] = true, [SkillType.RequiresShield] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_damage_+%_maximum", "attack_speed_+%", "physical_damage_%_to_add_as_fire", "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range", "base_movement_velocity_+%", "shield_charge_extra_distance", "ignores_proximity_shield", }, levels = { [1] = {75, 10, 0, 50, 50, 10, levelRequirement = 4, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {65, 10, 0, 50, 50, 10, levelRequirement = 20, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {65, 15, 15, 50, 50, 10, levelRequirement = 40, statInterpolation = {1, 1, 1}, cost = { }, }, [4] = {65, 20, 15, 50, 50, 10, levelRequirement = 60, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ExileEnduringCry"] = { name = "Enduring Cry", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs a warcry, taunting all nearby enemies to attack the user and granting a buff to the user and nearby allies. The user and allied players also gain endurance charges.", skillTypes = { [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Warcry] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "enduring_cry_grants_x_additional_endurance_charges", "base_skill_effect_duration", "life_regeneration_rate_per_minute_%", }, levels = { [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {}, cost = { }, }, [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {}, cost = { }, }, [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {}, cost = { }, }, [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {}, cost = { }, }, [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {}, cost = { }, }, [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {}, cost = { }, }, [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {}, cost = { }, }, [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {}, cost = { }, }, [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {}, cost = { }, }, [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {}, cost = { }, }, [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {}, cost = { }, }, [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {}, cost = { }, }, [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {}, cost = { }, }, [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {}, cost = { }, }, [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {}, cost = { }, }, [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {}, cost = { }, }, [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {}, cost = { }, }, [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {}, cost = { }, }, [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {}, cost = { }, }, [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {}, cost = { }, }, [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {}, cost = { }, }, [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {}, cost = { }, }, [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {}, cost = { }, }, [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {}, cost = { }, }, [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {}, cost = { }, }, [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {}, cost = { }, }, [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {}, cost = { }, }, [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {}, cost = { }, }, [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {}, cost = { }, }, [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {}, cost = { }, }, [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {}, cost = { }, }, [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {}, cost = { }, }, [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {}, cost = { }, }, [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {}, cost = { }, }, }, } -- 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["MonsterHeavyStrike"] = { name = "Heavy Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks enemies with a forceful blow. Requires a Mace, Sceptre, Axe, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "global_knockback", }, levels = { [1] = {30, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeExile"] = { name = "WalkEmergeExile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {200, 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 | MonsterAlwaysHits |
---|---|
Family | AlwaysHits |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
クリティカルストライクを与えることができない
Id | MonsterCannotCrit_ |
---|---|
Family | CannotCrit |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | critical |
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
Id | MonsterAttackBlock30Bypass10 |
---|---|
Family | MonsterBlockAndBypass |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
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.