ストームアイ
Storm Eye
SpectreN
Tagsanimal_claw_weapon, beast, canine_beast, キャスター, fast_movement, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_model, light_armour, lightning_affinity, mammal_beast, medium_height, melee, physical_affinity, red_blood
ライフ
2040%
Ailment Threshold
1360%
耐性
40 40 40 25
Damage
170%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
経験値
170%
Model Size
130%
Type
MapWolfBoss1
Metadata
LionMapWolfLightningBoss
レベル
68
ライフ
131,240
防具
28,790
回避力
4,739
エナジーシールド
0
Damage
635
スペルダメージ
635
命中
290
Attack Time
1.5
経験値
17,434
Ailment Threshold
87,494
Chill
277
Shock
277
Brittle
1,565
Scorch
277
Sap
764
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 508–762
クリティカル率: 5%
Attack Time: 1.5 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
LionWolfLightningBossLightningstorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
ファイヤーストーム
クリティカル率: 5%
キャストタイム: 0.9 秒
クールダウン時間: 10 秒
炎の矢が対象の範囲に降り注ぐ。地面に達すると爆発し、近くにいる敵にダメージを与える。
494.7から1484の雷ダメージを与える
基礎持続時間は3
キャストスピードが35%増加する
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [-49]
is area damage [1]
LionWolfLightningBossLightningStrike
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
ライトニングストライク
Base Damage: 508–762
クリティカル率: 5%
Attack Time: 1.5 秒
クールダウン時間: 0.5 秒
武器を振りかぶり近接武器に電気エネルギーを注入する。物理ダメージの一部が雷ダメージに変換され、攻撃をする際に武器に蓄えられたエネルギーが投射物として放たれ、遠くの敵に飛んでいく。近接攻撃が対象に命中した場合、投射物も対象を外すことはない。
物理ダメージの50%を雷ダメージに変換する
アタックダメージが30%上昇する
ダメージが20%上昇する
追加の投射物を4個放つ
物理ダメージが21%増加する
show number of projectiles [1]
total projectile spread angle override [70]
LionWolfLightningBossStaticStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
スタティックストライク
Base Damage: 508–762
クリティカル率: 5%
アタックダメージ: 110%
アタックダメージ: 110%
Attack Time: 1.5 秒
クールダウン時間: 5 秒
近接武器で敵を攻撃し、静電気のエネルギーを使用者に貯める。このエネルギーは効果が切れる時に周囲の敵にダメージを与える。このダメージは回避することもかわすこともできない。
物理ダメージの60%を雷ダメージに変換する
アタックダメージが10%上昇する
基礎持続時間は0.75
このアタックは2回繰り返す
近接アタックスピードが90%上昇する
爆発の与えるヒットと状態異常のダメージが40%低下する
active skill area of effect radius +% final [-16]
MonsterLeapSlamLionWolf
Attack, Area, Melee, Movement, Travel, Slam, Totemable
リープスラム
Base Damage: 508–762
クリティカル率: 5%
アタックダメージ: 150%
アタックダメージ: 150%
Attack Time: 1.5 秒
クールダウン時間: 5 秒
空中に飛び上がり、着地点にいる敵に武器でダメージを与え、敵をノックバックする。着地点にいる敵は押し出される。使用するには斧、メイス、セプター、剣またはスタッフを装備する必要がある。マルチストライクでサポートすることができない。
アタックダメージが50%上昇する
基礎半径は1.5m
cast time overrides attack duration [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Dagger"
}

