[DNT] Burrowing Viper
언데드
밀려날 수 없음
[UNUSED] Burrowing Viper
SpectreN
Tagsghost, ghost_armour, immobile, is_unarmed, large_height, non_attacking, not_int, not_str, reptile_beast, undead
생명력
100%
회피
+100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
200%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
50%
Type
BurrowingViper
Metadata
BurrowingViper
레벨
68
생명력
6,433
방어도
28,790
회피
9,478
에너지 보호막
0
Damage
747
주문 피해
747
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
BurrowingViperHide
Duration
기본 지속시간 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 Global
  • Edit

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