虛空匕首陷阱
創造物
Ethereal Knives Trap
幽魂N
標籤法術, construct, extra_small_height, has_bow, immobile, physical_affinity, plate_armour, puncturing_weapon
生命
100%
異常狀態臨界值
100%
抗性
0 0 0 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 120
攻擊間隔
1.5 秒
傷害分佈
±0%
經驗值
100%
Model Size
100%
類型
MonsterTrapVisible
Metadata
MonsterEtherealKnivesTrap
等級
68
生命
6,433
護甲
28,790
閃避
4,739
能量護盾
0
傷害
374
法術傷害
374
命中
0
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
AutonomousEtherealKnivesTrap
法術, 傷害, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 法術可重複, 可觸發, 可齊射, 物理
虛空匕首
暴擊率: 5%
施放時間: 0.6 秒
向前依弧形射出虛空匕首,造成物理傷害。
造成 463.7695.6 物理傷害
20% 更少施放速度
發射 9 個額外投射物
以環狀型式發射投射物
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]

Object Type

version 2
extends "Metadata/Monsters/traps/MonsterTrap"

Object Type Codes

version 2
extends "Metadata/Monsters/traps/MonsterTrap"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/traps/MonsterEtherealKnivesTrap"] = {
    name = "Ethereal Knives Trap",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 120,
    accuracy = 1,
    skillList = {
        "AutonomousEtherealKnivesTrap",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AutonomousEtherealKnivesTrap"] = {
    name = "Ethereal Knives",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.6,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_skill_effect_duration",
        "number_of_additional_projectiles",
        "active_skill_cast_speed_+%_final",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, 12000, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
Edit

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