腐敗少女
幽魂 | N |
---|---|
地區 | 腐化渠道, 德瑞的腐化池, 永恆實驗室, 卡蘭德迷湖 |
標籤 | cannot_be_monolith, 法術, chaos_affinity, cleaving_weapon, construct, has_one_hand_mace, has_one_handed_melee, hidden_monster, liquid_armour, medium_height, melee, mud_blood, not_dex, not_str, physical_affinity, ranged, slow_movement, unusable_corpse, water_elemental |
Packs |
生命
144%
生命轉為護盾
50%
異常狀態臨界值
144%
抗性
40 0 0 0
傷害
153%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 13
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
115%
類型
BloodElementalSewers2
Metadata
PusElementalDegenAura
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
9,264
護甲
28,790
閃避
4,739
能量護盾
3,064
傷害
572
法術傷害
572
命中
290
攻擊間隔
1.5
經驗值
12,306
異常狀態臨界值
9,264
冰緩
29
感電
29
易碎
166
焦灼
29
殘喘
81
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 457–686
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
CausticMortarElemental
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
迫擊砲
施放時間: 1 秒
冷卻時間: 4 秒
如同怪物迫擊砲技能,但是在地上留下衝擊效果。
造成 125.8 至 188.7 混沌傷害
+3 秒基礎持續時間
base is projectile [1]
base projectile ground caustic cloud damage per minute [18344]
ground caustic art variation [2]
is area damage [1]
monster projectile variation [7]
projectile spread radius [10]
projectile spread radius per additional projectile [3]
+3 秒基礎持續時間
base is projectile [1]
base projectile ground caustic cloud damage per minute [18344]
ground caustic art variation [2]
is area damage [1]
monster projectile variation [7]
projectile spread radius [10]
projectile spread radius per additional projectile [3]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge2" main_hand_unarmed_type = "One_Hand_Mace" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act3/blood_elemental/bloodele_emerge.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/BloodElemental/PusElementalDegenAura"] = { name = "Mephitic Maiden", life = 1.44, energyShield = 0.5, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.53, damageSpread = 0.2, attackTime = 1.5, attackRange = 13, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "CausticMortarElemental", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["CausticMortarElemental"] = { name = "Mortar", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Like monster mortar skill, but leaves a ground effect on impact.", 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_chaos_damage", "spell_maximum_base_chaos_damage", "base_projectile_ground_caustic_cloud_damage_per_minute", "monster_projectile_variation", "projectile_spread_radius", "ground_caustic_art_variation", "base_skill_effect_duration", "projectile_spread_radius_per_additional_projectile", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7, 7, 10, 2, 3000, 3, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 7, 7, 10, 2, 3000, 3, levelRequirement = 56, statInterpolation = {3, 3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 6, 7, 10, 2, 3000, 3, levelRequirement = 82, statInterpolation = {3, 3, 3}, cost = { }, }, }, }
每秒受到等同 4% 最大生命的混沌傷害
Id | MonsterAuraEnemyLifeDegen1 |
---|---|
Family | MonsterAura |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | chaos_damage damage chaos |
退化光環
範圍: 50
敵人持續受到混沌傷害
每秒受到等同 4% 最大生命的混沌傷害
Degeneration Aura
spell maximum action distance +% [-50]
Id | PusElementalActionDistance |
---|---|
Family | SpellMaximumActionDistance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |