混沌魔像
你的混沌魔像使你獲得額外物理傷害減免
base_additional_physical_damage_reduction_%
Chaos Golem
屬性 /5

chaos_elemental_buff

Key
Value
CostiLvl 1: 普通: 1x蛻變石 · 魔法: 2x改造石 · 稀有: 3x點金石 · 傳奇: 5x混沌石
關鍵字點燃
BuffGroupsID30
IsBuffDefinition1
BuffMergeModesID3
Codebase additional physical damage reduction %
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsPercentage
混沌魔像
創造物
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Chaos Golem
幽魂N
標籤bludgeoning_weapon, 法術, chaos_affinity, construct, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, slow_movement, stone_armour
生命
320%
生命轉為護盾
50%
護甲
+50%
異常狀態臨界值
320%
抗性
0 0 0 40
傷害
160%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 7
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
160%
Model Size
140%
類型
ChaosGolem
Metadata
WbChaosElemental
等級
68
生命
10,293
護甲
43,185
閃避值
4,739
能量護盾
9,803
傷害
598
法術傷害
598
命中
580
攻擊間隔
1.5
經驗值
16,408
Minion Life
2,233
Minion Energy Shield
2,126
Minion Damage
477
異常狀態臨界值
20,587
冰緩
65
感電
65
易碎
368
焦灼
65
殘喘
180
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 478–717
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
WbSandstormChaosElemental
法術, 範圍, 持續時間, 範圍法術
施放時間: 1 秒
冷卻時間: 10 秒
每秒造成 116.4 基本混沌傷害
+4 秒基礎持續時間
active skill area of effect radius +% final [20]
is area damage [1]
WbChaosCascade
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
冰川之刺
附加傷害效用: 60%
施放時間: 0.8 秒
冷卻時間: 16 秒
冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
造成 300.1450.1 物理傷害
50% 物理傷害轉化至混沌傷害
爆發 +10
active skill area of effect radius +% final [-34]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]

Object Type

version 2
extends "Metadata/Monsters/Monster"

