怒炎之使
人形
地區: 暮光海灘
Fire Fury
幽魂N
地區暮光海灘
標籤bludgeoning_weapon, 法術, fast_movement, fire_affinity, has_staff, has_two_handed_melee, human, humanoid, light_armour, medium_height, melee, not_int, not_str, red_blood, summoner
生命
180%
閃避
+15%
異常狀態臨界值
180%
抗性
0 0 0 0
傷害
126%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 13
攻擊間隔
1.995 秒
傷害分佈
±20%
經驗值
180%
Model Size
117%
類型
CannibalBossFireFury
Metadata
CannibalFemaleBossWitch
等級
2
生命
47
護甲
23
閃避
99
能量護盾
0
傷害
7
法術傷害
7
命中
15
攻擊間隔
1.995
經驗值
36
異常狀態臨界值
47
冰緩
0
感電
0
易碎
1
焦灼
0
殘喘
0
FemaleCannibalBossFireStorm
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可秘能爆發, 可齊射, 範圍法術
烈炎風暴
暴擊率: 5%
施放時間: 1.33 秒
呼喚無數火焰之球如雨一般灑落在目標區域。每顆火球落地時將會爆炸,並對附近的敵人造成傷害。
+3 秒基礎持續時間
造成 2.9784.467 火焰傷害
25% 機率點燃敵人
0.1 秒撞擊一次
基礎範圍為 1
firestorm base area of effect +% [-74]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-75]
FireFuryFlameWhip
法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
怒焰奔騰
暴擊率: 6%
施放時間: 0.5 秒
釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
造成 4.2826.729 火焰傷害
對燃燒敵人有 +50% 更多擊中傷害
不能點燃
active skill area of effect radius +% final [-33]
is area damage [1]
FireFurySummonExplodingSkeletons
法術, 召喚物, 持續時間, 召喚物爆炸, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 可齊射, 創造召喚物, 冷卻
召喚骷髏
施放時間: 1 秒
冷卻時間: 6 秒
在指定位置召喚骷髏戰士。他們會使用近戰攻擊並在持續時間結束後死亡。若他們有侵略性,骷髏戰士會衝刺到附近的敵人。
FemaleCannibalBossFlameDash
法術, 位移, 傷害, DoT, 持續時間, 圖騰技能, 可觸發, 火焰, 陷阱技能, 地雷技能, 快行, 閃現, 冷卻
烈焰衝刺
暴擊率: 5%
施放時間: 1.13 秒
冷卻時間: 6 秒
傳送到指定地點,對敵人造成傷害並在路線上造成燃燒地面。與其他閃現技能共享冷卻時間。
每秒造成 7 基本火焰傷害
+3 秒基礎持續時間
造成 3.7395.609 火焰傷害
is area damage [1]
MeleeAtAnimationSpeedFireUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 6–8
暴擊率: 5%
攻擊傷害: 75%
攻擊間隔: 1.995 秒
用強大的攻擊擊倒敵人。
造成 25% 更少攻擊傷害
75% 物理傷害轉化至火焰傷害
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/Cannibal/Cannibal"

Actor
{
	slow_animations_go_to_idle = false
}

Monster
{
	flip_enabled = false
}

Transitionable {}

StateMachine
{
	define_shared_state = "aggro;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Cannibal/Cannibal"

BaseEvents
{
	on_construction_complete = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/act1/cannibal/firefurystafftrail.epk, R_Weapon );"
}

Life
{
	on_death =
	"
		DetachAllContainingText( fireeffect );
		RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/act1/cannibal/firefurystafftrail.epk, R_Weapon );
		AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/act1/cannibal/firefurystafffade.epk, R_Weapon, 1 );
		StartSpawner();
	"

	on_spawned_dead = "DetachAllContainingText( fireeffect );"
}

ObjectSpawner
{
	spawn_total = 12
	spawn_time = 0.2
	spawn_random_time = 0.1
	types_must_exist = true
	force_placement = true
	random_rotation = true
	type_to_spawn = "Metadata/Monsters/Cannibal/FireFurySmallSoul"
}

Render
{
	has_light = true
}

