Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
皇家侍從
CategoryHumanoid人形
IconEnemyEvasion IconEnemyResistanceFire
monster no drops or experience [1]
Royal Acolyte
Spectre
Tags1HSword_onhit_audio, cultist, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, red_blood, uses_suicide_explode, very_fast_movement
生命
100%
閃避
+30%
抗性
IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
傷害
100%
命中
100%
暴擊 Chance
5%
Attack Distance
4 ~ 10
攻擊時間
1.245 Second
Damage Spread
±20%
經驗值
100%
Model Size
112%
Type
VaalZealotDaggerBlood
Metadata
VaalZealotSacrifice
Spectre Reservation
50%
Companion Reservation
30%
等級
68
生命
8,257
傷害
233
法術傷害
233
命中
2,502
攻擊時間
1.245
經驗值
28,634
召喚物生命
6,930
召喚物傷害
969
召喚物護甲
2,413
VaalZealotSuicideExplosion
法術, 範圍, 傷害, 範圍法術, 可觸發, AttackInPlace
施放時間: 1 秒
active skill area of effect radius +% final [50]
is area damage [1]
spell maximum action distance +% [100]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_base_heavy_stun_duration_ms = 2650
}

Transitionable {}

Actor
{
	basic_action = "ChangeToStance1"
}

Functions
{
	fix_orietation =
	"
		AddOnActionEnd(
		{
			SetOrientation( GetOrientation() + arg1, false, true );
			PlayAnimationType( Idle, 1.0, 0, 0 );
		}, true );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueIncursionNew/VaalZealotSacrifice"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Royal Acolyte",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Dagger",
    weaponType2 = "Dagger",
    skillList = {
        "VaalZealotSuicideExplosion",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalZealotSuicideExplosion"] = {
    name = "VaalZealotSuicideExplosion",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {100, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no drops or experience 1 1 Global — 無法使用的值
  • Edit

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