フェアグレーヴズ船長
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
通常攻撃
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
スペクトラルスロー
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 | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
モンスターの付与する経験値が250%増加する
ドロップするアイテムのレアリティが4500%増加する
Id | MonsterQuestBossAct1_ |
---|---|
Family | MonsterActBoss |
Domains | モンスター (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
通常攻撃
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
スペクトラルスロー
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 | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
モンスターの付与する経験値が250%増加する
ドロップするアイテムのレアリティが4500%増加する
Id | MonsterQuestBossAct1_ |
---|---|
Family | MonsterActBoss |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
フェアグレーヴズ船長 Topic /3
NPC | 名前 |
---|---|
ベストル | フェアグレーヴズはいい奴、素晴らしい探検家だった。彼は良くも悪くも、数多の新世界へ続く扉を開いた。原住民達にとっては悪い場合が多かったが。 彼がしかるべき場所で眠りについたということに少し心が安らかになったよ。フェイアグレーヴズの話はこれでやめにしよう。奴は多くの者にとっての励みだった。英雄を貶めるなんてことはしたくないしな。 |
ベストル | フェアグレーヴズ?探検家の?三十年以上前に奴がレイクラストへ旅立ってから、奴を見た者も聞いた者もいないよ。 だから直接フェアグレーヴズ船長に出会ったっていうなら、あんたが出会ったのは嘘つきか、それともそれよりもずっと、ずっと恐ろしいものだ。 |
マスターフィッシャーマン、クリルソン | シグムンド・フェアグレーヴズ船長は探検家であり、時には海賊だったことはよく知られている。 あまり知られていないのは、フェアグレーヴズがなかなかの捕鯨者だったということだ。これが興味深いのは勿論鯨が海の生物全体の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.