憤恨火靈
生物
增加 25% 最大生命
增加 20% 角色體型
drop additional rare items [3]
Hateful Fire
幽魂N
標籤bludgeoning_weapon, 法術, construct, fire_affinity, is_unarmed, medium_height, medium_movement, mud_blood, not_dex, not_str, ranged, stone_armour
生命
150%
生命轉為護盾
100%
異常狀態臨界值
150%
抗性
75 0 0 0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
140%
類型
ProphecyFireElemental
Metadata
ProphecyFireElementalBoss
等級
68
生命
9,650
護甲
28,790
閃避
4,739
能量護盾
6,127
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.5
經驗值
15,383
異常狀態臨界值
9,650
冰緩
31
感電
31
易碎
173
焦灼
31
殘喘
84
ProphecyFirestormFireElemental
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可秘能爆發, 可齊射, 範圍法術
烈炎風暴
暴擊率: 5%
附加傷害效用: 30%
施放時間: 0.9 秒
冷卻時間: 4 秒
呼喚無數火焰之球如雨一般灑落在目標區域。每顆火球落地時將會爆炸,並對附近的敵人造成傷害。
你的擊中不能暈眩敵人
+1.5 秒基礎持續時間
造成 114.1171.1 火焰傷害
25% 機率點燃敵人
0.1 秒撞擊一次
基礎範圍為 1
firestorm base area of effect +% [-49]
is area damage [1]
spell maximum action distance +% [-50]
ProphecyFlameWhip
法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
怒焰奔騰
暴擊率: 6%
施放時間: 0.5 秒
冷卻時間: 5 秒
釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
造成 366548.9 火焰傷害
減少 50% 施放速度
對燃燒敵人有 +50% 更多擊中傷害
不能點燃
active skill area of effect radius +% final [25]
is area damage [1]
MoltenMortarProjectileProphecy
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 1 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 9811472 火焰傷害
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% 角色體型
IdMonsterImplicitIncreasedLife1
FamilyMaximumLifeIncreasePercent
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • maximum life +% Min: 25 Max: 25 全域
  • base actor scale +% Min: 20 Max: 20 全域
  • Craft Tagsresource life
    drop additional rare items [3]
    IdProphecyAdditionalRareItemsBoss
    FamilyMonsterDropAdditionalRareItems
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • drop additional rare items Min: 3 Max: 3 全域
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.