青玉巨灵
野兽
敌人的格挡率降低 30%
monster chance to not flee % [95]
monster damage +% final vs monsters from ancestral rank [100]
Jade Hulk
幽魂N
标签beast, bludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, light_armour, mammal_beast, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, slow_movement
生命
300%
护甲
+200%
异常状态临界值
300%
抗性
0 0 0 0
伤害
150%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
5 ~ 14
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
AncestralJadeHulk
Metadata
AncestralJadeHulk
等级
68
生命
19,300
护甲
86,370
闪避值
4,739
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
19,300
冰缓
61
Shock
61
Brittle
345
Scorch
61
Sap
169
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 448–672
攻击暴击率: 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]
DTTAncestralJadeHulkLeapSlam
法术, 位移
施放间隔: 1.67 秒
冷却时间: 5 秒
action attack or cast time uses animation length [1]
leap slam minimum distance [30]
skill maximum travel distance [80]
spell maximum action distance +% [-40]
walk emerge extra distance [-8]
GAAncestralJadeHulkLeapImpact
可触发, 攻击
基本伤害: 448–672
攻击暴击率: 5%
攻击伤害: 135%
攻击伤害: 135%
攻击间隔: 1.5 秒
攻击伤害总增 35%
is area damage [1]
TCAncestralLeagueKaruiHulk
攻击, 近战, 近战单一目标, 位移, 快行
盾猛冲锋
基本伤害: 448–672
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 6 秒
向一个目标冲锋, 使用盾牌对其猛击的同时也用近战武器顺手补刀. 此攻击将会击退目标并将其击晕, 在路径上的敌人将会被推向两旁. 伤害与击晕几率将视冲锋距离而定.
击中时击退敌人
击退距离延长 100%
无法闪避
action attack or cast time uses animation length [1]
base knockback speed +% [100]
ignores proximity shield [1]
is area damage [1]
GAAncestralLeagueKaruiHulkCharge
可触发, 攻击
基本伤害: 448–672
攻击暴击率: 5%
攻击伤害: 30%
攻击间隔: 1.5 秒
击中时击退敌人
攻击伤害总降 70%
击退距离延长 700%
必定击晕敌人
无法闪避
base knockback speed +% [400]
is area damage [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/AncestralJadeHulk"] = {
    name = "Jade Hulk",
    life = 3,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "TCAncestralLeagueKaruiHulk",
        "MeleeAtAnimationSpeed",
        "GAAncestralJadeHulkLeapImpact",
        "GAAncestralLeagueKaruiHulkCharge",
        "DTTAncestralJadeHulkLeapSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["TCAncestralLeagueKaruiHulk"] = {
    name = "Table Charge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "knockback_distance_+%",
        "base_knockback_speed_+%",
        "ignores_proximity_shield",
        "is_area_damage",
        "global_knockback",
        "action_attack_or_cast_time_uses_animation_length",
        "global_always_hit",
    },
    levels = {
        [1] = {100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- 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["GAAncestralJadeHulkLeapImpact"] = {
    name = "GAAncestralJadeHulkLeapImpact",
    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 = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.35, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAAncestralLeagueKaruiHulkCharge"] = {
    name = "GAAncestralLeagueKaruiHulkCharge",
    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 = {
        "base_knockback_speed_+%",
        "knockback_distance_+%",
        "is_area_damage",
        "global_knockback",
        "global_always_hit",
        "always_stun",
    },
    levels = {
        [1] = {400, 700, baseMultiplier = 0.3, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTAncestralJadeHulkLeapSlam"] = {
    name = "DTTAncestralJadeHulkLeapSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.67,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "leap_slam_minimum_distance",
        "spell_maximum_action_distance_+%",
        "walk_emerge_extra_distance",
        "skill_maximum_travel_distance",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {30, -40, -8, 80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
敌人的格挡率降低 30%
IdAncestralTrialMonsterBlockReductionTukohama
FamilyAncestralTrialMonster
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • global reduce enemy block % Min: 30 Max: 30 全域
  • monster chance to not flee % [95]
    monster damage +% final vs monsters from ancestral rank [100]
    IdAncestralTrialMonsterIntermediateFleeAndDamage
    FamilyAncestralTrialMonster
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster chance to not flee % Min: 95 Max: 95 全域
  • monster damage +% final vs monsters from ancestral rank Min: 100 Max: 100 全域
  • 青玉巨灵
    野兽
    敌人的格挡率降低 30%
    Jade Hulk
    幽魂Y
    标签beast, bludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, light_armour, mammal_beast, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, slow_movement
    Packs
  • 青玉匠人, 青玉巨灵, 青玉萨满, 战争司号
  • 阿寇亚, 青玉巨灵, 青玉萨满, 战争司号
  • 生命
    300%
    护甲
    +200%
    异常状态临界值
    300%
    抗性
    0 0 0 0
    伤害
    112%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 14
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    160%
    Model Size
    100%
    类型
    AncestralJadeHulkStandalone
    Metadata
    AncestralJadeHulkStandalone
    等级
    68
    生命
    19,300
    护甲
    86,370
    闪避值
    4,739
    能量护盾
    0
    伤害
    418
    法术伤害
    418
    命中
    290
    攻击间隔
    1.5
    经验值
    16,408
    异常状态临界值
    19,300
    冰缓
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 335–502
    攻击暴击率: 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]
    DTTAncestralJadeHulkLeapSlam
    法术, 位移
    施放间隔: 1.67 秒
    冷却时间: 5 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [30]
    skill maximum travel distance [80]
    spell maximum action distance +% [-40]
    walk emerge extra distance [-8]
    GAAncestralJadeHulkLeapImpact
    可触发, 攻击
    基本伤害: 335–502
    攻击暴击率: 5%
    攻击伤害: 135%
    攻击伤害: 135%
    攻击间隔: 1.5 秒
    攻击伤害总增 35%
    is area damage [1]
    TCAncestralLeagueKaruiHulk
    攻击, 近战, 近战单一目标, 位移, 快行
    盾猛冲锋
    基本伤害: 335–502
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 6 秒
    向一个目标冲锋, 使用盾牌对其猛击的同时也用近战武器顺手补刀. 此攻击将会击退目标并将其击晕, 在路径上的敌人将会被推向两旁. 伤害与击晕几率将视冲锋距离而定.
    击中时击退敌人
    击退距离延长 100%
    无法闪避
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    GAAncestralLeagueKaruiHulkCharge
    可触发, 攻击
    基本伤害: 335–502
    攻击暴击率: 5%
    攻击伤害: 30%
    攻击间隔: 1.5 秒
    击中时击退敌人
    攻击伤害总降 70%
    击退距离延长 700%
    必定击晕敌人
    无法闪避
    base knockback speed +% [400]
    is area damage [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/AncestralJadeHulkStandalone"] = {
        name = "Jade Hulk",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "TCAncestralLeagueKaruiHulk",
            "MeleeAtAnimationSpeed",
            "GAAncestralJadeHulkLeapImpact",
            "GAAncestralLeagueKaruiHulkCharge",
            "DTTAncestralJadeHulkLeapSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TCAncestralLeagueKaruiHulk"] = {
        name = "Table Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "knockback_distance_+%",
            "base_knockback_speed_+%",
            "ignores_proximity_shield",
            "is_area_damage",
            "global_knockback",
            "action_attack_or_cast_time_uses_animation_length",
            "global_always_hit",
        },
        levels = {
            [1] = {100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["GAAncestralJadeHulkLeapImpact"] = {
        name = "GAAncestralJadeHulkLeapImpact",
        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 = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.35, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAncestralLeagueKaruiHulkCharge"] = {
        name = "GAAncestralLeagueKaruiHulkCharge",
        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 = {
            "base_knockback_speed_+%",
            "knockback_distance_+%",
            "is_area_damage",
            "global_knockback",
            "global_always_hit",
            "always_stun",
        },
        levels = {
            [1] = {400, 700, baseMultiplier = 0.3, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAncestralJadeHulkLeapSlam"] = {
        name = "DTTAncestralJadeHulkLeapSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.67,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "skill_maximum_travel_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {30, -40, -8, 80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    敌人的格挡率降低 30%
    IdAncestralTrialMonsterBlockReductionTukohama
    FamilyAncestralTrialMonster
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global reduce enemy block % Min: 30 Max: 30 全域
  • 青玉巨灵
    恩典: 900
    专长:近战好手

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


    跃击
    跃击使巨灵产生位移,并在着陆区域内造成伤害

    擒抱
    向前冲锋,击退击中的敌人
    Jade Hulk
    Edit

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