玉石巨像
野獸
減少 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
感電
61
易碎
345
焦灼
61
殘喘
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
    感電
    61
    易碎
    345
    焦灼
    61
    殘喘
    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.