<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wurmpedia.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aariez</id>
	<title>Wurmpedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.wurmpedia.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aariez"/>
	<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php/Special:Contributions/Aariez"/>
	<updated>2026-06-04T09:01:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Key_bindings&amp;diff=80127</id>
		<title>Key bindings</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Key_bindings&amp;diff=80127"/>
		<updated>2013-07-01T09:03:39Z</updated>

		<summary type="html">&lt;p&gt;Aariez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Key bindings are defined in the ''keybindings.txt'' file, which is automatically updated if you rebind keys while playing. Binds in ''autorun.txt'' will be executed on startup and these will overwrite any in ''keybindings.txt''. These files can be found in the Wurm game directory under ''configs''. e.g. C:\Games\Wurm\configs\default&lt;br /&gt;
&lt;br /&gt;
Additionally, key binds can be combined with the Exec [[console]] command to enable a player to perform a wide range of tasks with only a few keys, swapping keybinds on the fly. See [[quickswitch hotkeys]] for more information and examples.&lt;br /&gt;
&lt;br /&gt;
To access the console, press {{key|F1}} (by default). You can also press {{key|ESC}} and then click on &amp;quot;Console.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Key binds ==&lt;br /&gt;
Key binds allow quick &amp;quot;hotkey&amp;quot; access to common [[command]]s and [[action]]s. The bind command requires special values as input.&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;lt;action&amp;gt;&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;&amp;lt;[[Console#Commands|console command]]&amp;gt;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;key&amp;gt;''' is based on Java key constants. Letters and numbers represent themselves. For other keys, if you can't guess the correct name search [http://docs.oracle.com/javase/7/docs/api/java/awt/event/KeyEvent.html the full KeyEvent list]. Meta keys can also be specified, e.g. &amp;lt;tt&amp;gt;shift-tab&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;ctrl-alt-w&amp;lt;/tt&amp;gt;. Available meta keys are Ctrl, Shift, and Alt. The {{key|Alt Gr}} key is treated as {{key|Alt}} (if your keyboard has one). The non-meta key must always be the last key in the combination. It is not possible to bind only meta keys.&lt;br /&gt;
&lt;br /&gt;
(The numpad keys can be tricky, as they duplicate other keys on the main keyboard. They are: numpad[0-9], add, subtract, multiply, divide and decimal.)&lt;br /&gt;
&lt;br /&gt;
It is also possible to bind an action to the middle mouse button, Mouse2.&lt;br /&gt;
&lt;br /&gt;
NB: It's reported that mouse3 and mouse4 work for the &amp;quot;forward/back&amp;quot; buttons on a 5 button mouse.&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;action&amp;gt;''' is a bindable action as listed in the table below. &lt;br /&gt;
&lt;br /&gt;
 bind M MINE_FORWARD&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;console command&amp;gt;''' can be any console command. The console command has to be in quotes.&lt;br /&gt;
&lt;br /&gt;
 bind F2 &amp;quot;toggle inventory&amp;quot;&lt;br /&gt;
&lt;br /&gt;
To see the current key bind you can issue the command with only the key name&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To remove a key bind assign an empty command&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can bind keys to say things, in local chat and in other available chats.&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say guards!&amp;quot;&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say /shout Hello kingdom people!&amp;quot;&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say /vil Hello village people!&amp;quot;&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say /t &amp;lt;name&amp;gt; Enemies in local run awayyyy!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You may also choose to change certain chat-function-based bindings like /sleep to different keys&lt;br /&gt;
&lt;br /&gt;
 bind &amp;lt;key&amp;gt; &amp;quot;say /sleep&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can view a list of most &amp;quot;say&amp;quot; bindings by saying /help in game.&lt;br /&gt;
&lt;br /&gt;
To list all key binds use the console command&lt;br /&gt;
 &lt;br /&gt;
 dump binds&lt;br /&gt;
&lt;br /&gt;
Keys bound to actions are sensitive to the mouse cursor's hover location/position and object highlight. So, if the cursor is hovering over an item in an [[inventory]] or highlighting an item on the ground (or a [[tile]] itself for other binds), and the &amp;lt;tt&amp;gt;TAKE&amp;lt;/tt&amp;gt; bind key is pressed, that item will be taken. It is not necessary to left-click the mouse button in order to select an item first either; just hovering the mouse over something will allow the key bind to affect it.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
This table lists actions only. For commands check the [[console]] and [[chat commands]] pages.&lt;br /&gt;
&amp;lt;table width=95%&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=top&amp;gt;&amp;lt;td width=50%&amp;gt;&lt;br /&gt;
{| cellpadding=2 cellspacing=4 class=sortable&lt;br /&gt;
|+ Bindable actions&lt;br /&gt;
!Bind !!Category !!Notes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CENTER_VIEW&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;GLANCE_LEFT&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;GLANCE_RIGHT&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_DOWN&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_UP&amp;lt;/tt&amp;gt; || Camera&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AUTORUN&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_LEFT&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_RIGHT&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOVE_FORWARD&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOVE_BACK&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOVE_LEFT&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MOVE_RIGHT&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STRAFE&amp;lt;/tt&amp;gt; || [[Player]] movement&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;CLIMB_UP&amp;lt;/tt&amp;gt; || [[Player]] movement || For ladders in multi-floor houses&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CLIMB_DOWN&amp;lt;/tt&amp;gt; || [[Player]] movement || For ladders in multi-floor houses&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FIGHT_DEFENSIVE&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FIGHT_NORMAL&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FIGHT_AGGRESSIVELY&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;NO_TARGET&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TARGET&amp;lt;/tt&amp;gt; || [[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_LOWER_LEFT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_LOWER_MIDDLE &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_LOWER_RIGHT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_LEFT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_MIDDLE &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_RIGHT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_UPPER_LEFT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_UPPER_MIDDLE &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;AIM_UPPER_RIGHT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FOCUS &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;SHIELD_BASH &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DEFEND_LEFT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DEFEND_UPPER&amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DEFEND_LOWER &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DEFEND_RIGHT &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move1 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move2 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move3 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move4 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;special_move5 &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FIRSTAID &amp;lt;/tt&amp;gt; ||[[Fighting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;NEXT_TAB&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PREVIOUS_TAB&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;NEXT_WINDOW&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PREVIOUS_WINDOW&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CHAT&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CHARACTER&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CHARACTER_WINDOW&amp;lt;/tt&amp;gt; || [[Interface]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_CLIMB&amp;lt;/tt&amp;gt; || [[Climbing]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_FAITHFUL&amp;lt;/tt&amp;gt; || [[Religion]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_LAWFUL&amp;lt;/tt&amp;gt; || Morality&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL1&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL2&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL3&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL4&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL5&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL6&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL7&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL8&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL9&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE_TOOL10&amp;lt;/tt&amp;gt; || [[Toolbelt]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TOGGLE_FIGHT_SPAM&amp;lt;/tt&amp;gt; || [[Spam mode]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DRAG&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STOP_DRAGGING&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PUSH&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_CLOCKWISE&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TURN_COUNTERCLOCKWISE&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PULL&amp;lt;/tt&amp;gt; || Item movement&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;EXAMINE&amp;lt;/tt&amp;gt; || Item manipulation &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ACTIVATE&amp;lt;/tt&amp;gt; || Item manipulation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TAKE&amp;lt;/tt&amp;gt; || Item manipulation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DROP&amp;lt;/tt&amp;gt; || Item manipulation || This also pours liquids.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;COMBINE&amp;lt;/tt&amp;gt; || Item manipulation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;REPAIR&amp;lt;/tt&amp;gt; || Item manipulation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;IMPROVE&amp;lt;/tt&amp;gt; || Item manipulation || Used when 'imping' items. Activate relevant tool, then use this command.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FINISH &amp;lt;/tt&amp;gt; || Item manipulation || Used when finishing 'unfinished' hammers, spindles, minedoors, etc. Activate relevant tool, then use this command.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CONTINUE &amp;lt;/tt&amp;gt; || Item manipulation || Used when attaching additional items to i.e. unfinished bsb's, ships, etc. Activate the needed item, then use this command. Does not work with house walls, house floors or fences where the item to be attached isn't activated.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DIG&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;DREDGE&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FLATTEN&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LEVEL&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PACK&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CULTIVATE&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BURY&amp;lt;/tt&amp;gt; || [[Digging]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;SOW&amp;lt;/tt&amp;gt; || [[Farming]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;HARVEST&amp;lt;/tt&amp;gt; || [[Farming]] || Also works for cutting [[grass]], [[reed]], and [[kelp]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FARM&amp;lt;/tt&amp;gt; || [[Farming]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_FORWARD&amp;lt;/tt&amp;gt; || [[Mining]] || Also works for MINE_SURFACE&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_UP&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_DOWN&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_SURFACE&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MINE_TUNNEL&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PROSPECT&amp;lt;/tt&amp;gt; || [[Mining]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PICK_SPROUT&amp;lt;/tt&amp;gt; || [[Forestry]] || This also works for PICK_FLOWERS&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PRUNE&amp;lt;/tt&amp;gt; || [[Forestry]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CUT_DOWN&amp;lt;/tt&amp;gt; || [[Woodcutting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CHOP_UP&amp;lt;/tt&amp;gt; || [[Woodcutting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TAME&amp;lt;/tt&amp;gt; || [[Animal taming]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LEAD&amp;lt;/tt&amp;gt; || [[Animals]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STOP_LEADING&amp;lt;/tt&amp;gt; || [[Animals]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FEED&amp;lt;/tt&amp;gt; || [[Animals]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;ABSORB&amp;lt;/tt&amp;gt; || [[Mycelium]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BREED&amp;lt;/tt&amp;gt; || [[Animal husbandry]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;GROOM&amp;lt;/tt&amp;gt; || [[Animal husbandry]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE&amp;lt;/tt&amp;gt; || [[Foraging]] || also works for [[Rummaging]] on [[rock]] tiles&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_VEG&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for vegetables&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_RESOURCE&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for resource items&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FORAGE_BERRIES&amp;lt;/tt&amp;gt; || [[Foraging]] || foraging filter for berries&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE&amp;lt;/tt&amp;gt; || [[Botanizing]] || &lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_SEEDS&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for seeds&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_HERBS&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for herbs&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BOTANIZE_RESOURCE&amp;lt;/tt&amp;gt; || [[Botanizing]] || botanizing filter for resource items&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PICK_FLOWERS&amp;lt;/tt&amp;gt; || [[Gardening]] || This also works for PICK_SPROUT&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;FISH&amp;lt;/tt&amp;gt; || [[Fishing]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;TRACK&amp;lt;/tt&amp;gt; || [[Tracking]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;OPEN &amp;lt;/tt&amp;gt; ||[[Container]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CLOSE &amp;lt;/tt&amp;gt; ||[[Container]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STOP_OR_MAIN_MENU &amp;lt;/tt&amp;gt; || Actions&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;STOP&amp;lt;/tt&amp;gt; || Actions || Much more effective at stopping certain actions than STOP_OR_MAIN_MENU&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;MAIN_MENU &amp;lt;/tt&amp;gt; || Actions&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;PRAY &amp;lt;/tt&amp;gt; || [[Praying]] &lt;br /&gt;
&amp;lt;!-- Disabled commands&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_HOUSE_WALL &amp;lt;/tt&amp;gt; || [[House]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_HOUSE_WINDOW &amp;lt;/tt&amp;gt; || [[House]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_HOUSE_DOOR &amp;lt;/tt&amp;gt; || [[House]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_STONE_WALL &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_TALL_STONE_WALL &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_PALISADE &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_FENCE &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_PALISADE_GATE &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;BUILD_FENCE_GATE &amp;lt;/tt&amp;gt; || [[Fence]]s&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;CONTINUE_BUILDING &amp;lt;/tt&amp;gt; || [[Fence]]s &lt;br /&gt;
|- &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:A note specifically about the in-game wiki.  This command is bound by default to the H key.  If you've managed to unbind it, you can put it back by using the bind command in your console with &amp;quot;toggle wikisearch&amp;quot; as your bound action.  So if you wanted to bind {{key|H}} to the wiki search, you would open your console and type in exactly as below:&lt;br /&gt;
 bind h &amp;quot;toggle wikisearch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Key names ===&lt;br /&gt;
In case you want to bind more keys than the regular keys&lt;br /&gt;
&amp;lt;table width=50%&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=top&amp;gt;&amp;lt;td width=50%&amp;gt;&lt;br /&gt;
{| cellpadding=2 cellspacing=3 class=sortable&lt;br /&gt;
!&amp;lt;key&amp;gt; Name !!standard !!german keyboard&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;slash&amp;lt;/tt&amp;gt; || / || #&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;apostrophe&amp;lt;/tt&amp;gt; || ' || ä&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;period&amp;lt;/tt&amp;gt; || . || .&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;semicolon&amp;lt;/tt&amp;gt; || ; || ü&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;equals&amp;lt;/tt&amp;gt; || = || *&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;comma&amp;lt;/tt&amp;gt; || , || ,&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;minus&amp;lt;/tt&amp;gt; || - || -&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;plus&amp;lt;/tt&amp;gt; || + || ; (or numpad +)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;grave&amp;lt;/tt&amp;gt; || ` || ö&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;RBRACKET&amp;lt;/tt&amp;gt; || ] || ´&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;LBRACKET&amp;lt;/tt&amp;gt; || [ || ß&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;backslash&amp;lt;/tt&amp;gt; || \ || ^&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;decimal&amp;lt;/tt&amp;gt; || (numpad) , || (numpad) ,&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;divide&amp;lt;/tt&amp;gt; || (numpad) / || (numpad) /&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;multiply&amp;lt;/tt&amp;gt; || (numpad) * || (numpad) *&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;mouse2&amp;lt;/tt&amp;gt; || ||&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;at&amp;lt;/tt&amp;gt; || @ ||&lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;colon&amp;lt;/tt&amp;gt; || : || &lt;br /&gt;
|- &lt;br /&gt;
|&amp;lt;tt&amp;gt;circumflex&amp;lt;/tt&amp;gt; || ^ ||  &lt;br /&gt;
|- &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
For examples of how key bindings can help you, see [[quickswitch hotkeys]] and this [http://forum.wurmonline.com/index.php?/topic/76025-darays-keyboard-guide/ forum thread].&lt;br /&gt;
&lt;br /&gt;
== Additional autorun.txt uses ==&lt;br /&gt;
&lt;br /&gt;
''autorun.txt'' can be used in several other useful ways.&lt;br /&gt;
&lt;br /&gt;
The following opens windows when the client loads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
toggle skills&lt;br /&gt;
toggle inventory&lt;br /&gt;
toggle stats&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This stops kingdom chat from loading when the game starts, but sometimes someone gets in a message before it takes effect. Placing it at the top of the file may help.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
say /kchat&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You could add this to know how much sleep bonus you have when you log in. This works best at the bottom of the file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
say /sleep&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You could add this to know how long the server has been up. This works best at the bottom of the file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
say /uptime&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Defaults ==&lt;br /&gt;
If you want to reset your key bindings to their default state simply delete the keybindings file. A new one will be created with the default values.&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical Details]]&lt;br /&gt;
[[Category:Babel/C]]&lt;/div&gt;</summary>
		<author><name>Aariez</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Container&amp;diff=77922</id>
		<title>Container</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Container&amp;diff=77922"/>
		<updated>2013-02-14T19:17:57Z</updated>

		<summary type="html">&lt;p&gt;Aariez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A ''container'' is a created [[item]] used to store smaller items, and can be used to organize. There are many different kinds of containers and, if used correctly, the type of container can represent what is inside.&lt;br /&gt;
&lt;br /&gt;
For a list of containers, see [[:Category:Containers]].&lt;br /&gt;
&lt;br /&gt;
== Container comparison ==&lt;br /&gt;
Containers have a weight and hold a given volume of items. Some containers will not hold liquids and others only hold liquids. Some are mobile containers, others are stationary, and most can be carried in your inventory. Items are sorted by increasing volume.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;text-align:center;&amp;quot; class=sortable&lt;br /&gt;
!Container&lt;br /&gt;
!Volume&lt;br /&gt;
!Weight (kg)&lt;br /&gt;
!Liquids/dry goods&lt;br /&gt;
!Movement&lt;br /&gt;
!String of cloth&lt;br /&gt;
!Seeds&lt;br /&gt;
!Rags&lt;br /&gt;
!Meat filets&lt;br /&gt;
!Jars&lt;br /&gt;
!Bowls&lt;br /&gt;
!Cotton&lt;br /&gt;
!Small barrels&lt;br /&gt;
!Ore&lt;br /&gt;
!24kg logs&lt;br /&gt;
!felled trees&lt;br /&gt;
!Lumps&lt;br /&gt;
|-style=&amp;quot;display:none;&amp;quot; &amp;lt;!-- This is an invisble row to set sorting for columns as numeric or alphabetical --&amp;gt;&lt;br /&gt;
|!a||-9999||-9999||!a||!a||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999&lt;br /&gt;
|-&lt;br /&gt;
|[[Armour stand]]&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Bag of keeping]]&lt;br /&gt;
|0.2&lt;br /&gt;
|0.25&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory (no drop)&lt;br /&gt;
|100&lt;br /&gt;
|11&lt;br /&gt;
|7&lt;br /&gt;
|1&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Pottery flask|Flask]]&lt;br /&gt;
|0.25&lt;br /&gt;
|0.1&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|13&lt;br /&gt;
|9&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Master bag of keeping]]&lt;br /&gt;
|0.4&lt;br /&gt;
|0.25&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory (no drop)&lt;br /&gt;
|100&lt;br /&gt;
|22&lt;br /&gt;
|14&lt;br /&gt;
|2&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Jar]]&lt;br /&gt;
|2.0&lt;br /&gt;
|0.3&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|74&lt;br /&gt;
|10&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Frying pan]]&lt;br /&gt;
|2.0&lt;br /&gt;
|2.5&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|74&lt;br /&gt;
|10&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Water skin]]&lt;br /&gt;
|2.5&lt;br /&gt;
|0.25&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Quiver]]&lt;br /&gt;
|?&lt;br /&gt;
|0.2&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|60&lt;br /&gt;
|8&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Sauce pan]]&lt;br /&gt;
|2.54&lt;br /&gt;
|1.50&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|94&lt;br /&gt;
|12&lt;br /&gt;
|1&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Bowl]]&lt;br /&gt;
|9.0&lt;br /&gt;
|0.5&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|45&lt;br /&gt;
|4&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small bucket]]&lt;br /&gt;
|12&lt;br /&gt;
|1.5&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|60&lt;br /&gt;
|6&lt;br /&gt;
|X&lt;br /&gt;
|1&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Satchel]]&lt;br /&gt;
|18&lt;br /&gt;
|0.5&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|90&lt;br /&gt;
|9&lt;br /&gt;
|X&lt;br /&gt;
|2&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|18&lt;br /&gt;
|-&lt;br /&gt;
|[[Small barrel]]&lt;br /&gt;
|45&lt;br /&gt;
|2.0&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|22&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small chest]]&lt;br /&gt;
|45&lt;br /&gt;
|5.0&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|23&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Cauldron]]&lt;br /&gt;
|64&lt;br /&gt;
|5.5&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|22&lt;br /&gt;
|7&lt;br /&gt;
|8&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Backpack]]&lt;br /&gt;
|75&lt;br /&gt;
|2.0&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|38&lt;br /&gt;
|8&lt;br /&gt;
|9&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|77&lt;br /&gt;
|-&lt;br /&gt;
|[[Large barrel]]&lt;br /&gt;
|250&lt;br /&gt;
|NA&lt;br /&gt;
|both&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|31&lt;br /&gt;
|5&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Large chest]]&lt;br /&gt;
|300&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|37&lt;br /&gt;
|6&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Coffin]]&lt;br /&gt;
|500&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|62&lt;br /&gt;
|11&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Campfire]]&lt;br /&gt;
|?&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Oven]]&lt;br /&gt;
|?&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|23&lt;br /&gt;
|4&lt;br /&gt;
|?&lt;br /&gt;
|2&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Forge]]&lt;br /&gt;
|525&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|65&lt;br /&gt;
|11&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small raft]]&lt;br /&gt;
|756&lt;br /&gt;
|60&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/Inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|94&lt;br /&gt;
|?&lt;br /&gt;
|40&lt;br /&gt;
|9&lt;br /&gt;
|2&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small cart]]&lt;br /&gt;
|756&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|94&lt;br /&gt;
|16&lt;br /&gt;
|40&lt;br /&gt;
|9&lt;br /&gt;
|2&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Fountain]]&lt;br /&gt;
|1125&lt;br /&gt;
|NA&lt;br /&gt;
|both&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|25&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Large cart]]&lt;br /&gt;
|5904&lt;br /&gt;
|240&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/riding&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|73&lt;br /&gt;
|18&lt;br /&gt;
|100&lt;br /&gt;
|-&lt;br /&gt;
|[[Huge tub]]&lt;br /&gt;
|2250&lt;br /&gt;
|NA&lt;br /&gt;
|both&lt;br /&gt;
|stationary&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|250&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Rowing boat]]&lt;br /&gt;
|756&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|94&lt;br /&gt;
|16&lt;br /&gt;
|40&lt;br /&gt;
|9&lt;br /&gt;
|2&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small sailing boat]]&lt;br /&gt;
|756&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|94&lt;br /&gt;
|16&lt;br /&gt;
|40&lt;br /&gt;
|9&lt;br /&gt;
|2&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Corbita]]&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Cog]]&lt;br /&gt;
|50916&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Knarr]]&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Caravel]]&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
* X = not possible&lt;br /&gt;
* NA = not applicable&lt;br /&gt;
* ? = need data&lt;br /&gt;
* Rags = 0.1kg each&lt;br /&gt;
* Cotton = 1.0kg each&lt;br /&gt;
* Seeds = 0.1kg each&lt;br /&gt;
* Meat filet = 0.3kg each&lt;br /&gt;
&lt;br /&gt;
Jars used to hold 1.94 kg instead of 2.00, but all such jars were destroyed in the cataclysm before Gold 2.&lt;br /&gt;
&lt;br /&gt;
Volume denotes the number of kilograms (kgs) of a liquid--usually water--a container will hold. The weight attribute is the weight of the container itself, not the amount of weight it will hold. Items list their weight although when it comes to storing them inside containers it's their hidden volume attribute that is used. For example, a cart will only hold 94kg of [[cotton]], but that same cart will hold 1,400kg of [[brick]]s because the cotton has significantly greater volume than bricks. Unfortunately the volume of items is not displayed--only their weight.&lt;br /&gt;
&lt;br /&gt;
If a container contains a liquid, it cannot contain other items (solid or liquid). One exception is that water can be mixed with [[cooking]] ingredients, e.g. to make soup.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Decay]]: containers reduce this&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/C]]&lt;br /&gt;
[[Category:Misc]]&lt;/div&gt;</summary>
		<author><name>Aariez</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Container&amp;diff=77921</id>
		<title>Container</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Container&amp;diff=77921"/>
		<updated>2013-02-14T19:12:51Z</updated>

		<summary type="html">&lt;p&gt;Aariez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A ''container'' is a created [[item]] used to store smaller items, and can be used to organize. There are many different kinds of containers and, if used correctly, the type of container can represent what is inside.&lt;br /&gt;
&lt;br /&gt;
For a list of containers, see [[:Category:Containers]].&lt;br /&gt;
&lt;br /&gt;
== Container comparison ==&lt;br /&gt;
Containers have a weight and hold a given volume of items. Some containers will not hold liquids and others only hold liquids. Some are mobile containers, others are stationary, and most can be carried in your inventory. Items are sorted by increasing volume.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;text-align:center;&amp;quot; class=sortable&lt;br /&gt;
!Container&lt;br /&gt;
!Volume&lt;br /&gt;
!Weight (kg)&lt;br /&gt;
!Liquids/dry goods&lt;br /&gt;
!Movement&lt;br /&gt;
!String of cloth&lt;br /&gt;
!Seeds&lt;br /&gt;
!Rags&lt;br /&gt;
!Meat filets&lt;br /&gt;
!Jars&lt;br /&gt;
!Bowls&lt;br /&gt;
!Cotton&lt;br /&gt;
!Small barrels&lt;br /&gt;
!Ore&lt;br /&gt;
!24kg logs&lt;br /&gt;
!felled trees&lt;br /&gt;
!Lumps&lt;br /&gt;
|-style=&amp;quot;display:none;&amp;quot; &amp;lt;!-- This is an invisble row to set sorting for columns as numeric or alphabetical --&amp;gt;&lt;br /&gt;
|!a||-9999||-9999||!a||!a||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999||-9999&lt;br /&gt;
|-&lt;br /&gt;
|[[Armour stand]]&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Bag of keeping]]&lt;br /&gt;
|0.2&lt;br /&gt;
|0.25&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory (no drop)&lt;br /&gt;
|100&lt;br /&gt;
|11&lt;br /&gt;
|7&lt;br /&gt;
|1&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Pottery flask|Flask]]&lt;br /&gt;
|0.25&lt;br /&gt;
|0.1&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|13&lt;br /&gt;
|9&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Master bag of keeping]]&lt;br /&gt;
|0.4&lt;br /&gt;
|0.25&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory (no drop)&lt;br /&gt;
|100&lt;br /&gt;
|22&lt;br /&gt;
|14&lt;br /&gt;
|2&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Jar]]&lt;br /&gt;
|2.0&lt;br /&gt;
|0.3&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|74&lt;br /&gt;
|10&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Frying pan]]&lt;br /&gt;
|2.0&lt;br /&gt;
|2.5&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|74&lt;br /&gt;
|10&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Water skin]]&lt;br /&gt;
|2.5&lt;br /&gt;
|0.25&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Quiver]]&lt;br /&gt;
|?&lt;br /&gt;
|0.2&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|60&lt;br /&gt;
|8&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Sauce pan]]&lt;br /&gt;
|2.54&lt;br /&gt;
|1.50&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|94&lt;br /&gt;
|12&lt;br /&gt;
|1&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Bowl]]&lt;br /&gt;
|9.0&lt;br /&gt;
|0.5&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|45&lt;br /&gt;
|4&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small bucket]]&lt;br /&gt;
|12&lt;br /&gt;
|1.5&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|60&lt;br /&gt;
|6&lt;br /&gt;
|X&lt;br /&gt;
|1&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Satchel]]&lt;br /&gt;
|18&lt;br /&gt;
|0.5&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|90&lt;br /&gt;
|9&lt;br /&gt;
|X&lt;br /&gt;
|2&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|18&lt;br /&gt;
|-&lt;br /&gt;
|[[Small barrel]]&lt;br /&gt;
|45&lt;br /&gt;
|2.0&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|22&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small chest]]&lt;br /&gt;
|45&lt;br /&gt;
|5.0&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|23&lt;br /&gt;
|5&lt;br /&gt;
|5&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Cauldron]]&lt;br /&gt;
|64&lt;br /&gt;
|5.5&lt;br /&gt;
|both&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|22&lt;br /&gt;
|7&lt;br /&gt;
|8&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Backpack]]&lt;br /&gt;
|75&lt;br /&gt;
|2.0&lt;br /&gt;
|dry goods&lt;br /&gt;
|inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|38&lt;br /&gt;
|8&lt;br /&gt;
|9&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|77&lt;br /&gt;
|-&lt;br /&gt;
|[[Large barrel]]&lt;br /&gt;
|250&lt;br /&gt;
|NA&lt;br /&gt;
|both&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|31&lt;br /&gt;
|5&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Large chest]]&lt;br /&gt;
|300&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|37&lt;br /&gt;
|6&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Coffin]]&lt;br /&gt;
|500&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|62&lt;br /&gt;
|11&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Campfire]]&lt;br /&gt;
|?&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Oven]]&lt;br /&gt;
|?&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|23&lt;br /&gt;
|4&lt;br /&gt;
|?&lt;br /&gt;
|2&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Forge]]&lt;br /&gt;
|525&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|65&lt;br /&gt;
|11&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small raft]]&lt;br /&gt;
|756&lt;br /&gt;
|60&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/Inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|94&lt;br /&gt;
|?&lt;br /&gt;
|40&lt;br /&gt;
|9&lt;br /&gt;
|2&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small cart]]&lt;br /&gt;
|756&lt;br /&gt;
|NA&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/inventory&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|94&lt;br /&gt;
|16&lt;br /&gt;
|40&lt;br /&gt;
|9&lt;br /&gt;
|2&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Fountain]]&lt;br /&gt;
|1125&lt;br /&gt;
|NA&lt;br /&gt;
|both&lt;br /&gt;
|stationary&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|25&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Large cart]]&lt;br /&gt;
|5904&lt;br /&gt;
|240&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/riding&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|73&lt;br /&gt;
|18&lt;br /&gt;
|100&lt;br /&gt;
|-&lt;br /&gt;
|[[Huge tub]]&lt;br /&gt;
|2250&lt;br /&gt;
|NA&lt;br /&gt;
|both&lt;br /&gt;
|stationary&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|250&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|X&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Rowing boat]]&lt;br /&gt;
|756&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|94&lt;br /&gt;
|16&lt;br /&gt;
|40&lt;br /&gt;
|9&lt;br /&gt;
|2&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Small sailing boat]]&lt;br /&gt;
|756&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|94&lt;br /&gt;
|16&lt;br /&gt;
|40&lt;br /&gt;
|9&lt;br /&gt;
|2&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Corbita]]&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Cog]]&lt;br /&gt;
|50916&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Knarr]]&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|[[Caravel]]&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|dry goods&lt;br /&gt;
|dragging/sailing&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|100&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
* X = not possible&lt;br /&gt;
* NA = not applicable&lt;br /&gt;
* ? = need data&lt;br /&gt;
* Rags = 0.1kg each&lt;br /&gt;
* Cotton = 1.0kg each&lt;br /&gt;
* Seeds = 0.1kg each&lt;br /&gt;
* Meat filet = 0.3kg each&lt;br /&gt;
&lt;br /&gt;
Jars used to hold 1.94 kg instead of 2.00, but all such jars were destroyed in the cataclysm before Gold 2.&lt;br /&gt;
&lt;br /&gt;
Volume denotes the number of kilograms (kgs) of a liquid--usually water--a container will hold. The weight attribute is the weight of the container itself, not the amount of weight it will hold. Items list their weight although when it comes to storing them inside containers it's their hidden volume attribute that is used. For example, a cart will only hold 94kg of [[cotton]], but that same cart will hold 1,400kg of [[brick]]s because the cotton has significantly greater volume than bricks. Unfortunately the volume of items is not displayed--only their weight.&lt;br /&gt;
&lt;br /&gt;
If a container contains a liquid, it cannot contain other items (solid or liquid). One exception is that water can be mixed with [[cooking]] ingredients, e.g. to make soup.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Decay]]: containers reduce this&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/C]]&lt;br /&gt;
[[Category:Misc]]&lt;/div&gt;</summary>
		<author><name>Aariez</name></author>
		
	</entry>
</feed>