防护魔像
构造体
monster no drops or experience [1]
monster base type attack cast speed +% and damage -% final [22]
Protective Golem
幽魂N
标签aura_bearer, bludgeoning_weapon, 施法, chaos_affinity, construct, ghost_blood, is_unarmed, large_model, medium_height, melee, not_dex, not_str, physical_affinity, slow_movement, stone_armour
生命
120%
生命转为护盾
50%
异常状态临界值
120%
抗性
0 0 0 40
伤害
100%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
110%
类型
ChaosGolemTalismanT2
Metadata
TalismanT2ChaosElemental
等级
68
生命
7,720
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
374
法术伤害
374
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
7,720
冰缓
24
Shock
24
Brittle
138
Scorch
24
Sap
67
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 299–448
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
TalismanT2ChaosCascade
法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 物理, 可齐射, 范围法术
冰川之刺
伤害效用: 60%
施放间隔: 0.8 秒
从地面的一系列爆发中冒出冰结之刺,每一次都对该区域内的敌人造成伤害。
造成 300.1 - 450.1 物理伤害
施法速度总降 40%
将物理伤害的 50% 转化为混沌伤害
导致 +15 次爆发
active skill area of effect radius +% final [-34]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
MonsterVaalDeterminationTalismanT2
法术, 增益, 范围, 图腾技能, 图腾施放单独, 持续时间, 瓦尔, 光环, 范围法术, 物理, 立即, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷却
瓦尔.坚定
施放间隔: 0.6 秒
冷却时间: 0.5 秒
施放一个短暂的光环,使你与受光环影响友军获得物理伤害减免以即元素抗性.
75% 额外物理伤害减免
基础持续时间为 5
获得 +75% 元素抗性
active skill area of effect radius +% final [200]
base deal no damage [1]

Object Type

version 2
extends "Metadata/Monsters/ChaosElemental/ChaosElementalSummoned"

Life
{
	initial_mana_percentage = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/ChaosElemental/ChaosElementalSummoned"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ChaosElemental/TalismanT2ChaosElemental"] = {
    name = "Protective Golem",
    life = 1.2,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 40,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "Melee",
        "MonsterVaalDeterminationTalismanT2",
        "TalismanT2ChaosCascade",
    },
    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["MonsterVaalDeterminationTalismanT2"] = {
    name = "Determination",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts a temporary aura that grants physical damage reduction and elemental resistances to you and your allies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Duration] = true,
        [SkillType.Vaal] = true,
        [SkillType.Aura] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
        [SkillType.Instant] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.6,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_additional_physical_damage_reduction_%",
        "base_resist_all_elements_%",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "base_deal_no_damage",
    },
    levels = {
        [1] = {75, 75, 5000, 200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TalismanT2ChaosCascade"] = {
    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",
        "active_skill_cast_speed_+%_final",
        "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, 15, -40, 50, -25, -34, levelRequirement = 4, statInterpolation = {3, 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
    Edit

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