暴風充能齒輪
創造物
Stormcharged Cogwork
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotLightningSpectre |
標籤 | 法術, construct, golem, is_unarmed, lightning_affinity, not_dex, ranged, slow_movement, stone_armour |
生命
360%
生命轉為護盾
60%
護甲
+50%
異常狀態臨界值
360%
抗性
0
30
0
30
傷害
80%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
VaalSkitterConstructUltimatum
Metadata
SkitterbotLightning
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
23,160
護甲
28,790
閃避
4,739
能量護盾
0
傷害
299
法術傷害
299
命中
0
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
23,160
冰緩
73
感電
73
易碎
414
焦灼
73
殘喘
202
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MPSVaalSkitterbotBasicLightning
法術, 投射物, 玩家投射物, 可觸發
施放時間: 1 秒
冷卻時間: 3 秒
造成 1225 至 1838 閃電傷害
base is projectile [1]
monster projectile variation [181]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [181]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
VaalSkitterbotLeap
攻擊
基本傷害: 239–359
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
+3 米近戰打擊距離
base deal no damage [1]
base deal no damage [1]
GSVaalSkitterbotLeapImpact
法術, 可觸發
施放時間: 1 秒
造成 877.7 至 1317 閃電傷害
is area damage [1]
is area damage [1]
SSMVaalSkitterbotApparitionLightning
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1.5 秒
冷卻時間: 12 秒
alternate minion [551]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase" StateMachine { define_shared_state = "inactive" } Life { on_death = "SetStateTo( inactive, 1 );" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase" StateMachine { on_or_create_state_inactive_0 = " IfAnimatedObject( Metadata/Monsters/LeagueUltimatum/Golem/VaalSkitterbot_Cold.ao, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk ); }, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk ); } ); " on_or_create_state_inactive_1 = " IfAnimatedObject( Metadata/Monsters/LeagueUltimatum/Golem/VaalSkitterbot_Cold.ao, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk ); }, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk ); } ); " } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk" preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotLightning"] = { name = "Stormcharged Cogwork", life = 3.6, energyShield = 0.6, fireResist = 0, coldResist = 30, lightningResist = 0, chaosResist = 30, damage = 0.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "VaalSkitterbotLeap", "GSVaalSkitterbotLeapImpact", "MPSVaalSkitterbotBasicLightning", "SSMVaalSkitterbotApparitionLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalSkitterbotLeap"] = { name = "VaalSkitterbotLeap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "base_deal_no_damage", }, levels = { [1] = {30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVaalSkitterbotLeapImpact"] = { name = "GSVaalSkitterbotLeapImpact", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSVaalSkitterbotBasicLightning"] = { name = "MPSVaalSkitterbotBasicLightning", 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", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "projectile_uses_contact_direction", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 181, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMVaalSkitterbotApparitionLightning"] = { name = "SSMVaalSkitterbotApparitionLightning", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", "minion_dies_when_parent_dies", }, levels = { [1] = {551, 1, -99, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
暴風充能齒輪
創造物
Stormcharged Cogwork
幽魂 | Y |
---|---|
標籤 | 法術, construct, golem, is_unarmed, lightning_affinity, not_dex, ranged, slow_movement, stone_armour |
生命
360%
生命轉為護盾
60%
護甲
+50%
異常狀態臨界值
360%
抗性
0
30
0
30
傷害
80%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
VaalSkitterConstructUltimatumSpectre
Metadata
SkitterbotLightningSpectre
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
23,160
護甲
28,790
閃避
4,739
能量護盾
0
傷害
299
法術傷害
299
命中
0
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
23,160
冰緩
73
感電
73
易碎
414
焦灼
73
殘喘
202
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MPSVaalSkitterbotBasicLightning
法術, 投射物, 玩家投射物, 可觸發
施放時間: 1 秒
冷卻時間: 3 秒
造成 1225 至 1838 閃電傷害
base is projectile [1]
monster projectile variation [181]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [181]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
VaalSkitterbotLeap
攻擊
基本傷害: 239–359
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
+3 米近戰打擊距離
base deal no damage [1]
base deal no damage [1]
GSVaalSkitterbotLeapImpact
法術, 可觸發
施放時間: 1 秒
造成 877.7 至 1317 閃電傷害
is area damage [1]
is area damage [1]
SSMVaalSkitterbotApparitionLightning
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1.5 秒
冷卻時間: 12 秒
alternate minion [551]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase" StateMachine { define_shared_state = "inactive" } Life { on_death = "SetStateTo( inactive, 1 );" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase" StateMachine { on_or_create_state_inactive_0 = " IfAnimatedObject( Metadata/Monsters/LeagueUltimatum/Golem/VaalSkitterbot_Cold.ao, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk ); }, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk ); } ); " on_or_create_state_inactive_1 = " IfAnimatedObject( Metadata/Monsters/LeagueUltimatum/Golem/VaalSkitterbot_Cold.ao, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk ); }, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk ); } ); " } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk" preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotLightningSpectre"] = { name = "Stormcharged Cogwork", life = 3.6, energyShield = 0.6, fireResist = 0, coldResist = 30, lightningResist = 0, chaosResist = 30, damage = 0.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "VaalSkitterbotLeap", "GSVaalSkitterbotLeapImpact", "MPSVaalSkitterbotBasicLightning", "SSMVaalSkitterbotApparitionLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalSkitterbotLeap"] = { name = "VaalSkitterbotLeap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "base_deal_no_damage", }, levels = { [1] = {30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVaalSkitterbotLeapImpact"] = { name = "GSVaalSkitterbotLeapImpact", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSVaalSkitterbotBasicLightning"] = { name = "MPSVaalSkitterbotBasicLightning", 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", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "projectile_uses_contact_direction", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 181, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMVaalSkitterbotApparitionLightning"] = { name = "SSMVaalSkitterbotApparitionLightning", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", "minion_dies_when_parent_dies", }, levels = { [1] = {551, 1, -99, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
暴風充能齒輪
創造物
Stormcharged Cogwork
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotLightningSpectre |
標籤 | 法術, construct, golem, is_unarmed, lightning_affinity, not_dex, slow_movement, stone_armour |
生命
360%
生命轉為護盾
60%
護甲
+50%
異常狀態臨界值
360%
抗性
0
30
0
30
傷害
80%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
VaalSkitterConstructUltimatum
Metadata
SkitterbotLightningRuin
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
23,160
護甲
28,790
閃避
4,739
能量護盾
0
傷害
299
法術傷害
299
命中
0
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
23,160
冰緩
73
感電
73
易碎
414
焦灼
73
殘喘
202
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
VaalSkitterbotLeap
攻擊
基本傷害: 239–359
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
+3 米近戰打擊距離
base deal no damage [1]
base deal no damage [1]
GSVaalSkitterbotLeapImpact
法術, 可觸發
施放時間: 1 秒
造成 877.7 至 1317 閃電傷害
is area damage [1]
is area damage [1]
SSMVaalSkitterbotApparitionLightningRuin
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1.5 秒
冷卻時間: 12 秒
alternate minion [554]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase" StateMachine { define_shared_state = "inactive" } Life { on_death = "SetStateTo( inactive, 1 );" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase" StateMachine { on_or_create_state_inactive_0 = " IfAnimatedObject( Metadata/Monsters/LeagueUltimatum/Golem/VaalSkitterbot_Cold.ao, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk ); }, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk ); } ); " on_or_create_state_inactive_1 = " IfAnimatedObject( Metadata/Monsters/LeagueUltimatum/Golem/VaalSkitterbot_Cold.ao, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk ); }, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk ); } ); " } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk" preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueUltimatum/Golem/SkitterbotLightningRuin"] = { name = "Stormcharged Cogwork", life = 3.6, energyShield = 0.6, fireResist = 0, coldResist = 30, lightningResist = 0, chaosResist = 30, damage = 0.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "VaalSkitterbotLeap", "GSVaalSkitterbotLeapImpact", "SSMVaalSkitterbotApparitionLightningRuin", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalSkitterbotLeap"] = { name = "VaalSkitterbotLeap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "base_deal_no_damage", }, levels = { [1] = {30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVaalSkitterbotLeapImpact"] = { name = "GSVaalSkitterbotLeapImpact", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMVaalSkitterbotApparitionLightningRuin"] = { name = "SSMVaalSkitterbotApparitionLightningRuin", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", "minion_dies_when_parent_dies", }, levels = { [1] = {554, 1, -99, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
暴風充能齒輪
創造物
Stormcharged Cogwork
幽魂 | Y |
---|---|
標籤 | 法術, construct, fast_movement, golem, is_unarmed, lightning_affinity, not_dex, stone_armour |
生命
195%
生命轉為護盾
60%
護甲
+50%
異常狀態臨界值
195%
抗性
0
0
40
0
傷害
77%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
3 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
88%
Model Size
100%
類型
VaalSkitterConstruct
Metadata
SkitterbotLightning
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
12,545
護甲
28,790
閃避
4,739
能量護盾
0
傷害
288
法術傷害
288
命中
0
攻擊間隔
1.5
經驗值
9,024
異常狀態臨界值
12,545
冰緩
40
感電
40
易碎
224
焦灼
40
殘喘
110
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MPSVaalSkitterbotBasicLightning
法術, 投射物, 玩家投射物, 可觸發
施放時間: 1 秒
冷卻時間: 3 秒
造成 1225 至 1838 閃電傷害
base is projectile [1]
monster projectile variation [181]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [181]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
VaalSkitterbotLeap
攻擊
基本傷害: 230–345
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
+3 米近戰打擊距離
base deal no damage [1]
base deal no damage [1]
GSVaalSkitterbotLeapImpact
法術, 可觸發
施放時間: 1 秒
造成 877.7 至 1317 閃電傷害
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "inactive" } Life { on_death = "SetStateTo( inactive, 1 );" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_inactive_0 = " IfAnimatedObject( Metadata/Monsters/VaalMonsters/Golems/VaalSkitterbot_Cold.ao, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk ); }, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk ); } ); " on_or_create_state_inactive_1 = " IfAnimatedObject( Metadata/Monsters/VaalMonsters/Golems/VaalSkitterbot_Cold.ao, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk ); }, { RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk ); } ); " } Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_cold.epk" preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Ultimatum/general_combat/EPKs/skitter_active_light.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/VaalMonsters/Golems/SkitterbotLightning"] = { name = "Stormcharged Cogwork", life = 1.95, energyShield = 0.6, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 0.77, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "VaalSkitterbotLeap", "GSVaalSkitterbotLeapImpact", "MPSVaalSkitterbotBasicLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalSkitterbotLeap"] = { name = "VaalSkitterbotLeap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "base_deal_no_damage", }, levels = { [1] = {30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVaalSkitterbotLeapImpact"] = { name = "GSVaalSkitterbotLeapImpact", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSVaalSkitterbotBasicLightning"] = { name = "MPSVaalSkitterbotBasicLightning", 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", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "projectile_uses_contact_direction", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 181, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | MonsterShockedAuraSkitterbot___ |
---|---|
Family | MonsterShockingAura |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
generic_buff_aura
範圍: 20
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.