琢玉匠
人形
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
感電
78
易碎
443
焦灼
78
殘喘
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.4713.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
    感電
    78
    易碎
    443
    焦灼
    78
    殘喘
    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.4713.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
    特性: 造成傷害和玉石化

    部落天賦: 無視部分敵人格擋率
    不被嘲諷影響


    囚玉
    將敵人困在玉中。困在玉中時,敵人不能移動,要打 3 下才能敲破

    保玉
    創造一片充滿魔法的玉石領域。當敵人靠近時,玉石會爆發,引起其他玉石也爆發
    Jadecrafter
    Edit

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