Filimito
Construto
Área: Memória Vazia, Memória Fragmentada, Laboratório Fixado, Memória Distante, Córtex, Memória Distante Aumentada, Memória Distante Distorcida, Memória Distante Reescrita
monster no map drops [1]
Filimite
Vida
216%
Energy Shield From Life
60%
Ailment Threshold
216%
Resistência
0 0 40 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
120%
Model Size
133%
Type
SynthesisDrone
Metadata
SynthesisDrone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
83
Vida
69,156
Armadura
92,477
Evasão
7,860
Escudo de Energia
9,191
Damage
1,080
Dano Mágico
1,080
Precisão
518
Attack Time
1.5
Experiência
15,758
Ailment Threshold
69,156
Chill
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
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Causa 569.3 a 854 de Dano Físico
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
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 569.3 a 854 de Dano Físico
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
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashBack
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashLeft
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashRight
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
SynthesisDroneDiveBomb
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 673.5 a 1010 de Dano Físico
50% do Dano Físico Convertido para Dano de Fogo
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% do Dano Físico Convertido para Dano de Fogo
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
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1333 a 2000 de Dano Físico
50% do Dano Físico Convertido para Dano de Fogo
is area damage [1]
50% do Dano Físico Convertido para Dano de Fogo
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Filimito
Construto
Filimite
Spectre | Y |
---|---|
Tags | Conjurador, construct, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, stone_armour, synthesised_monster |
Vida
216%
Energy Shield From Life
60%
Ailment Threshold
216%
Resistência
0 0 40 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
120%
Model Size
133%
Type
SynthesisDrone
Metadata
SynthesisDroneSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
13,896
Armadura
28,790
Evasão
4,739
Escudo de Energia
3,676
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.5
Experiência
12,306
Ailment Threshold
13,896
Chill
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
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Causa 325.4 a 488.1 de Dano Físico
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
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 325.4 a 488.1 de Dano Físico
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
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashBack
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashLeft
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashRight
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
SynthesisDroneDiveBomb
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 402 a 603 de Dano Físico
50% do Dano Físico Convertido para Dano de Fogo
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% do Dano Físico Convertido para Dano de Fogo
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
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 740.3 a 1111 de Dano Físico
50% do Dano Físico Convertido para Dano de Fogo
is area damage [1]
50% do Dano Físico Convertido para Dano de Fogo
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
Filimito
Construto
Filimite
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueSynthesis/SynthesisDroneSpectre |
Tags | Conjurador, construct, extra_extra_small_height, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, ranged, stone_armour, synthesised_monster |
Vida
216%
Energy Shield From Life
60%
Ailment Threshold
216%
Resistência
0 0 40 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
120%
Model Size
133%
Type
SynthesisDrone
Metadata
SynthesisDroneSpawned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
13,896
Armadura
28,790
Evasão
4,739
Escudo de Energia
3,676
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.5
Experiência
12,306
Ailment Threshold
13,896
Chill
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
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Causa 325.4 a 488.1 de Dano Físico
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
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 325.4 a 488.1 de Dano Físico
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
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashBack
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashLeft
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
EmptyActionSynthesisDashRight
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 4 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
SynthesisDroneDiveBomb
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 402 a 603 de Dano Físico
50% do Dano Físico Convertido para Dano de Fogo
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% do Dano Físico Convertido para Dano de Fogo
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
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 740.3 a 1111 de Dano Físico
50% do Dano Físico Convertido para Dano de Fogo
is area damage [1]
50% do Dano Físico Convertido para Dano de Fogo
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
Filimito
Construto
cannot be used as minion [1]
Filimite
Spectre | N |
---|---|
Tags | Conjurador, construct, extra_extra_small_height, fast_movement, fire_affinity, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, ranged, stone_armour, synthesised_monster |
Vida
216%
Energy Shield From Life
60%
Ailment Threshold
216%
Resistência
0 0 40 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
120%
Model Size
133%
Type
SynthesisDrone
Metadata
SynthesisDroneSummoned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
13,896
Armadura
28,790
Evasão
4,739
Escudo de Energia
3,676
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.5
Experiência
12,306
Ailment Threshold
13,896
Chill
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
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Causa 325.4 a 488.1 de Dano Físico
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
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 402 a 603 de Dano Físico
50% do Dano Físico Convertido para Dano de Fogo
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% do Dano Físico Convertido para Dano de Fogo
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
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 740.3 a 1111 de Dano Físico
50% do Dano Físico Convertido para Dano de Fogo
is area damage [1]
50% do Dano Físico Convertido para Dano de Fogo
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |