代位之彼
惡魔
monster no drops or experience [1]
cannot be used as minion [1]
stance movement speed +% final [280]
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]
It That Is Displaced
幽魂N
標籤bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, unusable_corpse, very_slow_movement
生命
130%
異常狀態臨界值
130%
抗性
20 20 20 0
傷害
140%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.395 秒
傷害分佈
±20%
經驗值
100%
Model Size
115%
類型
BreachMiner
Metadata
MinerBreachVaalArchitectMinion
等級
68
生命
8,363
護甲
28,790
閃避
4,739
能量護盾
0
傷害
523
法術傷害
523
命中
0
攻擊間隔
1.395
經驗值
10,255
異常狀態臨界值
8,363
冰緩
26
感電
26
易碎
150
焦灼
26
殘喘
73
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 418–628
暴擊率: 5%
攻擊間隔: 1.395 秒
用強大的攻擊擊倒敵人。
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]
BreachFrostBlades
攻擊, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 冰冷, 範圍攻擊, ProjectilesNotFromUser
冰霜之刃
基本傷害: 418–628
暴擊率: 5%
攻擊間隔: 1.395 秒
冷卻時間: 2 秒
增加攻擊範圍,當被擊飛的敵人與其他敵人碰撞時釋放冰霜之刃。限定近戰武器。
造成 25% 更多傷害
發射 2 個額外投射物
50% 物理傷害轉化至冰冷傷害
+1.4 米近戰打擊距離
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
	basic_action = "Emerge"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.4
}


Life
{
	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/fadeout_fast_breach_epk.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Miner/MinerBreachVaalArchitectMinion"] = {
    name = "It That Is Displaced",
    life = 1.3,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.395,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeed",
        "BreachFrostBlades",
    },
    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["BreachFrostBlades"] = {
    name = "Frost Blades",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Cold] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_cold",
        "melee_weapon_range_+",
        "number_of_additional_projectiles",
        "base_is_projectile",
    },
    levels = {
        [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1},  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 全域
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 全域
  • stance movement speed +% final [280]
    IdStanceMinerRun
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 280 Max: 280 全域
  • Craft Tagsspeed
    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 全域
  • Edit

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