雕塑的 岡姆的精兵
異能
monster no drops or experience [1]
Shaped Kaom's Chosen
幽魂N
標籤demon, eldritch, fast_movement, fire_affinity, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, humanoid, karui, medium_height, melee, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, stone_armour
生命
715%
護甲
+50%
異常狀態臨界值
715%
抗性
75 0 0 0
傷害
187%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.755 秒
傷害分佈
±20%
經驗值
110%
Model Size
100%
類型
KaomWarrior2Shaped
Metadata
KaomWarrior2ShaperMinion
等級
68
生命
45,998
護甲
43,185
閃避
4,739
能量護盾
0
傷害
699
法術傷害
699
命中
290
攻擊間隔
1.755
經驗值
11,281
異常狀態臨界值
45,998
冰緩
145
感電
145
易碎
823
焦灼
145
殘喘
402
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 559–838
暴擊率: 5%
攻擊間隔: 1.755 秒
用強大的攻擊擊倒敵人。
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]
KaomWarriorMoltenStrike
攻擊, 投射物, 範圍, 近戰, 近戰單一目標, 火焰, 範圍攻擊, ProjectilesNotFromUser, ThresholdJewelChaining, 攻擊可重複
熔岩之擊
基本傷害: 559–838
暴擊率: 5%
攻擊間隔: 1.755 秒
冷卻時間: 3 秒
為你的近戰武器注入熔岩之力,使你的攻擊帶有物理和火焰傷害。此攻擊使熔岩球向你擊中敵人的前方發射,在被打擊擊中的所有敵人之間彈跳。熔岩球在他們落地時,對敵人造成範圍攻擊傷害。
造成 20% 更少傷害
發射 5 個額外投射物
60% 物理傷害轉化至火焰傷害
減少 25% 投射物速度
20% 更少投射物傷害
active skill area of effect radius +% final [50]
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasPortalMonsters"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	off_hand_unarmed_type = "One_Hand_Axe"
}

Object Type Codes

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasPortalMonsters"

Render
{
	preload_buff_visual = "kaom_warrior2_effect"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KaomWarrior/KaomWarrior2ShaperMinion"] = {
    name = "Shaped Kaom's Chosen",
    life = 7.15,
    fireResist = 75,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.87,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "KaomWarriorMoltenStrike",
    },
    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["KaomWarriorMoltenStrike"] = {
    name = "Molten Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Fire] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.ProjectilesNotFromUser] = true,
        [SkillType.ThresholdJewelChaining] = true,
        [SkillType.Multistrikeable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_fire",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "active_skill_projectile_damage_+%_final",
        "base_projectile_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {60, 5, -20, -20, -25, 50, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • 雕塑的 岡姆的精兵
    異能
    monster no drops or experience [1]
    Shaped Kaom's Chosen
    幽魂N
    標籤demon, eldritch, fast_movement, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, humanoid, karui, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, stone_armour
    生命
    715%
    護甲
    +50%
    異常狀態臨界值
    715%
    抗性
    75 0 0 0
    傷害
    165%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    KaomWarrior3Shaped
    Metadata
    KaomWarrior3ShaperMinion
    等級
    68
    生命
    45,998
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    616
    法術傷害
    616
    命中
    290
    攻擊間隔
    1.5
    經驗值
    11,281
    異常狀態臨界值
    45,998
    冰緩
    145
    感電
    145
    易碎
    823
    焦灼
    145
    殘喘
    402
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 493–740
    暴擊率: 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]
    KaomWarriorGroundSlam
    攻擊
    基本傷害: 493–740
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    冷卻時間: 5 秒
    造成 20% 更多傷害
    減少 10% 敵人暈眩門檻
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasPortalMonsters"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	off_hand_unarmed_type = "One_Hand_Axe"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasPortalMonsters"
    
    Render
    {
    	preload_buff_visual = "kaom_warrior3_effect"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KaomWarrior/KaomWarrior3ShaperMinion"] = {
        name = "Shaped Kaom's Chosen",
        life = 7.15,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.65,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "KaomWarriorGroundSlam",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KaomWarriorGroundSlam"] = {
        name = "KaomWarriorGroundSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {10, 20, levelRequirement = 2, 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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • Edit

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