穴居毒蛇
不死
不能被擊退
[UNUSED] Burrowing Viper
幽魂N
標籤ghost, ghost_armour, immobile, is_unarmed, large_height, non_attacking, not_int, not_str, reptile_beast, undead
生命
100%
閃避
+100%
異常狀態臨界值
100%
抗性
0 0 0 0
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 22
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
50%
類型
BurrowingViper
Metadata
BurrowingViper
等級
68
生命
6,433
護甲
28,790
閃避值
9,478
傷害
747
法術傷害
747
命中
580
攻擊間隔
1.5
經驗值
10,255
Minion Life
1,395
Minion Damage
597
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
BurrowingViperHide
持續時間
+0.5 秒基礎持續時間
skill cannot be interrupted [1]
skill cannot be stunned [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Life
{
	corpse_usable = false
}

Pathfinding
{
	immobile = true
}

DiesAfterTime
{
	
}

StateMachine
{
	define_shared_state = "idling;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Legion/Vaal/Napuatzi/on_act_viperIdle.ao );"
}

StateMachine
{
	on_state_idling_1 = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Vaal/Napuatzi/on_act_viperIdle.ao,  );"
	create_state_idling_1 = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Legion/Vaal/Napuatzi/on_act_viperIdle.ao,  );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BurrowingViper/BurrowingViper"] = {
    name = "[UNUSED] Burrowing Viper",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 22,
    accuracy = 1,
    skillList = {
        "BurrowingViperHide",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BurrowingViperHide"] = {
    name = "BurrowingViperHide",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
不能被擊退
IdImmuneToKnockback
FamilyImmuneToKnockback
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • Edit

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