<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://horizonffxi.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3AFisherman%27s_Belt</id>
	<title>Talk:Fisherman&#039;s Belt - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://horizonffxi.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3AFisherman%27s_Belt"/>
	<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Talk:Fisherman%27s_Belt&amp;action=history"/>
	<updated>2026-04-05T20:12:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://horizonffxi.wiki/w/index.php?title=Talk:Fisherman%27s_Belt&amp;diff=99628&amp;oldid=prev</id>
		<title>Raegn: Created page with &quot;&#039;&#039;&#039; -1 Bite Time is not attached to enchantment &#039;&#039;&#039;&lt;br&gt; Below is a code snippet from ASB that indicates the belt must only be equipped to get the -1 bite time.  I updated the wiki to more plainly state this feature.  &lt;pre&gt; uint16 GetHookTime(CCharEntity* PChar)     {         uint16         waitTime  = 13;         uint8          moonPhase = GetMoonPhase();         uint8          hour      = (uint8)CVanaTime::getInstance()-&gt;getHour();         fishing_gear_t gear      = Get...&quot;</title>
		<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Talk:Fisherman%27s_Belt&amp;diff=99628&amp;oldid=prev"/>
		<updated>2025-01-07T03:06:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039; -1 Bite Time is not attached to enchantment &amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; Below is a code snippet from ASB that indicates the belt must only be equipped to get the -1 bite time.  I updated the wiki to more plainly state this feature.  &amp;lt;pre&amp;gt; uint16 GetHookTime(CCharEntity* PChar)     {         uint16         waitTime  = 13;         uint8          moonPhase = GetMoonPhase();         uint8          hour      = (uint8)CVanaTime::getInstance()-&amp;gt;getHour();         fishing_gear_t gear      = Get...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039; -1 Bite Time is not attached to enchantment &amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Below is a code snippet from ASB that indicates the belt must only be equipped to get the -1 bite time.  I updated the wiki to more plainly state this feature.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
uint16 GetHookTime(CCharEntity* PChar)&lt;br /&gt;
    {&lt;br /&gt;
        uint16         waitTime  = 13;&lt;br /&gt;
        uint8          moonPhase = GetMoonPhase();&lt;br /&gt;
        uint8          hour      = (uint8)CVanaTime::getInstance()-&amp;gt;getHour();&lt;br /&gt;
        fishing_gear_t gear      = GetFishingGear(PChar);&lt;br /&gt;
&lt;br /&gt;
        if (moonPhase == MOONPHASE_NEW || moonPhase == MOONPHASE_FULL)&lt;br /&gt;
        {&lt;br /&gt;
            waitTime -= 4;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        if (hour == 5 || hour == 17)&lt;br /&gt;
        {&lt;br /&gt;
            waitTime -= 1;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        if (gear.waist == FISHERMANS_BELT)&lt;br /&gt;
        {&lt;br /&gt;
            waitTime -= 1;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        return std::max&amp;lt;uint16&amp;gt;(7, waitTime);&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks to Liljack (Discord ajland) in HXI Discord Fishing channel for the info!&lt;br /&gt;
--[[User:Raegn|Raegn]] ([[User talk:Raegn|talk]]) 03:05, 7 January 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Raegn</name></author>
	</entry>
</feed>