召喚弩兵
不死
不能被傷害
Summoned Arbalist
幽魂N
標籤bone_armour, bones, fast_movement, is_unarmed, not_int, not_str, physical_affinity, puncturing_weapon, skeleton, undead
生命
741%
閃避
+50%
異常狀態臨界值
741%
抗性
40 40 40 20
傷害
429%
命中
340%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 60
攻擊間隔
1 秒
傷害分佈
±20%
經驗值
130%
Model Size
100%
類型
SummonedArbalest
Metadata
SummonedArbalest
IsSummoned
Y
等級
68
生命
47,671
護甲
28,790
閃避
7,109
能量護盾
0
傷害
1,603
法術傷害
1,603
命中
986
攻擊間隔
1
經驗值
13,332
異常狀態臨界值
47,671
冰緩
151
感電
151
易碎
853
焦灼
151
殘喘
416
MPWExpeditionSummonedArbalestProjectile
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
基本傷害: 1282–1923
暴擊率: 5%
攻擊間隔: 1 秒
base is projectile [1]
monster projectile variation [145]
projectile uses contact position [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_item_drop_slots = 0
	set_cannot_die = 1
	set_maximum_life_is_one = 1
	untargetable_by_monster_ai = 1
	cannot_taunt_enemies = 1
	minion_aggro_range_scaled_by_distance_to_parent_target = 1
}

Life
{
	corpse_usable = false
}

Actor
{
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"


Targetable
{
	no_highlight = true
	targetable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/Arbalest/SummonedArbalest"] = {
    name = "Summoned Arbalist",
    life = 7.41,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 4.29,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 60,
    accuracy = 3.4,
    skillList = {
        "MPWExpeditionSummonedArbalestProjectile",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MPWExpeditionSummonedArbalestProjectile"] = {
    name = "MPWExpeditionSummonedArbalestProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {145, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
不能被傷害
IdMonsterCannotBeDamaged
FamilyCannotBeDamaged
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • base cannot be damaged Min: 1 Max: 1 全域
  • 傷害免疫
    免疫所有傷害
    不能被傷害
    Cannot Be Damaged
    Edit

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