StateMachine
{
	on_state_aggro_1 = "PlayEffect( Metadata/Monsters/Cannibal/FireFuryAggro.ao );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Cannibal/CannibalFemaleBossWitch"] = {
    name = "Fire Fury",
    life = 1.8,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.26,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 13,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "MeleeAtAnimationSpeedFireUnique",
        "FireFurySummonExplodingSkeletons",
        "FemaleCannibalBossFireStorm",
        "FireFuryFlameWhip",
        "FemaleCannibalBossFlameDash",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFireUnique"] = {
    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 = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireFurySummonExplodingSkeletons"] = {
    name = "Summon Skeletons",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summon Skeleton Warrior minions at the targeted location. They use a melee attack and die after a duration. If made aggressive, Skeleton Warriors will also dash towards nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "minion_spell_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_melee_skeletons_to_summon",
        "base_number_of_skeletons_allowed",
        "base_skill_effect_duration",
        "alternate_minion",
    },
    levels = {
        [1] = {2, 12, 10000, 2, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FemaleCannibalBossFireStorm"] = {
    name = "Firestorm",
    hidden = true,
    color = 4,
    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 = 1.33,
    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",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_chance_to_ignite_%",
        "spell_maximum_action_distance_+%",
        "firestorm_base_area_of_effect_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3000, 100, -25, 25, -75, -74, 10, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireFuryFlameWhip"] = {
    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",
        "active_skill_area_of_effect_radius_+%_final",
        "never_ignite",
        "is_area_damage",
    },
    levels = {
        [1] = {0.69999998807907, 1.1000000238419, 50, -33, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.75, 1.1499999761581, 50, -33, critChance = 6, levelRequirement = 10, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 50, -33, critChance = 6, levelRequirement = 14, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FemaleCannibalBossFlameDash"] = {
    name = "Flame Dash",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
        [SkillType.Damage] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Travel] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.13,
    baseFlags = {
        spell = true,
        duration = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5.4000000953674, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
怒炎之使
人形
Fire Fury
幽魂N
標籤法術, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood, summoner, very_fast_movement
生命
100%
閃避
+15%
異常狀態臨界值
100%
抗性
0 0 0 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 13
攻擊間隔
1.995 秒
傷害分佈
±20%
經驗值
100%
Model Size
130%
類型
CannibalBossFireFuryEndlessLedge
Metadata
CannibalFemaleBossEndlessLedge
等級
68
生命
6,433
護甲
28,790
閃避
5,450
能量護盾
0
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.995
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
MonsterFireStorm
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可秘能爆發, 可齊射, 範圍法術
烈炎風暴
暴擊率: 5%
附加傷害效用: 30%
施放時間: 0.9 秒
呼喚無數火焰之球如雨一般灑落在目標區域。每顆火球落地時將會爆炸,並對附近的敵人造成傷害。
+1.2 秒基礎持續時間
造成 18.4427.66 火焰傷害
25% 機率點燃敵人
0.13 秒撞擊一次
基礎範圍為 1
firestorm base area of effect +% [-49]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-50]
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 299–448
暴擊率: 5%
攻擊間隔: 1.995 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
FireFuryFlameWhip
法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
怒焰奔騰
暴擊率: 6%
施放時間: 0.5 秒
釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
造成 55.5883.36 火焰傷害
對燃燒敵人有 +50% 更多擊中傷害
不能點燃
active skill area of effect radius +% final [-33]
is area damage [1]
FireFurySummonExplodingSkeletons
法術, 召喚物, 持續時間, 召喚物爆炸, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 可齊射, 創造召喚物, 冷卻
召喚骷髏
施放時間: 1 秒
冷卻時間: 6 秒
在指定位置召喚骷髏戰士。他們會使用近戰攻擊並在持續時間結束後死亡。若他們有侵略性,骷髏戰士會衝刺到附近的敵人。
召喚骷髏上限 +12
+10 秒基礎持續時間
召喚 2 隻骷髏戰士
alternate minion [2]

Object Type

version 2
extends "Metadata/Monsters/Cannibal/Cannibal"

Actor
{
	slow_animations_go_to_idle = false
}

Monster
{
	flip_enabled = false
}

Transitionable {}

StateMachine
{
	define_shared_state = "aggro;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Cannibal/Cannibal"

BaseEvents
{
	on_construction_complete = "AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/act1/cannibal/firefurystafftrail.epk, R_Weapon );"
}

Life
{
	on_death =
	"
		DetachAllContainingText( fireeffect );
		RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/act1/cannibal/firefurystafftrail.epk, R_Weapon );
		AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/act1/cannibal/firefurystafffade.epk, R_Weapon, 1 );
		StartSpawner();
	"

	on_spawned_dead = "DetachAllContainingText( fireeffect );"
}

ObjectSpawner
{
	spawn_total = 12
	spawn_time = 0.2
	spawn_random_time = 0.1
	types_must_exist = true
	force_placement = true
	random_rotation = true
	type_to_spawn = "Metadata/Monsters/Cannibal/FireFurySmallSoul"
}

Render
{
	has_light = true
}

StateMachine
{
	on_state_aggro_1 = "PlayEffect( Metadata/Monsters/Cannibal/FireFuryAggro.ao );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Cannibal/CannibalFemaleBossEndlessLedge"] = {
    name = "Fire Fury",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 13,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "FireFurySummonExplodingSkeletons",
        "MonsterFireStorm",
        "FireFuryFlameWhip",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireFurySummonExplodingSkeletons"] = {
    name = "Summon Skeletons",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summon Skeleton Warrior minions at the targeted location. They use a melee attack and die after a duration. If made aggressive, Skeleton Warriors will also dash towards nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "minion_spell_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_melee_skeletons_to_summon",
        "base_number_of_skeletons_allowed",
        "base_skill_effect_duration",
        "alternate_minion",
    },
    levels = {
        [1] = {2, 12, 10000, 2, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFireStorm"] = {
    name = "Firestorm",
    hidden = true,
    color = 4,
    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",
        "fire_storm_fireball_delay_ms",
        "base_skill_effect_duration",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_chance_to_ignite_%",
        "spell_maximum_action_distance_+%",
        "firestorm_base_area_of_effect_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.40000000596046, 0.60000002384186, 150, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.40000000596046, 0.60000002384186, 125, 1200, -25, 25, -50, -49, 10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireFuryFlameWhip"] = {
    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",
        "active_skill_area_of_effect_radius_+%_final",
        "never_ignite",
        "is_area_damage",
    },
    levels = {
        [1] = {0.69999998807907, 1.1000000238419, 50, -33, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.75, 1.1499999761581, 50, -33, critChance = 6, levelRequirement = 10, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 50, -33, critChance = 6, levelRequirement = 14, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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