霜寒服侍
惡魔
monster casts freezing pulse text [1]
獲得 25% 物理傷害的冰冷傷害
Rime Servant
幽魂Y
地區宅邸附館, 宅邸附館, 宅邸通道, 宅邸通道, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸庭院, 宅邸庭院, 宅邸庭院, 宅邸殿堂, 莊園勢力, 莊園勢力, 莊園通路, 莊園通路, 莊園走道, 莊園走道, 莊園走道, 莊園走道, 莊園岔點, 莊園岔點, 莊園岔點, 宅邸附館, 宅邸附館, 宅邸通道, 宅邸通道, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸庭院, 宅邸庭院, 宅邸庭院, 莊園勢力, 莊園勢力, 莊園通路, 莊園通路, 莊園走道, 莊園走道, 莊園走道, 莊園走道, 莊園岔點, 莊園岔點, 莊園岔點, 宅邸附館, 宅邸附館, 宅邸通道, 宅邸通道, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸庭院, 宅邸庭院, 宅邸庭院, 莊園勢力, 莊園勢力, 莊園通路, 莊園通路, 莊園走道, 莊園走道, 莊園走道, 莊園走道, 莊園岔點, 莊園岔點, 莊園岔點, 宅邸附館, 宅邸附館, 宅邸通道, 宅邸通道, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸庭院, 宅邸庭院, 宅邸庭院, 莊園勢力, 莊園勢力, 莊園通路, 莊園通路, 莊園走道, 莊園走道, 莊園走道, 莊園走道, 莊園岔點, 莊園岔點, 莊園岔點
標籤法術, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying
生命
100%
護甲
+30%
閃避
+30%
異常狀態臨界值
100%
抗性
20 20 20 0
傷害
125%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
100%
Model Size
115%
類型
CityStalker
Metadata
CityStalkerMaleFreezingPulseLabyrinth
等級
75
生命
13,493
護甲
64,825
閃避
7,838
能量護盾
0
傷害
708
法術傷害
708
命中
381
攻擊間隔
1.245
經驗值
11,804
異常狀態臨界值
13,493
冰緩
43
感電
43
易碎
241
焦灼
43
殘喘
118
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 567–850
暴擊率: 5%
攻擊間隔: 1.245 秒
用強大的攻擊擊倒敵人。
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]
MonsterFreezingPulseWhirlwind
法術, 投射物, 玩家投射物, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 可齊射
冰霜脈衝
暴擊率: 6%
附加傷害效用: 125%
施放時間: 0.65 秒
發出一個半月形的寒冰投射物,被擊中的敵人將有機率被冰凍。這個投射物很快就會消散,而其傷害與凍結機率將會隨著消逝而遞減。
造成 10101514 冰冷傷害
投射物穿透全部目標
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/CityStalkerMaleFreezingPulseLabyrinth"] = {
    name = "Rime Servant",
    life = 1,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.25,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "MonsterFreezingPulseWhirlwind",
    },
    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["MonsterFreezingPulseWhirlwind"] = {
    name = "Freezing Pulse",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An icy projectile which has a chance to freeze enemies it passes through. The projectile fades quickly, reducing damage and freezing chance until it dissipates.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        [2] = {2.7999999523163, 4.1999998092651, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster casts freezing pulse text [1]
IdMonsterCastsFreezingPulseText
FamilyMonsterCastsFreezingPulseText
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster casts freezing pulse text Min: 1 Max: 1 全域
  • 獲得 25% 物理傷害的冰冷傷害
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    霜寒服侍
    惡魔
    monster casts freezing pulse text [1]
    獲得 25% 物理傷害的冰冷傷害
    Rime Servant
    幽魂Y
    地區宅邸附館, 宅邸附館, 宅邸通道, 宅邸通道, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸庭院, 宅邸庭院, 宅邸庭院, 宅邸殿堂, 莊園勢力, 莊園勢力, 莊園通路, 莊園通路, 莊園走道, 莊園走道, 莊園走道, 莊園走道, 莊園岔點, 莊園岔點, 莊園岔點, 宅邸附館, 宅邸附館, 宅邸通道, 宅邸通道, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸庭院, 宅邸庭院, 宅邸庭院, 莊園勢力, 莊園勢力, 莊園通路, 莊園通路, 莊園走道, 莊園走道, 莊園走道, 莊園走道, 莊園岔點, 莊園岔點, 莊園岔點, 宅邸附館, 宅邸附館, 宅邸通道, 宅邸通道, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸庭院, 宅邸庭院, 宅邸庭院, 莊園勢力, 莊園勢力, 莊園通路, 莊園通路, 莊園走道, 莊園走道, 莊園走道, 莊園走道, 莊園岔點, 莊園岔點, 莊園岔點, 宅邸附館, 宅邸附館, 宅邸通道, 宅邸通道, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸殿堂, 宅邸庭院, 宅邸庭院, 宅邸庭院, 莊園勢力, 莊園勢力, 莊園通路, 莊園通路, 莊園走道, 莊園走道, 莊園走道, 莊園走道, 莊園岔點, 莊園岔點, 莊園岔點
    標籤法術, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, undying
    生命
    100%
    護甲
    +30%
    閃避
    +30%
    異常狀態臨界值
    100%
    抗性
    20 20 20 0
    傷害
    125%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    115%
    類型
    CityStalker
    Metadata
    CityStalkerFemaleFreezingPulseLabyrinth
    等級
    75
    生命
    13,493
    護甲
    64,825
    閃避
    7,838
    能量護盾
    0
    傷害
    708
    法術傷害
    708
    命中
    381
    攻擊間隔
    1.245
    經驗值
    11,804
    異常狀態臨界值
    13,493
    冰緩
    43
    感電
    43
    易碎
    241
    焦灼
    43
    殘喘
    118
    MonsterFreezingPulseWhirlwind
    法術, 投射物, 玩家投射物, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 可齊射
    冰霜脈衝
    暴擊率: 6%
    附加傷害效用: 125%
    施放時間: 0.65 秒
    發出一個半月形的寒冰投射物,被擊中的敵人將有機率被冰凍。這個投射物很快就會消散,而其傷害與凍結機率將會隨著消逝而遞減。
    造成 10101514 冰冷傷害
    投射物穿透全部目標
    base is projectile [1]
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 567–850
    暴擊率: 5%
    攻擊間隔: 1.245 秒
    用強大的攻擊擊倒敵人。
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleFreezingPulseLabyrinth"] = {
        name = "Rime Servant",
        life = 1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterFreezingPulseWhirlwind",
        },
        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["MonsterFreezingPulseWhirlwind"] = {
        name = "Freezing Pulse",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An icy projectile which has a chance to freeze enemies it passes through. The projectile fades quickly, reducing damage and freezing chance until it dissipates.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {2.7999999523163, 4.1999998092651, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster casts freezing pulse text [1]
    IdMonsterCastsFreezingPulseText
    FamilyMonsterCastsFreezingPulseText
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster casts freezing pulse text Min: 1 Max: 1 全域
  • 獲得 25% 物理傷害的冰冷傷害
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Edit

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