หนองสีเลือด
หุ่นกล
ด่าน: ห้องทดลองนิรันดร
Crimson Ichor
Spectre | N |
---|---|
Area | ห้องทดลองนิรันดร |
Tags | cannot_be_monolith, cleaving_weapon, construct, has_one_hand_mace, has_one_handed_melee, hidden_monster, liquid_armour, medium_height, melee, not_dex, not_str, physical_affinity, red_blood, unusable_corpse, very_slow_movement, water_elemental |
Packs |
พลังชีวิต
102%
Energy Shield From Life
50%
Ailment Threshold
102%
ค่าต้านทาน
40 0 0 0
Damage
153%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
BloodElemental
Metadata
BloodElementalSewer
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
6,562
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
3,064
Damage
572
ความเสียหายเวท
572
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
12,306
Ailment Threshold
6,562
Chill
21
Shock
21
Brittle
117
Scorch
21
Sap
57
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]
BloodElementalGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
แผ่นดินแยก (Sunder)
Base Damage: 457–686
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
คูลดาวน์: 3 วินาที
ทุบพื้นด้วย กระบอง, คทา, ขวาน หรือ ไม้พลอง สร้างคลื่นพื้นแยกที่จะสร้างความเสียหายให้กับศัตรูที่อยู่ข้างหน้าคุณ ศัตรูที่โดนคลื่นดังกล่าวจะปล่อยคลื่นขนาดเล็กออกมาสร้างความเสียหายให้กับศัตรูตัวอื่นด้วย
ลดความเร็วในการโจมตี อีก 10%
คลื่นสะท้อน สร้างความเสียหาย ลดลง อีก 80%
active skill area of effect radius +% final [-50]
is area damage [1]
คลื่นสะท้อน สร้างความเสียหาย ลดลง อีก 80%
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" main_hand_unarmed_type = "One_Hand_Mace" } Transitionable { } Life { corpse_usable = false } Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Transitionable { create_untransitioned = "PlayAnimation( emerge ); PauseAnimation();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/BloodElemental/BloodElementalSewer"] = { name = "Crimson Ichor", life = 1.02, 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", "BloodElementalGoreSunder", }, 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["BloodElementalGoreSunder"] = { name = "Sunder", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shockwave_slam_explosion_damage_+%_final", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-80, -10, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
หนองสีเลือด
หุ่นกล
Crimson Ichor
Spectre | N |
---|---|
Tags | cannot_be_monolith, cleaving_weapon, construct, has_one_hand_mace, has_one_handed_melee, hidden_monster, liquid_armour, melee, not_dex, not_str, physical_affinity, red_blood, unusable_corpse, very_slow_movement, water_elemental |
พลังชีวิต
102%
Energy Shield From Life
50%
Ailment Threshold
102%
ค่าต้านทาน
40 0 0 0
Damage
153%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 13
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
BloodElemental
Metadata
BloodElementalSewerStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
6,562
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
3,064
Damage
572
ความเสียหายเวท
572
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
12,306
Ailment Threshold
6,562
Chill
21
Shock
21
Brittle
117
Scorch
21
Sap
57
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]
BloodElementalGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
แผ่นดินแยก (Sunder)
Base Damage: 457–686
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
คูลดาวน์: 3 วินาที
ทุบพื้นด้วย กระบอง, คทา, ขวาน หรือ ไม้พลอง สร้างคลื่นพื้นแยกที่จะสร้างความเสียหายให้กับศัตรูที่อยู่ข้างหน้าคุณ ศัตรูที่โดนคลื่นดังกล่าวจะปล่อยคลื่นขนาดเล็กออกมาสร้างความเสียหายให้กับศัตรูตัวอื่นด้วย
ลดความเร็วในการโจมตี อีก 10%
คลื่นสะท้อน สร้างความเสียหาย ลดลง อีก 80%
active skill area of effect radius +% final [-50]
is area damage [1]
คลื่นสะท้อน สร้างความเสียหาย ลดลง อีก 80%
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { main_hand_unarmed_type = "One_Hand_Mace" } Life { corpse_usable = false } Stats { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/BloodElemental/BloodElementalSewerStandalone"] = { name = "Crimson Ichor", life = 1.02, 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", "BloodElementalGoreSunder", }, 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["BloodElementalGoreSunder"] = { name = "Sunder", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shockwave_slam_explosion_damage_+%_final", "active_skill_attack_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-80, -10, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }