萨满藤蔓
野兽
Shamanic Vine
幽魂N
标签beast, immobile, not_dex, not_int
生命
100%
护甲
+100%
异常状态临界值
100%
抗性
0 0 0 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 20
攻击间隔
1.995 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
AzmeriBeehiveBehemothVine
Metadata
BeehiveBehemothVine
等级
68
生命
6,433
护甲
57,580
闪避值
4,739
伤害
374
法术伤害
374
命中
580
攻击间隔
1.995
经验值
10,255
Minion Life
1,395
Minion Damage
298
异常状态临界值
6,433
冰缓
20
Shock
20
Brittle
115
Scorch
20
Sap
56
GABeehiveBehemothVineSlam
可触发, 攻击
基本伤害: 299–448
暴击几率: 5%
攻击伤害: 115%
攻击间隔: 1.995 秒
攻击伤害总增 15%
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Actor
{
	basic_action = "Emerge"

	on_start_Emerge =
	"
		IfExists( nearest_player, { FaceObject( nearest_player ); } );
	"
}

Functions
{
	TargetNearestPlayer = "this.nearest_player = arg1;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/BeehiveBehemothVine"] = {
    name = "Shamanic Vine",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 20,
    accuracy = 1,
    skillList = {
        "GABeehiveBehemothVineSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GABeehiveBehemothVineSlam"] = {
    name = "GABeehiveBehemothVineSlam",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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