闪电魔像
闪电魔像使你获得更高攻击速度和施法速度
attack_and_cast_speed_+%
Lightning Golem
Code | attack and cast speed +% |
---|---|
IsPublic | 1 |
IsLocal | 0 |
IsWeaponLocal | 0 |
IsProxied | |
IsParty | 0 |
IsVirtual | 0 |
IsScalable | 1 |
StatSemantics | Percentage |
闪电魔像
构造体
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
生命每秒回复 1%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster base type attack cast speed +% and damage -% final [22]
生命每秒回复 1%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Lightning Golem
幽魂 | N |
---|---|
标签 | aura_bearer, bludgeoning_weapon, 施法, construct, fast_movement, is_unarmed, large_model, lightning_affinity, mud_blood, not_dex, not_str, ranged, small_height, stone_armour |
生命
582%
生命转为护盾
50%
异常状态临界值
582%
抗性
40 40 70 20
伤害
150%
命中
340%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.17 秒
伤害分布
±20%
经验值
150%
Model Size
110%
类型
LightningGolemSummoned
Metadata
LightningGolemSummoned
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
37,442
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
560
法术伤害
560
命中
986
攻击间隔
1.17
经验值
15,383
异常状态临界值
37,442
冰缓
118
Shock
118
Brittle
670
Scorch
118
Sap
327
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).
LightningGolemArcSummoned
持续时间, 闪电, 投射物, 玩家投射物, 投射物速度, 法术, 可触发
暴击几率: 6%
伤害效用: 60%
施放间隔: 0.8 秒
冷却时间: 8 秒
造成 28.88 - 259.9 闪电伤害
基础持续时间为 8 秒
基础持续时间为 8 秒
LightningGolemWrath
法术, 范围, 增益, 光环, 闪电, 持续时间, 范围法术
施放间隔: 0.8 秒
冷却时间: 12 秒
基础持续时间为 4 秒
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
MonsterProjectileSpellLightningGolemSummoned
法术, 投射物, 玩家投射物, 可触发
暴击几率: 6%
伤害效用: 250%
施放间隔: 1 秒
造成 198.7 - 1788 闪电伤害
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
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/lightning_elemental/lightning.epk ); " } Life { on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/lightning_elemental/lightning.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LightningGolem/LightningGolemSummoned"] = { name = "Lightning Golem", life = 5.82, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 70, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.17, attackRange = 8, accuracy = 3.4, skillList = { "MonsterProjectileSpellLightningGolemSummoned", "LightningGolemWrath", "LightningGolemArcSummoned", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterProjectileSpellLightningGolemSummoned"] = { name = "MonsterProjectileSpellLightningGolemSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "active_skill_cast_speed_+%_final", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 11, -15, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemWrath"] = { name = "LightningGolemWrath", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, duration = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_lightning_damage", "attack_maximum_added_lightning_damage", "spell_minimum_added_lightning_damage", "spell_maximum_added_lightning_damage", "base_skill_effect_duration", "base_deal_no_damage", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 0.11999999731779, 1.0800000429153, 4000, levelRequirement = 1, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemArcSummoned"] = { name = "LightningGolemArcSummoned", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 8000, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
生命每秒回复 1%
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
闪电魔像
构造体
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
monster base type attack cast speed +% and damage -% final [22]
生命每秒回复 1%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Lightning Golem
幽魂 | N |
---|---|
标签 | aura_bearer, bludgeoning_weapon, 施法, construct, fast_movement, is_unarmed, large_model, lightning_affinity, medium_height, mud_blood, not_dex, not_str, ranged, stone_armour |
生命
582%
生命转为护盾
50%
异常状态临界值
582%
抗性
40 40 70 20
伤害
150%
命中
340%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.17 秒
伤害分布
±20%
经验值
150%
Model Size
100%
类型
LightningGolemSummoned
Metadata
LightningGolemSummonedStormcaller
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
37,442
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
560
法术伤害
560
命中
986
攻击间隔
1.17
经验值
15,383
异常状态临界值
37,442
冰缓
118
Shock
118
Brittle
670
Scorch
118
Sap
327
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).
LightningGolemArcSummoned
持续时间, 闪电, 投射物, 玩家投射物, 投射物速度, 法术, 可触发
暴击几率: 6%
伤害效用: 60%
施放间隔: 0.8 秒
冷却时间: 8 秒
造成 28.88 - 259.9 闪电伤害
基础持续时间为 8 秒
基础持续时间为 8 秒
LightningGolemWrath
法术, 范围, 增益, 光环, 闪电, 持续时间, 范围法术
施放间隔: 0.8 秒
冷却时间: 12 秒
基础持续时间为 4 秒
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
MonsterProjectileSpellLightningGolemSummoned
法术, 投射物, 玩家投射物, 可触发
暴击几率: 6%
伤害效用: 250%
施放间隔: 1 秒
造成 198.7 - 1788 闪电伤害
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 fade_arrows = true } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/stormcaller_golem/lightning.epk );" } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/stormcaller_golem/lightning.epk ); HideMeshSegmentsBySubstring( arc ); HideMeshSegmentsBySubstring( group ); HideMeshSegmentsBySubstring( glowShape ); HideMeshSegmentsBySubstring( lightning_sphereShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LightningGolem/LightningGolemSummonedStormcaller"] = { name = "Lightning Golem", life = 5.82, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 70, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.17, attackRange = 8, accuracy = 3.4, skillList = { "MonsterProjectileSpellLightningGolemSummoned", "LightningGolemWrath", "LightningGolemArcSummoned", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterProjectileSpellLightningGolemSummoned"] = { name = "MonsterProjectileSpellLightningGolemSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "active_skill_cast_speed_+%_final", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 11, -15, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemWrath"] = { name = "LightningGolemWrath", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, duration = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_lightning_damage", "attack_maximum_added_lightning_damage", "spell_minimum_added_lightning_damage", "spell_maximum_added_lightning_damage", "base_skill_effect_duration", "base_deal_no_damage", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 0.11999999731779, 1.0800000429153, 4000, levelRequirement = 1, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemArcSummoned"] = { name = "LightningGolemArcSummoned", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 8000, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
生命每秒回复 1%
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
闪电魔像
构造体
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
monster base type attack cast speed +% and damage -% final [22]
生命每秒回复 1%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Lightning Golem
幽魂 | N |
---|---|
标签 | aura_bearer, bludgeoning_weapon, 施法, construct, fast_movement, is_unarmed, large_model, lightning_affinity, medium_height, mud_blood, not_dex, not_str, ranged, stone_armour |
生命
582%
生命转为护盾
50%
异常状态临界值
582%
抗性
40 40 70 20
伤害
150%
命中
340%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.17 秒
伤害分布
±20%
经验值
150%
Model Size
100%
类型
LightningGolemSummoned
Metadata
LightningGolemSummonedClockwork
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
37,442
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
560
法术伤害
560
命中
986
攻击间隔
1.17
经验值
15,383
异常状态临界值
37,442
冰缓
118
Shock
118
Brittle
670
Scorch
118
Sap
327
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).
LightningGolemArcSummoned
持续时间, 闪电, 投射物, 玩家投射物, 投射物速度, 法术, 可触发
暴击几率: 6%
伤害效用: 60%
施放间隔: 0.8 秒
冷却时间: 8 秒
造成 28.88 - 259.9 闪电伤害
基础持续时间为 8 秒
基础持续时间为 8 秒
LightningGolemWrath
法术, 范围, 增益, 光环, 闪电, 持续时间, 范围法术
施放间隔: 0.8 秒
冷却时间: 12 秒
基础持续时间为 4 秒
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
MonsterProjectileSpellLightningGolemSummoned
法术, 投射物, 玩家投射物, 可触发
暴击几率: 6%
伤害效用: 250%
施放间隔: 1 秒
造成 198.7 - 1788 闪电伤害
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems/lightning/lightningfx.epk );" } Render { //turn_duration = 0.5 fade_arrows = true } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems/lightning/lightningfx.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LightningGolem/LightningGolemSummonedClockwork"] = { name = "Lightning Golem", life = 5.82, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 70, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.17, attackRange = 8, accuracy = 3.4, skillList = { "MonsterProjectileSpellLightningGolemSummoned", "LightningGolemWrath", "LightningGolemArcSummoned", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterProjectileSpellLightningGolemSummoned"] = { name = "MonsterProjectileSpellLightningGolemSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "active_skill_cast_speed_+%_final", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 11, -15, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemWrath"] = { name = "LightningGolemWrath", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, duration = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_lightning_damage", "attack_maximum_added_lightning_damage", "spell_minimum_added_lightning_damage", "spell_maximum_added_lightning_damage", "base_skill_effect_duration", "base_deal_no_damage", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 0.11999999731779, 1.0800000429153, 4000, levelRequirement = 1, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemArcSummoned"] = { name = "LightningGolemArcSummoned", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 8000, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
生命每秒回复 1%
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
雷电魔像
构造体
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
monster base type attack cast speed +% and damage -% final [22]
生命每秒回复 1%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Lightning Golem
幽魂 | N |
---|---|
标签 | aura_bearer, bludgeoning_weapon, 施法, construct, fast_movement, is_unarmed, large_model, lightning_affinity, mud_blood, not_dex, not_str, small_height, stone_armour |
生命
582%
生命转为护盾
50%
异常状态临界值
582%
抗性
40 40 70 20
伤害
150%
命中
340%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.17 秒
伤害分布
±20%
经验值
150%
Model Size
100%
类型
LightningGolemSummoned
Metadata
LightningGolemSummonedMiracle
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
37,442
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
560
法术伤害
560
命中
986
攻击间隔
1.17
经验值
15,383
异常状态临界值
37,442
冰缓
118
Shock
118
Brittle
670
Scorch
118
Sap
327
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).
LightningGolemArcSummoned
持续时间, 闪电, 投射物, 玩家投射物, 投射物速度, 法术, 可触发
暴击几率: 6%
伤害效用: 60%
施放间隔: 0.8 秒
冷却时间: 8 秒
造成 28.88 - 259.9 闪电伤害
基础持续时间为 8 秒
基础持续时间为 8 秒
LightningGolemWrath
法术, 范围, 增益, 光环, 闪电, 持续时间, 范围法术
施放间隔: 0.8 秒
冷却时间: 12 秒
基础持续时间为 4 秒
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
MonsterProjectileSpellLightningGolemSummoned
法术, 投射物, 玩家投射物, 可触发
暴击几率: 6%
伤害效用: 250%
施放间隔: 1 秒
造成 198.7 - 1788 闪电伤害
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/lightning.epk );" } Render { //turn_duration = 0.5 fade_arrows = true } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/lightning.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LightningGolem/LightningGolemSummonedMiracle"] = { name = "Lightning Golem", life = 5.82, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 70, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.17, attackRange = 8, accuracy = 3.4, skillList = { "MonsterProjectileSpellLightningGolemSummoned", "LightningGolemWrath", "LightningGolemArcSummoned", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterProjectileSpellLightningGolemSummoned"] = { name = "MonsterProjectileSpellLightningGolemSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "active_skill_cast_speed_+%_final", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 11, -15, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemWrath"] = { name = "LightningGolemWrath", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, duration = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_lightning_damage", "attack_maximum_added_lightning_damage", "spell_minimum_added_lightning_damage", "spell_maximum_added_lightning_damage", "base_skill_effect_duration", "base_deal_no_damage", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 0.11999999731779, 1.0800000429153, 4000, levelRequirement = 1, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemArcSummoned"] = { name = "LightningGolemArcSummoned", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 8000, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
生命每秒回复 1%
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
雷电魔像
构造体
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
monster base type attack cast speed +% and damage -% final [22]
生命每秒回复 1%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Lightning Golem
幽魂 | N |
---|---|
标签 | aura_bearer, bludgeoning_weapon, 施法, construct, fast_movement, is_unarmed, large_model, lightning_affinity, mud_blood, not_dex, not_str, stone_armour |
生命
582%
生命转为护盾
50%
异常状态临界值
582%
抗性
40 40 70 20
伤害
150%
命中
340%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.17 秒
伤害分布
±20%
经验值
150%
Model Size
100%
类型
LightningGolemSummoned
Metadata
LightningGolemSummonedLightbringer
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
37,442
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
560
法术伤害
560
命中
986
攻击间隔
1.17
经验值
15,383
异常状态临界值
37,442
冰缓
118
Shock
118
Brittle
670
Scorch
118
Sap
327
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).
LightningGolemArcSummoned
持续时间, 闪电, 投射物, 玩家投射物, 投射物速度, 法术, 可触发
暴击几率: 6%
伤害效用: 60%
施放间隔: 0.8 秒
冷却时间: 8 秒
造成 28.88 - 259.9 闪电伤害
基础持续时间为 8 秒
基础持续时间为 8 秒
LightningGolemWrath
法术, 范围, 增益, 光环, 闪电, 持续时间, 范围法术
施放间隔: 0.8 秒
冷却时间: 12 秒
基础持续时间为 4 秒
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
MonsterProjectileSpellLightningGolemSummoned
法术, 投射物, 玩家投射物, 可触发
暴击几率: 6%
伤害效用: 250%
施放间隔: 1 秒
造成 198.7 - 1788 闪电伤害
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/lightning/lightningfx.epk );" } Render { //turn_duration = 0.5 fade_arrows = true } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/lightning/lightningfx.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LightningGolem/LightningGolemSummonedLightbringer"] = { name = "Lightning Golem", life = 5.82, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 70, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.17, attackRange = 8, accuracy = 3.4, skillList = { "MonsterProjectileSpellLightningGolemSummoned", "LightningGolemWrath", "LightningGolemArcSummoned", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterProjectileSpellLightningGolemSummoned"] = { name = "MonsterProjectileSpellLightningGolemSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "active_skill_cast_speed_+%_final", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 11, -15, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemWrath"] = { name = "LightningGolemWrath", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, duration = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_lightning_damage", "attack_maximum_added_lightning_damage", "spell_minimum_added_lightning_damage", "spell_maximum_added_lightning_damage", "base_skill_effect_duration", "base_deal_no_damage", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 0.11999999731779, 1.0800000429153, 4000, levelRequirement = 1, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemArcSummoned"] = { name = "LightningGolemArcSummoned", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 8000, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
生命每秒回复 1%
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
雷电魔像
构造体
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
monster base type attack cast speed +% and damage -% final [22]
生命每秒回复 1%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Lightning Golem
幽魂 | N |
---|---|
标签 | aura_bearer, bludgeoning_weapon, 施法, construct, fast_movement, is_unarmed, large_model, lightning_affinity, mud_blood, not_dex, not_str, stone_armour |
生命
582%
生命转为护盾
50%
异常状态临界值
582%
抗性
40 40 70 20
伤害
150%
命中
340%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.17 秒
伤害分布
±20%
经验值
150%
Model Size
100%
类型
LightningGolemSummoned
Metadata
LightningGolemSummonedDarkshard
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
37,442
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
560
法术伤害
560
命中
986
攻击间隔
1.17
经验值
15,383
异常状态临界值
37,442
冰缓
118
Shock
118
Brittle
670
Scorch
118
Sap
327
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).
LightningGolemArcSummoned
持续时间, 闪电, 投射物, 玩家投射物, 投射物速度, 法术, 可触发
暴击几率: 6%
伤害效用: 60%
施放间隔: 0.8 秒
冷却时间: 8 秒
造成 28.88 - 259.9 闪电伤害
基础持续时间为 8 秒
基础持续时间为 8 秒
LightningGolemWrath
法术, 范围, 增益, 光环, 闪电, 持续时间, 范围法术
施放间隔: 0.8 秒
冷却时间: 12 秒
基础持续时间为 4 秒
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
附加 3.432 到 30.89 点闪电伤害
法术附加 2.059 - 18.53 闪电伤害
base deal no damage [1]
MonsterProjectileSpellLightningGolemSummoned
法术, 投射物, 玩家投射物, 可触发
暴击几率: 6%
伤害效用: 250%
施放间隔: 1 秒
造成 198.7 - 1788 闪电伤害
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
施法速度总降 15%
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/lightning/lightningfx.epk );" } Render { //turn_duration = 0.5 fade_arrows = true } Life { on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/lightning/lightningfx.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LightningGolem/LightningGolemSummonedDarkshard"] = { name = "Lightning Golem", life = 5.82, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 70, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.17, attackRange = 8, accuracy = 3.4, skillList = { "MonsterProjectileSpellLightningGolemSummoned", "LightningGolemWrath", "LightningGolemArcSummoned", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterProjectileSpellLightningGolemSummoned"] = { name = "MonsterProjectileSpellLightningGolemSummoned", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "active_skill_cast_speed_+%_final", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 11, -15, -40, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemWrath"] = { name = "LightningGolemWrath", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, duration = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_lightning_damage", "attack_maximum_added_lightning_damage", "spell_minimum_added_lightning_damage", "spell_maximum_added_lightning_damage", "base_skill_effect_duration", "base_deal_no_damage", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 0.11999999731779, 1.0800000429153, 4000, levelRequirement = 1, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LightningGolemArcSummoned"] = { name = "LightningGolemArcSummoned", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", }, levels = { [1] = {0.20000000298023, 1.7999999523163, 8000, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
生命每秒回复 1%
Id | SummonedGolemLifeRegeneration |
---|---|
Family | LifeRegenerationRatePercentage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |