憎しみの火
コンストラクト
最大ライフが25%増加する
キャラクターサイズが20%増加する
drop additional rare items [3]
キャラクターサイズが20%増加する
drop additional rare items [3]
Hateful Fire
Spectre | N |
---|---|
Tags | bludgeoning_weapon, キャスター, construct, fire_affinity, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, not_str, ranged, stone_armour |
ライフ
150%
Energy Shield From Life
100%
Ailment Threshold
150%
耐性
75 0 0 0
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
経験値
150%
Model Size
140%
Type
ProphecyFireElemental
Metadata
ProphecyFireElementalBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
9,650
アーマー
28,790
回避力
4,739
エナジーシールド
6,127
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
15,383
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
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).
ProphecyFirestormFireElemental
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
ファイヤーストーム
クリティカル率: 5%
追加ダメージ効率: 30%
キャストタイム: 0.9 秒
クールダウン時間: 4 秒
炎の矢が対象の範囲に降り注ぐ。地面に達すると爆発し、近くにいる敵にダメージを与える。
プレイヤーによるヒットは敵をスタンさせることができない
基礎持続時間は1.5秒
114.1から171.1の火ダメージを与える
25%の確率で敵を発火させる
0.1秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [-49]
is area damage [1]
spell maximum action distance +% [-50]
基礎持続時間は1.5秒
114.1から171.1の火ダメージを与える
25%の確率で敵を発火させる
0.1秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [-49]
is area damage [1]
spell maximum action distance +% [-50]
ProphecyFlameWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
フレイムサージ
クリティカル率: 6%
キャストタイム: 0.5 秒
クールダウン時間: 5 秒
炎の波動で前方の敵を攻撃する。燃焼状態の敵には与えるダメージが上昇する。発火している敵にヒットした場合、その敵の下に燃焼領域を生成する。ダメージのモッドは、燃焼領域には適用されない。
366から548.9の火ダメージを与える
キャストスピードが50%減少する
燃焼状態の敵に対するヒットダメージが+50%上昇する
敵を発火させることができない
active skill area of effect radius +% final [25]
is area damage [1]
キャストスピードが50%減少する
燃焼状態の敵に対するヒットダメージが+50%上昇する
敵を発火させることができない
active skill area of effect radius +% final [25]
is area damage [1]
MoltenMortarProjectileProphecy
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
キャストタイム: 1 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
981から1472の火ダメージを与える
base is projectile [1]
is area damage [1]
projectile spread radius [15]
spell maximum action distance +% [-20]
base is projectile [1]
is area damage [1]
projectile spread radius [15]
spell maximum action distance +% [-20]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 fade_arrows = true } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/fire_elemental/FireElemental_fx.epk ); " } Life { on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/fire_elemental/FireElemental_fx.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/FireElemental/ProphecyFireElementalBoss"] = { name = "Hateful Fire", life = 1.5, energyShield = 1, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "ProphecyFirestormFireElemental", "ProphecyFlameWhip", "MoltenMortarProjectileProphecy", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecyFirestormFireElemental"] = { 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_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "base_chance_to_ignite_%", "spell_maximum_action_distance_+%", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 1200, 100, 25, -50, -49, 10, levelRequirement = 2, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 1500, 100, 25, -50, -49, 10, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecyFlameWhip"] = { name = "Flame Surge", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "flame_whip_damage_+%_final_vs_burning_enemies", "base_cast_speed_+%", "active_skill_area_of_effect_radius_+%_final", "never_ignite", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, -50, 25, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MoltenMortarProjectileProphecy"] = { name = "MoltenMortarProjectileProphecy", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
最大ライフが25%増加する
キャラクターサイズが20%増加する
Id | MonsterImplicitIncreasedLife1 |
---|---|
Family | MaximumLifeIncreasePercent |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
drop additional rare items [3]
Id | ProphecyAdditionalRareItemsBoss |
---|---|
Family | MonsterDropAdditionalRareItems |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |