専用のエサ

提供: Stardew Valley Wiki
2024年5月14日 (火) 22:52時点におけるGregory (トーク | 投稿記録)による版 (英語版からコピペ)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動
Rotten Plant.png  警告: ネタバレ  Rotten Plant 2.png

このページまたはセクションには、Stardew Valleyのupdate 1.6のネタバレが含まれています。プレイヤーは、この記事/セクションを読むのを避けたり、慎重になったりした方が良いかもしれません。

Robin building.png
私にはやることがいっぱいあるの
- ロビン

不完全な翻訳

この記事またはセクションはまだ完全に日本語に翻訳されていません。あなたがこのテキストを編集して、記事の作成をサポートしてくれることを歓迎します。
Gregoryによって最後に編集されました 2024-05-14 22:52:20.

専用のエサ
Pink Bait.png
Increases your chances to catch (fish name).
情報
入手 Bait MakerFish Shop
エナジー 食べられない
売価 0.1 × Fish Price

Targeted Bait is a specialized type of bait which increases the chance of hooking a specific fish in a given area provided the fish can be caught in that area at that time, weather, and season. The bite rate for any targeted bait the same as for standard bait (reduces the delay before a nibble by 50%).[1]

It can be obtained from a Bait Maker after putting in any fish, which will result in 5-10 "[insert fish name here] Bait." The player can also purchases 8-12 targeted bait of a specific fish per day from the Fish Shop for double the sell price (0.2 x Fish price).

When using targeted bait, the Locational Chance[2] and Spawn Rate for the targeted fish are both multiplied by 1.66, after applying any relevant modifiers.[3] These chances are capped at 1, so in most cases the Locational Chance adjustment will have no effect as most fish have a Locational Chance of 1. However, the Spawn Rate normally has a cap of 0.9, so this adjustment can guarantee a fish passing that check, assuming that a different item is not hooked first. In addition, when choosing from the list of possible catches for the area, the game will look at the first three items to pass both the Spawn Rate and Location-based checks. If the targeted fish is among them, the player will hook the targeted fish. Otherwise, the player will hook the third item, whatever it may be. If the game reaches the end of the list of possible catches before three items have passed both checks, it will loop back to the beginning of the list and check each item a second time.[4] If it reaches the end of the list a second time, the player will hook trash.[5]

Targeted Bait also works with Crab Pots. Its effect depends on the chance of the targeted fish.[6] Specifically:

  • Lobster chance is quadrupled.
  • Clam, Crab, and Oyster chances are tripled.
  • All other Crab Pot fish chances are doubled.

Notes

  • Some fish, such as the Legendary Fish, Extended Family, and Submarine fish ignore Spawn Rate completely giving them an effective 100% Spawn Rate, regardless of the 1.66x multiplier. However, they still benefit from all other effects, including the Locational Chance multiplier and extra hook attempts.
  • The Legendary Fish and Extended Family have earlier Precedence[7] than all other items in their locations, and so are always attempted on the first loop, regardless of Targeted Bait. This significantly reduces the impact of the extra hook attempts, as second attempt only occurs under the (highly unlikely) circumstance that less than 3 items pass their random checks on the first loop (including Trash, which is guaranteed to pass).
  • Mines fish, other than Ghostfish, do not make use of the standard fishing algorithm at all, and so are unaffected by the usual effects of Targeted Bait. Instead, Targeted Bait provides a flat bonus to their hook chance. This is 10% for Stonefish, 9% for Ice Pip, and 8% for Lava Eel.[8]
  • Goby is also unaffected by the usual effects of Targeted Bait. Instead, Targeted Bait provides a flat 20% increase to its Locational Chance and Goby still benefits from the extra hook attempts.[9]

Use

Bait

Bundles

Targeted Bait is not used in any bundles.

Gifting

住人の反応

大嫌い Abigail Icon.png アビゲイルAlex Icon.png アレックスCaroline Icon.png キャロラインClint Icon.png クリントDemetrius Icon.png ディメトリウスDwarf Icon.png ドワーフElliott Icon.png エリオットEmily Icon.png エミリーEvelyn Icon.png エブリンGeorge Icon.png ジョージGus Icon.png ガスHaley Icon.png ヘイリーHarvey Icon.png ハーヴィーJas Icon.png ジャスJodi Icon.png ジョディKent Icon.png ケントKrobus Icon.png クロバスLeah Icon.png リアLeo Icon.png レオLewis Icon.png ルイスLinus Icon.png ライナスMarnie Icon.png マーニーMaru Icon.png マルPam Icon.png パムPenny Icon.png ペニーPierre Icon.png ピエールRobin Icon.png ロビンSam Icon.png サムSandy Icon.png サンディSebastian Icon.png セバスチャンShane Icon.png シェーンVincent Icon.png ヴィンセントWilly Icon.png ウィリーWizard Icon.png 魔術師

Quests

Targeted Bait is not used in any quests.

References

  1. See FishingRod::calculateTimeUntilFishingBite in the game code.
  2. See SpawnFishData::GetChance in the game code. The multiplier is applied after all modifiers except Luck, most notably applying after any Curiosity Lure buff, by far the most common modifier to Location chance.
  3. See GameLocation::GetGenericFishRequirements in the game code. The 1.66x multiplier is applied after fishing zone, fishing level, and curiosity lure modifiers, and the 0.9 cap.
  4. See GameLocation::GetFishFromLocationData in the game code. If a fish passes both random checks, it is hooked if either: there no targeted fish, it is the targeted fish, or at least two items in the list have already passed both checks.
  5. Since Trash exists at precedence 2000 in all areas, and is guaranteed to pass both checks, the only way to reach the end of the list twice is if Trash was the only item hooked on both loops. Therefore, the only items that can be hooked from this condition are Trash items.
  6. See CrabPot::DayUpdate in the game code.
  7. See Data/Locations.xnb in the game files for Precedence values.
  8. See MineShaft::GetFish in the game code.
  9. See Data/Locations.xnb in the game files.

History

  • 1.6: Introduced.