สตรีกลิ่นโสมม
หุ่นกล
รับความเสียหาย เคออส ต่อวินาที เท่ากับ 4% ของ พลังชีวิตสูงสุด
spell maximum action distance +% [-50]
spell maximum action distance +% [-50]
Mephitic Maiden
Spectre | N |
---|---|
Area | ท่อส่งสารพิษ, บ่อพักน้ำเสียของโดเอดรี, ห้องทดลองนิรันดร, ทะเลสาบคาลานดรา |
Tags | 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%
Energy Shield From Life
50%
Ailment Threshold
144%
ค่าต้านทาน
40 0 0 0
Damage
153%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
115%
Type
BloodElementalSewers2
Metadata
PusElementalDegenAura
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
9,264
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
3,064
Damage
572
ความเสียหายเวท
572
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
12,306
Ailment Threshold
9,264
Chill
29
Shock
29
Brittle
166
Scorch
29
Sap
81
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 457–686
โอกาสคริติคอล: 5%
Attack Time: 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
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
ระเบิดปูพรม (Mortar)
เวลาร่าย: 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 | Monster (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 | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |