竦動魔晶
生物
cannot be used as minion [1]
monster no map drops [1]
Disturbed Magmite
幽魂N
標籤bludgeoning_weapon, 法術, construct, delve_monster, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, mud_blood, no_pantheon_mod, not_int, physical_affinity, ranged, stone_armour
生命
225%
護甲
+60%
閃避
+40%
異常狀態臨界值
225%
抗性
40 0 0 0
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
88%
類型
RockGolemDelve
Metadata
RockGolemDelveMagmite
等級
68
生命
14,475
護甲
46,064
閃避
6,635
能量護盾
0
傷害
448
法術傷害
448
命中
290
攻擊間隔
1.5
經驗值
15,383
異常狀態臨界值
14,475
冰緩
46
感電
46
易碎
259
焦灼
46
殘喘
126
DelveGolemProjectileVaalite1
法術, 投射物, 玩家投射物, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 561.7842.6 物理傷害
base is projectile [1]
monster projectile variation [74]
projectile uses contact position [1]
DelveGolemProjectileVaalite2
法術, 投射物, 玩家投射物, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 561.7842.6 物理傷害
base is projectile [1]
monster projectile variation [75]
projectile uses contact position [1]
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 359–538
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
DelveBombVaalite
可觸發, 法術
施放時間: 1.5 秒
冷卻時間: 6 秒
DelveGolemBombVaalite
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 387.9581.9 物理傷害
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve"

Object Type Codes

version 2
extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/earth_elemental/skins/magma_skin.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/RockGolem/RockGolemDelveMagmite"] = {
    name = "Disturbed Magmite",
    life = 2.25,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    skillList = {
        "Melee",
        "DelveGolemProjectileVaalite1",
        "DelveGolemProjectileVaalite2",
        "DelveGolemBombVaalite",
        "DelveBombVaalite",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveGolemProjectileVaalite1"] = {
    name = "DelveGolemProjectileVaalite1",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 74, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveGolemProjectileVaalite2"] = {
    name = "DelveGolemProjectileVaalite2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveGolemBombVaalite"] = {
    name = "DelveGolemBombVaalite",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveBombVaalite"] = {
    name = "DelveBombVaalite",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
cannot be used as minion [1]
IdCannotBeUsedAsMinion
FamilyCannotBeUsedAsMinion
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • cannot be used as minion Min: 1 Max: 1 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • Edit

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