เพลิงอันเกลียดชัง
หุ่นกล
เพิ่มพลังชีวิตสูงสุด 25%
เพิ่มขนาดของตัวละคร 20%
drop additional rare items [3]
Hateful Fire
SpectreN
Tagsbludgeoning_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
เลเวล
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
ProphecyFirestormFireElemental
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
พายุไฟ (Firestorm)
โอกาสคริติคอล: 5%
ประสิทธิภาพการเสริมความเสียหาย: 30%
เวลาร่าย: 0.9 วินาที
คูลดาวน์: 4 วินาที
ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
การปะทะของคุณ ไม่สามารถสร้างสถานะ มึนงง ต่อศัตรูได้
ระยะเวลาพื้นฐาน 1.5 วินาที
สร้างความเสียหาย ไฟ 114.1 ถึง 171.1
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 25%
ลูกไฟตก 1 ลูก ทุก 0.1 วินาที
รัศมีพื้นฐาน 1 เมตร
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
คลื่นเพลิง (Flame Surge)
โอกาสคริติคอล: 6%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 5 วินาที
จู่โจมศัตรูตรงหน้าของคุณด้วยคลื่นเปลวไฟ ศัตรูที่ติดสถานะ ติดไฟ จะได้รับความเสียหายเพิ่มขึ้น อีก หากคุณปะทะศัตรูที่ติดสถานะ ลุกไหม้ สกิลนี้จะสร้าง พื้นลุกไหม้ ข้างใต้มัน ม็อดความเสียหายของคุณไม่ส่งผลต่อ พื้นลุกไหม้ นี้
สร้างความเสียหาย ไฟ 366 ถึง 548.9
ลดความเร็วในการร่าย 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]

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
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • maximum life +% Min: 25 Max: 25 Global
  • base actor scale +% Min: 20 Max: 20 Global
  • Craft Tagsresource life
    drop additional rare items [3]
    IdProphecyAdditionalRareItemsBoss
    FamilyMonsterDropAdditionalRareItems
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • drop additional rare items Min: 3 Max: 3 Global
  • Edit

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