阿格拉斯
野獸
增加 40% 攻擊速度
增加 30% 移動速度
Agnerax
幽魂N
標籤animal_claw_weapon, beast, bone_armour, extra_small_height, insect, is_unarmed, melee, physical_affinity, red_blood, very_fast_movement
生命
1280%
異常狀態臨界值
1280%
抗性
0 0 75 0
傷害
360%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 10
攻擊間隔
0.99 秒
傷害分佈
±20%
經驗值
200%
Model Size
150%
類型
SandLeaperBossVinktars
Metadata
SandLeaperBossVinktars1
等級
68
生命
82,347
護甲
28,790
閃避
4,739
能量護盾
0
傷害
1,345
法術傷害
1,345
命中
290
攻擊間隔
0.99
經驗值
20,510
異常狀態臨界值
82,347
冰緩
260
感電
260
易碎
1,473
焦灼
260
殘喘
719
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1076–1614
暴擊率: 5%
攻擊間隔: 0.99 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
SandLeaperDodgeLeftNoCost
monster dodge distance [22]
SandLeaperDodgeRightNoCost
monster dodge direction [1]
monster dodge distance [22]
SandLeaperDodgeBack
冷卻時間: 5 秒
monster dodge direction [3]
monster dodge distance [26]
VinktarLightningBond
法術, 閃電, 持續時間, DoT
閃電鏈結
施放時間: 1 秒
冷卻時間: 5 秒
WIP
WbSmokeMine
法術, 範圍, 持續時間, 位移, 遙控地雷, 範圍法術, 快行, 消耗保留, 閃現, 冷卻
煙霧地雷
施放時間: 0.5 秒
設置一個地雷,當你啟動時會將你傳送至該地雷所在處。當傳送時,在原本位置與地雷所在位置的區塊都會被充滿煙霧,致盲身在煙霧中的敵人,並提升你的移動速度。與其他閃現技能共享冷卻時間。
active skill area of effect radius +% final [-45]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SandLeaper/SandLeaperBossVinktars1"] = {
    name = "Agnerax",
    life = 12.8,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 75,
    chaosResist = 0,
    damage = 3.6,
    damageSpread = 0.2,
    attackTime = 0.99,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "WbSmokeMine",
        "SandLeaperDodgeLeftNoCost",
        "SandLeaperDodgeRightNoCost",
        "SandLeaperDodgeBack",
        "VinktarLightningBond",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WbSmokeMine"] = {
    name = "Smoke Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Movement] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SandLeaperDodgeLeftNoCost"] = {
    name = "SandLeaperDodgeLeftNoCost",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_distance",
    },
    levels = {
        [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SandLeaperDodgeRightNoCost"] = {
    name = "SandLeaperDodgeRightNoCost",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_direction",
        "monster_dodge_distance",
    },
    levels = {
        [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SandLeaperDodgeBack"] = {
    name = "SandLeaperDodgeBack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_direction",
        "monster_dodge_distance",
    },
    levels = {
        [1] = {3, 26, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VinktarLightningBond"] = {
    name = "Vinktar Lightning Bond",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "WIP",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Lightning] = true,
        [SkillType.Duration] = true,
        [SkillType.DamageOverTime] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_lightning_damage_to_deal_per_minute",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {1, 30000, levelRequirement = 80, statInterpolation = {3},  cost = { }, },
    },
}
增加 40% 攻擊速度
IdMonsterImplicitFastAttack1
FamilyIncreasedAttackSpeed
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • attack speed +% Min: 40 Max: 40 全域
  • Craft Tagsattack speed
    增加 30% 移動速度
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 全域
  • Craft Tagsspeed
    Edit

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