ขวานคว้านไส้ของมาร์ชัค
หุ่นกล
monster no drops or experience [1]
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
emerge speed +% [0,30]
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]
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
emerge speed +% [0,30]
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]
Marchak's Eviscerator
Spectre | N |
---|---|
Tags | cleaving_weapon, construct, ghost_armour, has_two_hand_axe, has_two_handed_melee, medium_height, melee, physical_affinity, slow_movement |
พลังชีวิต
600%
Ailment Threshold
600%
ค่าต้านทาน
0 0 0 0
Damage
195%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±10%
ค่าประสบการณ์
150%
Model Size
120%
Type
AnimatedWeaponWbAxe
Metadata
WbAnimatedSandstormAxe
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
38,600
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
728
ความเสียหายเวท
728
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
15,383
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 656–801
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbSandstormChaosAnimatedWeapon
Spell, Area, Duration, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 4.5 วินาที
สร้างความเสียหาย เคออส พื้นฐาน 176 ต่อวินาที
ระยะเวลาพื้นฐาน 5 วินาที
เพิ่มความเร็วในการร่าย อีก 100%
active skill area of effect radius +% final [40]
is area damage [1]
ระยะเวลาพื้นฐาน 5 วินาที
เพิ่มความเร็วในการร่าย อีก 100%
active skill area of effect radius +% final [40]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Positioned { collision_hull_type = "projectile" } Stats { set_item_drop_slots = 0 minion_does_not_equip_quiver = 1 monster_gets_item_stats = 1 } Actor { basic_action = "Emerge" } Life { corpse_usable = false on_death = "Delete();" } Animated { animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao" } DiesAfterTime { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { allow_attached_arrows = false use_attached_selection_box_if_no_drawcalls = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/AnimatedItem/WbAnimatedSandstormAxe"] = { name = "Marchak's Eviscerator", life = 6, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.95, damageSpread = 0.1, attackTime = 1.5, attackRange = 6, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "Melee", "WbSandstormChaosAnimatedWeapon", }, 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["WbSandstormChaosAnimatedWeapon"] = { name = "WbSandstormChaosAnimatedWeapon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_cast_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {1, 5000, 100, 40, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
Id | MonsterConvertToFireDamage2 |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
emerge speed +% [0,30]
Id | EmergeSpeedHigh |
---|---|
Family | VariableEmergeSpeed |
Domains | Monster (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 | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |