惡意


monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster hellscape charge +% [-66]
Malice
幽魂 | N |
---|---|
標籤 | animal_claw_weapon, 法術, cold_affinity, demon, fast_movement, flesh_armour, is_unarmed, melee, not_int, not_str, physical_affinity |
Packs |
生命
100%
閃避
+50%
異常狀態臨界值
100%
抗性




傷害
110%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 8
攻擊間隔
0.675 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
AfflictionMinion4
Metadata
AfflictionMinion4
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,433
護甲
28,790
閃避值
7,109
傷害
411
法術傷害
411
命中
580
攻擊間隔
0.675
經驗值
10,255
Minion Life
1,395
Minion Damage
328
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 329–493
暴擊率: 5%
攻擊間隔: 0.675 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]

AfflictionMinionSpikeExplosionGT
可觸發, 法術
施放時間: 1 秒
AfflictionSpikerDeathSpike
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 1 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 370 至 554.9 物理傷害
發射 5 個額外投射物
50% 物理傷害轉化至冰冷傷害
以環狀型式發射投射物
base is projectile [1]
is area damage [1]
projectile speed is divided by % of scale [200]
projectile spread radius [30]
projectile uses contact position [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAffliction/Minions/AfflictionMinionBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueAffliction/Minions/AfflictionMinionBase" Animated { on_death_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Affliction/affliction_manifests/sanic/ExplodeBuildUp.epk );" on_event_geometryspikes_for_death_01 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Affliction/affliction_manifests/sanic/ExplodeBuildUp.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Affliction/affliction_manifests/sanic/Explode.epk ); " on_death_run_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Affliction/affliction_manifests/sanic/ExplodeBuildUp.epk );" on_event_geometryspikes_for_death_run_01 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Affliction/affliction_manifests/sanic/ExplodeBuildUp.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Affliction/affliction_manifests/sanic/Explode.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAffliction/AfflictionMinion4"] = { name = "Malice", life = 1, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.1, damageSpread = 0.2, attackTime = 0.675, attackRange = 8, accuracy = 1, skillList = { "Melee", "AfflictionSpikerDeathSpike", "AfflictionMinionSpikeExplosionGT", }, 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["AfflictionSpikerDeathSpike"] = { name = "AfflictionSpikerDeathSpike", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "number_of_additional_projectiles", "projectile_spread_radius", "projectile_speed_is_divided_by_%_of_scale", "skill_physical_damage_%_to_convert_to_cold", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "projectiles_nova", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 5, 30, 200, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AfflictionMinionSpikeExplosionGT"] = { name = "AfflictionMinionSpikeExplosionGT", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
絕滅恨惡 MTX /1
背飾:惡念邪翼
在你的背後附加惡念邪翼。
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.