กัปตันแฟร์เกรฟส์
อันเดด
ด่าน: สุสานเรือล่ม
ignite art variation [2]
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
Captain Fairgraves
Spectre | N |
---|---|
Area | สุสานเรือล่ม |
Tags | bone_armour, bones, ghost, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, summoner, undead, very_slow_movement |
พลังชีวิต
225%
ค่าเกราะ
+25%
Ailment Threshold
225%
ค่าต้านทาน
0 0 40 0
Damage
204%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
1.605 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
110%
Type
Fairgraves
Metadata
SkeletonBossFairgraves
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
11
พลังชีวิต
196
ค่าเกราะ
166
การหลบหลีก
285
โล่พลังงาน
0
Damage
26
ความเสียหายเวท
26
ความแม่นยำ
24
Attack Time
1.605
ค่าประสบการณ์
317
Ailment Threshold
196
Chill
1
Shock
1
Brittle
4
Scorch
1
Sap
2
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: 21–31
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
FairgravesThrownWeapon
Attack, RangedAttack, Projectile, ProjectilesFromUser
โยนอาวุธเงา (Spectral Throw)
Base Damage: 21–31
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
ขว้างร่างเงาของ อาวุธประชิด ของคุณ มันจะบินออกไปและกลับมาหาคุณ ซึ่งมันจะหมุนโจมตี สร้างความเสียหายให้กับศัตรูระหว่างทาง
สร้างความเสียหาย ลดลง อีก 25%
base is projectile [1]
base is projectile [1]
SummonRagingSpiritFairgraves
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
เวลาร่าย: 0.8 วินาที
คูลดาวน์: 10 วินาที
สกิล เกิดซ้ำ เพิ่มเติม 2 ครั้ง
สร้างความเสียหาย ลดลง อีก 20%
อัญเชิญ วิญญาณเกรี้ยวกราด ได้สูงสุด 20 ตน
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเร็วในการร่าย 200%
alternate minion [1]
ignite art variation [2]
สร้างความเสียหาย ลดลง อีก 20%
อัญเชิญ วิญญาณเกรี้ยวกราด ได้สูงสุด 20 ตน
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเร็วในการร่าย 200%
alternate minion [1]
ignite art variation [2]
EmptyActionFairgravesCommand
Spell
เวลาร่าย: 1 วินาที
คูลดาวน์: 2 วินาที
Object Type
version 2 extends "Metadata/Monsters/Skeletons/Skeleton" Transitionable { num_states = 4 on_transition_to_3 = "MakeCollidable();" } NPC { marker_enabled = false } Positioned { force_placement = true blocking = false } Actor { slow_animations_go_to_idle = false } StateMachine { }
Object Type Codes
version 2 extends "Metadata/Monsters/Skeletons/Skeleton" Transitionable { create_state_1 = " DisableTargetable(); PlayAnimationType( Emerge ); PauseAnimation(); DisableRendering(); " create_state_2 = "DisableTargetable( );" create_state_3 = "DisableTargetable( );" on_transition_to_2 = " EnableRendering(); SpawnEffect( Metadata/Effects/Spells/monsters_effects/fairgraves_transform/rig.ao ); " on_transition_to_4 = "EnableTargetable();" } Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Skeletons/SkeletonBossFairgraves"] = { name = "Captain Fairgraves", life = 2.25, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 2.04, damageSpread = 0.2, attackTime = 1.605, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Axe", skillList = { "Melee", "FairgravesThrownWeapon", "SummonRagingSpiritFairgraves", "EmptyActionFairgravesCommand", }, 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["FairgravesThrownWeapon"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {-25, 0, 0, levelRequirement = 11, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {-50, 2, 15, 50, -50, levelRequirement = 43, statInterpolation = {1, 1, 1, 1, 1}, cost = { }, }, [3] = {-50, 3, 30, 50, -50, levelRequirement = 55, statInterpolation = {1, 1, 1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonRagingSpiritFairgraves"] = { name = "SummonRagingSpiritFairgraves", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Minion] = true, [SkillType.Duration] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "base_number_of_raging_spirits_allowed", "skill_repeat_count", "base_cast_speed_+%", "alternate_minion", "ignite_art_variation", "active_skill_damage_+%_final", }, levels = { [1] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 4, statInterpolation = {}, cost = { }, }, [2] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 7, statInterpolation = {}, cost = { }, }, [3] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 9, statInterpolation = {}, cost = { }, }, [4] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 11, statInterpolation = {}, cost = { }, }, [5] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 16, statInterpolation = {}, cost = { }, }, [6] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 20, statInterpolation = {}, cost = { }, }, [7] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 27, statInterpolation = {}, cost = { }, }, [8] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 28, statInterpolation = {}, cost = { }, }, [9] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 29, statInterpolation = {}, cost = { }, }, [10] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 32, statInterpolation = {}, cost = { }, }, [11] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 36, statInterpolation = {}, cost = { }, }, [12] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 40, statInterpolation = {}, cost = { }, }, [13] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 45, statInterpolation = {}, cost = { }, }, [14] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 49, statInterpolation = {}, cost = { }, }, [15] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 50, statInterpolation = {}, cost = { }, }, [16] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 52, statInterpolation = {}, cost = { }, }, [17] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 65, statInterpolation = {}, cost = { }, }, [18] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 69, statInterpolation = {}, cost = { }, }, [19] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 73, statInterpolation = {}, cost = { }, }, [20] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 74, statInterpolation = {}, cost = { }, }, [21] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 75, statInterpolation = {}, cost = { }, }, [22] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 76, statInterpolation = {}, cost = { }, }, [23] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 77, statInterpolation = {}, cost = { }, }, [24] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 78, statInterpolation = {}, cost = { }, }, [25] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 79, statInterpolation = {}, cost = { }, }, [26] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 80, statInterpolation = {}, cost = { }, }, [27] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 81, statInterpolation = {}, cost = { }, }, [28] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 82, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionFairgravesCommand"] = { name = "EmptyActionFairgravesCommand", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
ignite art variation [2]
Id | IgniteArtVariationGhostflame_ |
---|---|
Family | StatusAilmentArtVariation |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
Id | MonsterQuestBossAct1_ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
กัปตันแฟร์เกรฟส์
อันเดด
ignite art variation [2]
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
Captain Fairgraves
Spectre | N |
---|---|
Tags | bone_armour, bones, ghost, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, melee, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, summoner, undead, very_slow_movement |
พลังชีวิต
225%
ค่าเกราะ
+25%
Ailment Threshold
225%
ค่าต้านทาน
0 0 40 0
Damage
204%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
1.605 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
110%
Type
Fairgraves
Metadata
SkeletonBossFairgravesStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
14,475
ค่าเกราะ
35,988
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
762
ความเสียหายเวท
762
ความแม่นยำ
290
Attack Time
1.605
ค่าประสบการณ์
15,383
Ailment Threshold
14,475
Chill
46
Shock
46
Brittle
259
Scorch
46
Sap
126
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: 610–914
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
FairgravesThrownWeapon
Attack, RangedAttack, Projectile, ProjectilesFromUser
โยนอาวุธเงา (Spectral Throw)
Base Damage: 610–914
โอกาสคริติคอล: 5%
Attack Time: 1.605 วินาที
ขว้างร่างเงาของ อาวุธประชิด ของคุณ มันจะบินออกไปและกลับมาหาคุณ ซึ่งมันจะหมุนโจมตี สร้างความเสียหายให้กับศัตรูระหว่างทาง
สร้างความเสียหาย ลดลง อีก 50%
ยิงกระสุน เพิ่มเติม 3 ลูก
ลดความเร็วกระสุน 20%
base is projectile [1]
spectral throw deceleration override [50]
ยิงกระสุน เพิ่มเติม 3 ลูก
ลดความเร็วกระสุน 20%
base is projectile [1]
spectral throw deceleration override [50]
SummonRagingSpiritFairgraves
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
เวลาร่าย: 0.8 วินาที
คูลดาวน์: 10 วินาที
สกิล เกิดซ้ำ เพิ่มเติม 2 ครั้ง
สร้างความเสียหาย ลดลง อีก 20%
อัญเชิญ วิญญาณเกรี้ยวกราด ได้สูงสุด 20 ตน
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเร็วในการร่าย 200%
alternate minion [1]
ignite art variation [2]
สร้างความเสียหาย ลดลง อีก 20%
อัญเชิญ วิญญาณเกรี้ยวกราด ได้สูงสุด 20 ตน
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเร็วในการร่าย 200%
alternate minion [1]
ignite art variation [2]
Object Type
version 2 extends "Metadata/Monsters/Skeletons/Skeleton" extends "Metadata/Monsters/StandaloneMonster" Actor { slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Skeletons/Skeleton" extends "Metadata/Monsters/StandaloneMonster" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Skeletons/SkeletonBossFairgravesStandalone"] = { name = "Captain Fairgraves", life = 2.25, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 2.04, damageSpread = 0.2, attackTime = 1.605, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Axe", skillList = { "Melee", "FairgravesThrownWeapon", "SummonRagingSpiritFairgraves", }, 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["FairgravesThrownWeapon"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {-25, 0, 0, levelRequirement = 11, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {-50, 2, 15, 50, -50, levelRequirement = 43, statInterpolation = {1, 1, 1, 1, 1}, cost = { }, }, [3] = {-50, 3, 30, 50, -50, levelRequirement = 55, statInterpolation = {1, 1, 1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonRagingSpiritFairgraves"] = { name = "SummonRagingSpiritFairgraves", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Minion] = true, [SkillType.Duration] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "base_number_of_raging_spirits_allowed", "skill_repeat_count", "base_cast_speed_+%", "alternate_minion", "ignite_art_variation", "active_skill_damage_+%_final", }, levels = { [1] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 4, statInterpolation = {}, cost = { }, }, [2] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 7, statInterpolation = {}, cost = { }, }, [3] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 9, statInterpolation = {}, cost = { }, }, [4] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 11, statInterpolation = {}, cost = { }, }, [5] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 16, statInterpolation = {}, cost = { }, }, [6] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 20, statInterpolation = {}, cost = { }, }, [7] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 27, statInterpolation = {}, cost = { }, }, [8] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 28, statInterpolation = {}, cost = { }, }, [9] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 29, statInterpolation = {}, cost = { }, }, [10] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 32, statInterpolation = {}, cost = { }, }, [11] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 36, statInterpolation = {}, cost = { }, }, [12] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 40, statInterpolation = {}, cost = { }, }, [13] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 45, statInterpolation = {}, cost = { }, }, [14] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 49, statInterpolation = {}, cost = { }, }, [15] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 50, statInterpolation = {}, cost = { }, }, [16] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 52, statInterpolation = {}, cost = { }, }, [17] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 65, statInterpolation = {}, cost = { }, }, [18] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 69, statInterpolation = {}, cost = { }, }, [19] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 73, statInterpolation = {}, cost = { }, }, [20] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 74, statInterpolation = {}, cost = { }, }, [21] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 75, statInterpolation = {}, cost = { }, }, [22] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 76, statInterpolation = {}, cost = { }, }, [23] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 77, statInterpolation = {}, cost = { }, }, [24] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 78, statInterpolation = {}, cost = { }, }, [25] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 79, statInterpolation = {}, cost = { }, }, [26] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 80, statInterpolation = {}, cost = { }, }, [27] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 81, statInterpolation = {}, cost = { }, }, [28] = {4000, 20, 2, 200, 1, 2, -20, levelRequirement = 82, statInterpolation = {}, cost = { }, }, }, }
ignite art variation [2]
Id | IgniteArtVariationGhostflame_ |
---|---|
Family | StatusAilmentArtVariation |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
Id | MonsterQuestBossAct1_ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
กัปตันแฟร์เกรฟส์ Topic /3
NPC | ชื่อ |
---|---|
เบสเทล | แฟรเกรฟส์เป็นคนดี เป็นนักสำรวจชั้นเลิศ เขาเปิดประตูให้กับโลกใหม่หลายต่อหลายโลก ไม่ว่าจะดีหรือแย่ก็ตาม แต่มันมักจะแย่สำหรับชนพื้นเมืองนั่นแหละ อย่างน้อยการได้รู้ว่าเขาได้ไปสู่สุคติดังที่ควรก็ทำให้ใจสงบขึ้นมาได้บ้าง เราอย่าพูดถึงแฟร์เกรฟส์กันอีกเลย ดีไหม? เขาเป็นแรงบันดาลใจให้กับหลายต่อหลายคน มันคงน่าเสียดายที่จะทำให้วีรบุรุษดีๆ ต้องเสียชื่อ |
เบสเทล | แฟร์เกรฟส์? นักสำรวจนั่นน่ะนะ? ไม่มีใครเคยพบเคยได้ยินเขามาตั้งแต่ตอนที่เขาล่องเรือมาสู่เวร์แคลส์ทมามากกว่า 30 ปีก่อน ฉะนั้น หากเจ้าบอกข้าว่าเจ้าได้พบกัปตันแฟร์เกรฟส์ตัวเป็นๆ นั้น ถ้าเจ้าไม่ได้พบกับคนขี้โกหก เจ้าก็คงจะพบกับสิ่งที่เลวร้ายกว่านั้นมาก |
คริลล์สัน, มาสเตอร์แห่งการตกปลา | เป็นที่ทราบกันดีว่าค่อนข้างกัปตันซิกมันด์แฟร์เกรฟส์เป็นนักสำรวจ และเป็นโจรสลัดในบางครั้ง แต่ผู้คนไม่ค่อยรู้กันว่าแฟร์เกรฟส์เป็นปลาวาฬที่มีชื่อพอสมควร เรื่องนี้น่าสนใจแน่ๆ เพราะว่าปลาวาฬมีแค่ 1% ของสิ่งมีชีวิตในทะเลทั้งหมด แต่เมื่อเจ้าจับมันได้ มันก็จะทำเงินได้มากพอสำหรับปลาที่เหลือในแหเลยละ |
กัปตันแฟร์เกรฟส์ Text Audio /28
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.