Figment of Winds
หุ่นกล
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
0 0 0 0
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
DaressoStatueMaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
290
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrowColosseumStatue
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย เพิ่มขึ้น อีก 20%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 100%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 100%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/DaressoStatueMaleBow"] = { name = "Figment of Winds", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrowColosseumStatue", }, 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["MonsterBurningArrowColosseumStatue"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {20, 100, 50, 25, 75, 4000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Figment of Winds
หุ่นกล
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
0 0 0 0
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
DaressoStatueMaleBowBlack
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
290
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrowColosseumStatue
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย เพิ่มขึ้น อีก 20%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 100%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 100%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/DaressoStatueMaleBowBlack"] = { name = "Figment of Winds", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrowColosseumStatue", }, 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["MonsterBurningArrowColosseumStatue"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {20, 100, 50, 25, 75, 4000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Figment of Winds
หุ่นกล
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
0 0 0 0
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
DaressoStatueMaleBowBlue
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
290
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrowColosseumStatue
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย เพิ่มขึ้น อีก 20%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 100%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 100%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/DaressoStatueMaleBowBlue"] = { name = "Figment of Winds", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrowColosseumStatue", }, 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["MonsterBurningArrowColosseumStatue"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {20, 100, 50, 25, 75, 4000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Figment of Winds
หุ่นกล
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
0 0 0 0
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
DaressoStatueMaleBowRed
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
290
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrowColosseumStatue
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย เพิ่มขึ้น อีก 20%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 100%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 100%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/DaressoStatueMaleBowRed"] = { name = "Figment of Winds", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrowColosseumStatue", }, 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["MonsterBurningArrowColosseumStatue"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {20, 100, 50, 25, 75, 4000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Figment of Winds
หุ่นกล
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
0 0 0 0
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
DaressoStatueFemaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
290
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 107.5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 7.5%
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/DaressoStatueFemaleBow"] = { name = "Figment of Winds", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrow", }, 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["MonsterBurningArrow"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Figment of Winds
หุ่นกล
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
0 0 0 0
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
DaressoStatueFemaleBowBlack
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
290
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 107.5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 7.5%
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/DaressoStatueFemaleBowBlack"] = { name = "Figment of Winds", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrow", }, 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["MonsterBurningArrow"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Figment of Winds
หุ่นกล
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
0 0 0 0
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
DaressoStatueFemaleBowBlue
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
290
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 107.5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 7.5%
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/DaressoStatueFemaleBowBlue"] = { name = "Figment of Winds", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrow", }, 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["MonsterBurningArrow"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Figment of Winds
หุ่นกล
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
0 0 0 0
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
DaressoStatueFemaleBowRed
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
43,185
การหลบหลีก
5,213
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
290
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 107.5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 7.5%
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/DaressoStatueFemaleBowRed"] = { name = "Figment of Winds", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrow", }, 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["MonsterBurningArrow"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
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.