Changes

Simplified explanation to make it clearer.
Line 8: Line 8:  
|edibility  = -300
 
|edibility  = -300
 
}}
 
}}
'''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%). When using targeted bait, the [[Modding:Fish data#Spawn rate|Spawn rate]] for the targeted fish also increases by 66%.<ref name="spawnrate" />
+
'''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 [[Bait (item)|standard bait]] (reduces the delay before a nibble by 50%).<ref name="fishbitetime" /> When using targeted bait, the [[Modding:Fish data#Spawn rate|Spawn rate]] for the targeted fish increases by 66%.<ref name="spawnrate" /> In addition, the game will attempt to return up to 3 different fish (not exactly 3 because of [[Modding:Fish data#Spawn rate|Spawn rates]], which means a fish may sometimes not be returned). If the game ever returns the targeted fish, the targeted fish will be hooked. Otherwise, the player will hook the first fish the game returned, or [[trash]] if no fish was returned.<ref name="specificbait" />
   −
As an example, suppose '''Tilapia Bait''' is used and the player is fishing in a location and time where it can be caught. The game will attempt to return up to 3 different fish (not exactly 3 because of [[Modding:Fish data#Spawn rate|Spawn rates]], which means a fish may sometimes not be returned). During this attempt, if the game ever returns a [[Tilapia]], a Tilapia will be hooked. Otherwise, the player will hook the first fish the game returned, or [[trash]] if no fish was hooked.<ref name="specificbait" />
+
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).
 
  −
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 of a specific fish's targeted bait per day from the [[Fish Shop]] for double the Targeted Bait's sell price (or for 0.2 times the [[Fish]] price).
      
==Use==
 
==Use==
Line 30: Line 28:  
==References==
 
==References==
 
<references>
 
<references>
 +
      <ref name="fishbitetime">See <samp>FishingRod::calculateTimeUntilFishingBite</samp> in the game code.</ref>
 
       <ref name="spawnrate">See <samp>GameLocation::GetGenericFishRequirements</samp> in the game code.</ref>
 
       <ref name="spawnrate">See <samp>GameLocation::GetGenericFishRequirements</samp> in the game code.</ref>
 
       <ref name="specificbait">See <samp>GameLocation::GetFishFromLocationData</samp> in the game code.</ref>
 
       <ref name="specificbait">See <samp>GameLocation::GetFishFromLocationData</samp> in the game code.</ref>
4,170

edits