触铬巨人
野兽
属类:
组别: 超自然
科目: 荒野
死亡时射出尖刺
获得额外冰霜伤害, 其数值等同于物理伤害的 100%
Chrome-touched Goliath
幽魂Y
幽魂 取代Metadata/Monsters/Spiker/SpikerChrometouchedSpectre
地区贵族花园, 永恒的实验室
标签animal_claw_weapon, beast, flesh_armour, has_dagger, has_one_handed_melee, large_model, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, rodent_beast
Packs
  • 贵族花园: 触铬巨人, 触铬巨人
  • 永恒的实验室: 触铬巨人, 触铬巨人
  • 生命
    110%
    护甲
    +15%
    闪避值
    +15%
    异常状态临界值
    110%
    抗性
    0 40 0 0
    伤害
    75%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 14
    攻击间隔
    1.05 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    SpikerChrome
    Metadata
    SpikerChrometouched
    等级
    68
    生命
    7,077
    护甲
    33,109
    闪避值
    5,450
    能量护盾
    0
    伤害
    280
    法术伤害
    280
    命中
    290
    攻击间隔
    1.05
    经验值
    10,255
    异常状态临界值
    7,077
    冰缓
    22
    Shock
    22
    Brittle
    127
    Scorch
    22
    Sap
    62
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 224–336
    攻击暴击率: 5%
    攻击间隔: 1.05 秒
    对你的敌人无情痛击。
    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]
    SpikerSpineDeathNovaChrome
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
    基本伤害: 224–336
    攻击暴击率: 5%
    攻击间隔: 1.05 秒
    伤害总增 75%
    额外发射 11 个投射物
    环状发射投射物
    attack on death % [100]
    base is projectile [1]
    monster projectile variation [25]
    skill unusable [1]
    spell maximum action distance +% [-20]
    EmptyActionSpellSpikerTaunt
    法术
    施放间隔: 1 秒

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "aggro;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiker/SpikerChrometouched"] = {
        name = "Chrome-touched Goliath",
        life = 1.1,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.05,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SpikerSpineDeathNovaChrome",
            "EmptyActionSpellSpikerTaunt",
        },
        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["SpikerSpineDeathNovaChrome"] = {
        name = "SpikerSpineDeathNovaChrome",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "attack_on_death_%",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "base_is_projectile",
            "projectiles_nova",
            "skill_unusable",
        },
        levels = {
            [1] = {25, -20, 100, 11, 75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellSpikerTaunt"] = {
        name = "EmptyActionSpellSpikerTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    死亡时射出尖刺
    IdMonsterDisplayCastsSpikeNovaOnDeath
    FamilyDisplayCastsSpikeNovaOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • display monster spike nova on death text Min: 1 Max: 1 全域
  • 获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    触铬巨人
    野兽
    死亡时射出尖刺
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    Chrome-touched Goliath
    幽魂Y
    标签animal_claw_weapon, beast, flesh_armour, has_dagger, has_one_handed_melee, large_model, mammal_beast, medium_movement, melee, not_int, physical_affinity, red_blood, rodent_beast
    生命
    110%
    护甲
    +15%
    闪避值
    +15%
    异常状态临界值
    110%
    抗性
    0 40 0 0
    伤害
    75%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 14
    攻击间隔
    1.05 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    SpikerChrome
    Metadata
    SpikerChrometouchedSpectre
    等级
    68
    生命
    7,077
    护甲
    33,109
    闪避值
    5,450
    能量护盾
    0
    伤害
    280
    法术伤害
    280
    命中
    290
    攻击间隔
    1.05
    经验值
    10,255
    异常状态临界值
    7,077
    冰缓
    22
    Shock
    22
    Brittle
    127
    Scorch
    22
    Sap
    62
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 224–336
    攻击暴击率: 5%
    攻击间隔: 1.05 秒
    对你的敌人无情痛击。
    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]
    EmptyActionSpellSpikerTaunt
    法术
    施放间隔: 1 秒

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "aggro;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiker/SpikerChrometouchedSpectre"] = {
        name = "Chrome-touched Goliath",
        life = 1.1,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.05,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "EmptyActionSpellSpikerTaunt",
        },
        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["EmptyActionSpellSpikerTaunt"] = {
        name = "EmptyActionSpellSpikerTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    死亡时射出尖刺
    IdMonsterDisplayCastsSpikeNovaOnDeath
    FamilyDisplayCastsSpikeNovaOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • display monster spike nova on death text Min: 1 Max: 1 全域
  • 获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    触铬巨人
    野兽
    死亡时射出尖刺
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    Chrome-touched Goliath
    幽魂Y
    幽魂 取代Metadata/Monsters/Spiker/SpikerChrometouchedMapsSpectre
    标签animal_claw_weapon, beast, flesh_armour, has_dagger, has_one_handed_melee, large_model, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, rodent_beast
    生命
    110%
    护甲
    +15%
    闪避值
    +15%
    异常状态临界值
    110%
    抗性
    0 40 0 0
    伤害
    75%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 14
    攻击间隔
    1.05 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    SpikerChrome
    Metadata
    SpikerChrometouchedMaps
    等级
    68
    生命
    7,077
    护甲
    33,109
    闪避值
    5,450
    能量护盾
    0
    伤害
    280
    法术伤害
    280
    命中
    290
    攻击间隔
    1.05
    经验值
    10,255
    异常状态临界值
    7,077
    冰缓
    22
    Shock
    22
    Brittle
    127
    Scorch
    22
    Sap
    62
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 224–336
    攻击暴击率: 5%
    攻击间隔: 1.05 秒
    对你的敌人无情痛击。
    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]
    SpikerSpineDeathNovaChromeMaps
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
    基本伤害: 224–336
    攻击暴击率: 5%
    攻击间隔: 1.05 秒
    伤害总增 75%
    额外发射 11 个投射物
    环状发射投射物
    attack on death % [70]
    base is projectile [1]
    monster projectile variation [25]
    skill unusable [1]
    spell maximum action distance +% [-20]
    EmptyActionSpellSpikerTaunt
    法术
    施放间隔: 1 秒

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "aggro;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiker/SpikerChrometouchedMaps"] = {
        name = "Chrome-touched Goliath",
        life = 1.1,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.05,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SpikerSpineDeathNovaChromeMaps",
            "EmptyActionSpellSpikerTaunt",
        },
        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["SpikerSpineDeathNovaChromeMaps"] = {
        name = "SpikerSpineDeathNovaChromeMaps",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "attack_on_death_%",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "base_is_projectile",
            "projectiles_nova",
            "skill_unusable",
        },
        levels = {
            [1] = {25, -20, 70, 11, 75, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellSpikerTaunt"] = {
        name = "EmptyActionSpellSpikerTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    死亡时射出尖刺
    IdMonsterDisplayCastsSpikeNovaOnDeath
    FamilyDisplayCastsSpikeNovaOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • display monster spike nova on death text Min: 1 Max: 1 全域
  • 获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    触铬巨人
    野兽
    死亡时射出尖刺
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    Chrome-touched Goliath
    幽魂Y
    标签animal_claw_weapon, beast, flesh_armour, has_dagger, has_one_handed_melee, large_model, mammal_beast, medium_movement, melee, not_int, physical_affinity, red_blood, rodent_beast
    生命
    110%
    护甲
    +15%
    闪避值
    +15%
    异常状态临界值
    110%
    抗性
    0 40 0 0
    伤害
    75%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 14
    攻击间隔
    1.05 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    SpikerChrome
    Metadata
    SpikerChrometouchedMapsSpectre
    等级
    68
    生命
    7,077
    护甲
    33,109
    闪避值
    5,450
    能量护盾
    0
    伤害
    280
    法术伤害
    280
    命中
    290
    攻击间隔
    1.05
    经验值
    10,255
    异常状态临界值
    7,077
    冰缓
    22
    Shock
    22
    Brittle
    127
    Scorch
    22
    Sap
    62
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 224–336
    攻击暴击率: 5%
    攻击间隔: 1.05 秒
    对你的敌人无情痛击。
    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]
    EmptyActionSpellSpikerTaunt
    法术
    施放间隔: 1 秒

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "aggro;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiker/SpikerChrometouchedMapsSpectre"] = {
        name = "Chrome-touched Goliath",
        life = 1.1,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.05,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "EmptyActionSpellSpikerTaunt",
        },
        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["EmptyActionSpellSpikerTaunt"] = {
        name = "EmptyActionSpellSpikerTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    死亡时射出尖刺
    IdMonsterDisplayCastsSpikeNovaOnDeath
    FamilyDisplayCastsSpikeNovaOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • display monster spike nova on death text Min: 1 Max: 1 全域
  • 获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Edit

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