Life
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.35
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Lion/LionMapWolfLightningBoss"] = {
    name = "Storm Eye",
    life = 20.4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.7,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "One Hand Sword",
    skillList = {
        "Melee",
        "MonsterLeapSlamLionWolf",
        "LionWolfLightningBossLightningstorm",
        "LionWolfLightningBossLightningStrike",
        "LionWolfLightningBossStaticStrike",
    },
    modList = {
    },
}
-- 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["MonsterLeapSlamLionWolf"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LionWolfLightningBossLightningstorm"] = {
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "base_cast_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 3000, 200, -49, 35, 10, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LionWolfLightningBossLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "total_projectile_spread_angle_override",
        "show_number_of_projectiles",
    },
    levels = {
        [1] = {7, 50, 30, 4, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {14, 50, 30, 4, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [3] = {21, 50, 30, 4, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LionWolfLightningBossStaticStrike"] = {
    name = "Static Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Lightning] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_lightning",
        "base_skill_effect_duration",
        "static_strike_explosion_damage_+%_final",
        "base_melee_attack_repeat_count",
        "support_multiple_attacks_melee_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {60, 750, -40, 2, 90, -16, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
ストームアイ
Storm Eye
SpectreN
Areaカーイルブライズ・群狼の巣
Tagsanimal_claw_weapon, beast, canine_beast, キャスター, fast_movement, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_model, light_armour, lightning_affinity, mammal_beast, melee, physical_affinity, red_blood, small_height, unique_map_boss
ライフ
2040%
Ailment Threshold
1360%
耐性
40 40 40 25
Damage
170%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
経験値
170%
Model Size
130%
Type
MapWolfBoss1
Metadata
LionMapWolfLightningBossRevive
レベル
82
ライフ
582,655
防具
85,651
回避力
7,608
エナジーシールド
0
Damage
1,446
スペルダメージ
1,446
命中
499
Attack Time
1.5
経験値
22,110
Ailment Threshold
388,436
Chill
1,228
Shock
1,228
Brittle
6,949
Scorch
1,228
Sap
3,393
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 1156–1735
クリティカル率: 5%
Attack Time: 1.5 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
LionWolfLightningBossLightningstorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
ファイヤーストーム
クリティカル率: 5%
キャストタイム: 0.9 秒
クールダウン時間: 10 秒
炎の矢が対象の範囲に降り注ぐ。地面に達すると爆発し、近くにいる敵にダメージを与える。
1033から3099の雷ダメージを与える
基礎持続時間は3
キャストスピードが35%増加する
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [-49]
is area damage [1]
LionWolfLightningBossLightningStrike
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
ライトニングストライク
Base Damage: 1156–1735
クリティカル率: 5%
Attack Time: 1.5 秒
クールダウン時間: 0.5 秒
武器を振りかぶり近接武器に電気エネルギーを注入する。物理ダメージの一部が雷ダメージに変換され、攻撃をする際に武器に蓄えられたエネルギーが投射物として放たれ、遠くの敵に飛んでいく。近接攻撃が対象に命中した場合、投射物も対象を外すことはない。
物理ダメージの50%を雷ダメージに変換する
アタックダメージが30%上昇する
ダメージが20%上昇する
追加の投射物を4個放つ
物理ダメージが21%増加する
show number of projectiles [1]
total projectile spread angle override [70]
LionWolfLightningBossStaticStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
スタティックストライク
Base Damage: 1156–1735
クリティカル率: 5%
アタックダメージ: 110%
アタックダメージ: 110%
Attack Time: 1.5 秒
クールダウン時間: 5 秒
近接武器で敵を攻撃し、静電気のエネルギーを使用者に貯める。このエネルギーは効果が切れる時に周囲の敵にダメージを与える。このダメージは回避することもかわすこともできない。
物理ダメージの60%を雷ダメージに変換する
アタックダメージが10%上昇する
基礎持続時間は0.75
このアタックは2回繰り返す
近接アタックスピードが90%上昇する
爆発の与えるヒットと状態異常のダメージが40%低下する
active skill area of effect radius +% final [-16]
MonsterLeapSlamLionWolf
Attack, Area, Melee, Movement, Travel, Slam, Totemable
リープスラム
Base Damage: 1156–1735
クリティカル率: 5%
アタックダメージ: 150%
アタックダメージ: 150%
Attack Time: 1.5 秒
クールダウン時間: 5 秒
空中に飛び上がり、着地点にいる敵に武器でダメージを与え、敵をノックバックする。着地点にいる敵は押し出される。使用するには斧、メイス、セプター、剣またはスタッフを装備する必要がある。マルチストライクでサポートすることができない。
アタックダメージが50%上昇する
基礎半径は1.5m
cast time overrides attack duration [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Dagger"
}

Animated
{

}

Transitionable
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.35
}

Transitionable
{
	on_transition = "PlayAnimation( revive5 );"
	create_untransitioned = "PlayAnimation( death5 ); GoToAnimationEnd(); PauseAnimation();"
}

Animated
{

}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Lion/LionMapWolfLightningBossRevive"] = {
    name = "Storm Eye",
    life = 20.4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.7,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "One Hand Sword",
    skillList = {
        "Melee",
        "MonsterLeapSlamLionWolf",
        "LionWolfLightningBossLightningstorm",
        "LionWolfLightningBossLightningStrike",
        "LionWolfLightningBossStaticStrike",
    },
    modList = {
    },
}
-- 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["MonsterLeapSlamLionWolf"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LionWolfLightningBossLightningstorm"] = {
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "base_cast_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 3000, 200, -49, 35, 10, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LionWolfLightningBossLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "total_projectile_spread_angle_override",
        "show_number_of_projectiles",
    },
    levels = {
        [1] = {7, 50, 30, 4, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {14, 50, 30, 4, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [3] = {21, 50, 30, 4, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LionWolfLightningBossStaticStrike"] = {
    name = "Static Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Lightning] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_lightning",
        "base_skill_effect_duration",
        "static_strike_explosion_damage_+%_final",
        "base_melee_attack_repeat_count",
        "support_multiple_attacks_melee_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {60, 750, -40, 2, 90, -16, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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