BaseEvents { }

Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.5
	fade_arrows = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ChaosElemental/WbChaosElemental"] = {
    name = "Chaos Golem",
    life = 3.2,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 40,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "Melee",
        "WbChaosCascade",
        "WbSandstormChaosElemental",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WbChaosCascade"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "upheaval_number_of_spikes",
        "skill_physical_damage_%_to_convert_to_chaos",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, 50, -25, -34, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WbSandstormChaosElemental"] = {
    name = "WbSandstormChaosElemental",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 4000, 20, levelRequirement = 3, statInterpolation = {3},  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 base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 全域
  • Craft Tagscaster_damage damage attack caster speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 混沌魔像
    創造物
    monster no drops or experience [1]
    每秒回復 1% 生命
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Chaos Golem
    幽魂N
    標籤bludgeoning_weapon, 法術, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, stone_armour
    生命
    690%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    690%
    抗性
    40 40 40 60
    傷害
    290%
    命中
    340%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    110%
    類型
    ChaosGolemSummoned
    Metadata
    ChaosElementalSummoned
    IsSummoned
    Y
    等級
    68
    生命
    22,195
    護甲
    43,185
    閃避值
    4,739
    能量護盾
    21,138
    傷害
    1,083
    法術傷害
    1,083
    命中
    1,276
    攻擊間隔
    1
    經驗值
    15,383
    Minion Life
    4,814
    Minion Energy Shield
    4,585
    Minion Damage
    865
    異常狀態臨界值
    44,390
    冰緩
    140
    感電
    140
    易碎
    794
    焦灼
    140
    殘喘
    388
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 867–1300
    暴擊率: 5%
    攻擊間隔: 1 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SandstormChaosElementalSummoned
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 1 秒
    冷卻時間: 8 秒
    每秒造成 1436.6 基本混沌傷害
    +5 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    active skill area of effect radius +% final [20]
    is area damage [1]
    ChaosElementalCascadeSummoned
    法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
    冰川之刺
    施放時間: 0.8 秒
    冷卻時間: 3 秒
    冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
    造成 440.3660.4 物理傷害
    100% 物理傷害轉化至混沌傷害
    爆發 +6
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    SandstormChaosElementalSummonedEmpowered
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 0.7 秒
    冷卻時間: 8 秒
    每秒造成 4654.4 基本混沌傷害
    +8 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    增加 6% 承受的混沌傷害
    active skill area of effect radius +% final [50]
    is area damage [1]
    sandstorm applies withered to enemies within [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.5
    	fade_arrows = true
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummoned"] = {
        name = "Chaos Golem",
        life = 6.9,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 60,
        damage = 2.9,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "Melee",
            "ChaosElementalCascadeSummoned",
            "SandstormChaosElementalSummoned",
            "SandstormChaosElementalSummonedEmpowered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChaosElementalCascadeSummoned"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummoned"] = {
        name = "SandstormChaosElementalSummoned",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummonedEmpowered"] = {
        name = "SandstormChaosElementalSummonedEmpowered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.7,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "chaos_damage_taken_+%",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
            "sandstorm_applies_withered_to_enemies_within",
        },
        levels = {
            [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3},  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 全域
  • 每秒回復 1% 生命
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 全域
  • Craft Tagsresource life
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 混沌魔像
    創造物
    地區: 荒蕪之島
    monster no drops or experience [1]
    monster base type attack cast speed +% and damage -% final [22]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Chaos Golem
    幽魂N
    地區荒蕪之島, 荒蕪之島
    標籤bludgeoning_weapon, 法術, chaos_affinity, construct, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, slow_movement, stone_armour
    生命
    320%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    320%
    抗性
    0 0 0 40
    傷害
    160%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 7
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    160%
    Model Size
    140%
    類型
    ChaosGolem
    Metadata
    ChaosElementalSummonedVaalSideArea
    等級
    68
    生命
    10,293
    護甲
    43,185
    閃避值
    4,739
    能量護盾
    9,803
    傷害
    598
    法術傷害
    598
    命中
    580
    攻擊間隔
    1.5
    經驗值
    16,408
    Minion Life
    2,233
    Minion Energy Shield
    2,126
    Minion Damage
    477
    異常狀態臨界值
    20,587
    冰緩
    65
    感電
    65
    易碎
    368
    焦灼
    65
    殘喘
    180
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 478–717
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SandstormChaosElementalMonster
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 1 秒
    冷卻時間: 10 秒
    每秒造成 116.4 基本混沌傷害
    +4 秒基礎持續時間
    active skill area of effect radius +% final [20]
    is area damage [1]
    ChaosCascadeMonster
    法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
    冰川之刺
    附加傷害效用: 60%
    施放時間: 0.8 秒
    冷卻時間: 16 秒
    冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
    造成 300.1450.1 物理傷害
    50% 物理傷害轉化至混沌傷害
    爆發 +10
    active skill area of effect radius +% final [-34]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge2"
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.5
         visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedVaalSideArea"] = {
        name = "Chaos Golem",
        life = 3.2,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 40,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "ChaosCascadeMonster",
            "SandstormChaosElementalMonster",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChaosCascadeMonster"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 50, -25, -34, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalMonster"] = {
        name = "SandstormChaosElementalMonster",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {1, 4000, 20, levelRequirement = 3, statInterpolation = {3},  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 base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 全域
  • Craft Tagscaster_damage damage attack caster speed
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 混沌魔像
    創造物
    monster no drops or experience [1]
    每秒回復 1% 生命
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Chaos Golem
    幽魂N
    標籤bludgeoning_weapon, 法術, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, physical_affinity, stone_armour
    生命
    690%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    690%
    抗性
    40 40 40 60
    傷害
    290%
    命中
    340%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    ChaosGolemSummoned
    Metadata
    ChaosElementalSummonedClockwork
    IsSummoned
    Y
    等級
    68
    生命
    22,195
    護甲
    43,185
    閃避值
    4,739
    能量護盾
    21,138
    傷害
    1,083
    法術傷害
    1,083
    命中
    1,276
    攻擊間隔
    1
    經驗值
    15,383
    Minion Life
    4,814
    Minion Energy Shield
    4,585
    Minion Damage
    865
    異常狀態臨界值
    44,390
    冰緩
    140
    感電
    140
    易碎
    794
    焦灼
    140
    殘喘
    388
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 867–1300
    暴擊率: 5%
    攻擊間隔: 1 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SandstormChaosElementalSummoned
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 1 秒
    冷卻時間: 8 秒
    每秒造成 1436.6 基本混沌傷害
    +5 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    active skill area of effect radius +% final [20]
    is area damage [1]
    ChaosElementalCascadeSummoned
    法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
    冰川之刺
    施放時間: 0.8 秒
    冷卻時間: 3 秒
    冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
    造成 440.3660.4 物理傷害
    100% 物理傷害轉化至混沌傷害
    爆發 +6
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    SandstormChaosElementalSummonedEmpowered
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 0.7 秒
    冷卻時間: 8 秒
    每秒造成 4654.4 基本混沌傷害
    +8 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    增加 6% 承受的混沌傷害
    active skill area of effect radius +% final [50]
    is area damage [1]
    sandstorm applies withered to enemies within [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems/chaos/chaosfx.epk );"
    }
    
    Render
    {
        //turn_duration = 0.5
    	fade_arrows = true
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems/chaos/chaosfx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedClockwork"] = {
        name = "Chaos Golem",
        life = 6.9,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 60,
        damage = 2.9,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "Melee",
            "ChaosElementalCascadeSummoned",
            "SandstormChaosElementalSummoned",
            "SandstormChaosElementalSummonedEmpowered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChaosElementalCascadeSummoned"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummoned"] = {
        name = "SandstormChaosElementalSummoned",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummonedEmpowered"] = {
        name = "SandstormChaosElementalSummonedEmpowered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.7,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "chaos_damage_taken_+%",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
            "sandstorm_applies_withered_to_enemies_within",
        },
        levels = {
            [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3},  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 全域
  • 每秒回復 1% 生命
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 全域
  • Craft Tagsresource life
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 混沌魔像
    創造物
    monster no drops or experience [1]
    每秒回復 1% 生命
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Chaos Golem
    幽魂N
    標籤bludgeoning_weapon, 法術, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, melee, not_dex, physical_affinity, small_height, stone_armour
    生命
    690%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    690%
    抗性
    40 40 40 60
    傷害
    290%
    命中
    340%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    ChaosGolemSummoned
    Metadata
    ChaosElementalSummonedMiracle
    IsSummoned
    Y
    等級
    68
    生命
    22,195
    護甲
    43,185
    閃避值
    4,739
    能量護盾
    21,138
    傷害
    1,083
    法術傷害
    1,083
    命中
    1,276
    攻擊間隔
    1
    經驗值
    15,383
    Minion Life
    4,814
    Minion Energy Shield
    4,585
    Minion Damage
    865
    異常狀態臨界值
    44,390
    冰緩
    140
    感電
    140
    易碎
    794
    焦灼
    140
    殘喘
    388
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 867–1300
    暴擊率: 5%
    攻擊間隔: 1 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SandstormChaosElementalSummoned
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 1 秒
    冷卻時間: 8 秒
    每秒造成 1436.6 基本混沌傷害
    +5 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    active skill area of effect radius +% final [20]
    is area damage [1]
    ChaosElementalCascadeSummoned
    法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
    冰川之刺
    施放時間: 0.8 秒
    冷卻時間: 3 秒
    冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
    造成 440.3660.4 物理傷害
    100% 物理傷害轉化至混沌傷害
    爆發 +6
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    SandstormChaosElementalSummonedEmpowered
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 0.7 秒
    冷卻時間: 8 秒
    每秒造成 4654.4 基本混沌傷害
    +8 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    增加 6% 承受的混沌傷害
    active skill area of effect radius +% final [50]
    is area damage [1]
    sandstorm applies withered to enemies within [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/chaos.epk );"
    }
    
    Render
    {
        //turn_duration = 0.5
    	fade_arrows = true
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_miracle/chaos.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedMiracle"] = {
        name = "Chaos Golem",
        life = 6.9,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 60,
        damage = 2.9,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "Melee",
            "ChaosElementalCascadeSummoned",
            "SandstormChaosElementalSummoned",
            "SandstormChaosElementalSummonedEmpowered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChaosElementalCascadeSummoned"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummoned"] = {
        name = "SandstormChaosElementalSummoned",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummonedEmpowered"] = {
        name = "SandstormChaosElementalSummonedEmpowered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.7,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "chaos_damage_taken_+%",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
            "sandstorm_applies_withered_to_enemies_within",
        },
        levels = {
            [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3},  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 全域
  • 每秒回復 1% 生命
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 全域
  • Craft Tagsresource life
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 混沌魔像
    創造物
    monster no drops or experience [1]
    每秒回復 1% 生命
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Chaos Golem
    幽魂N
    標籤bludgeoning_weapon, 法術, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, melee, not_dex, physical_affinity, stone_armour
    生命
    690%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    690%
    抗性
    40 40 40 60
    傷害
    290%
    命中
    340%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    ChaosGolemSummoned
    Metadata
    ChaosElementalSummonedLightbringer
    IsSummoned
    Y
    等級
    68
    生命
    22,195
    護甲
    43,185
    閃避值
    4,739
    能量護盾
    21,138
    傷害
    1,083
    法術傷害
    1,083
    命中
    1,276
    攻擊間隔
    1
    經驗值
    15,383
    Minion Life
    4,814
    Minion Energy Shield
    4,585
    Minion Damage
    865
    異常狀態臨界值
    44,390
    冰緩
    140
    感電
    140
    易碎
    794
    焦灼
    140
    殘喘
    388
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 867–1300
    暴擊率: 5%
    攻擊間隔: 1 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SandstormChaosElementalSummoned
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 1 秒
    冷卻時間: 8 秒
    每秒造成 1436.6 基本混沌傷害
    +5 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    active skill area of effect radius +% final [20]
    is area damage [1]
    ChaosElementalCascadeSummoned
    法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
    冰川之刺
    施放時間: 0.8 秒
    冷卻時間: 3 秒
    冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
    造成 440.3660.4 物理傷害
    100% 物理傷害轉化至混沌傷害
    爆發 +6
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    SandstormChaosElementalSummonedEmpowered
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 0.7 秒
    冷卻時間: 8 秒
    每秒造成 4654.4 基本混沌傷害
    +8 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    增加 6% 承受的混沌傷害
    active skill area of effect radius +% final [50]
    is area damage [1]
    sandstorm applies withered to enemies within [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/chaos/chaosfx.epk );"
    }
    
    Render
    {
        //turn_duration = 0.5
    	fade_arrows = true
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_lightbringer/fx/chaos/chaosfx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedLightbringer"] = {
        name = "Chaos Golem",
        life = 6.9,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 60,
        damage = 2.9,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "Melee",
            "ChaosElementalCascadeSummoned",
            "SandstormChaosElementalSummoned",
            "SandstormChaosElementalSummonedEmpowered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChaosElementalCascadeSummoned"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummoned"] = {
        name = "SandstormChaosElementalSummoned",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummonedEmpowered"] = {
        name = "SandstormChaosElementalSummonedEmpowered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.7,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "chaos_damage_taken_+%",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
            "sandstorm_applies_withered_to_enemies_within",
        },
        levels = {
            [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3},  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 全域
  • 每秒回復 1% 生命
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 全域
  • Craft Tagsresource life
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 混沌魔像
    創造物
    monster no drops or experience [1]
    每秒回復 1% 生命
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Chaos Golem
    幽魂N
    標籤bludgeoning_weapon, 法術, chaos_affinity, construct, fast_movement, ghost_blood, is_unarmed, large_model, melee, not_dex, physical_affinity, stone_armour
    生命
    690%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    690%
    抗性
    40 40 40 60
    傷害
    290%
    命中
    340%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    ChaosGolemSummoned
    Metadata
    ChaosElementalSummonedDarkshard_
    IsSummoned
    Y
    等級
    68
    生命
    22,195
    護甲
    43,185
    閃避值
    4,739
    能量護盾
    21,138
    傷害
    1,083
    法術傷害
    1,083
    命中
    1,276
    攻擊間隔
    1
    經驗值
    15,383
    Minion Life
    4,814
    Minion Energy Shield
    4,585
    Minion Damage
    865
    異常狀態臨界值
    44,390
    冰緩
    140
    感電
    140
    易碎
    794
    焦灼
    140
    殘喘
    388
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 867–1300
    暴擊率: 5%
    攻擊間隔: 1 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SandstormChaosElementalSummoned
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 1 秒
    冷卻時間: 8 秒
    每秒造成 1436.6 基本混沌傷害
    +5 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    active skill area of effect radius +% final [20]
    is area damage [1]
    ChaosElementalCascadeSummoned
    法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
    冰川之刺
    施放時間: 0.8 秒
    冷卻時間: 3 秒
    冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
    造成 440.3660.4 物理傷害
    100% 物理傷害轉化至混沌傷害
    爆發 +6
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    SandstormChaosElementalSummonedEmpowered
    法術, 範圍, 持續時間, 範圍法術
    施放時間: 0.7 秒
    冷卻時間: 8 秒
    每秒造成 4654.4 基本混沌傷害
    +8 秒基礎持續時間
    法術傷害同時影響此技能的持續傷害效果
    增加 6% 承受的混沌傷害
    active skill area of effect radius +% final [50]
    is area damage [1]
    sandstorm applies withered to enemies within [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/chaos/chaosfx.epk );"
    }
    
    Render
    {
        //turn_duration = 0.5
    	fade_arrows = true
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Microtransactions/Spells/golems_darkshard/fx/chaos/chaosfx.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ChaosElemental/ChaosElementalSummonedDarkshard_"] = {
        name = "Chaos Golem",
        life = 6.9,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 60,
        damage = 2.9,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 8,
        accuracy = 3.4,
        skillList = {
            "Melee",
            "ChaosElementalCascadeSummoned",
            "SandstormChaosElementalSummoned",
            "SandstormChaosElementalSummonedEmpowered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChaosElementalCascadeSummoned"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, -25, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummoned"] = {
        name = "SandstormChaosElementalSummoned",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {1, 5000, 20, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandstormChaosElementalSummonedEmpowered"] = {
        name = "SandstormChaosElementalSummonedEmpowered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.7,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "chaos_damage_taken_+%",
            "is_area_damage",
            "spell_damage_modifiers_apply_to_skill_dot",
            "sandstorm_applies_withered_to_enemies_within",
        },
        levels = {
            [1] = {1, 8000, 50, 6, levelRequirement = 3, statInterpolation = {3},  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 全域
  • 每秒回復 1% 生命
    IdSummonedGolemLifeRegeneration
    FamilyLifeRegenerationRatePercentage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 全域
  • Craft Tagsresource life
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 編輯

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