<?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=Fish_Size</id>
	<title>Fish Size - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://horizonffxi.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Fish_Size"/>
	<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;action=history"/>
	<updated>2026-04-20T08:50:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;diff=102210&amp;oldid=prev</id>
		<title>Shadow Fox 85 at 08:14, 20 February 2025</title>
		<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;diff=102210&amp;oldid=prev"/>
		<updated>2025-02-20T08:14:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:14, 20 February 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l2&quot;&gt;Line 2:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Each large fish has a minimum and maximum length value specified by the game code. When you hook a fish, the game first selects two random numbers from that range and takes the average of them to determine the length of the fish. This results in a triangular distribution, where values in the middle of the range are much more common than those closer to the min/max values.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Each large fish has a minimum and maximum length value specified by the game code. When you hook a fish, the game first selects two random numbers from that range and takes the average of them to determine the length of the fish. This results in a triangular distribution, where values in the middle of the range are much more common than those closer to the min/max values.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Once the size is determined, the game then calculates the weight by multiplying the size by a random value between 4.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;64 &lt;/del&gt;and 5.15. Thus, even though the game code does not specifically state a min and max value for weight, we can calculate them by multiplying the minimum length by 4.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;64&lt;/del&gt;, and the maximum length by 5.15.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Once the size is determined, the game then calculates the weight by multiplying the size by a random value between 4.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;65 &lt;/ins&gt;and 5.15. Thus, even though the game code does not specifically state a min and max value for weight, we can calculate them by multiplying the minimum length by 4.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;65&lt;/ins&gt;, and the maximum length by 5.15.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;For a full list of values for each fish, please see the table below.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;For a full list of values for each fish, please see the table below.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key horizon_wiki:diff:1.41:old-30623:rev-102210:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>Shadow Fox 85</name></author>
	</entry>
	<entry>
		<id>https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;diff=30623&amp;oldid=prev</id>
		<title>Shadow Fox 85: /* Fish Size Statistics */</title>
		<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;diff=30623&amp;oldid=prev"/>
		<updated>2023-12-16T17:41:40Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Fish Size Statistics&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:41, 16 December 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l269&quot;&gt;Line 269:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 269:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* NPC prices vary between regular merchants and [[Guild Merchant]] that pay more.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* NPC prices vary between regular merchants and [[Guild Merchant]] that pay more&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;. Note: Prices may vary on Horizon&lt;/ins&gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==See Also==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==See Also==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*[[Fish Ranking]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;*[[Fish Ranking]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Fishing]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Fishing]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Shadow Fox 85</name></author>
	</entry>
	<entry>
		<id>https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;diff=30622&amp;oldid=prev</id>
		<title>Shadow Fox 85: /* Fish Size Statistics */</title>
		<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;diff=30622&amp;oldid=prev"/>
		<updated>2023-12-16T17:34:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Fish Size Statistics&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:34, 16 December 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l7&quot;&gt;Line 7:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 7:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==Fish Size Statistics==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==Fish Size Statistics==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{|class=&quot;horizon-table center-col-2 center-col-3 center-col-4 center-col-5 center-col-6 |border=&quot;0&quot; cellpadding=&quot;1&quot; width=&quot;100%&quot;  &lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{|class=&quot;horizon-table &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;table-sm &lt;/ins&gt;center-col-2 center-col-3 center-col-4 center-col-5 center-col-6 |border=&quot;0&quot; cellpadding=&quot;1&quot; width=&quot;100%&quot;  &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|- BGCOLOR=&amp;quot;#ffdead&amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|- BGCOLOR=&amp;quot;#ffdead&amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|width=&amp;quot;30%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Fish&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|width=&amp;quot;30%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Fish&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Shadow Fox 85</name></author>
	</entry>
	<entry>
		<id>https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;diff=30621&amp;oldid=prev</id>
		<title>Shadow Fox 85: Created page with &quot;==Calculating Fish Size== Each large fish has a minimum and maximum length value specified by the game code. When you hook a fish, the game first selects two random numbers from that range and takes the average of them to determine the length of the fish. This results in a triangular distribution, where values in the middle of the range are much more common than those closer to the min/max values.  Once the size is determined, the game then calculates the weight by multi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Fish_Size&amp;diff=30621&amp;oldid=prev"/>
		<updated>2023-12-16T17:33:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Calculating Fish Size== Each large fish has a minimum and maximum length value specified by the game code. When you hook a fish, the game first selects two random numbers from that range and takes the average of them to determine the length of the fish. This results in a triangular distribution, where values in the middle of the range are much more common than those closer to the min/max values.  Once the size is determined, the game then calculates the weight by multi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Calculating Fish Size==&lt;br /&gt;
Each large fish has a minimum and maximum length value specified by the game code. When you hook a fish, the game first selects two random numbers from that range and takes the average of them to determine the length of the fish. This results in a triangular distribution, where values in the middle of the range are much more common than those closer to the min/max values.&lt;br /&gt;
&lt;br /&gt;
Once the size is determined, the game then calculates the weight by multiplying the size by a random value between 4.64 and 5.15. Thus, even though the game code does not specifically state a min and max value for weight, we can calculate them by multiplying the minimum length by 4.64, and the maximum length by 5.15.&lt;br /&gt;
&lt;br /&gt;
For a full list of values for each fish, please see the table below.&lt;br /&gt;
&lt;br /&gt;
==Fish Size Statistics==&lt;br /&gt;
{|class=&amp;quot;horizon-table center-col-2 center-col-3 center-col-4 center-col-5 center-col-6 |border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; &lt;br /&gt;
|- BGCOLOR=&amp;quot;#ffdead&amp;quot;&lt;br /&gt;
|width=&amp;quot;30%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Fish&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|width=&amp;quot;20%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Length [Im] (Min-Max)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|width=&amp;quot;20%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Weight [Pz] (Min-Max)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|width=&amp;quot;15%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Used in [[Fish Ranking]]?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|width=&amp;quot;20%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;Skill Cap&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|width=&amp;quot;25%&amp;quot;|&amp;#039;&amp;#039;&amp;#039;NPC Price&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;wotg&amp;quot;&lt;br /&gt;
|[[Abaia]]&lt;br /&gt;
|269 - 317&lt;br /&gt;
|1239 - 1633&lt;br /&gt;
|{{x}}&lt;br /&gt;
|100&lt;br /&gt;
|1,958&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;toau&amp;quot;&lt;br /&gt;
|[[Ahtapot]]&lt;br /&gt;
|55 - 145&lt;br /&gt;
|255 - 747&lt;br /&gt;
|{{x}}&lt;br /&gt;
|90&lt;br /&gt;
|714&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Armored Pisces]]&lt;br /&gt;
|50 - 125&lt;br /&gt;
|232 - 644&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|973&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Bhefhel Marlin]]&lt;br /&gt;
|60 - 140&lt;br /&gt;
|278 - 721&lt;br /&gt;
|{{check}}&lt;br /&gt;
|61&lt;br /&gt;
|307&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Bladefish]]&lt;br /&gt;
|40 - 120&lt;br /&gt;
|186 - 618&lt;br /&gt;
|{{check}}&lt;br /&gt;
|71&lt;br /&gt;
|408&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Cave Cherax]]&lt;br /&gt;
|115 - 235&lt;br /&gt;
|533 - 1210&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|1,632&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Emperor Fish]]&lt;br /&gt;
||60 - 180&lt;br /&gt;
|278 - 927&lt;br /&gt;
|{{check}}&lt;br /&gt;
|91&lt;br /&gt;
|615&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Gavial Fish]]&lt;br /&gt;
|40 - 130&lt;br /&gt;
|186 - 670&lt;br /&gt;
|{{check}}&lt;br /&gt;
|81&lt;br /&gt;
|512&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;wotg&amp;quot;&lt;br /&gt;
|[[Gerrothorax]]&lt;br /&gt;
|210 - 250&lt;br /&gt;
|974 - 1288&lt;br /&gt;
|{{x}}&lt;br /&gt;
|100&lt;br /&gt;
|847&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Giant Catfish]]&lt;br /&gt;
|40 - 130&lt;br /&gt;
|186 - 670&lt;br /&gt;
|{{check}}&lt;br /&gt;
|31&lt;br /&gt;
|102&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Giant Chirai]]&lt;br /&gt;
|75 - 170&lt;br /&gt;
|348 - 875&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|1,122&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Giant Donko]]&lt;br /&gt;
|45 - 150&lt;br /&gt;
|209 - 232&lt;br /&gt;
|{{check}}&lt;br /&gt;
|50&lt;br /&gt;
|195&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;wotg&amp;quot;&lt;br /&gt;
|[[Gigant Octopus]]&lt;br /&gt;
|88 - 167 &lt;br /&gt;
|408 - 860&lt;br /&gt;
|{{x}}&lt;br /&gt;
|80&lt;br /&gt;
|238&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Gigant Squid]]&lt;br /&gt;
|65 - 170&lt;br /&gt;
|302 - 876&lt;br /&gt;
|{{check}}&lt;br /&gt;
|91&lt;br /&gt;
|615&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Grimmonite]]&lt;br /&gt;
|55 - 145&lt;br /&gt;
|255 - 747&lt;br /&gt;
|{{check}}&lt;br /&gt;
|90&lt;br /&gt;
|717&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Gugru Tuna]]&lt;br /&gt;
|40 - 120&lt;br /&gt;
|186 - 618&lt;br /&gt;
|{{check}}&lt;br /&gt;
|41&lt;br /&gt;
|100&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Gugrusaurus]]&lt;br /&gt;
|145 - 425&lt;br /&gt;
|673 - 2189&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|1,795&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Jungle Catfish]]&lt;br /&gt;
|40 - 110&lt;br /&gt;
|186 - 567&lt;br /&gt;
|{{check}}&lt;br /&gt;
|80&lt;br /&gt;
|612&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;toau&amp;quot;&lt;br /&gt;
|[[Lakerda]]&lt;br /&gt;
|55 - 100&lt;br /&gt;
|255 - 515&lt;br /&gt;
|{{x}}&lt;br /&gt;
|41&lt;br /&gt;
|103&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Lik]]&lt;br /&gt;
|185 - 465&lt;br /&gt;
|858 - 2395&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|1,795&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;wotg&amp;quot;&lt;br /&gt;
|[[Matsya]]&lt;br /&gt;
|163 - 331&lt;br /&gt;
|756 - 1705&lt;br /&gt;
|{{x}}&lt;br /&gt;
|100&lt;br /&gt;
|25,688&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;wotg&amp;quot;&lt;br /&gt;
|[[Megalodon]]&lt;br /&gt;
|446 - 625&lt;br /&gt;
|2069 - 3219&lt;br /&gt;
|{{x}}&lt;br /&gt;
|93&lt;br /&gt;
|1,086&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;toau&amp;quot;&lt;br /&gt;
|[[Mola Mola]]&lt;br /&gt;
|110 - 200&lt;br /&gt;
|510 - 1030&lt;br /&gt;
|{{x}}&lt;br /&gt;
|100&lt;br /&gt;
|975&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Monke-Onke]]&lt;br /&gt;
|45 - 115&lt;br /&gt;
|209 - 592&lt;br /&gt;
|{{check}}&lt;br /&gt;
|52&lt;br /&gt;
|450&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;wotg&amp;quot;&lt;br /&gt;
|[[Pirarucu]]&lt;br /&gt;
|161 - 210&lt;br /&gt;
|747 - 1082&lt;br /&gt;
|{{x}}&lt;br /&gt;
|89&lt;br /&gt;
|1,052&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;wotg&amp;quot;&lt;br /&gt;
|[[Pterygotus]]&lt;br /&gt;
|25 - 260&lt;br /&gt;
|116 - 1339&lt;br /&gt;
|{{x}}&lt;br /&gt;
|99&lt;br /&gt;
|795&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;toau&amp;quot;&lt;br /&gt;
|[[Rhinochimera]]&lt;br /&gt;
|10 - 90&lt;br /&gt;
|47 - 464&lt;br /&gt;
|{{x}}&lt;br /&gt;
|72&lt;br /&gt;
|612&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Ryugu Titan]]&lt;br /&gt;
|200 - 490&lt;br /&gt;
|928 - 2523&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|1,500&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Sea Zombie]]&lt;br /&gt;
|80 - 195&lt;br /&gt;
|371 - 1004&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|700&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Takitaro]]&lt;br /&gt;
|55 - 130&lt;br /&gt;
|255 - 670&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|714&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Three-eyed Fish]]&lt;br /&gt;
|50 - 120&lt;br /&gt;
|232 - 618&lt;br /&gt;
|{{check}}&lt;br /&gt;
|80&lt;br /&gt;
|512&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Titanic Sawfish]]&lt;br /&gt;
|75 - 210&lt;br /&gt;
|348 - 1082&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|1,652&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Titanictus]]&lt;br /&gt;
|75 - 210&lt;br /&gt;
|348 - 1082&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|714&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Tricorn]]&lt;br /&gt;
|105 - 210&lt;br /&gt;
|487 - 1082&lt;br /&gt;
|{{check}}&lt;br /&gt;
|100&lt;br /&gt;
|1,620&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot; class=&amp;quot;toau&amp;quot;&lt;br /&gt;
|[[Turnabaligi]]&lt;br /&gt;
|65 - 175&lt;br /&gt;
|302 - 901&lt;br /&gt;
|{{x}}&lt;br /&gt;
|100&lt;br /&gt;
|653&lt;br /&gt;
|- BGCOLOR=&amp;quot;#E0E0E0&amp;quot;&lt;br /&gt;
|[[Veydal Wrasse]]&lt;br /&gt;
|40 - 125&lt;br /&gt;
|186 - 644&lt;br /&gt;
|{{x}}&lt;br /&gt;
|52&lt;br /&gt;
|675&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* NPC prices vary between regular merchants and [[Guild Merchant]] that pay more.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Fish Ranking]]&lt;br /&gt;
[[Category:Fishing]]&lt;/div&gt;</summary>
		<author><name>Shadow Fox 85</name></author>
	</entry>
</feed>