青玉匠人
人形
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
敌人的格挡率降低 30%
Jadecrafter
幽魂N
标签human, humanoid, karui, medium_movement, red_blood
生命
385%
生命转为护盾
150%
护甲
+66%
闪避值
+33%
异常状态临界值
385%
抗性
0 0 0 0
伤害
225%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
5 ~ 14
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
AncestralJadecaster
Metadata
AncestralJadecaster_
等级
68
生命
24,768
护甲
47,791
闪避值
6,303
能量护盾
9,191
伤害
840
法术伤害
840
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
24,768
冰缓
78
Shock
78
Brittle
443
Scorch
78
Sap
216
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 672–1009
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MPSAncestralJadeProjectile
法术, 投射物, 玩家投射物, 可触发
攻击暴击率: 5%
施放间隔: 1 秒
造成 475.4 - 713.1 物理伤害
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [236]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
EASAncestralEncaseEnemy
法术
施放间隔: 1 秒
冷却时间: 15 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-80]
GAAncestralJadePrison
法术, 可触发
施放间隔: 1 秒
action attack or cast time uses animation length [1]
base deal no damage [1]
SSMAncestralJadeVolatile
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 12 秒
alternate minion [635]
number of monsters to summon [4]
summon specific monsters radius +% [100]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SSMAncestralJadeVolatileDefense
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 12 秒
alternate minion [635]
number of monsters to summon [3]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

Life
{
	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );"
	on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );"

	on_revive =
	"
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralJadecaster_"] = {
    name = "Jadecrafter",
    life = 3.85,
    energyShield = 1.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.25,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "SSMAncestralJadeVolatile",
        "SSMAncestralJadeVolatileDefense",
        "MPSAncestralJadeProjectile",
        "GAAncestralJadePrison",
        "EASAncestralEncaseEnemy",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMAncestralJadeVolatile"] = {
    name = "SSMAncestralJadeVolatile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {4, 635, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMAncestralJadeVolatileDefense"] = {
    name = "SSMAncestralJadeVolatileDefense",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {3, 635, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSAncestralJadeProjectile"] = {
    name = "MPSAncestralJadeProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 236, -40, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAAncestralJadePrison"] = {
    name = "GAAncestralJadePrison",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
        "base_deal_no_damage",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASAncestralEncaseEnemy"] = {
    name = "EASAncestralEncaseEnemy",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
IdAncestralTrialMonsterChampionFleeAndDamage
FamilyAncestralTrialMonster
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster chance to not flee % Min: 100 Max: 100 全域
  • monster damage +% final vs monsters from ancestral rank Min: 200 Max: 200 全域
  • 敌人的格挡率降低 30%
    IdAncestralTrialMonsterBlockReductionTukohama
    FamilyAncestralTrialMonster
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global reduce enemy block % Min: 30 Max: 30 全域
  • 青玉匠人
    人形
    敌人的格挡率降低 30%
    Jadecrafter
    幽魂Y
    标签human, humanoid, karui, medium_movement, red_blood
    Packs
  • 青玉匠人, 青玉巨灵, 青玉萨满, 战争司号
  • 生命
    385%
    生命转为护盾
    150%
    护甲
    +66%
    闪避值
    +33%
    异常状态临界值
    385%
    抗性
    0 0 0 0
    伤害
    169%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 14
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    180%
    Model Size
    100%
    类型
    AncestralJadecasterStandalone
    Metadata
    AncestralJadecasterStandalone
    等级
    68
    生命
    24,768
    护甲
    47,791
    闪避值
    6,303
    能量护盾
    9,191
    伤害
    631
    法术伤害
    631
    命中
    290
    攻击间隔
    1.5
    经验值
    18,459
    异常状态临界值
    24,768
    冰缓
    78
    Shock
    78
    Brittle
    443
    Scorch
    78
    Sap
    216
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 505–758
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MPSAncestralJadeProjectile
    法术, 投射物, 玩家投射物, 可触发
    攻击暴击率: 5%
    施放间隔: 1 秒
    造成 475.4 - 713.1 物理伤害
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [236]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    EASAncestralEncaseEnemy
    法术
    施放间隔: 1 秒
    冷却时间: 15 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-80]
    GAAncestralJadePrison
    法术, 可触发
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    SSMAncestralJadeVolatile
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    冷却时间: 12 秒
    alternate minion [635]
    number of monsters to summon [4]
    summon specific monsters radius +% [100]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    SSMAncestralJadeVolatileDefense
    法术, 法术可重复, 可触发
    施放间隔: 1 秒
    冷却时间: 12 秒
    alternate minion [635]
    number of monsters to summon [3]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    Life
    {
    	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );"
    	on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );"
    
    	on_revive =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralJadecasterStandalone"] = {
        name = "Jadecrafter",
        life = 3.85,
        energyShield = 1.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.69,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SSMAncestralJadeVolatile",
            "SSMAncestralJadeVolatileDefense",
            "MPSAncestralJadeProjectile",
            "GAAncestralJadePrison",
            "EASAncestralEncaseEnemy",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMAncestralJadeVolatile"] = {
        name = "SSMAncestralJadeVolatile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {4, 635, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMAncestralJadeVolatileDefense"] = {
        name = "SSMAncestralJadeVolatileDefense",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 635, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSAncestralJadeProjectile"] = {
        name = "MPSAncestralJadeProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 236, -40, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAncestralJadePrison"] = {
        name = "GAAncestralJadePrison",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAncestralEncaseEnemy"] = {
        name = "EASAncestralEncaseEnemy",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    敌人的格挡率降低 30%
    IdAncestralTrialMonsterBlockReductionTukohama
    FamilyAncestralTrialMonster
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global reduce enemy block % Min: 30 Max: 30 全域
  • 青玉匠人
    恩典: 1,500
    专长:伤害输出与青玉石化

    部落天赋:无视敌人部分格挡几率
    免疫嘲讽


    青玉囚笼
    制造一片不断扩张的青玉领域,一段时间后爆发魔法能量,将所有敌人囚禁在青玉中。囚禁的敌人被击中三次前无法行动

    青玉领域
    制造一片充满魔法的青玉领域。当有敌人接近时,青玉会引爆并引发连锁爆炸。
    Jadecrafter
    Edit

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