晶球飞螨
生命
216%
生命转为护盾
60%
异常状态临界值
216%
抗性
0 0 40 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
120%
Model Size
133%
类型
SynthesisDrone
Metadata
SynthesisDrone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
83
生命
69,156
护甲
92,477
闪避值
7,860
能量护盾
9,191
伤害
1,080
法术伤害
1,080
命中
518
攻击间隔
1.5
经验值
15,758
异常状态临界值
69,156
冰缓
219
Shock
219
Brittle
1,237
Scorch
219
Sap
604
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).
SynthesisDroneProjectile
法术, 投射物, 玩家投射物, 可触发
暴击几率: 5%
施放间隔: 1.2 秒
造成 569.3 - 854 物理伤害
base is projectile [1]
monster projectile variation [98]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [98]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
SynthesisDroneProjectileDash
法术, 投射物, 玩家投射物, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 569.3 - 854 物理伤害
base is projectile [1]
monster projectile variation [99]
number of projectiles override [1]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [99]
number of projectiles override [1]
projectile uses contact position [1]
use scaled contact offset [1]
EmptyActionSynthesisDashFront
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashBack
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashLeft
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashRight
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
SynthesisDroneDiveBomb
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
暴击几率: 5%
施放间隔: 1 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 673.5 - 1010 物理伤害
将物理伤害的 50% 转化为火焰伤害
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [8]
projectile uses contact position [1]
skill visual scale +% [33]
use scaled contact offset [1]
将物理伤害的 50% 转化为火焰伤害
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [8]
projectile uses contact position [1]
skill visual scale +% [33]
use scaled contact offset [1]
SynthesisDroneExplode
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 1333 - 2000 物理伤害
将物理伤害的 50% 转化为火焰伤害
is area damage [1]
将物理伤害的 50% 转化为火焰伤害
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" Render { selection_height_override = 100 } Life { on_death = " Delay( 2.0, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk ); } ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/SynthesisDrone"] = { name = "Filimite", life = 2.16, energyShield = 0.6, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SynthesisDroneDiveBomb", "EmptyActionSynthesisDashFront", "EmptyActionSynthesisDashBack", "EmptyActionSynthesisDashLeft", "EmptyActionSynthesisDashRight", "SynthesisDroneExplode", "SynthesisDroneProjectile", "SynthesisDroneProjectileDash", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneDiveBomb"] = { name = "SynthesisDroneDiveBomb", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "projectile_minimum_range", "skill_physical_damage_%_to_convert_to_fire", "skill_visual_scale_+%", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 15, 50, 33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashFront"] = { name = "EmptyActionSynthesisDashFront", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashBack"] = { name = "EmptyActionSynthesisDashBack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashLeft"] = { name = "EmptyActionSynthesisDashLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashRight"] = { name = "EmptyActionSynthesisDashRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneExplode"] = { name = "SynthesisDroneExplode", hidden = true, color = 4, 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_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_fire", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneProjectile"] = { name = "SynthesisDroneProjectile", 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.2, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 98, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneProjectileDash"] = { name = "SynthesisDroneProjectileDash", 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_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "number_of_projectiles_override", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 99, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | MonsterTagSynthesised |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
晶球飞螨
构造体
Filimite
幽魂 | Y |
---|---|
标签 | 施法, construct, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, stone_armour, synthesised_monster |
生命
216%
生命转为护盾
60%
异常状态临界值
216%
抗性
0 0 40 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
120%
Model Size
133%
类型
SynthesisDrone
Metadata
SynthesisDroneSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
13,896
护甲
28,790
闪避值
4,739
能量护盾
3,676
伤害
448
法术伤害
448
命中
290
攻击间隔
1.5
经验值
12,306
异常状态临界值
13,896
冰缓
44
Shock
44
Brittle
249
Scorch
44
Sap
121
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).
SynthesisDroneProjectile
法术, 投射物, 玩家投射物, 可触发
暴击几率: 5%
施放间隔: 1.2 秒
造成 325.4 - 488.1 物理伤害
base is projectile [1]
monster projectile variation [98]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [98]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
SynthesisDroneProjectileDash
法术, 投射物, 玩家投射物, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 325.4 - 488.1 物理伤害
base is projectile [1]
monster projectile variation [99]
number of projectiles override [1]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [99]
number of projectiles override [1]
projectile uses contact position [1]
use scaled contact offset [1]
EmptyActionSynthesisDashFront
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashBack
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashLeft
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashRight
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
SynthesisDroneDiveBomb
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
暴击几率: 5%
施放间隔: 1 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 402 - 603 物理伤害
将物理伤害的 50% 转化为火焰伤害
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [8]
projectile uses contact position [1]
skill visual scale +% [33]
use scaled contact offset [1]
将物理伤害的 50% 转化为火焰伤害
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [8]
projectile uses contact position [1]
skill visual scale +% [33]
use scaled contact offset [1]
SynthesisDroneExplode
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 740.3 - 1111 物理伤害
将物理伤害的 50% 转化为火焰伤害
is area damage [1]
将物理伤害的 50% 转化为火焰伤害
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre" Render { selection_height_override = 100 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/SynthesisDroneSpectre"] = { name = "Filimite", life = 2.16, energyShield = 0.6, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SynthesisDroneDiveBomb", "EmptyActionSynthesisDashFront", "EmptyActionSynthesisDashBack", "EmptyActionSynthesisDashLeft", "EmptyActionSynthesisDashRight", "SynthesisDroneExplode", "SynthesisDroneProjectile", "SynthesisDroneProjectileDash", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneDiveBomb"] = { name = "SynthesisDroneDiveBomb", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "projectile_minimum_range", "skill_physical_damage_%_to_convert_to_fire", "skill_visual_scale_+%", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 15, 50, 33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashFront"] = { name = "EmptyActionSynthesisDashFront", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashBack"] = { name = "EmptyActionSynthesisDashBack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashLeft"] = { name = "EmptyActionSynthesisDashLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashRight"] = { name = "EmptyActionSynthesisDashRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneExplode"] = { name = "SynthesisDroneExplode", hidden = true, color = 4, 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_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_fire", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneProjectile"] = { name = "SynthesisDroneProjectile", 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.2, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 98, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneProjectileDash"] = { name = "SynthesisDroneProjectileDash", 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_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "number_of_projectiles_override", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 99, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | MonsterTagSynthesised |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
晶球飞螨
构造体
Filimite
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueSynthesis/SynthesisDroneSpectre |
标签 | 施法, construct, extra_extra_small_height, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, ranged, stone_armour, synthesised_monster |
生命
216%
生命转为护盾
60%
异常状态临界值
216%
抗性
0 0 40 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
120%
Model Size
133%
类型
SynthesisDrone
Metadata
SynthesisDroneSpawned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
13,896
护甲
28,790
闪避值
4,739
能量护盾
3,676
伤害
448
法术伤害
448
命中
290
攻击间隔
1.5
经验值
12,306
异常状态临界值
13,896
冰缓
44
Shock
44
Brittle
249
Scorch
44
Sap
121
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).
WalkEmergeSynthesis
walk emerge distance [300]
SynthesisDroneProjectile
法术, 投射物, 玩家投射物, 可触发
暴击几率: 5%
施放间隔: 1.2 秒
造成 325.4 - 488.1 物理伤害
base is projectile [1]
monster projectile variation [98]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [98]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
SynthesisDroneProjectileDash
法术, 投射物, 玩家投射物, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 325.4 - 488.1 物理伤害
base is projectile [1]
monster projectile variation [99]
number of projectiles override [1]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [99]
number of projectiles override [1]
projectile uses contact position [1]
use scaled contact offset [1]
EmptyActionSynthesisDashFront
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashBack
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashLeft
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashRight
法术
施放间隔: 0.5 秒
冷却时间: 4 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
SynthesisDroneDiveBomb
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
暴击几率: 5%
施放间隔: 1 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 402 - 603 物理伤害
将物理伤害的 50% 转化为火焰伤害
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [8]
projectile uses contact position [1]
skill visual scale +% [33]
use scaled contact offset [1]
将物理伤害的 50% 转化为火焰伤害
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [8]
projectile uses contact position [1]
skill visual scale +% [33]
use scaled contact offset [1]
SynthesisDroneExplode
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 740.3 - 1111 物理伤害
将物理伤害的 50% 转化为火焰伤害
is area damage [1]
将物理伤害的 50% 转化为火焰伤害
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" Render { selection_height_override = 100 } Life { on_death = " Delay( 2.0, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk ); } ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/SynthesisDroneSpawned"] = { name = "Filimite", life = 2.16, energyShield = 0.6, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SynthesisDroneDiveBomb", "EmptyActionSynthesisDashFront", "EmptyActionSynthesisDashBack", "EmptyActionSynthesisDashLeft", "EmptyActionSynthesisDashRight", "WalkEmergeSynthesis", "SynthesisDroneExplode", "SynthesisDroneProjectile", "SynthesisDroneProjectileDash", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneDiveBomb"] = { name = "SynthesisDroneDiveBomb", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "projectile_minimum_range", "skill_physical_damage_%_to_convert_to_fire", "skill_visual_scale_+%", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 15, 50, 33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashFront"] = { name = "EmptyActionSynthesisDashFront", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashBack"] = { name = "EmptyActionSynthesisDashBack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashLeft"] = { name = "EmptyActionSynthesisDashLeft", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisDashRight"] = { name = "EmptyActionSynthesisDashRight", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeSynthesis"] = { name = "WalkEmergeSynthesis", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneExplode"] = { name = "SynthesisDroneExplode", hidden = true, color = 4, 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_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_fire", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneProjectile"] = { name = "SynthesisDroneProjectile", 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.2, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 98, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneProjectileDash"] = { name = "SynthesisDroneProjectileDash", 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_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "number_of_projectiles_override", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 99, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | MonsterTagSynthesised |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
晶球飞螨
构造体
cannot be used as minion [1]
Filimite
幽魂 | N |
---|---|
标签 | 施法, construct, extra_extra_small_height, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, ranged, stone_armour, synthesised_monster |
生命
216%
生命转为护盾
60%
异常状态临界值
216%
抗性
0 0 40 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
120%
Model Size
133%
类型
SynthesisDrone
Metadata
SynthesisDroneSummoned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
13,896
护甲
28,790
闪避值
4,739
能量护盾
3,676
伤害
448
法术伤害
448
命中
290
攻击间隔
1.5
经验值
12,306
异常状态临界值
13,896
冰缓
44
Shock
44
Brittle
249
Scorch
44
Sap
121
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).
WalkEmergeSynthesis
walk emerge distance [300]
SynthesisDroneProjectile
法术, 投射物, 玩家投射物, 可触发
暴击几率: 5%
施放间隔: 1.2 秒
造成 325.4 - 488.1 物理伤害
base is projectile [1]
monster projectile variation [98]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [98]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
SynthesisDroneDiveBomb
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
暴击几率: 5%
施放间隔: 1 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 402 - 603 物理伤害
将物理伤害的 50% 转化为火焰伤害
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [8]
projectile uses contact position [1]
skill visual scale +% [33]
use scaled contact offset [1]
将物理伤害的 50% 转化为火焰伤害
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [8]
projectile uses contact position [1]
skill visual scale +% [33]
use scaled contact offset [1]
SynthesisDroneExplode
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 740.3 - 1111 物理伤害
将物理伤害的 50% 转化为火焰伤害
is area damage [1]
将物理伤害的 50% 转化为火焰伤害
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSink" StateMachine { define_shared_state = " dive_bomb; diving; " on_state_diving_1 = "RemoveCollidability();" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" Render { selection_height_override = 100 } StateMachine { on_state_dive_bomb_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/general/phys/droneExplode.epk );" create_state_dive_bomb_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/general/phys/droneExplode.epk );" on_state_dive_bomb_2 = "DisableRendering();" create_state_dive_bomb_2 = "DisableRendering();" create_state_diving_1 = "RemoveCollidability();" } Life { on_death = " Delay( 2.0, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk ); } ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/SynthesisDroneSummoned"] = { name = "Filimite", life = 2.16, energyShield = 0.6, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SynthesisDroneDiveBomb", "WalkEmergeSynthesis", "SynthesisDroneExplode", "SynthesisDroneProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneDiveBomb"] = { name = "SynthesisDroneDiveBomb", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "projectile_minimum_range", "skill_physical_damage_%_to_convert_to_fire", "skill_visual_scale_+%", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 15, 50, 33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeSynthesis"] = { name = "WalkEmergeSynthesis", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneExplode"] = { name = "SynthesisDroneExplode", hidden = true, color = 4, 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_physical_damage", "spell_maximum_base_physical_damage", "skill_physical_damage_%_to_convert_to_fire", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisDroneProjectile"] = { name = "SynthesisDroneProjectile", 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.2, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 98, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | MonsterTagSynthesised |
---|---|
Family | MonsterTag |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |