Capitão Fairgraves
Morto-vivo
Área: Necrópole de Navios
ignite art variation [2]
Monstros concedem Experiência aumentada em 250%
Raridade dos Itens Derrubados aumentada em 4500%
Monstros concedem Experiência aumentada em 250%
Raridade dos Itens Derrubados aumentada em 4500%
Captain Fairgraves
Spectre | N |
---|---|
Area | Necrópole de Navios |
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 |
Vida
225%
Armadura
+25%
Ailment Threshold
225%
Resistência
0 0 40 0
Damage
204%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
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.
Nível
11
Vida
196
Armadura
166
Evasão
285
Escudo de Energia
0
Damage
26
Dano Mágico
26
Precisão
24
Attack Time
1.605
Experiência
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
Ataque Padrão
Base Damage: 21–31
Chance de Crítico: 5%
Attack Time: 1.605 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
FairgravesThrownWeapon
Attack, RangedAttack, Projectile, ProjectilesFromUser
Arremesso Espectral
Base Damage: 21–31
Chance de Crítico: 5%
Attack Time: 1.605 seg
Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
Causa 25% menos Dano
base is projectile [1]
base is projectile [1]
SummonRagingSpiritFairgraves
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
Tempo de Conjuração: 0.8 seg
Recarga: 10 seg
Habilidades se Repetem 2 Vezes mais
Causa 20% menos Dano
Máximo de Espíritos Furiosos Convocados: 20
Duração base é de 4 segundos
Velocidade de Conjuração aumentada em 200%
alternate minion [1]
ignite art variation [2]
Causa 20% menos Dano
Máximo de Espíritos Furiosos Convocados: 20
Duração base é de 4 segundos
Velocidade de Conjuração aumentada em 200%
alternate minion [1]
ignite art variation [2]
EmptyActionFairgravesCommand
Spell
Tempo de Conjuração: 1 seg
Recarga: 2 seg
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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Monstros concedem Experiência aumentada em 250%
Raridade dos Itens Derrubados aumentada em 4500%
Id | MonsterQuestBossAct1_ |
---|---|
Family | MonsterActBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Capitão Fairgraves
Morto-vivo
ignite art variation [2]
Monstros concedem Experiência aumentada em 250%
Raridade dos Itens Derrubados aumentada em 4500%
Monstros concedem Experiência aumentada em 250%
Raridade dos Itens Derrubados aumentada em 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 |
Vida
225%
Armadura
+25%
Ailment Threshold
225%
Resistência
0 0 40 0
Damage
204%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
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.
Nível
68
Vida
14,475
Armadura
35,988
Evasão
4,739
Escudo de Energia
0
Damage
762
Dano Mágico
762
Precisão
290
Attack Time
1.605
Experiência
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
Ataque Padrão
Base Damage: 610–914
Chance de Crítico: 5%
Attack Time: 1.605 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
FairgravesThrownWeapon
Attack, RangedAttack, Projectile, ProjectilesFromUser
Arremesso Espectral
Base Damage: 610–914
Chance de Crítico: 5%
Attack Time: 1.605 seg
Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
Causa 50% menos Dano
Dispara 3 Projéteis adicionais
Velocidade de Projéteis reduzida em 20%
base is projectile [1]
spectral throw deceleration override [50]
Dispara 3 Projéteis adicionais
Velocidade de Projéteis reduzida em 20%
base is projectile [1]
spectral throw deceleration override [50]
SummonRagingSpiritFairgraves
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
Tempo de Conjuração: 0.8 seg
Recarga: 10 seg
Habilidades se Repetem 2 Vezes mais
Causa 20% menos Dano
Máximo de Espíritos Furiosos Convocados: 20
Duração base é de 4 segundos
Velocidade de Conjuração aumentada em 200%
alternate minion [1]
ignite art variation [2]
Causa 20% menos Dano
Máximo de Espíritos Furiosos Convocados: 20
Duração base é de 4 segundos
Velocidade de Conjuração aumentada em 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 | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Monstros concedem Experiência aumentada em 250%
Raridade dos Itens Derrubados aumentada em 4500%
Id | MonsterQuestBossAct1_ |
---|---|
Family | MonsterActBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Capitão Fairgraves Topic /3
NPC | Nome |
---|---|
Bestel | Fairgraves era um bom homem, um bom explorador. Ele abriu a porta para muitos mundos novos, bons e ruins. Geralmente ruins, da perspectiva dos nativos. É bom saber que ele agora descansa onde merece. Não vamos falar do Fairgraves novamente, tá? Ele foi uma inspiração para muitos. Seria uma pena estragar a imagem de herói que ele tem. |
Bestel | Fairgraves? O explorador? Ninguém o viu ou ouviu falar dele desde que ele navegou para Wraeclast uns trinta anos atrás. Se você tá me dizendo que viu o Capitão Fairgraves em pessoa, ou você conheceu um mentiroso, ou algo muito, muito pior. |
Krillson, Mestre Pescador | Muita gente sabe que o Capitão Sigmund Fairgraves era um explorador, e às vezes, pirata. O que poucos sabem é que ele também era um baita dum baleeiro. Sabe por que isso é interessante? Porque as baleias representam apenas um por cento de toda a vida marinha. Mas quando você pega uma, acaba valendo por todos os peixes na sua rede. |
Capitão Fairgraves 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.