织心剃刃
构造体
{虚空忆境}
monster no map drops [1]
Mindweave Razor
幽魂Y
幽魂 取代Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashSpectre
地区回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 分裂的实验室, 遥远回忆, 脑层, 改变的遥远回忆
标签construct, has_claw, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
Packs
  • 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 遥远回忆, 改变的遥远回忆, 分裂的实验室, 脑层: 织心守卫, 织心剃刃
  • 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 遥远回忆, 改变的遥远回忆, 分裂的实验室, 脑层: 织心哨兵, 织心守卫, 织心剃刃
  • 生命
    104%
    护甲
    +25%
    闪避值
    +25%
    异常状态临界值
    104%
    抗性
    0 40 0 0
    伤害
    104%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    SynthesisRibbon
    Metadata
    SynthesisRibbonDash
    等级
    83
    生命
    33,297
    护甲
    115,596
    闪避值
    9,825
    能量护盾
    0
    伤害
    936
    法术伤害
    936
    命中
    518
    攻击间隔
    1.005
    经验值
    11,819
    异常状态临界值
    33,297
    冰缓
    105
    Shock
    105
    Brittle
    596
    Scorch
    105
    Sap
    291
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 749–1124
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    可触发, 攻击
    基本伤害: 749–1124
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    is area damage [1]
    SynthesisRibbonDashToTarget
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 6 秒
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    可触发, 攻击
    基本伤害: 749–1124
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Adds Tagssynthesised_monster
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 织心剃刃
    构造体
    {虚空忆境}
    Mindweave Razor
    幽魂Y
    标签construct, has_claw, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    生命
    104%
    护甲
    +25%
    闪避值
    +25%
    异常状态临界值
    104%
    抗性
    0 40 0 0
    伤害
    104%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashSpectre
    等级
    68
    生命
    6,691
    护甲
    35,988
    闪避值
    5,924
    能量护盾
    0
    伤害
    388
    法术伤害
    388
    命中
    290
    攻击间隔
    1.005
    经验值
    9,230
    异常状态临界值
    6,691
    冰缓
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    is area damage [1]
    SynthesisRibbonDashToTarget
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 6 秒
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Adds Tagssynthesised_monster
    织心剃刃
    构造体
    {虚空忆境}
    monster no map drops [1]
    Mindweave Razor
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashFireSpectre
    标签construct, has_claw, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    生命
    104%
    护甲
    +25%
    闪避值
    +25%
    异常状态临界值
    104%
    抗性
    0 40 0 0
    伤害
    104%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashFire
    等级
    68
    生命
    6,691
    护甲
    35,988
    闪避值
    5,924
    能量护盾
    0
    伤害
    388
    法术伤害
    388
    命中
    290
    攻击间隔
    1.005
    经验值
    9,230
    异常状态临界值
    6,691
    冰缓
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    is area damage [1]
    SynthesisRibbonDashToTarget
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 6 秒
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Adds Tagssynthesised_monster
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 织心剃刃
    构造体
    {虚空忆境}
    Mindweave Razor
    幽魂Y
    标签construct, has_claw, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    生命
    104%
    护甲
    +25%
    闪避值
    +25%
    异常状态临界值
    104%
    抗性
    0 40 0 0
    伤害
    104%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashFireSpectre
    等级
    68
    生命
    6,691
    护甲
    35,988
    闪避值
    5,924
    能量护盾
    0
    伤害
    388
    法术伤害
    388
    命中
    290
    攻击间隔
    1.005
    经验值
    9,230
    异常状态临界值
    6,691
    冰缓
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    is area damage [1]
    SynthesisRibbonDashToTarget
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 6 秒
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Adds Tagssynthesised_monster
    织心剃刃
    构造体
    {虚空忆境}
    monster no map drops [1]
    Mindweave Razor
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashLightningSpectre
    标签construct, has_claw, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    生命
    104%
    护甲
    +25%
    闪避值
    +25%
    异常状态临界值
    104%
    抗性
    0 40 0 0
    伤害
    104%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashLightning
    等级
    68
    生命
    6,691
    护甲
    35,988
    闪避值
    5,924
    能量护盾
    0
    伤害
    388
    法术伤害
    388
    命中
    290
    攻击间隔
    1.005
    经验值
    9,230
    异常状态临界值
    6,691
    冰缓
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    is area damage [1]
    SynthesisRibbonDashToTarget
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 6 秒
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Adds Tagssynthesised_monster
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 织心剃刃
    构造体
    {虚空忆境}
    Mindweave Razor
    幽魂Y
    标签construct, has_claw, has_one_handed_melee, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    生命
    104%
    护甲
    +25%
    闪避值
    +25%
    异常状态临界值
    104%
    抗性
    0 40 0 0
    伤害
    104%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashLightningSpectre
    等级
    68
    生命
    6,691
    护甲
    35,988
    闪避值
    5,924
    能量护盾
    0
    伤害
    388
    法术伤害
    388
    命中
    290
    攻击间隔
    1.005
    经验值
    9,230
    异常状态临界值
    6,691
    冰缓
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    is area damage [1]
    SynthesisRibbonDashToTarget
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 6 秒
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Adds Tagssynthesised_monster
    织心剃刃
    构造体
    {虚空忆境}
    Mindweave Razor
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueSynthesis/SynthesisRibbonDashSpectre
    标签construct, has_claw, has_one_handed_melee, medium_height, melee, mud_blood, not_int, physical_affinity, slow_movement, stone_armour, synthesised_monster
    生命
    104%
    护甲
    +25%
    闪避值
    +25%
    异常状态临界值
    104%
    抗性
    0 40 0 0
    伤害
    104%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.005 秒
    伤害分布
    ±20%
    经验值
    90%
    Model Size
    100%
    类型
    SynthesisRibbon
    Metadata
    SynthesisRibbonDashSpawned
    等级
    68
    生命
    6,691
    护甲
    35,988
    闪避值
    5,924
    能量护盾
    0
    伤害
    388
    法术伤害
    388
    命中
    290
    攻击间隔
    1.005
    经验值
    9,230
    异常状态临界值
    6,691
    冰缓
    21
    Shock
    21
    Brittle
    120
    Scorch
    21
    Sap
    58
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SynthesisRibbonSpinAttack
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    is area damage [1]
    SynthesisRibbonDashToTarget
    法术, 位移
    施放间隔: 2 秒
    冷却时间: 6 秒
    walk emerge extra distance [-5]
    SynthesisRibbonSpinAttackVisuals
    可触发, 攻击
    基本伤害: 311–466
    攻击暴击率: 5%
    攻击间隔: 1.005 秒
    伤害总降 67%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Adds Tagssynthesised_monster
    Edit

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