Filo de la Mente
Mindweave Razor
SpectreY
Spectre OverrideMetadata/Monsters/LeagueSynthesis/SynthesisRibbonDashSpectre
AreaVacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Laboratorio fracturado, Memoria lejana, Córtex, Memoria lejana alterada
Tagsconstruct, has_claw, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
Packs
  • Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Memoria lejana, Memoria lejana alterada, Laboratorio fracturado, Córtex: Guardián de la Mente, Filo de la Mente
  • Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Memoria lejana, Memoria lejana alterada, Laboratorio fracturado, Córtex: Centinela de la Mente, Guardián de la Mente, Filo de la Mente
  • Vida
    104%
    Armaduras
    +25%
    Evasión
    +25%
    Ailment Threshold
    104%
    Resistencia
    0 40 0 0
    Damage
    104%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    90%
    Model Size
    100%
    Type
    SynthesisRibbon
    Metadata
    SynthesisRibbonDash
    Nivel
    83
    Vida
    33,297
    Armaduras
    115,596
    Evasión
    9,825
    Escudo de energía
    0
    Damage
    936
    Daño de hechizos
    936
    Precisión
    518
    Attack Time
    1.005
    Experiencia
    11,819
    Ailment Threshold
    33,297
    Chill
    105
    Shock
    105
    Brittle
    596
    Scorch
    105
    Sap
    291
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 749–1124
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    Triggerable, Attack
    Base Damage: 749–1124
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]
    SynthesisRibbonDashToTarget
    Spell, Movement
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 6 seg
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    Triggerable, Attack
    Base Damage: 749–1124
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDash"] = {
        name = "Mindweave Razor",
        life = 1.04,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.04,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "SynthesisRibbonSpinAttack",
            "SynthesisRibbonSpinAttackVisuals",
            "SynthesisRibbonDashToTarget",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttack"] = {
        name = "SynthesisRibbonSpinAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttackVisuals"] = {
        name = "SynthesisRibbonSpinAttackVisuals",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonDashToTarget"] = {
        name = "SynthesisRibbonDashToTarget",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagSynthesised
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Adds Tagssynthesised_monster
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Filo de la Mente
    Constructo
    {Sintetizado}
    Mindweave Razor
    SpectreY
    Tagsconstruct, has_claw, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    Vida
    104%
    Armaduras
    +25%
    Evasión
    +25%
    Ailment Threshold
    104%
    Resistencia
    0 40 0 0
    Damage
    104%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    90%
    Model Size
    100%
    Type
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashSpectre
    Nivel
    68
    Vida
    6,691
    Armaduras
    35,988
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    388
    Daño de hechizos
    388
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    9,230
    Ailment Threshold
    6,691
    Chill
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]
    SynthesisRibbonDashToTarget
    Spell, Movement
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 6 seg
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashSpectre"] = {
        name = "Mindweave Razor",
        life = 1.04,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.04,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "SynthesisRibbonSpinAttack",
            "SynthesisRibbonSpinAttackVisuals",
            "SynthesisRibbonDashToTarget",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttack"] = {
        name = "SynthesisRibbonSpinAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttackVisuals"] = {
        name = "SynthesisRibbonSpinAttackVisuals",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonDashToTarget"] = {
        name = "SynthesisRibbonDashToTarget",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagSynthesised
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Adds Tagssynthesised_monster
    Filo de la Mente
    Constructo
    {Sintetizado}
    monster no map drops [1]
    Mindweave Razor
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueSynthesis/SynthesisRibbonDashFireSpectre
    Tagsconstruct, has_claw, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    Vida
    104%
    Armaduras
    +25%
    Evasión
    +25%
    Ailment Threshold
    104%
    Resistencia
    0 40 0 0
    Damage
    104%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    90%
    Model Size
    100%
    Type
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashFire
    Nivel
    68
    Vida
    6,691
    Armaduras
    35,988
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    388
    Daño de hechizos
    388
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    9,230
    Ailment Threshold
    6,691
    Chill
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]
    SynthesisRibbonDashToTarget
    Spell, Movement
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 6 seg
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashFire"] = {
        name = "Mindweave Razor",
        life = 1.04,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.04,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "SynthesisRibbonSpinAttack",
            "SynthesisRibbonSpinAttackVisuals",
            "SynthesisRibbonDashToTarget",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttack"] = {
        name = "SynthesisRibbonSpinAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttackVisuals"] = {
        name = "SynthesisRibbonSpinAttackVisuals",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonDashToTarget"] = {
        name = "SynthesisRibbonDashToTarget",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagSynthesised
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Adds Tagssynthesised_monster
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Filo de la Mente
    Constructo
    {Sintetizado}
    Mindweave Razor
    SpectreY
    Tagsconstruct, has_claw, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    Vida
    104%
    Armaduras
    +25%
    Evasión
    +25%
    Ailment Threshold
    104%
    Resistencia
    0 40 0 0
    Damage
    104%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    90%
    Model Size
    100%
    Type
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashFireSpectre
    Nivel
    68
    Vida
    6,691
    Armaduras
    35,988
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    388
    Daño de hechizos
    388
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    9,230
    Ailment Threshold
    6,691
    Chill
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]
    SynthesisRibbonDashToTarget
    Spell, Movement
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 6 seg
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashFireSpectre"] = {
        name = "Mindweave Razor",
        life = 1.04,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.04,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "SynthesisRibbonSpinAttack",
            "SynthesisRibbonSpinAttackVisuals",
            "SynthesisRibbonDashToTarget",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttack"] = {
        name = "SynthesisRibbonSpinAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttackVisuals"] = {
        name = "SynthesisRibbonSpinAttackVisuals",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonDashToTarget"] = {
        name = "SynthesisRibbonDashToTarget",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagSynthesised
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Adds Tagssynthesised_monster
    Filo de la Mente
    Constructo
    {Sintetizado}
    monster no map drops [1]
    Mindweave Razor
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueSynthesis/SynthesisRibbonDashLightningSpectre
    Tagsconstruct, has_claw, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    Vida
    104%
    Armaduras
    +25%
    Evasión
    +25%
    Ailment Threshold
    104%
    Resistencia
    0 40 0 0
    Damage
    104%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    90%
    Model Size
    100%
    Type
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashLightning
    Nivel
    68
    Vida
    6,691
    Armaduras
    35,988
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    388
    Daño de hechizos
    388
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    9,230
    Ailment Threshold
    6,691
    Chill
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]
    SynthesisRibbonDashToTarget
    Spell, Movement
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 6 seg
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashLightning"] = {
        name = "Mindweave Razor",
        life = 1.04,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.04,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "SynthesisRibbonSpinAttack",
            "SynthesisRibbonSpinAttackVisuals",
            "SynthesisRibbonDashToTarget",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttack"] = {
        name = "SynthesisRibbonSpinAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttackVisuals"] = {
        name = "SynthesisRibbonSpinAttackVisuals",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonDashToTarget"] = {
        name = "SynthesisRibbonDashToTarget",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagSynthesised
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Adds Tagssynthesised_monster
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Filo de la Mente
    Constructo
    {Sintetizado}
    Mindweave Razor
    SpectreY
    Tagsconstruct, has_claw, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    Vida
    104%
    Armaduras
    +25%
    Evasión
    +25%
    Ailment Threshold
    104%
    Resistencia
    0 40 0 0
    Damage
    104%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    90%
    Model Size
    100%
    Type
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashLightningSpectre
    Nivel
    68
    Vida
    6,691
    Armaduras
    35,988
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    388
    Daño de hechizos
    388
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    9,230
    Ailment Threshold
    6,691
    Chill
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]
    SynthesisRibbonDashToTarget
    Spell, Movement
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 6 seg
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashLightningSpectre"] = {
        name = "Mindweave Razor",
        life = 1.04,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.04,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "SynthesisRibbonSpinAttack",
            "SynthesisRibbonSpinAttackVisuals",
            "SynthesisRibbonDashToTarget",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttack"] = {
        name = "SynthesisRibbonSpinAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttackVisuals"] = {
        name = "SynthesisRibbonSpinAttackVisuals",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonDashToTarget"] = {
        name = "SynthesisRibbonDashToTarget",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagSynthesised
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Adds Tagssynthesised_monster
    Filo de la Mente
    Constructo
    {Sintetizado}
    Mindweave Razor
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueSynthesis/SynthesisRibbonDashSpectre
    Tagsconstruct, has_claw, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    Vida
    104%
    Armaduras
    +25%
    Evasión
    +25%
    Ailment Threshold
    104%
    Resistencia
    0 40 0 0
    Damage
    104%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    90%
    Model Size
    100%
    Type
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashSpawned
    Nivel
    68
    Vida
    6,691
    Armaduras
    35,988
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    388
    Daño de hechizos
    388
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    9,230
    Ailment Threshold
    6,691
    Chill
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]
    SynthesisRibbonDashToTarget
    Spell, Movement
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 6 seg
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    Triggerable, Attack
    Base Damage: 311–466
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Inflige un 67% menos de daño
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSink"
    
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSink"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashSpawned"] = {
        name = "Mindweave Razor",
        life = 1.04,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.04,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "SynthesisRibbonSpinAttack",
            "SynthesisRibbonSpinAttackVisuals",
            "SynthesisRibbonDashToTarget",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttack"] = {
        name = "SynthesisRibbonSpinAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonSpinAttackVisuals"] = {
        name = "SynthesisRibbonSpinAttackVisuals",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-67, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SynthesisRibbonDashToTarget"] = {
        name = "SynthesisRibbonDashToTarget",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
        },
        levels = {
            [1] = {-5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagSynthesised
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Adds Tagssynthesised_monster
    Edit

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