骨皮菁英





monster no drops or experience [1]
cannot be used as minion [1]
cannot be used as minion [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Stoneskin Elite
幽魂 | N |
---|---|
標籤 | has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, melee, mud_blood, not_int, physical_affinity, slashing_weapon, stone_armour, very_fast_movement |
生命
2000%
護甲
+100%
閃避
+100%
異常狀態臨界值
2000%
抗性




傷害
134%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
1.305 秒
傷害分佈
±20%
經驗值
200%
Model Size
120%
類型
ProtoVaalMapBossSoldier
Metadata
ProtoVaalMapBossSoldiers
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
128,667
護甲
57,580
閃避值
9,478
傷害
501
法術傷害
501
命中
580
攻擊間隔
1.305
經驗值
20,510
Minion Life
27,909
Minion Damage
400
異常狀態臨界值
128,667
冰緩
407
感電
407
易碎
2,302
焦灼
407
殘喘
1,124
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 400–601
暴擊率: 5%
攻擊間隔: 1.305 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]

DelveProtovaalWhirlingCharge
攻擊
基本傷害: 400–601
暴擊率: 5%
攻擊傷害: 56%
攻擊間隔: 1.305 秒
冷卻時間: 10 秒
造成 44% 更少攻擊傷害
100% 更多攻擊速度
active skill area of effect radius +% final [-30]
combo attack first hit damage +% final [150]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { slow_animations_go_to_idle = false basic_action = "Emerge" } Transitionable { } Stats { set_corpse_cannot_be_destroyed = 1 } StateMachine { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/map_reshuffle/primeval_boss/arena_mechanics/fade_in.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/map_reshuffle/primeval_boss/arena_mechanics/fade_out.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/thematic_areas/proto_city/soldiers/monsterfx/double_spin.epk ); " } Animated { on_event_add_doublespin_EPK_for_doublespin_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/thematic_areas/proto_city/soldiers/monsterfx/double_spin.epk );" on_doublespin_01_end = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/thematic_areas/proto_city/soldiers/monsterfx/double_spin.epk );" } Transitionable { on_transition = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/map_reshuffle/primeval_boss/arena_mechanics/fade_in.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/map_reshuffle/primeval_boss/arena_mechanics/fade_out.epk ); " create_untransitioned = " PlayAnimation( stand_guard_stone_01 ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/map_reshuffle/primeval_boss/arena_mechanics/fade_in.epk ); " create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/map_reshuffle/primeval_boss/arena_mechanics/fade_out.epk );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Delve/thematic_areas/abyssal_depths/bosses/Lich3/BeamFireStorm1.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ProtoVaal/ProtoVaalMapBossSoldiers"] = { name = "Stoneskin Elite", life = 20, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.34, damageSpread = 0.2, attackTime = 1.305, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "Melee", "DelveProtovaalWhirlingCharge", }, 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["DelveProtovaalWhirlingCharge"] = { name = "DelveProtovaalWhirlingCharge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "combo_attack_first_hit_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {100, 150, -30, baseMultiplier = 0.56, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.