<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ragnagoats.net:443/wiki/index.php?action=history&amp;feed=atom&amp;title=Weight_Limit</id>
	<title>Weight Limit - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ragnagoats.net:443/wiki/index.php?action=history&amp;feed=atom&amp;title=Weight_Limit"/>
	<link rel="alternate" type="text/html" href="https://ragnagoats.net:443/wiki/index.php?title=Weight_Limit&amp;action=history"/>
	<updated>2026-04-06T11:08:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://ragnagoats.net:443/wiki/index.php?title=Weight_Limit&amp;diff=1271&amp;oldid=prev</id>
		<title>Administrator: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://ragnagoats.net:443/wiki/index.php?title=Weight_Limit&amp;diff=1271&amp;oldid=prev"/>
		<updated>2024-01-16T13:32:58Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:32, 16 January 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Administrator</name></author>
	</entry>
	<entry>
		<id>https://ragnagoats.net:443/wiki/index.php?title=Weight_Limit&amp;diff=1270&amp;oldid=prev</id>
		<title>iw&gt;Resplendent: /* Job modifiers */</title>
		<link rel="alternate" type="text/html" href="https://ragnagoats.net:443/wiki/index.php?title=Weight_Limit&amp;diff=1270&amp;oldid=prev"/>
		<updated>2008-12-04T20:44:36Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Job modifiers&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== General ==&lt;br /&gt;
&lt;br /&gt;
The weight limit is how much you can carry. If a character is carrying 50% or more of the weight limit, he has minor overweight. Minor overweight cancels [[HP Recovery]], [[SP Recovery]], [[Increase HP Recovery]] and [[Increase SP Recovery]] as well as restricting the use of skills that create items, like [[Find Stone]] and [[Arrow Crafting]]. When carrying 90% or more of the weight limit, the character has major overweight. During major overweight, a character cannot attack or use skills at all.&lt;br /&gt;
&lt;br /&gt;
[[Pushcart]] does not increase your character&amp;#039;s weight limit. See the skill description for how it works.&lt;br /&gt;
&lt;br /&gt;
== Calculation ==&lt;br /&gt;
&lt;br /&gt;
 var MAX_WGT = 2000;&lt;br /&gt;
 MAX_WGT += 30 * BASE_STR;&lt;br /&gt;
 MAX_WGT += WGT_JOB;&lt;br /&gt;
 MAX_WGT += WGT_MOD;&lt;br /&gt;
 &lt;br /&gt;
 BASE_STR : Base stat value of STR&lt;br /&gt;
 WGT_JOB : See the job modifier table&lt;br /&gt;
 WGT_MOD : Sum of modifiers&lt;br /&gt;
&lt;br /&gt;
Base value 2000. Add 30 per base STR. Add mod from job. Add modifiers.&lt;br /&gt;
&lt;br /&gt;
=== Modifiers ===&lt;br /&gt;
&lt;br /&gt;
* [[Enlarge Weight Limit]]: +200 per level&lt;br /&gt;
* [[Peco Peco Ride]]: +1000 when mounted&lt;br /&gt;
Note that there are two versions of [[Enlarge Weight Limit]]. One of them is a [[merchant]] class skill, while the other can be obtained through the use of the [[Kafra Shop]] item Gym Pass. These two versions do stack.&lt;br /&gt;
&lt;br /&gt;
=== Job modifiers ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! [[Swordsman]] !! [[Archer]] !! [[Thief]] !! [[Acolyte]] !! [[Merchant]] !! [[Mage]] !! [[Novice]] !! [[TaeKwon Kid]] !! [[Gunslinger]]&lt;br /&gt;
|-&lt;br /&gt;
| 800 || 600 || 400 || 400 || 800 || 200 || 0 || 800 || 800&lt;br /&gt;
|-&lt;br /&gt;
! [[Knight]] !! [[Hunter]] !! [[Assassin]] !! [[Priest]] !! [[Blacksmith]] !! [[Wizard]] !! [[Super Novice]] !! [[Soul Linker]] !! [[Ninja]]&lt;br /&gt;
|-&lt;br /&gt;
| 800 || 700 || 400 || 600 || 1000 || 400 || 0 || 400 || 600&lt;br /&gt;
|-&lt;br /&gt;
! [[Crusader]] !! [[Dancer]]/[[Bard]] !! [[Rogue]] !! [[Monk]] !! [[Alchemist]] !! [[Sage]] !! &amp;amp;nbsp; !! [[TaeKwon Master]] !! &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| 800 || 700 || 400 || 600 || 1000 || 400 || &amp;amp;nbsp; || 400 || &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
[[Category:Mechanics]]&lt;/div&gt;</summary>
		<author><name>iw&gt;Resplendent</name></author>
	</entry>
</feed>