<?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=Rael</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=Rael"/>
	<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php/Special:Contributions/Rael"/>
	<updated>2026-06-04T09:23:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Guides:Flattening&amp;diff=46155</id>
		<title>Guides:Flattening</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Guides:Flattening&amp;diff=46155"/>
		<updated>2009-07-04T19:29:57Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[:Category:Guides|Guides]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
'''Flattening''' is the [[digging]] process of making a [[tile]] flat. A tile is considered flat when all four corners of the tile are of the same height, which can be seen by examining tile borders. If all 4 borders around a tile are reported as &amp;quot;level&amp;quot;, the tile is flat.&lt;br /&gt;
&lt;br /&gt;
= How to flatten a tile =&lt;br /&gt;
&lt;br /&gt;
You can go about flattening a tile using 2 methods: manual and automatic. While &amp;quot;automatic&amp;quot; sounds nice, it's actually quite a bit more complicated to get right than doing it manually until you get the hang of it.&lt;br /&gt;
&lt;br /&gt;
== The automatic way ==&lt;br /&gt;
&lt;br /&gt;
The automatic way is to use the '''Flatten''' command by right-clicking on a tile with your [[shovel]] activated. Additionally, you must also be physically standing on that tile for it to work right.&lt;br /&gt;
&lt;br /&gt;
'''Note''': You cannot flatten a corner which is shared with a tree tile (or other immovable object). If it says &amp;quot;some corner can't be raised&amp;quot; then this is why.&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the flatten command takes dirt from high corners and and puts them on lower ones than the calculated average from the server zero-plane. The zero-plane is the lowest point possible in wurm, where digging further would result in you falling through the world. This plane is absolutely flat, and all dirt and rock heights are calculated from this plane by means of simple addition. This sounds a bit abstract, I know, but read on and all will be explained.&lt;br /&gt;
&lt;br /&gt;
=== An example ===&lt;br /&gt;
Imagine that you are on the continent of flatland on flatten flats. This imaginary land has no slopes whatsoever, anywhere, and no water. You are standing in the middle of one tile in this land with a cart containing 40 dirts.You walk over to one of the 4 corners on that tile and drops 10 dirt on it from the cart. It now has a height of 10 dirt. Next, you repeat the procedure on the other 3 corners and suddenly you have a tile that is elevated 10 dirts above the rest of flatland. The height of each corner is 10.&lt;br /&gt;
&lt;br /&gt;
*Corner 1: 10&lt;br /&gt;
*Corner 2: 10&lt;br /&gt;
*Corner 3: 10&lt;br /&gt;
*Corner 4: 10&lt;br /&gt;
&lt;br /&gt;
Ok, now imagine that you decide to mess things up by digging up 5 dirt from one of the corners and put them on one of the 3 others. This could result in...&lt;br /&gt;
&lt;br /&gt;
*Corner 1: 5&lt;br /&gt;
*Corner 2: 10&lt;br /&gt;
*Corner 3: 15&lt;br /&gt;
*Corner 4: 10&lt;br /&gt;
&lt;br /&gt;
But you realize that doing this was retarded, and want the tile flat again. You ''could'' just dig up the extra 5 dirt from corner 3 again and drop them on corner 1 and it would be taken care of, but instead of that you position yourself on the tile and select &amp;quot;flatten&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== How it works ===&lt;br /&gt;
&lt;br /&gt;
What the game now does is calculate the height of your tile's corners based off the absolute zero plane of the game, in the example above the zero plane is the continent of flatland, so... 5+10+15+10=40. Divide that by 4 corners and you get, surprise, 10! So, the game now knows that the target height for the 4 corners is 10 dirts each, and begins to gradually take dirt from those corners ''above'' the target height and put it on the corners ''below'' it. It will continue to do this until one of the following conditions are met upon which it will stop:&lt;br /&gt;
&lt;br /&gt;
* The tile is flat&lt;br /&gt;
* The tile corners have run out of dirt to make it completely flat (this will happen if the calculated average corner height isn't divisable by 4). Add extra dirt or dig away the surplus, then try again.&lt;br /&gt;
* It tries to alter a corner which is connected to a tile with an obstruction on it. The most common are [[tree]], [[clay]], [[marsh]] and [[moss]].&lt;br /&gt;
* It tries to alter a corner which is obstructed by a wall of any type.&lt;br /&gt;
* It tries to alter a corner which would create a slope that is steeper than your digging skill * 3.&lt;br /&gt;
* It hits rock in a corner&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the instance of case 2 above, there is dirt either missing or too much of it to make the tile completely flat. As stated, if the sum of the heights of the corners is a multiple of four, then the tile can be flattened. Otherwise, there are 1-3 dirt extra that prevent it from being completely even. The different results are listed below:&lt;br /&gt;
&lt;br /&gt;
* If there is 1 extra dirt, you attempt to assemble.&lt;br /&gt;
* If there are 2 extra dirt:&lt;br /&gt;
** If the dirts are on the same corner (0-0-0-2), you attempt to assemble once.&lt;br /&gt;
*** In this case, '''the tile is not flattened completely'''. You must flatten again to finish.&lt;br /&gt;
** Otherwise, if you have at least one dirt in your inventory, you attempt to fill twice.&lt;br /&gt;
** Otherwise, you attempt to assemble twice.&lt;br /&gt;
* If there are 3 extra dirts, you attempt to fill.&lt;br /&gt;
&lt;br /&gt;
'''Assemble''' means you attempt to dig one dirt on a high corner. If you can carry an additional dirt, the message &amp;quot;You assemble some dirt from a corner.&amp;quot; is displayed and you gain one dirt. Otherwise, the message &amp;quot;If you could carry one more dirt pile, one more corner could be levelled&amp;quot; is displayed.&lt;br /&gt;
&lt;br /&gt;
'''Fill''' means you attempt drop one dirt on a low corner. If you have a dirt to drop, the message &amp;quot;You use some of the dirt in one corner.&amp;quot; is displayed and you lose one dirt. Otherwise, the message &amp;quot;If you carried some dirt, it would be used to fill the 1 corners that need it&amp;quot; is displayed.&lt;br /&gt;
&lt;br /&gt;
If the flattening action successfully flattened the tile completely, the message &amp;quot;The ground is flat here.&amp;quot; will be displayed. If this message is not displayed, you either failed to perform an assemble or fill, or it was a 0-0-0-2 spread.&lt;br /&gt;
&lt;br /&gt;
=== Flattening time ===&lt;br /&gt;
&lt;br /&gt;
The action time is based on the height difference in &amp;quot;dirts&amp;quot; between the highest and lowest corners of the tile. The time is 9 seconds plus an additional 10 seconds for every 4 dirts difference. Examples:&lt;br /&gt;
&lt;br /&gt;
* 0 = &amp;quot;The ground is flat now.&amp;quot;&lt;br /&gt;
* 1..3 = 9 secs&lt;br /&gt;
* 4..7 = 19 secs&lt;br /&gt;
* 8..11 = 29 secs&lt;br /&gt;
* 12..15 = 39 secs&lt;br /&gt;
* 16..19 = 49 secs&lt;br /&gt;
* etc&lt;br /&gt;
&lt;br /&gt;
Examples of tiles that would give 9 seconds flattening time (the number below is the height difference):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
0---1 or 0---3 or 0---0 &lt;br /&gt;
|   |    |   |    |   |&lt;br /&gt;
1---2    3---3    0---3&lt;br /&gt;
 (2)      (3)      (3)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manual flattening ==&lt;br /&gt;
&lt;br /&gt;
Manual flattening is the act of making an area flat through manually [[dig|digging]] and dropping [[dirt]]. While the process requires more interaction by the digger, it is vastly superior when flattening large areas of land.&lt;br /&gt;
&lt;br /&gt;
=== How to do it ===&lt;br /&gt;
&lt;br /&gt;
# Pick a single corner as your reference (you could place a [[small barrel]] or another [[container]] on it so you know the reference corner if you wish).&lt;br /&gt;
# Stand on this corner and right-click on a [[tile border]] linking to another corner you wish to adjust.&lt;br /&gt;
# If the message reads &amp;quot;the slope is &amp;lt;number of dirts&amp;gt; steep '''towards''' you, the other corner is higher than your reference corner, and you'll need to walk over to it and dig it down by the specified amount.&lt;br /&gt;
# If the message reads &amp;quot;the slope is &amp;lt;number of dirts&amp;gt; steep '''away''' from you, the other corner is lower than your reference corner and needs to be filled up.&lt;br /&gt;
# Once the tile border reports &amp;quot;level&amp;quot;, walk over to the corner you've adjusted and use it as your new reference corner. Since the level between it and your old reference corner is level, they're at the same height. Now look for a new slope to adjust and repeat the procedure as before.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
Understand that the world is made up of pillars, and that the tiles are merely thin textures stretched out from the pillar's highest points. When you dig or drop dirt, all you do is adjust the height of the pillar (ie, a corner) you are standing nearest. When digging, all that matters are the corners. Tiles only matter when you use the &amp;quot;flatten&amp;quot; command, in which case the selected tile only decides which 4 corners (or pillars) should be compared to eachother and adjusted. Otherwise, ''forget about the tiles, only think about the corners''. Also, never forget that when digging and dropping dirt, it doesn't matter where you click, '''only where your feet are located'''.&lt;br /&gt;
&lt;br /&gt;
Using a combination of manual and automatic flattening is usually the best idea once you've gotten the hang of how the system works, but until you do you may find it easier to rely on manual flattening.&lt;br /&gt;
&lt;br /&gt;
The limitations of manual flattening is, of course, that it may take more time and interaction to complete, and also is subject to dirt flow. Dirt flow is what happens when you try to drop dirt on a corner with a slope diagonally that exceeds 40 in steepness (For example: You're dropping dirt northeast, then slopes N+W or E+S shouldn't be higher then 40 together). When using the &amp;quot;flatten&amp;quot; command, dirt flow ''does not apply'' and you can use it to create extreme slopes by the use of a technique known as [[Guides/FlatRaising|flatraising]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:Babel/F]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Miron&amp;diff=45543</id>
		<title>Miron</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Miron&amp;diff=45543"/>
		<updated>2009-06-25T08:56:49Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A Miron is a unit used in the Wurm's economy logging system. It basically stands for a '''M'''illion '''iron'''. ([[Bank of Wurm|Iron coins]] are the smallest currency unit in Wurm). This means that a Miron is equal to a [[Bank of Wurm|Gold coin]]. In the beta version of Wurm, the Miron values would stay exactly the same throughout the map, unless the developers or game masters spawned some extra money. Now, because of the Wurm store, you can buy silver coins which can increase the values of Mirons in the economy. By looking at the graphs, the number can decrease, but the graphs do not count the amount of money in player's inventories according to the legend, so players may be taking money out of their banks, village upkeep and shops and putting it back in.&lt;br /&gt;
&lt;br /&gt;
=== See Also ===&lt;br /&gt;
&lt;br /&gt;
[[Bank of Wurm]] - about the currency of Wurm&lt;br /&gt;
&lt;br /&gt;
=== External Links ===&lt;br /&gt;
&lt;br /&gt;
[http://jenn001.game.wurmonline.com/mrtg/economy.html Economy graph for All servers]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://jenn002.game.wurmonline.com/mrtg/economy.html Economy graph for Jenn002 server (JKhome)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://wild001.game.wurmonline.com/mrtg/economy.html Economy graph for Wild001 server (wild)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://freedom001.game.wurmonline.com/mrtg/economy.html Economy graph for Freedom001 server (Independence)]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/M]]&lt;br /&gt;
[[Category:Misc]]&lt;br /&gt;
[[Category:Technical Details]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Miron&amp;diff=45542</id>
		<title>Miron</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Miron&amp;diff=45542"/>
		<updated>2009-06-25T08:56:05Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A Miron is a unit used in the Wurm's economy logging system. It basically stands for a '''M'''illion '''iron'''. ([[Bank of Wurm|Iron coins]] are the smallest currency unit in Wurm). This means that a Miron is equal to a [[Bank of Wurm|Gold coin]]. In the beta version of Wurm, the Miron values would stay exactly the same throughout the map, unless the developers or game masters spawned some extra money. Now, because of the Wurm store, you can buy silver coins which can increase the values of Mirons in the economy. By looking at the graphs, the number can decrease, but the graphs do not count the amount of money in player's inventories according to the legend, so players may be taking money out of their banks, village upkeep and shops and putting it back in.&lt;br /&gt;
&lt;br /&gt;
=== See Also ===&lt;br /&gt;
&lt;br /&gt;
[[Bank of Wurm]] - about the currency of Wurm&lt;br /&gt;
&lt;br /&gt;
=== External Links ===&lt;br /&gt;
&lt;br /&gt;
[http://jenn002.game.wurmonline.com/mrtg/economy.html Economy graph for Jenn002 server (JKhome)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://wild001.game.wurmonline.com/mrtg/economy.html Economy graph for Wild001 server (wild)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://freedom001.game.wurmonline.com/mrtg/economy.html Economy graph for Freedom001 server (Independence)]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/M]]&lt;br /&gt;
[[Category:Misc]]&lt;br /&gt;
[[Category:Technical Details]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Fo&amp;diff=45499</id>
		<title>Fo</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Fo&amp;diff=45499"/>
		<updated>2009-06-23T17:42:54Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* Follower abilities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[:Category:Religion|Religion]] / '''Fo'''&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
Fo is the [[deity]] of [[gardening]] and [[farming]]. His [[channeling]] item is the tree [[sprout]].&lt;br /&gt;
&lt;br /&gt;
== Game lore ==&lt;br /&gt;
=== Fo's converting speech ===&lt;br /&gt;
Fo!&lt;br /&gt;
&lt;br /&gt;
His creations surround you. His love is everywhere around you.&lt;br /&gt;
&lt;br /&gt;
He is the father of all things. He created the world out of love and passion.&lt;br /&gt;
&lt;br /&gt;
To embrace Fo is to embrace all living things around you.&lt;br /&gt;
&lt;br /&gt;
All and everyone is equal, but different. &lt;br /&gt;
&lt;br /&gt;
We are all dirt. We are all gems. We just come in different shapes and colors.&lt;br /&gt;
&lt;br /&gt;
To create more and love all that is already created is to love Fo.&lt;br /&gt;
&lt;br /&gt;
To passionately strike down at those who aim to destroy these creations is to love Fo.&lt;br /&gt;
&lt;br /&gt;
To strive after beauty and harmony with nature is to love Fo.&lt;br /&gt;
&lt;br /&gt;
=== Fo's Inscription ([[Altar of Three]]) ===&lt;br /&gt;
&amp;lt;em&amp;gt; I am Fo. I am the Silence and the Trees. &lt;br /&gt;
&lt;br /&gt;
The sprout is my symbol. &lt;br /&gt;
&lt;br /&gt;
Silent and lonely I lingered in darkness. Look around you. I created this of love and loneliness. &lt;br /&gt;
&lt;br /&gt;
You are all like, but different. You are all dirt. You are all gems. You just come in different shapes and colors. &lt;br /&gt;
&lt;br /&gt;
Do my bidding. Let all things grow into the splendor they may possess. Strive after beauty and harmony with nature. Let your soul become a lustrous gem. &lt;br /&gt;
&lt;br /&gt;
With the same passion by which I once created all this, strike down at those who aim to destroy these creations. &lt;br /&gt;
&lt;br /&gt;
Love me. Let me love you.&amp;lt;/em&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Abilities ==&lt;br /&gt;
Each [[gods|God]] has slightly different abilities and penalties. See the [[Gods]] individual pages for details. Below lists only the abilities and penalties of Fo. &lt;br /&gt;
&lt;br /&gt;
=== Followers abilities and penalties ===&lt;br /&gt;
==== Follower abilities ====&lt;br /&gt;
* Receives Fo domain bonuses while in Fo's domain. See [[Religion#Domain_of_the_gods|domain of the gods]] for more details about this.&lt;br /&gt;
&lt;br /&gt;
==== Follower penalties ====&lt;br /&gt;
* Unfaithful actions may be noticed and punished:&lt;br /&gt;
** Desecrating WL altars: -1 Faith/-2 Alignment or -2 Alignment/Wound&lt;br /&gt;
** Lockpicking/Thievery: -0.25 Faith/-1 Alignment&lt;br /&gt;
** Butchering Humans: to be discovered &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Fo priests abilities and penalties ===&lt;br /&gt;
(See the [[priest]] page for details on priest-hood)&lt;br /&gt;
&lt;br /&gt;
''Note that the combination of the normal wildlife ignoring you at 60 faith and the inability to attack will seriously hinder fighting skill training. ''&lt;br /&gt;
&lt;br /&gt;
====Priest abilities====&lt;br /&gt;
* Priests with 60 [[faith]] and 35 [[favor]] normal [[animals]] will ignore you. This does not include [[Rabid Hyena|hyenas]] and 'monsters' like [[Dragons|dragons]] or [[huge spider]]s.&lt;br /&gt;
* Priests with high faith are inspired in their deities favored terrains, and have less stamina drain there. Fo gets the bonus on grass, dirt, trees.&lt;br /&gt;
* Priests of Fo with 39 [[faith]] may pass through thorns unhindered.&lt;br /&gt;
* [[Dig]] ([[Vynora]], [[Libila]], and [[Magranon]] priests cannot do this)&lt;br /&gt;
* [[Alchemy]], including the creation and use of [[healing cover|healing covers]].&lt;br /&gt;
&lt;br /&gt;
====Priest penalties====&lt;br /&gt;
&lt;br /&gt;
* Priests of Fo cannot target other players or creatures, however they can still fight back if attacked.&lt;br /&gt;
* Generic priest penalties- see [[Priest]] page&lt;br /&gt;
&lt;br /&gt;
=== Fo champion abilities and penalties ===&lt;br /&gt;
(See the [[champion]] page for details on champion-hood)&lt;br /&gt;
==== Champion abilities ====&lt;br /&gt;
*All Fo follower and Fo priest abilities (NOT the Priest penalties)&lt;br /&gt;
*+5 to all [[characteristics]] skills. &lt;br /&gt;
*[[Faith]] set to 99.99 (you can continue to pray &amp;amp; gain faith, but only at about 0.000010)&lt;br /&gt;
*[[Praying]], [[channeling]], [[exorcism]] all get 50+your original skill, up to a maximum of 80.&lt;br /&gt;
*shorter time for normal healing&lt;br /&gt;
*increased skill gain (factor isn't known)&lt;br /&gt;
*[[Break altar]] spell&lt;br /&gt;
*You will get a new [[titles|title]]: Champion of Fo (this title can not be turned off, but it does not effect other titles. So you can be a 'Blacksmith Champion of Fo' for example).&lt;br /&gt;
*You can never lose your Deity&lt;br /&gt;
&lt;br /&gt;
==== Champion penalties ====&lt;br /&gt;
*Permadeath. You get 3 lives, if you die after the second respawn , you do ''NOT'' respawn. Your name will be remembered and inscribed in the [[Hall of champions]].&lt;br /&gt;
*You can not change your mind later. Champion status is permanent.&lt;br /&gt;
*You can never change your Deity (or change kingdom).&lt;br /&gt;
&lt;br /&gt;
== Spells ==&lt;br /&gt;
'' Spells are only available to priests and champions. You cannot raise your faith above 30 without becoming a priest''&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;60%&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
; 30 Faith&lt;br /&gt;
: [[Bless]]&lt;br /&gt;
: [[Morning Fog]]&lt;br /&gt;
: [[Refresh]]&lt;br /&gt;
: [[Cure Light]]&lt;br /&gt;
: [[Cure medium]]&lt;br /&gt;
: [[Cure Serious]]&lt;br /&gt;
: [[Courier]]&lt;br /&gt;
: [[Sixth Sense]]&lt;br /&gt;
|&lt;br /&gt;
; 32 Faith&lt;br /&gt;
: [[Fo's Hand]]&lt;br /&gt;
|&lt;br /&gt;
; 38 Faith&lt;br /&gt;
: [[Vessel]]&lt;br /&gt;
|&lt;br /&gt;
; 40 Faith&lt;br /&gt;
: [[Heal]]&lt;br /&gt;
|&lt;br /&gt;
; 44 Faith&lt;br /&gt;
: [[Libila's Demise]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Religion]]&lt;br /&gt;
[[Category:Babel/F]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Dye&amp;diff=45443</id>
		<title>Dye</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Dye&amp;diff=45443"/>
		<updated>2009-06-22T06:01:32Z</updated>

		<summary type="html">&lt;p&gt;Rael: Replacing page with 'Marked for deletion

New page Item:dye'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Marked for deletion&lt;br /&gt;
&lt;br /&gt;
New page [[Item:dye]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Talk:Clay_bowl&amp;diff=45441</id>
		<title>Talk:Clay bowl</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Talk:Clay_bowl&amp;diff=45441"/>
		<updated>2009-06-22T05:48:18Z</updated>

		<summary type="html">&lt;p&gt;Rael: New page: New page is Item:Clay bowl - I could've put up a redirect but for sake of categories I did this. ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New page is [[Item:Clay bowl]] - I could've put up a redirect but for sake of categories I did this. [[User:Rael|Rael]] 00:48, 22 June 2009 (CDT)&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Clay_bowl&amp;diff=45440</id>
		<title>Clay bowl</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Clay_bowl&amp;diff=45440"/>
		<updated>2009-06-22T05:47:27Z</updated>

		<summary type="html">&lt;p&gt;Rael: Replacing page with 'Marked for deletion.'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Marked for deletion.&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Butchering_knife&amp;diff=45400</id>
		<title>Butchering knife</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Butchering_knife&amp;diff=45400"/>
		<updated>2009-06-21T06:50:31Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Smithing]] / [[Weapon smithing]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
{{item&lt;br /&gt;
|name=Butchering knife&lt;br /&gt;
|active=[[butchering knife blade]] (1.1 kg)&lt;br /&gt;
|passive=[[wooden handle]] (0.1 kg)&lt;br /&gt;
|group=Weapons&lt;br /&gt;
|materials=no&lt;br /&gt;
|result=* 1 '''{{PAGENAME}}''' (1.2 kg)&lt;br /&gt;
|skill=weapon smithing&lt;br /&gt;
|improve=blacksmithing&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
A knife used when [[butchering]] all kinds of [[corpse]]s. Also used for filleting [[meat]] and [[fish]]. Older butchering knives weight only 0.4 kg.&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/B]]&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Hatchet&amp;diff=45399</id>
		<title>Hatchet</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Hatchet&amp;diff=45399"/>
		<updated>2009-06-21T06:42:38Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Smithing]] / [[Blacksmithing]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
{{item&lt;br /&gt;
|name=Hatchet&lt;br /&gt;
|active=[[shaft]] (1.0 kg)&lt;br /&gt;
|passive=[[hatchet head]] &lt;br /&gt;
|group=Weapons&lt;br /&gt;
|materials=no&lt;br /&gt;
|result=* 1 '''{{PAGENAME}}''' (1.5 kg)&lt;br /&gt;
|skill=blacksmithing&lt;br /&gt;
|improve=blacksmithing&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
A small [[:Category:Axes|axe]] specifically made for [[woodcutting]], and is much better at this task than any other type of axe. It is a poor weapon for [[fighting]], however.&lt;br /&gt;
&lt;br /&gt;
*QL of [[shaft]] affects % chance to create&lt;br /&gt;
*As of a patch in late 2007, this tool is now given out as part of the newbie starter kit from an NPC guide in [[Newtown]] instead of the [[small axe]] that was provided before. It is made from [[birchwood]], is not improvable, and will burn if put in any kind of fire. Take care as to not accidentally lose it in this way.&lt;br /&gt;
*Hatchets made after the fight fix in late 2007 will weigh 1kg more than those made before the fight fix. This applies to self made and newbie hatchets.&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
The Hatchet is the only tool that will continue to give you tool skill above 20 when cutting down trees with it. Cutting down a tree with anything else than a Hatchet will only increase your skill with that tool/weapon to a maximum of 20, after which you will have resort to other means to raise it further. You will still gain skill in [[woodcutting]] however, no matter what tool or weapon you use.&lt;br /&gt;
&lt;br /&gt;
[[Category:Axes]]&lt;br /&gt;
[[Category:Babel/H]]&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45332</id>
		<title>Player:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45332"/>
		<updated>2009-06-20T07:44:25Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Biography ==&lt;br /&gt;
Rael is a citizen of [[Freedom Isles]]&lt;br /&gt;
Rael is a member of [[Roadside]] on [[Freedom_server|Freedom]].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
[[Freedom_server|Freedom]].&lt;br /&gt;
&lt;br /&gt;
Undisclosed location&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Juny ===&lt;br /&gt;
'''? Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
Rael restarted playing wurm at around the start of Juny 2009, on the first day he got into the village outlaws already and quickly prepared his skills for the new [[Freedom]] server.&lt;br /&gt;
&lt;br /&gt;
'''18 Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
After waiting an aditional day to rest up for the big journey to freedom he finally touched the stone and moved on, arriving he quickly called on the assistance of his friends who were already planning to plant a village. And so he joined [[Roadside]]&lt;br /&gt;
&lt;br /&gt;
'''19 Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
With the carts made and half of the terraforming done, we sowed some seeds for a temporary farm. Finished two forges and two ovens, got a mine, terraformed more of the ramp and the deed.&lt;br /&gt;
[[Category:Babel/R]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Roadside&amp;diff=45331</id>
		<title>Settlement:Roadside</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Roadside&amp;diff=45331"/>
		<updated>2009-06-20T07:33:57Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{s-freedom}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name=Roadside&lt;br /&gt;
|motto=Welcome to Roadside, you'll never leave.&lt;br /&gt;
|type=Village&lt;br /&gt;
|size=10&lt;br /&gt;
|mayor=Thejanitor&lt;br /&gt;
|population=15&lt;br /&gt;
|allies=&lt;br /&gt;
*Freedom Isles&lt;br /&gt;
|enemies=&lt;br /&gt;
*N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''This is Roadside's current and third incarnation located on freedom server, for the previous incarnations of Roadside, see [[Roadside (JK Home)]] and [[Unified Republic of Roadside]].&lt;br /&gt;
'''&lt;br /&gt;
==Village Description==&lt;br /&gt;
&lt;br /&gt;
Roadside was planted by Thejanitor on the 18th of June 2009 at 5:09:39 PM. Roadside is managed by the Mayor, and the Co-Mayors.&lt;br /&gt;
&lt;br /&gt;
==Village Buildings==&lt;br /&gt;
&lt;br /&gt;
More to come.....&lt;br /&gt;
&lt;br /&gt;
==Village Resources==&lt;br /&gt;
&lt;br /&gt;
More to come.....&lt;br /&gt;
&lt;br /&gt;
==Village Members==&lt;br /&gt;
&lt;br /&gt;
===Mayor===&lt;br /&gt;
* [[Player:Thejanitor|Thejanitor]] - ''[[Dragonslayer]], [[Carpenter]], [[Lumberjack]], [[Handyman]], [[Trollslayer]], [[Excavator]]''&lt;br /&gt;
&lt;br /&gt;
===Co-Mayors===&lt;br /&gt;
* [[Player:Magic|Magic]] - ''[[Digger]], [[Miner]], [[Handyman]], [[Mason]], [[Trollslayer]], [[Tanner]], [[Blacksmith]], [[Farmer]], [[Excavator]], [[Repairman]], [[Carpenter]]''&lt;br /&gt;
* [[Player:Mollsmolyneux|Mollysmolyneux]] - ''[[Carpenter]], [[Trollslayer]], [[Tanner]], [[Handyman]], [[Renowned Carpenter]], [[Fine Carpenter]], [[Lumberjack]], [[Repairman]]''&lt;br /&gt;
&lt;br /&gt;
===Citizens===&lt;br /&gt;
* [[Player:AnonymousBro|AnonymousBro]]&lt;br /&gt;
* [[Player:Chjees|Chjees]] - ''[[Farmer]], [[Miner]]''&lt;br /&gt;
* [[Player:Fizzgig|Fizzgig]]&lt;br /&gt;
* [[Player:Gabriel|Gabriel]]&lt;br /&gt;
* [[Player:Grizzlybear|Grizzlybear]]&lt;br /&gt;
* [[Player:Jazmanx|Jazmanx]]&lt;br /&gt;
* [[Player:Nerath|Nerath]]&lt;br /&gt;
* [[Player:Rael|Rael]]&lt;br /&gt;
* [[Player:Roland|Roland]]&lt;br /&gt;
* [[Player:Shifty|Shifty]]&lt;br /&gt;
* [[Player:Vel|Vel]] - ''[[Miner]], [[Digger]], [[Trollslayer]]''&lt;br /&gt;
&lt;br /&gt;
===Alts===&lt;br /&gt;
* [[Player:Magest|Magest]] - ''Magic, Thejanitor''&lt;br /&gt;
&lt;br /&gt;
This is what we have so far, moar to come....&lt;br /&gt;
&lt;br /&gt;
==Village Merchants==&lt;br /&gt;
&lt;br /&gt;
More to come.....&lt;br /&gt;
&lt;br /&gt;
==Village External Links==&lt;br /&gt;
&lt;br /&gt;
[http://www.roadsidevillage.co.uk/ Roadside Forums]&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/R]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Chat_commands&amp;diff=45292</id>
		<title>Chat commands</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Chat_commands&amp;diff=45292"/>
		<updated>2009-06-19T13:47:13Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] :: [[Chat commands]]&lt;br /&gt;
&lt;br /&gt;
These are commands for use in the chat. Do not confuse with [[IRC]] or [[console]] commands.&lt;br /&gt;
&lt;br /&gt;
== Current available commands ==&lt;br /&gt;
&lt;br /&gt;
; /? : Same as /help&lt;br /&gt;
; /attackers : Shows who you have been fighting the last five minutes.&lt;br /&gt;
; /changeemail &amp;lt;newemail&amp;gt; &amp;lt;password&amp;gt; : Changes your email.&lt;br /&gt;
; /converts : Shows how many times you can change kingdom.&lt;br /&gt;
; /d &amp;lt;message&amp;gt; : Same as /deeds and /dev, broadcasts the message to logged-in developers, game masters, and chat moderators.&lt;br /&gt;
; /deeds &amp;lt;message&amp;gt; : Same as /dev and /d, broadcasts the message to logged-in developers, game masters, and chat moderators.&lt;br /&gt;
; /dev &amp;lt;message&amp;gt; : Broadcasts the message to logged-in developers, game masters, and chat moderators.&lt;br /&gt;
; /fatigue : displays how much time you have left to perform fatiguing tasks.&lt;br /&gt;
; /fl : Shows your current [[focus]] level.&lt;br /&gt;
; /gofemale : Turns you sex to female. WARNING: This is permanent and irreversible!&lt;br /&gt;
; /help or /? : Lists most of the chat commands.&lt;br /&gt;
; /ignore : Displays ignore list.&lt;br /&gt;
; /ignore &amp;lt;player&amp;gt; : Add player to ignore list (remove if already ignored).&lt;br /&gt;
; /info : Display basic game info.&lt;br /&gt;
; /invitations : Toggles whether you allow people to invite you to join their [[kingdom]] or [[religion]].&lt;br /&gt;
; /kchat : Toggles kingdom chat.&lt;br /&gt;
; /kingdoms : Displays kingdom influence on the server.&lt;br /&gt;
; /lotime : Shows how long until you leave game if you lose link. This includes logging out.&lt;br /&gt;
; /me &amp;lt;text&amp;gt; : Chat message without &amp;lt;&amp;gt; around your nick. Works in all chats but the kchat. (Example: '/me dances' produces 'Bob dances' when Bob types it.)&lt;br /&gt;
; /mission : The last instructions recieved.&lt;br /&gt;
; /password &amp;lt;oldpassword&amp;gt; &amp;lt;newpassword&amp;gt; : Changes your password.&lt;br /&gt;
; /rank : Shows your current battle rank.&lt;br /&gt;
; /ranks : Shows top battle ranks on the server. (If on a home, you will see only your Kingdom's highest fighters.)&lt;br /&gt;
; /refer : Displays window allowing you to award your [[referral]], and use the ones you have received yourself.&lt;br /&gt;
; /release corpse : Makes all your current corpses lootable by anyone from your kingdom. Normally, people from same kingdom who aren't friends, fellow citizens or allies cannot loot your corpses.&lt;br /&gt;
; /reputation : Displays your current [[reputation]].&lt;br /&gt;
; /respawn : Displays the [[respawn]] dialog. For use when you are dead.&lt;br /&gt;
; /remove &amp;lt;person&amp;gt; : Removes the person from your [[friend]]s list.&lt;br /&gt;
; /revoke &amp;lt;village name&amp;gt; : Revokes your citizenship of the specified village (i.e. allows you to leave without being kicked out by the mayor).&lt;br /&gt;
; /shout &amp;lt;message&amp;gt; : Sends message to kingdom chat.&lt;br /&gt;
; /sleep : Displays your current remaining sleep bonus.&lt;br /&gt;
; /suicide : Presents a [[suicide]] dialog.&lt;br /&gt;
; /tell &amp;lt;person&amp;gt; &amp;lt;message&amp;gt; : Sends a private message to the person.&lt;br /&gt;
; /time : Shows current game time and date, as well as your total playing time and remaining premium time.&lt;br /&gt;
; /title : Displays your current title.&lt;br /&gt;
; /titles : Displays all achieved titles, and lets you choose which to display.&lt;br /&gt;
; /uptime : Shows the time since the last server reboot.&lt;br /&gt;
; /village &amp;lt;message&amp;gt; : Sends message to village chat.&lt;br /&gt;
; /vote &amp;lt;citizen&amp;gt; : Vote for citizen as village mayor.&lt;br /&gt;
; /weather : Wind direction and speed&lt;br /&gt;
; /who : Shows the amount of players currently logged in.&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/C]]&lt;br /&gt;
[[Category:Misc]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Chat_commands&amp;diff=45289</id>
		<title>Chat commands</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Chat_commands&amp;diff=45289"/>
		<updated>2009-06-19T13:18:19Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] :: [[Chat commands]]&lt;br /&gt;
&lt;br /&gt;
These are commands for use in the chat. Do not confuse with [[IRC]] or [[console]] commands.&lt;br /&gt;
&lt;br /&gt;
== Current available commands ==&lt;br /&gt;
&lt;br /&gt;
; /? : Same as /help&lt;br /&gt;
; /attackers : Shows who you have been fighting the last five minutes.&lt;br /&gt;
; /changeemail &amp;lt;newemail&amp;gt; &amp;lt;password&amp;gt; : Changes your email.&lt;br /&gt;
; /converts : Shows how many times you can change kingdom.&lt;br /&gt;
; /d : Same as /deeds and /dev, broadcasts the message to logged-in developers, game masters, and chat moderators.&lt;br /&gt;
; /deeds &amp;lt;message&amp;gt;: Same as /dev and /d, broadcasts the message to logged-in developers, game masters, and chat moderators.&lt;br /&gt;
; /dev &amp;lt;message&amp;gt; : Broadcasts the message to logged-in developers, game masters, and chat moderators.&lt;br /&gt;
; /fatigue : displays how much time you have left to perform fatiguing tasks.&lt;br /&gt;
; /fl : Shows your current [[focus]] level.&lt;br /&gt;
; /gofemale : Turns you sex to female. WARNING: This is permanent and irreversible!&lt;br /&gt;
; /help or /? : Lists most of the chat commands.&lt;br /&gt;
; /ignore : Displays ignore list.&lt;br /&gt;
; /ignore &amp;lt;player&amp;gt; : Add player to ignore list (remove if already ignored).&lt;br /&gt;
; /info : Display basic game info.&lt;br /&gt;
; /invitations : Toggles whether you allow people to invite you to join their [[kingdom]] or [[religion]].&lt;br /&gt;
; /kchat : Toggles kingdom chat.&lt;br /&gt;
; /kingdoms : Displays kingdom influence on the server.&lt;br /&gt;
; /lotime : Shows how long until you leave game if you lose link. This includes logging out.&lt;br /&gt;
; /me &amp;lt;text&amp;gt; : Chat message without &amp;lt;&amp;gt; around your nick. Works in all chats but the kchat. (Example: '/me dances' produces 'Bob dances' when Bob types it.)&lt;br /&gt;
; /mission : The last instructions recieved.&lt;br /&gt;
; /password &amp;lt;oldpassword&amp;gt; &amp;lt;newpassword&amp;gt; : Changes your password.&lt;br /&gt;
; /rank : Shows your current battle rank.&lt;br /&gt;
; /ranks : Shows top battle ranks on the server. (If on a home, you will see only your Kingdom's highest fighters.)&lt;br /&gt;
; /refer : Displays window allowing you to award your [[referral]], and use the ones you have received yourself.&lt;br /&gt;
; /release corpse : Makes all your current corpses lootable by anyone from your kingdom. Normally, people from same kingdom who aren't friends, fellow citizens or allies cannot loot your corpses.&lt;br /&gt;
; /reputation : Displays your current [[reputation]].&lt;br /&gt;
; /respawn : Displays the [[respawn]] dialog. For use when you are dead.&lt;br /&gt;
; /remove &amp;lt;person&amp;gt; : Removes the person from your [[friend]]s list.&lt;br /&gt;
; /revoke &amp;lt;village name&amp;gt; : Revokes your citizenship of the specified village (i.e. allows you to leave without being kicked out by the mayor).&lt;br /&gt;
; /shout &amp;lt;message&amp;gt; : Sends message to kingdom chat.&lt;br /&gt;
; /sleep : Displays your current remaining sleep bonus.&lt;br /&gt;
; /suicide : Presents a [[suicide]] dialog.&lt;br /&gt;
; /tell &amp;lt;person&amp;gt; &amp;lt;message&amp;gt; : Sends a private message to the person.&lt;br /&gt;
; /time : Shows current game time and date, as well as your total playing time and remaining premium time.&lt;br /&gt;
; /title : Displays your current title.&lt;br /&gt;
; /titles : Displays all achieved titles, and lets you choose which to display.&lt;br /&gt;
; /uptime : Shows the time since the last server reboot.&lt;br /&gt;
; /village &amp;lt;message&amp;gt; : Sends message to village chat.&lt;br /&gt;
; /vote &amp;lt;citizen&amp;gt; : Vote for citizen as village mayor.&lt;br /&gt;
; /weather : Wind direction and speed&lt;br /&gt;
; /who : Shows the amount of players currently logged in.&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/C]]&lt;br /&gt;
[[Category:Misc]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Chat_commands&amp;diff=45288</id>
		<title>Chat commands</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Chat_commands&amp;diff=45288"/>
		<updated>2009-06-19T13:14:37Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page]] :: [[Chat commands]]&lt;br /&gt;
&lt;br /&gt;
These are commands for use in the chat. Do not confuse with [[IRC]] or [[console]] commands.&lt;br /&gt;
&lt;br /&gt;
== Current available commands ==&lt;br /&gt;
&lt;br /&gt;
; /? : Same as /help&lt;br /&gt;
; /attackers : Shows who you have been fighting the last five minutes.&lt;br /&gt;
; /changeemail &amp;lt;newemail&amp;gt; &amp;lt;password&amp;gt; : Changes your email.&lt;br /&gt;
; /converts : Shows how many times you can change kingdom.&lt;br /&gt;
; /deeds : Sends a message to the chatmaster window, further use unknown.&lt;br /&gt;
; /dev &amp;lt;message&amp;gt; : Broadcasts the message to logged-in developers, game masters, and chat moderators.&lt;br /&gt;
; /fatigue : displays how much time you have left to perform fatiguing tasks.&lt;br /&gt;
; /fl : Shows your current [[focus]] level.&lt;br /&gt;
; /gofemale : Turns you sex to female. WARNING: This is permanent and irreversible!&lt;br /&gt;
; /help or /? : Lists most of the chat commands.&lt;br /&gt;
; /ignore : Displays ignore list.&lt;br /&gt;
; /ignore &amp;lt;player&amp;gt; : Add player to ignore list (remove if already ignored).&lt;br /&gt;
; /info : Display basic game info.&lt;br /&gt;
; /invitations : Toggles whether you allow people to invite you to join their [[kingdom]] or [[religion]].&lt;br /&gt;
; /kchat : Toggles kingdom chat.&lt;br /&gt;
; /kingdoms : Displays kingdom influence on the server.&lt;br /&gt;
; /lotime : Shows how long until you leave game if you lose link. This includes logging out.&lt;br /&gt;
; /me &amp;lt;text&amp;gt; : Chat message without &amp;lt;&amp;gt; around your nick. Works in all chats but the kchat. (Example: '/me dances' produces 'Bob dances' when Bob types it.)&lt;br /&gt;
; /mission : The last instructions recieved.&lt;br /&gt;
; /password &amp;lt;oldpassword&amp;gt; &amp;lt;newpassword&amp;gt; : Changes your password.&lt;br /&gt;
; /rank : Shows your current battle rank.&lt;br /&gt;
; /ranks : Shows top battle ranks on the server. (If on a home, you will see only your Kingdom's highest fighters.)&lt;br /&gt;
; /refer : Displays window allowing you to award your [[referral]], and use the ones you have received yourself.&lt;br /&gt;
; /release corpse : Makes all your current corpses lootable by anyone from your kingdom. Normally, people from same kingdom who aren't friends, fellow citizens or allies cannot loot your corpses.&lt;br /&gt;
; /reputation : Displays your current [[reputation]].&lt;br /&gt;
; /respawn : Displays the [[respawn]] dialog. For use when you are dead.&lt;br /&gt;
; /remove &amp;lt;person&amp;gt; : Removes the person from your [[friend]]s list.&lt;br /&gt;
; /revoke &amp;lt;village name&amp;gt; : Revokes your citizenship of the specified village (i.e. allows you to leave without being kicked out by the mayor).&lt;br /&gt;
; /shout &amp;lt;message&amp;gt; : Sends message to kingdom chat.&lt;br /&gt;
; /sleep : Displays your current remaining sleep bonus.&lt;br /&gt;
; /suicide : Presents a [[suicide]] dialog.&lt;br /&gt;
; /tell &amp;lt;person&amp;gt; &amp;lt;message&amp;gt; : Sends a private message to the person.&lt;br /&gt;
; /time : Shows current game time and date, as well as your total playing time and remaining premium time.&lt;br /&gt;
; /title : Displays your current title.&lt;br /&gt;
; /titles : Displays all achieved titles, and lets you choose which to display.&lt;br /&gt;
; /uptime : Shows the time since the last server reboot.&lt;br /&gt;
; /village &amp;lt;message&amp;gt; : Sends message to village chat.&lt;br /&gt;
; /vote &amp;lt;citizen&amp;gt; : Vote for citizen as village mayor.&lt;br /&gt;
; /weather : Wind direction and speed&lt;br /&gt;
; /who : Shows the amount of players currently logged in.&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/C]]&lt;br /&gt;
[[Category:Misc]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45284</id>
		<title>Player:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45284"/>
		<updated>2009-06-19T11:26:12Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Biography ==&lt;br /&gt;
Rael is a citizen of [[Freedom Isles]]&lt;br /&gt;
Rael is a member of [[Roadside]] on [[Freedom_server|Freedom]].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
[[Freedom_server|Freedom]].&lt;br /&gt;
&lt;br /&gt;
Undisclosed location&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Juny ===&lt;br /&gt;
'''? Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
Rael restarted playing wurm at around the start of Juny 2009, on the first day he got into the village outlaws already and quickly prepared his skills for the new [[Freedom]] server.&lt;br /&gt;
&lt;br /&gt;
'''18 Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
After waiting an aditional day to rest up for the big journey to freedom he finally touched the stone and moved on, arriving he quickly called on the assistance of his friends who were already planning to plant a village. And so he joined [[Roadside]]&lt;br /&gt;
&lt;br /&gt;
'''19 Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
With the carts made and half of the terraforming done, we sowed some seeds for a temporary farm.&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Roadside&amp;diff=45283</id>
		<title>Settlement:Roadside</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Roadside&amp;diff=45283"/>
		<updated>2009-06-19T11:24:39Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* Citizens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{s-freedom}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name=Roadside&lt;br /&gt;
|motto=Welcome to Roadside, you'll never leave.&lt;br /&gt;
|type=Village&lt;br /&gt;
|size=10&lt;br /&gt;
|mayor=Thejanitor&lt;br /&gt;
|population=14&lt;br /&gt;
|allies=&lt;br /&gt;
*Freedom Isles&lt;br /&gt;
|enemies=&lt;br /&gt;
*N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''This is Roadside's current and third incarnation located on freedom server, for the previous incarnations of Roadside, see [[Roadside (JK Home)]] and [[Unified Republic of Roadside]].&lt;br /&gt;
'''&lt;br /&gt;
==Village Description==&lt;br /&gt;
&lt;br /&gt;
Roadside was planted by Thejanitor on the 18th of June 2009 at 5:09:39 PM.&lt;br /&gt;
&lt;br /&gt;
==Village Buildings==&lt;br /&gt;
&lt;br /&gt;
More to come.....&lt;br /&gt;
&lt;br /&gt;
==Village Politics==&lt;br /&gt;
&lt;br /&gt;
More to come.....&lt;br /&gt;
&lt;br /&gt;
==Village Resources==&lt;br /&gt;
&lt;br /&gt;
More to come.....&lt;br /&gt;
&lt;br /&gt;
==Village Members==&lt;br /&gt;
&lt;br /&gt;
===Mayor===&lt;br /&gt;
* [[Player:Thejanitor|Thejanitor]] - ''[[Dragonslayer]], [[Carpenter]], [[Lumberjack]], [[Handyman]], [[Trollslayer]], [[Excavator]]''&lt;br /&gt;
&lt;br /&gt;
===Co-Mayors===&lt;br /&gt;
* [[Player:Magic|Magic]] - ''[[Digger]], [[Miner]], [[Handyman]], [[Mason]], [[Trollslayer]], [[Tanner]], [[Blacksmith]], [[Farmer]], [[Excavator]], [[Repairman]], [[Carpenter]]''&lt;br /&gt;
* [[Player:Mollsmolyneux|Mollysmolyneux]]&lt;br /&gt;
&lt;br /&gt;
===Citizens===&lt;br /&gt;
* [[Player:AnonymousBro|AnonymousBro]]&lt;br /&gt;
* [[Player:Chjees|Chjees]] - ''[[Farmer]]''&lt;br /&gt;
* [[Player:Fizzgig|Fizzgig]]&lt;br /&gt;
* [[Player:Gabriel|Gabriel]]&lt;br /&gt;
* [[Player:Jazmanx|Jazmanx]]&lt;br /&gt;
* [[Player:Nerath|Nerath]]&lt;br /&gt;
* [[Player:Rael|Rael]]&lt;br /&gt;
* [[Player:Roland|Roland]]&lt;br /&gt;
* [[Player:Shifty|Shifty]]&lt;br /&gt;
* [[Player:Vel|Vel]] - ''[[Miner]], [[Digger]], [[Trollslayer]]''&lt;br /&gt;
&lt;br /&gt;
===Alts===&lt;br /&gt;
* [[Player:Magest|Magest]] - ''Magic, Thejanitor''&lt;br /&gt;
&lt;br /&gt;
So far more members to come.....&lt;br /&gt;
&lt;br /&gt;
==Village Merchants==&lt;br /&gt;
&lt;br /&gt;
More to come.....&lt;br /&gt;
&lt;br /&gt;
==Village External Links==&lt;br /&gt;
&lt;br /&gt;
http://www.roadsidevillage.co.uk/&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45248</id>
		<title>Player:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45248"/>
		<updated>2009-06-18T23:01:50Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Biography ==&lt;br /&gt;
Rael is a citizen of [[Freedom Isles]]&lt;br /&gt;
Rael is a member of [[Roadside]] on [[Freedom_server|Freedom]].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
[[Freedom_server|Freedom]].&lt;br /&gt;
&lt;br /&gt;
Undisclosed location&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
'''? Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
Rael restarted playing wurm at around the start of Juny 2009, on the first day he got into the village outlaws already and quickly prepared his skills for the new [[Freedom]] server.&lt;br /&gt;
&lt;br /&gt;
'''18 Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
After waiting an aditional day to rest up for the big journey to freedom he finally touched the stone and moved on, arriving he quickly called on the assistance of his friends who were already planning to plant a village. And so he joined [[Roadside]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45246</id>
		<title>Player:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45246"/>
		<updated>2009-06-18T23:00:06Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Biography ==&lt;br /&gt;
Rael is a citizen of [[Freedom Isles]]&lt;br /&gt;
Rael is a member of [[Roadside]] on [[Freedom]].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
[[Freedom]].&lt;br /&gt;
&lt;br /&gt;
Undisclosed location&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
'''? Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
Rael restarted playing wurm at around the start of Juny 2009, on the first day he got into the village outlaws already and quickly prepared his skills for the new [[Freedom]] server.&lt;br /&gt;
&lt;br /&gt;
'''18 Juny'''&amp;lt;br&amp;gt;&lt;br /&gt;
After waiting an aditional day to rest up for the big journey to freedom he finally touched the stone and moved on, arriving he quickly called on the assistance of his friends who were already planning to plant a village. And so he joined [[Roadside]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45245</id>
		<title>Player:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45245"/>
		<updated>2009-06-18T22:59:55Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Biography ==&lt;br /&gt;
Rael is a citizen of [[Freedom Isles]]&lt;br /&gt;
Rael is a member of [[Roadside]] on [[Freedom]].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
[[Freedom]].&lt;br /&gt;
&lt;br /&gt;
Undisclosed location&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
'''? Juny'''&lt;br /&gt;
Rael restarted playing wurm at around the start of Juny 2009, on the first day he got into the village outlaws already and quickly prepared his skills for the new [[Freedom]] server.&lt;br /&gt;
&lt;br /&gt;
'''18 Juny'''&lt;br /&gt;
After waiting an aditional day to rest up for the big journey to freedom he finally touched the stone and moved on, arriving he quickly called on the assistance of his friends who were already planning to plant a village. And so he joined [[Roadside]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45243</id>
		<title>Player:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Player:Rael&amp;diff=45243"/>
		<updated>2009-06-18T22:59:19Z</updated>

		<summary type="html">&lt;p&gt;Rael: New page: == Biography == Rael is a citizen of Freedom Isles Rael is a member of Roadside on Freedom.  == Location == Freedom.  Undisclosed location  == History == ===Juny=== ====? J...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Biography ==&lt;br /&gt;
Rael is a citizen of [[Freedom Isles]]&lt;br /&gt;
Rael is a member of [[Roadside]] on [[Freedom]].&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
[[Freedom]].&lt;br /&gt;
&lt;br /&gt;
Undisclosed location&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
===Juny===&lt;br /&gt;
====? Juny====&lt;br /&gt;
Rael restarted playing wurm at around the start of Juny 2009, on the first day he got into the village outlaws already and quickly prepared his skills for the new [[Freedom]] server.&lt;br /&gt;
&lt;br /&gt;
====18 Juny====&lt;br /&gt;
After waiting an aditional day to rest up for the big journey to freedom he finally touched the stone and moved on, arriving he quickly called on the assistance of his friends who were already planning to plant a village. And so he joined [[Roadside]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=User:Rael&amp;diff=45239</id>
		<title>User:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=User:Rael&amp;diff=45239"/>
		<updated>2009-06-18T22:53:15Z</updated>

		<summary type="html">&lt;p&gt;Rael: Redirecting to Player:Rael&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Player:Rael]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Chain_armour_smithing&amp;diff=45120</id>
		<title>Chain armour smithing</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Chain_armour_smithing&amp;diff=45120"/>
		<updated>2009-06-16T23:02:26Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Smithing]] / [[Armour smithing]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
Skill is gained the first time you make [[armour chains]] with [[large anvil]].&lt;br /&gt;
Influences your success ratio at making and improving any chain armour related item.&lt;br /&gt;
&lt;br /&gt;
Chain armour generally provides a middle ground base defense with moderate penalties to speed. The wearer will walk moderately slower and have a moderately slower attack speed. Chain armor offers a defense bonus vs stabbing damage, while the equipment itself receives extra damage from stabbing. A full chain set weighs 8.20KG and will slow you to 13.90KM/h on cobblestone when worn.&lt;br /&gt;
&lt;br /&gt;
== Items ==&lt;br /&gt;
See also: [[:Category:Chain armour]] &lt;br /&gt;
&lt;br /&gt;
:*[[Chain coif]]&lt;br /&gt;
:*[[Chain jacket]]&lt;br /&gt;
:*[[Chain sleeve]]&lt;br /&gt;
:*[[Chain gauntlet]]&lt;br /&gt;
:*[[Chain pants]]&lt;br /&gt;
:*[[Chain boot]]&lt;br /&gt;
&lt;br /&gt;
== Chain armour table ==&lt;br /&gt;
This is a table of the armour you can make using [[armour chains]]. On the right hand of the table is the weight of armour chains needed to make the item, as well as what level Chain armour smithing level is required to make them with a 1QL large anvil. (According to the links above)&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|---- &lt;br /&gt;
!Armour name&lt;br /&gt;
!Chains used&lt;br /&gt;
!Final weight&lt;br /&gt;
!Level learned&lt;br /&gt;
|---- &lt;br /&gt;
|[[Chain coif]]&lt;br /&gt;
| 0.44 kg&lt;br /&gt;
| 0.40 kg&lt;br /&gt;
| Start&lt;br /&gt;
|----&lt;br /&gt;
|[[Chain jacket]]&lt;br /&gt;
| 2.42 kg&lt;br /&gt;
| 2.20 kg&lt;br /&gt;
| ~28.00?&lt;br /&gt;
|---- &lt;br /&gt;
|[[Chain sleeve]]&lt;br /&gt;
| 0.77 kg&lt;br /&gt;
| 0.70 kg x2&lt;br /&gt;
| 7.00&lt;br /&gt;
|----&lt;br /&gt;
|[[Chain gauntlet]]&lt;br /&gt;
| 0.33 kg&lt;br /&gt;
| 0.30 kg x2&lt;br /&gt;
| Start&lt;br /&gt;
|---- &lt;br /&gt;
|[[Chain pants]]&lt;br /&gt;
| 2.42 kg&lt;br /&gt;
| 2.20 kg&lt;br /&gt;
| 11.50&lt;br /&gt;
|---- &lt;br /&gt;
|[[Chain boot]]&lt;br /&gt;
| 0.77 kg&lt;br /&gt;
| 0.70 kg x2&lt;br /&gt;
| Start&lt;br /&gt;
|----&lt;br /&gt;
|Total Suit&lt;br /&gt;
| 9.02 kg&lt;br /&gt;
| 8.20 kg&lt;br /&gt;
| ~28.00?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that some items, particularily the pants and jacket, are difficult to create. They will not show up in the create menu unless you have a good anvil and/or high skill.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Titles ==&lt;br /&gt;
* Chainsmith at 50 skill&lt;br /&gt;
* Renowned Chainsmith at 70 skill&lt;br /&gt;
* Master Chainsmith at 90 skill&lt;br /&gt;
&lt;br /&gt;
[[Category:Skills]]&lt;br /&gt;
[[Category:Babel/C]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Chain_armour_smithing&amp;diff=45119</id>
		<title>Chain armour smithing</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Chain_armour_smithing&amp;diff=45119"/>
		<updated>2009-06-16T22:58:38Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Smithing]] / [[Armour smithing]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
Skill is gained the first time you make [[armour chains]] with [[large anvil]].&lt;br /&gt;
Influences your success ratio at making and improving any chain armour related item.&lt;br /&gt;
&lt;br /&gt;
Chain armour generally provides a middle ground base defense with moderate penalties to speed. The wearer will walk moderately slower and have a moderately slower attack speed. Chain armor offers a defense bonus vs stabbing damage, while the equipment itself receives extra damage from stabbing. A full chain set weighs 8.20KG and will slow you to 13.90KM/h on cobblestone when worn.&lt;br /&gt;
&lt;br /&gt;
== Items ==&lt;br /&gt;
See also: [[:Category:Chain armour]] &lt;br /&gt;
&lt;br /&gt;
:*[[Chain coif]]&lt;br /&gt;
:*[[Chain jacket]]&lt;br /&gt;
:*[[Chain sleeve]]&lt;br /&gt;
:*[[Chain gauntlet]]&lt;br /&gt;
:*[[Chain pants]]&lt;br /&gt;
:*[[Chain boot]]&lt;br /&gt;
&lt;br /&gt;
== Chain armour table ==&lt;br /&gt;
This is a table of the armour you can make using [[armour chains]]. On the right hand of the table is the weight of armour chains needed to make the item, as well as what level Chain armour smithing level is required to make them with a 1QL large anvil. (According to the links above)&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|---- &lt;br /&gt;
!Armour name&lt;br /&gt;
!Chains used&lt;br /&gt;
!Final weight&lt;br /&gt;
!Level learned&lt;br /&gt;
|---- &lt;br /&gt;
|[[Chain coif]]&lt;br /&gt;
| 0.44 kg&lt;br /&gt;
| 0.40 kg&lt;br /&gt;
| Start&lt;br /&gt;
|----&lt;br /&gt;
|[[Chain jacket]]&lt;br /&gt;
| 2.42 kg&lt;br /&gt;
| 2.20 kg&lt;br /&gt;
| ~28.00?&lt;br /&gt;
|---- &lt;br /&gt;
|[[Chain sleeve]]&lt;br /&gt;
| 0.77 kg&lt;br /&gt;
| 0.70 kg x2&lt;br /&gt;
| 5.00&lt;br /&gt;
|----&lt;br /&gt;
|[[Chain gauntlet]]&lt;br /&gt;
| 0.33 kg&lt;br /&gt;
| 0.30 kg x2&lt;br /&gt;
| Start&lt;br /&gt;
|---- &lt;br /&gt;
|[[Chain pants]]&lt;br /&gt;
| 2.42 kg&lt;br /&gt;
| 2.20 kg&lt;br /&gt;
| 11.50&lt;br /&gt;
|---- &lt;br /&gt;
|[[Chain boot]]&lt;br /&gt;
| 0.77 kg&lt;br /&gt;
| 0.70 kg x2&lt;br /&gt;
| Start&lt;br /&gt;
|----&lt;br /&gt;
|Total Suit&lt;br /&gt;
| 9.02 kg&lt;br /&gt;
| 8.20 kg&lt;br /&gt;
| ~28.00?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that some items, particularily the pants and jacket, are difficult to create. They will not show up in the create menu unless you have a good anvil and/or high skill.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Titles ==&lt;br /&gt;
* Chainsmith at 50 skill&lt;br /&gt;
* Renowned Chainsmith at 70 skill&lt;br /&gt;
* Master Chainsmith at 90 skill&lt;br /&gt;
&lt;br /&gt;
[[Category:Skills]]&lt;br /&gt;
[[Category:Babel/C]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Talk:Kilogram&amp;diff=44988</id>
		<title>Talk:Kilogram</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Talk:Kilogram&amp;diff=44988"/>
		<updated>2009-06-15T01:08:44Z</updated>

		<summary type="html">&lt;p&gt;Rael: New page: I'm still wondering why there's a see also to slopes. ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm still wondering why there's a see also to slopes. [[User:Rael|Rael]] 20:08, 14 June 2009 (CDT)&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Animal_conditions&amp;diff=44968</id>
		<title>Animal conditions</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Animal_conditions&amp;diff=44968"/>
		<updated>2009-06-14T06:25:58Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Animals]] / '''{{PAGENAME}}'''&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
A list comprised of 'Unique' - conditions or statuses for many [[animal]]s or creatures that players may encounter.&lt;br /&gt;
&lt;br /&gt;
List of known conditions:&lt;br /&gt;
* Alert - faster moving, larger aggro range, slightly increased attack power&lt;br /&gt;
* Angry - colour changed, attack speed greatly increased, stamina decreased, focuses and frenzies easier&lt;br /&gt;
* Champion - animal model size greatly increased, attack speed increased, attack power increased, defense increased&lt;br /&gt;
* Diseased - attack speed greatly reduced, attack power greatly reduced, stamina greatly reduced&lt;br /&gt;
* Fierce - animal model slightly larger, colour changed, attack speed increased, stamina increased, focuses easier&lt;br /&gt;
* Greenish - animal model greatly increased, and colour changed, attack speed greatly increased, attack power greatly increased&lt;br /&gt;
* Hardened - greatly increased stamina, greatly increased armor&lt;br /&gt;
* Lurking - animal stealths (can only be seen within 5 tiles of it), slightly faster attack speed&lt;br /&gt;
* Raging - attack speed greatly increased, colour changed, stamina decreased, higher focus and frenzy amplitude&lt;br /&gt;
* Scared - animal model size slightly larger, colour changed, attack speed decreased, attack power decreased, stamina decreased, smaller aggro range&lt;br /&gt;
* Slow - animal model size slightly larger, colour changed, attack speed greatly decreased, attack power greatly decreased, stamina increased&lt;br /&gt;
* Sly - animal model size slightly smaller, colour changed, attack speed decreased, attack power increased, stamina decreased, less speed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All prefixed animals give additional [[Fighting]] skill, and provide optimal gain at aged or above.&lt;br /&gt;
&lt;br /&gt;
[[Category:Misc]][[Category:Babel/A]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Bandage&amp;diff=44967</id>
		<title>Bandage</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Bandage&amp;diff=44967"/>
		<updated>2009-06-14T06:23:24Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Healing]] / [[First Aid]] / '''Bandage'''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
An item applied to a wound to aid in healing.&lt;br /&gt;
&lt;br /&gt;
== Items required == &lt;br /&gt;
Any item made from cotton, some examples:&lt;br /&gt;
* [[Cotton]]&lt;br /&gt;
* [[Rags]]&lt;br /&gt;
* [[String of cloth]]&lt;br /&gt;
* [[Cloth sleeve]]&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
Equip the cotton item, right click on wound, and click on First Aid.&lt;br /&gt;
&lt;br /&gt;
== Resulting product ==&lt;br /&gt;
[[Bandage|Bandaged]] or damage reduced on a wound.&lt;br /&gt;
&lt;br /&gt;
== Skills used ==&lt;br /&gt;
* [[Healing]]&lt;br /&gt;
* [[First aid]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* A bandaged wound means you can't put another bandage on it unless you hurt yourself in the same spot again.&lt;br /&gt;
* You can combine many rags or strings of cloth, only the amount needed to bandage the wound will be used when healing.&lt;br /&gt;
* Items that can't be combined (satchels, cloth armor, etc) will use the entire item when bandaging.&lt;br /&gt;
* The speed of treating a wound is dependant on the type/damage.&lt;br /&gt;
&lt;br /&gt;
[[Category:Cloth tailoring items]]&lt;br /&gt;
[[Category:Babel/B]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Category:Wounds&amp;diff=44966</id>
		<title>Category:Wounds</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Category:Wounds&amp;diff=44966"/>
		<updated>2009-06-14T06:14:41Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Injuries can be caused by falls, thorns, animals and other players. These wounds will appear under the affected body part in your player's inventory window, under the expanded body tab. Wounds can vary in damage.&lt;br /&gt;
&lt;br /&gt;
It is said that wounds beyond 25 [[damage]] will worsen over time.&lt;br /&gt;
&lt;br /&gt;
See also: [[Healing]] | [[Healing Cover]] | [[Bandage]] | [[First Aid]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Square_piece_of_cloth&amp;diff=44964</id>
		<title>Square piece of cloth</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Square_piece_of_cloth&amp;diff=44964"/>
		<updated>2009-06-14T05:33:48Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Tailoring]] / [[Cloth Tailoring]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
{{item&lt;br /&gt;
|name={{PAGENAME}}&lt;br /&gt;
|active=[[string of cloth]] (.3 kg)&lt;br /&gt;
|passive=[[floor loom]] &lt;br /&gt;
|group=Miscellaneous&lt;br /&gt;
|materials=no&lt;br /&gt;
|result=*'''{{PAGENAME}}''' (.3 kg)&lt;br /&gt;
|skill=cloth tailoring&lt;br /&gt;
|improve=no&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
A square piece of cloth&lt;br /&gt;
&lt;br /&gt;
The [[quality]] of the [[floor loom]] affects the success chance.&lt;br /&gt;
== Usage ==&lt;br /&gt;
* [[Cloth armor]] &lt;br /&gt;
* [[Satchel]]&lt;br /&gt;
* [[Sheet]]&lt;br /&gt;
* [[Small square sail]]&lt;br /&gt;
* [[Square sail]]&lt;br /&gt;
* [[Triangular sail]]&lt;br /&gt;
* [[Wooden altar]]&lt;br /&gt;
* [[Dredge]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/S]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=String_of_cloth&amp;diff=44963</id>
		<title>String of cloth</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=String_of_cloth&amp;diff=44963"/>
		<updated>2009-06-14T04:47:53Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[Skills]] / [[Tailoring]] / [[Cloth tailoring]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
{{item&lt;br /&gt;
|name={{PAGENAME}}&lt;br /&gt;
|active=[[cotton]] (0.2 kg)&lt;br /&gt;
|passive=[[wooden spindle]] &lt;br /&gt;
|group=Miscellaneous&lt;br /&gt;
|materials=no&lt;br /&gt;
|result=*'''{{PAGENAME}}''' (0.10 kg)&lt;br /&gt;
*[[Rags]] (0.10 kg)&lt;br /&gt;
|skill=cloth tailoring&lt;br /&gt;
|improve=no&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
A fine [[string of cloth]] wound around a piece of [[wood]].&lt;br /&gt;
&lt;br /&gt;
The [[quality]] of the [[wooden spindle]] affects the success chance.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
:* [[Fishing line]]&lt;br /&gt;
:* [[Square piece of cloth]]&lt;br /&gt;
:* [[Yoyo]]&lt;br /&gt;
:* [[Candle]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/S]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44962</id>
		<title>Settlement:Outlaws Village</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44962"/>
		<updated>2009-06-14T04:44:06Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{S-GV-mr}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name= Outlaw's Village&lt;br /&gt;
|motto=We are the yellow submarine!&lt;br /&gt;
|type=no&lt;br /&gt;
|size=N/A&lt;br /&gt;
|mayor=Noobpwner&lt;br /&gt;
|population=10-ish&lt;br /&gt;
|allies=*[[Valley Forge|Valley Forge]]&lt;br /&gt;
*[[Yew|Yew]]&lt;br /&gt;
}}&lt;br /&gt;
== History ==&lt;br /&gt;
The Outlaw's Village is a small community on Horde of the Summoned Lake on the [[Golden Valley]] Server, It used to be headed by Cyrusx, but however, on the date of Wednesday, April 15, 2009, most of the writs belonging to the village were transferred to JingleJangles. On Friday, May 8, 2009, the village was sold to Noobpwner as JingleJangles and the rest of the current Outlaws were moving to a premium server.&lt;br /&gt;
&lt;br /&gt;
== Please Note ==&lt;br /&gt;
The Outlaw's village is un-deeded but is currently looking for anyone who would be interesting in joining, simply send Noobpwner a PM!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
The only resources belonging to the Outlaw's village are [[iron]], [[wood]], a [[well]], and a nearby lake (HoTS lake)&lt;br /&gt;
&lt;br /&gt;
Outlaw's also has some other veins, as well as a few farmpatches currently.&lt;br /&gt;
&lt;br /&gt;
Outlaw's currently have three mines, one which is mapped [[Outlaws Village/HQ Mine|here]]&lt;br /&gt;
&lt;br /&gt;
== Battles ==&lt;br /&gt;
'''Battle of the Aged Scorpion'''&lt;br /&gt;
&lt;br /&gt;
JingleJangles, Dragonpen, Thewittytraveler, Jade, Rhaen, Klownie, Noobpwner and two dogs all bravely took part in destroying the evil menace terrorizing the village.&lt;br /&gt;
&lt;br /&gt;
'''Deadly Animal Spawn Week'''&lt;br /&gt;
&lt;br /&gt;
Around Wednesday 10 Juny 2009 the deadly animals started respawning, having fought of a total of 90 animals so far the situation worsens as champ cave bugs spawn in the village and bear cavalries terrorize the outsides. In the meanwhile the village is slowly decaying its walls allowing for more hilarious chaos to ensue.&lt;br /&gt;
&lt;br /&gt;
== Pictures == &lt;br /&gt;
&lt;br /&gt;
Here is a map as designed by Thewittytraveler&lt;br /&gt;
&lt;br /&gt;
http://wit27.fileave.com/Outlaw%20Village.JPG&lt;br /&gt;
&lt;br /&gt;
Below are screenshots &lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws11.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws22.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws33.jpg&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/O]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44957</id>
		<title>Settlement:Outlaws Village</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44957"/>
		<updated>2009-06-14T04:34:53Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{S-GV-mr}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name= Outlaw's Village&lt;br /&gt;
|motto=We are the yellow submarine!&lt;br /&gt;
|type=no&lt;br /&gt;
|size=N/A&lt;br /&gt;
|mayor=Noobpwner&lt;br /&gt;
|population=10-ish&lt;br /&gt;
|allies=*[[Valley Forge|Valley Forge]]&lt;br /&gt;
*[[Yew|Yew]]&lt;br /&gt;
}}&lt;br /&gt;
== History ==&lt;br /&gt;
The Outlaw's Village is a small community on Horde of the Summoned Lake on the [[Golden Valley]] Server, It used to be headed by Cyrusx, but however, on the date of Wednesday, April 15, 2009, most of the writs belonging to the village were transferred to JingleJangles. On Friday, May 8, 2009, the village was sold to Noobpwner as JingleJangles and the rest of the current Outlaws were moving to a premium server.&lt;br /&gt;
&lt;br /&gt;
== Please Note ==&lt;br /&gt;
The Outlaw's village is un-deeded but is currently looking for anyone who would be interesting in joining, simply send Noobpwner a PM!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
The only resources belonging to the Outlaw's village are [[iron]], [[wood]], a [[well]], and a nearby lake (HoTS lake)&lt;br /&gt;
&lt;br /&gt;
Outlaw's also has some other veins, as well as a few farmpatches currently.&lt;br /&gt;
&lt;br /&gt;
Outlaw's currently have three mines, one which is mapped [[Outlaws Village\hq mine|here]]&lt;br /&gt;
&lt;br /&gt;
== Battles ==&lt;br /&gt;
'''Battle of the Aged Scorpion'''&lt;br /&gt;
&lt;br /&gt;
JingleJangles, Dragonpen, Thewittytraveler, Jade, Rhaen, Klownie, Noobpwner and two dogs all bravely took part in destroying the evil menace terrorizing the village.&lt;br /&gt;
&lt;br /&gt;
'''Deadly Animal Spawn Week'''&lt;br /&gt;
&lt;br /&gt;
Around Wednesday 10 Juny 2009 the deadly animals started respawning, having fought of a total of 90 animals so far the situation worsens as champ cave bugs spawn in the village and bear cavalries terrorize the outsides. In the meanwhile the village is slowly decaying its walls allowing for more hilarious chaos to ensue.&lt;br /&gt;
&lt;br /&gt;
== Pictures == &lt;br /&gt;
&lt;br /&gt;
Here is a map as designed by Thewittytraveler&lt;br /&gt;
&lt;br /&gt;
http://wit27.fileave.com/Outlaw%20Village.JPG&lt;br /&gt;
&lt;br /&gt;
Below are screenshots &lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws11.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws22.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws33.jpg&lt;br /&gt;
&lt;br /&gt;
[[Category:Babel/O]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Farming&amp;diff=44955</id>
		<title>Farming</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Farming&amp;diff=44955"/>
		<updated>2009-06-14T01:54:58Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CDB|Main]] / [[:Category:Skills|Skills]] / [[Nature]] / '''{{PAGENAME}}'''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The '''farming''' [[skill]] covers tending [[field]]s, sowing and [[harvest]]ing the crops. Crops can take several [[day]]s to grow, during which a farmer should farm the field [[tile]]s to remove weeds. This will improve the harvest. [[Quality]] and amount of the harvest increases when you have a high farming skill. Quality of the [[seed]] also effects the growth time of the fields.&lt;br /&gt;
&lt;br /&gt;
The seeds needed to start farming can be found while [[botanizing]] or from harvesting the crops. Harvested [[cotton]], [[wemp]] and [[pumpkin]] must be picked/crushed to recover seeds for replanting.&lt;br /&gt;
&lt;br /&gt;
Crops can be harvested at any time after the first growth level, but harvesting too early or too late results in zero return. Players with a farming skill of 15 or more can determine when a field is ready to harvest by activating a farming tool. The growth status of nearby tiles can be seen in the tool-tip when hovering over the tile. When a field reaches optimal height it will be the same height as a [[small barrel]], no taller, no shorter. The colour of the field is also possible marker, as it changes to a yellowish-green or golden when ripe. Not recommended in the dark. {{smiley}}&lt;br /&gt;
&lt;br /&gt;
The [[maximum slope]] on which you can sow seeds is 8; attempting to sow seeds on a greater slope results in a message &amp;quot;The ground is not flat enough for crops to grow. You need to flatten it first&amp;quot;. The slope '''does''' appear to effect growth speed, but crop quality is unknown.&lt;br /&gt;
&lt;br /&gt;
Sowing on a sloped tile takes into account it's compound slope, however. That is, it's slope both North-South (NS) and East-West (EW). For example, the slope can be level EW and 8-steep NS. Or 4-steep EW, 4-steep NS etc.&lt;br /&gt;
&lt;br /&gt;
== Examine details ==&lt;br /&gt;
&lt;br /&gt;
Anyone can verify if a field needs tending. &amp;quot;The crops grow steadily&amp;quot; means the field is in order, while &amp;quot;It could use a touch from the rake or some other farming tool&amp;quot; means it must be tidied with a [[rake]]. If the description mentions &amp;quot;rotting old weeds&amp;quot;, the field is overgrown and can no longer be harvested.&lt;br /&gt;
&lt;br /&gt;
Level 10 farmers can determine which type of crop is growing in a field, except at the lowest growth level (&amp;quot;freshly sown&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Level 20 farmers can determine the growth level of a field. The levels are, chronologically sorted:&lt;br /&gt;
&lt;br /&gt;
# You see a patch of freshly sown field.&lt;br /&gt;
# A few green blades pop out of the ground.&lt;br /&gt;
# Small sprouts with many blades grow here.&lt;br /&gt;
# The sprouts are growing, a bit above half their mature height.&lt;br /&gt;
# The field is almost at full height.&lt;br /&gt;
# '''The field is at full height and ready to harvest!'''&lt;br /&gt;
# '''The field is at full height and ready to harvest!''' (Used to be: The field is overaged, and some crop has been ruined.)&lt;br /&gt;
# (rotten old weeds, crops completely ruined)&lt;br /&gt;
&lt;br /&gt;
Level 60 farmers can determine the number of items they will get after a harvest when they examine the field. It should be noticed however that the number it shows it not very accurate but more of a minimum since luck and other factors change the final number.&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
* [[Rake]] for farming&lt;br /&gt;
* [[Scythe]] for harvesting [[wheat]], [[barley]], [[oat]] and [[rye]]&lt;br /&gt;
* [[Small barrel]] to indicate perfect harvesting time; the crops will be the same height, or slightly higher than a small barrel when ready to harvest.&lt;br /&gt;
&lt;br /&gt;
== Farming Products ==&lt;br /&gt;
&lt;br /&gt;
* [[Barley]]&lt;br /&gt;
* [[Corn]]&lt;br /&gt;
* [[Cotton]]&lt;br /&gt;
* [[Garlic]]&lt;br /&gt;
* [[Oat]]&lt;br /&gt;
* [[Onion]]&lt;br /&gt;
* [[Potato]]&lt;br /&gt;
* [[Pumpkin]]&lt;br /&gt;
* [[Rye]]&lt;br /&gt;
* [[Wemp]]&lt;br /&gt;
* [[Wheat]]&lt;br /&gt;
&lt;br /&gt;
== [[Titles]] ==&lt;br /&gt;
* Farmer at 50 skill&lt;br /&gt;
* Crofter at 70 skill&lt;br /&gt;
* Master Farmer at 90 skill&lt;br /&gt;
&lt;br /&gt;
== Tritus's Quick Guide ==&lt;br /&gt;
&lt;br /&gt;
Farming can be a difficult skill to start, in the sense that getting your hands on the seeds as a new player can be extremely time consuming.&lt;br /&gt;
But, since most people build their first house with at least some surrounding land fenced off ...&lt;br /&gt;
&lt;br /&gt;
[[Forage]] and [[Botanise]] a few times every time you log on. Every time you get a seed, plant it in the grounds of your house.&lt;br /&gt;
&lt;br /&gt;
'''Notes:'''&lt;br /&gt;
* to prepare the ground for planting you may need to [[Flatten]] and then [[Cultivate]] it.&lt;br /&gt;
* initially you should start with an easier crop such as [[Corn]], [[Cotton]], [[Potato]] or [[Wemp]]. Otherwise you may get zero skill gain.&lt;br /&gt;
* [[Onion]] and [[Garlic]] definitely give zero skill gain with up to 22 in farming. They give some skill gain near 30.&lt;br /&gt;
&lt;br /&gt;
Once you have sown your seeds, you want to Farm the tile at least once every real day.&lt;br /&gt;
&lt;br /&gt;
You will raise your skill more quickly if you Farm more often, although once every 6 hours is about the most often you will be able to.&lt;br /&gt;
&lt;br /&gt;
Your crops should begin to ripen about two days later at the same time as you planted them but this is not precise. Each tile will grow at a different rate and if you sow 10 seeds at the same time then those ten tiles may ripen individually in 2-3 days.&lt;br /&gt;
&lt;br /&gt;
Your crops will be ripe when the top of the crop (when groomed) is exactly level with the top of a Small Barrel placed in the tile.&lt;br /&gt;
&lt;br /&gt;
Your crops need to be harvested within about 8 hours of becoming ripe. If you Harvest early you will get reduced yield and if you Harvest late you will get reduced yield. If you are only getting one potato, or whatever, anyway then you will get nothing from early or late harvesting.&lt;br /&gt;
&lt;br /&gt;
At higher skill levels you should be able to harvest early or late without losing all of your crop.&lt;br /&gt;
&lt;br /&gt;
After you harvest you should Sow one seed right back into the tile. &lt;br /&gt;
&lt;br /&gt;
You get almost no skill for Sowing. You get most skill from Farming and maybe a little less than that for Harvesting.&lt;br /&gt;
&lt;br /&gt;
Your best bet is to assume that you will not be making any real crop gain from your Farming until your skill is at 15. In other words, up to that point all your Farming will be very much sowing one seed get one seed back.&lt;br /&gt;
&lt;br /&gt;
With a 50 tile farm you will get roughly 1 point of farming per day if you tend your fields twice a day. Takes about 20 mins to tend 50 tiles with a QL 10 Rake. As your skill level improves yield increases from 1 through 3 and 4 to 6.&lt;br /&gt;
&lt;br /&gt;
'''Tip:''': If possible always Sow, Farm and Harvest at the same time just before you go to bed. That way, if you can check again first thing after you wake up, you should almost never lose any crop.&lt;br /&gt;
&lt;br /&gt;
Alternatively, do all your farming immediately after you login, at the same time every day.&lt;br /&gt;
&lt;br /&gt;
=== Basic Farming Cycle ===&lt;br /&gt;
&lt;br /&gt;
# Sow&lt;br /&gt;
# Farm (at least once per day)&lt;br /&gt;
# Harvest (when your crop is level with the top of a [[Small Barrel]])&lt;br /&gt;
# Sow (always replant at least one seed from your harvest)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Yield Borders (approximated) ===&lt;br /&gt;
&lt;br /&gt;
{|   class=sortable&lt;br /&gt;
!  Crop  !!  Yield 3  !!  Yield 4  !!  Yield 6  &lt;br /&gt;
|-&lt;br /&gt;
| Corn ||  [18] 20 ||   ||&lt;br /&gt;
|-&lt;br /&gt;
| Cotton ||  [10] 15 || [30]  ||&lt;br /&gt;
|-&lt;br /&gt;
| Garlic || [18] 20 ||   ||&lt;br /&gt;
|-&lt;br /&gt;
| Onion ||  [18] 20 ||   ||&lt;br /&gt;
|-&lt;br /&gt;
| Potato ||  [10] 15  || [30]   ||&lt;br /&gt;
|-&lt;br /&gt;
| Pumpkin || [10?] 15? ||   ||&lt;br /&gt;
|-&lt;br /&gt;
| Wemp ||  [15.6] 20  ||    ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Numbers in brackets indicate the earliest that I got a yield of that amount.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Dairy farming]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Skills]]&lt;br /&gt;
[[Category:Babel/F]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Talk:Outlaws_Village%5Chq_mine&amp;diff=44950</id>
		<title>Talk:Outlaws Village\hq mine</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Talk:Outlaws_Village%5Chq_mine&amp;diff=44950"/>
		<updated>2009-06-13T17:16:35Z</updated>

		<summary type="html">&lt;p&gt;Rael: New page: Why do I have the feeling I'm doing it wrong? ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why do I have the feeling I'm doing it wrong? [[User:Rael|Rael]] 12:16, 13 June 2009 (CDT)&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44949</id>
		<title>Settlement:Outlaws Village</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44949"/>
		<updated>2009-06-13T17:16:14Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{S-GV-mr}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name= Outlaw's Village&lt;br /&gt;
|motto=We are the yellow submarine!&lt;br /&gt;
|type=no&lt;br /&gt;
|size=N/A&lt;br /&gt;
|mayor=Noobpwner&lt;br /&gt;
|population=10-ish&lt;br /&gt;
|allies=*[[Valley Forge|Valley Forge]]&lt;br /&gt;
*[[Yew|Yew]]&lt;br /&gt;
}}&lt;br /&gt;
== History ==&lt;br /&gt;
The Outlaw's Village is a small community on Horde of the Summoned Lake on the [[Golden Valley]] Server, It used to be headed by Cyrusx, but however, on the date of Wednesday, April 15, 2009, most of the writs belonging to the village were transferred to JingleJangles. On Friday, May 8, 2009, the village was sold to Noobpwner as JingleJangles and the rest of the current Outlaws were moving to a premium server.&lt;br /&gt;
&lt;br /&gt;
== Please Note ==&lt;br /&gt;
The Outlaw's village is un-deeded but is currently looking for anyone who would be interesting in joining, simply send Noobpwner a PM!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
The only resources belonging to the Outlaw's village are [[iron]], [[wood]], a [[well]], and a nearby lake (HoTS lake)&lt;br /&gt;
&lt;br /&gt;
Outlaw's also has some other veins, as well as a few farmpatches currently.&lt;br /&gt;
&lt;br /&gt;
Outlaw's currently have three mines, one which is mapped [[Outlaws Village\hq mine|here]]&lt;br /&gt;
&lt;br /&gt;
== Battles ==&lt;br /&gt;
'''Battle of the Aged Scorpion'''&lt;br /&gt;
&lt;br /&gt;
JingleJangles, Dragonpen, Thewittytraveler, Jade, Rhaen, Klownie, Noobpwner and two dogs all bravely took part in destroying the evil menace terrorizing the village.&lt;br /&gt;
&lt;br /&gt;
'''Deadly Animal Spawn Week'''&lt;br /&gt;
&lt;br /&gt;
Around Wednesday 10 Juny 2009 the deadly animals started respawning, having fought of a total of 90 animals so far the situation worsens as champ cave bugs spawn in the village and bear cavalries terrorize the outsides. In the meanwhile the village is slowly decaying its walls allowing for more hilarious chaos to ensue.&lt;br /&gt;
&lt;br /&gt;
== Pictures == &lt;br /&gt;
&lt;br /&gt;
Here is a map as designed by Thewittytraveler&lt;br /&gt;
&lt;br /&gt;
http://wit27.fileave.com/Outlaw%20Village.JPG&lt;br /&gt;
&lt;br /&gt;
Below are screenshots &lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws11.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws22.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws33.jpg&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44948</id>
		<title>Settlement:Outlaws Village</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44948"/>
		<updated>2009-06-13T17:15:12Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{S-GV-mr}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name= Outlaw's Village&lt;br /&gt;
|motto=We are the yellow submarine!&lt;br /&gt;
|type=no&lt;br /&gt;
|size=N/A&lt;br /&gt;
|mayor=Noobpwner&lt;br /&gt;
|population=10-ish&lt;br /&gt;
|allies=*[[Valley Forge|Valley Forge]]&lt;br /&gt;
*[[Yew|Yew]]&lt;br /&gt;
}}&lt;br /&gt;
== History ==&lt;br /&gt;
The Outlaw's Village is a small community on Horde of the Summoned Lake on the [[Golden Valley]] Server, It used to be headed by Cyrusx, but however, on the date of Wednesday, April 15, 2009, most of the writs belonging to the village were transferred to JingleJangles. On Friday, May 8, 2009, the village was sold to Noobpwner as JingleJangles and the rest of the current Outlaws were moving to a premium server.&lt;br /&gt;
&lt;br /&gt;
== Please Note ==&lt;br /&gt;
The Outlaw's village is un-deeded but is currently looking for anyone who would be interesting in joining, simply send Noobpwner a PM!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
The only resources belonging to the Outlaw's village are [[iron]], [[wood]], a [[well]], and a nearby lake (HoTS lake)&lt;br /&gt;
&lt;br /&gt;
Outlaw's also has some other veins, as well as a few farmpatches currently.&lt;br /&gt;
&lt;br /&gt;
Outlaw's currently have three mines, one which is mapped [[outlaws village\hq mine|here]]&lt;br /&gt;
&lt;br /&gt;
== Battles ==&lt;br /&gt;
'''Battle of the Aged Scorpion'''&lt;br /&gt;
&lt;br /&gt;
JingleJangles, Dragonpen, Thewittytraveler, Jade, Rhaen, Klownie, Noobpwner and two dogs all bravely took part in destroying the evil menace terrorizing the village.&lt;br /&gt;
&lt;br /&gt;
'''Deadly Animal Spawn Week'''&lt;br /&gt;
&lt;br /&gt;
Around Wednesday 10 Juny 2009 the deadly animals started respawning, having fought of a total of 90 animals so far the situation worsens as champ cave bugs spawn in the village and bear cavalries terrorize the outsides. In the meanwhile the village is slowly decaying its walls allowing for more hilarious chaos to ensue.&lt;br /&gt;
&lt;br /&gt;
== Pictures == &lt;br /&gt;
&lt;br /&gt;
Here is a map as designed by Thewittytraveler&lt;br /&gt;
&lt;br /&gt;
http://wit27.fileave.com/Outlaw%20Village.JPG&lt;br /&gt;
&lt;br /&gt;
Below are screenshots &lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws11.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws22.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws33.jpg&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44947</id>
		<title>Settlement:Outlaws Village</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44947"/>
		<updated>2009-06-13T17:14:25Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{S-GV-mr}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name= Outlaw's Village&lt;br /&gt;
|motto=We are the yellow submarine!&lt;br /&gt;
|type=no&lt;br /&gt;
|size=N/A&lt;br /&gt;
|mayor=Noobpwner&lt;br /&gt;
|population=10-ish&lt;br /&gt;
|allies=*[[Valley Forge|Valley Forge]]&lt;br /&gt;
*[[Yew|Yew]]&lt;br /&gt;
}}&lt;br /&gt;
== History ==&lt;br /&gt;
The Outlaw's Village is a small community on Horde of the Summoned Lake on the [[Golden Valley]] Server, It used to be headed by Cyrusx, but however, on the date of Wednesday, April 15, 2009, most of the writs belonging to the village were transferred to JingleJangles. On Friday, May 8, 2009, the village was sold to Noobpwner as JingleJangles and the rest of the current Outlaws were moving to a premium server.&lt;br /&gt;
&lt;br /&gt;
== Please Note ==&lt;br /&gt;
The Outlaw's village is un-deeded but is currently looking for anyone who would be interesting in joining, simply send Noobpwner a PM!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
The only resources belonging to the Outlaw's village are [[iron]], [[wood]], a [[well]], and a nearby lake (HoTS lake)&lt;br /&gt;
&lt;br /&gt;
Outlaw's also has some other veins, as well as a few farmpatches currently.&lt;br /&gt;
&lt;br /&gt;
Outlaw's currently have three mines, one which is mapped [[outlaws village/hq mine|here]]&lt;br /&gt;
&lt;br /&gt;
== Battles ==&lt;br /&gt;
'''Battle of the Aged Scorpion'''&lt;br /&gt;
&lt;br /&gt;
JingleJangles, Dragonpen, Thewittytraveler, Jade, Rhaen, Klownie, Noobpwner and two dogs all bravely took part in destroying the evil menace terrorizing the village.&lt;br /&gt;
&lt;br /&gt;
'''Deadly Animal Spawn Week'''&lt;br /&gt;
&lt;br /&gt;
Around Wednesday 10 Juny 2009 the deadly animals started respawning, having fought of a total of 90 animals so far the situation worsens as champ cave bugs spawn in the village and bear cavalries terrorize the outsides. In the meanwhile the village is slowly decaying its walls allowing for more hilarious chaos to ensue.&lt;br /&gt;
&lt;br /&gt;
== Pictures == &lt;br /&gt;
&lt;br /&gt;
Here is a map as designed by Thewittytraveler&lt;br /&gt;
&lt;br /&gt;
http://wit27.fileave.com/Outlaw%20Village.JPG&lt;br /&gt;
&lt;br /&gt;
Below are screenshots &lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws11.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws22.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws33.jpg&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44933</id>
		<title>Settlement:Outlaws Village</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44933"/>
		<updated>2009-06-13T05:03:54Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{S-GV-mr}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name= Outlaw's Village&lt;br /&gt;
|motto=We are the yellow submarine!&lt;br /&gt;
|type=no&lt;br /&gt;
|size=N/A&lt;br /&gt;
|mayor=Noobpwner&lt;br /&gt;
|population=10-ish&lt;br /&gt;
|allies=*[[Valley Forge|Valley Forge]]&lt;br /&gt;
*[[Yew|Yew]]&lt;br /&gt;
}}&lt;br /&gt;
== History ==&lt;br /&gt;
The Outlaw's Village is a small community on Horde of the Summoned Lake on the [[Golden Valley]] Server, It used to be headed by Cyrusx, but however, on the date of Wednesday, April 15, 2009, most of the writs belonging to the village were transferred to JingleJangles. On Friday, May 8, 2009, the village was sold to Noobpwner as JingleJangles and the rest of the current Outlaws were moving to a premium server.&lt;br /&gt;
&lt;br /&gt;
== Please Note ==&lt;br /&gt;
The Outlaw's village is un-deeded but is currently looking for anyone who would be interesting in joining, simply send Noobpwner a PM!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
The only resources belonging to the Outlaw's village are [[iron]], [[wood]], a [[well]], and a nearby lake (HoTS lake)&lt;br /&gt;
&lt;br /&gt;
Outlaw's also has some other veins, as well as a few farmpatches currently.&lt;br /&gt;
&lt;br /&gt;
== Battles ==&lt;br /&gt;
'''Battle of the Aged Scorpion'''&lt;br /&gt;
&lt;br /&gt;
JingleJangles, Dragonpen, Thewittytraveler, Jade, Rhaen, Klownie, Noobpwner and two dogs all bravely took part in destroying the evil menace terrorizing the village.&lt;br /&gt;
&lt;br /&gt;
'''Deadly Animal Spawn Week'''&lt;br /&gt;
&lt;br /&gt;
Around Wednesday 10 Juny 2009 the deadly animals started respawning, having fought of a total of 90 animals so far the situation worsens as champ cave bugs spawn in the village and bear cavalries terrorize the outsides. In the meanwhile the village is slowly decaying its walls allowing for more hilarious chaos to ensue.&lt;br /&gt;
&lt;br /&gt;
== Pictures == &lt;br /&gt;
&lt;br /&gt;
Here is a map as designed by Thewittytraveler&lt;br /&gt;
&lt;br /&gt;
http://wit27.fileave.com/Outlaw%20Village.JPG&lt;br /&gt;
&lt;br /&gt;
Below are screenshots &lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws11.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws22.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws33.jpg&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44932</id>
		<title>Settlement:Outlaws Village</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44932"/>
		<updated>2009-06-13T05:01:45Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* Battles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{S-GV-mr}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name= Outlaw's Village&lt;br /&gt;
|motto=We are the yellow submarine!&lt;br /&gt;
|type=no&lt;br /&gt;
|size=N/A&lt;br /&gt;
|mayor=Noobpwner&lt;br /&gt;
|population=10-ish&lt;br /&gt;
|allies=*[[Valley Forge|Valley Forge]]&lt;br /&gt;
*[[Yew|Yew]]&lt;br /&gt;
}}&lt;br /&gt;
== History ==&lt;br /&gt;
The Outlaw's Village is a small community on Horde of the Summoned Lake on the [[Golden Valley]] Server, It used to be headed by Cyrusx, but however, on the date of Wednesday, April 15, 2009, most of the writs belonging to the village were transferred to JingleJangles. On Friday, May 8, 2009, the village was sold to Noobpwner as JingleJangles and the rest of the current Outlaws were moving to a premium server.&lt;br /&gt;
&lt;br /&gt;
== Please Note ==&lt;br /&gt;
The Outlaw's village is un-deeded but is currently looking for anyone who would be interesting in joining, simply send Noobpwner a PM!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
The only resources belonging to the Outlaw's village are [[iron]], [[wood]], a [[well]], and a nearby lake (HoTS lake)&lt;br /&gt;
&lt;br /&gt;
== Battles ==&lt;br /&gt;
'''Battle of the Aged Scorpion'''&lt;br /&gt;
&lt;br /&gt;
JingleJangles, Dragonpen, Thewittytraveler, Jade, Rhaen, Klownie, Noobpwner and two dogs all bravely took part in destroying the evil menace terrorizing the village.&lt;br /&gt;
&lt;br /&gt;
'''Deadly Animal Spawn Week'''&lt;br /&gt;
&lt;br /&gt;
Around Wednesday 10 Juny 2009 the deadly animals started respawning, having fought of a total of 90 animals so far the situation worsens as champ cave bugs spawn in the village and bear cavalries terrorize the outsides. In the meanwhile the village is slowly decaying its walls allowing for more hilarious chaos to ensue.&lt;br /&gt;
&lt;br /&gt;
== Pictures == &lt;br /&gt;
&lt;br /&gt;
Here is a map as designed by Thewittytraveler&lt;br /&gt;
&lt;br /&gt;
http://wit27.fileave.com/Outlaw%20Village.JPG&lt;br /&gt;
&lt;br /&gt;
Below are screenshots &lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws11.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws22.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws33.jpg&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44931</id>
		<title>Settlement:Outlaws Village</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Settlement:Outlaws_Village&amp;diff=44931"/>
		<updated>2009-06-13T05:01:29Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{S-GV-mr}}&lt;br /&gt;
&lt;br /&gt;
{{settlement&lt;br /&gt;
|name= Outlaw's Village&lt;br /&gt;
|motto=We are the yellow submarine!&lt;br /&gt;
|type=no&lt;br /&gt;
|size=N/A&lt;br /&gt;
|mayor=Noobpwner&lt;br /&gt;
|population=10-ish&lt;br /&gt;
|allies=*[[Valley Forge|Valley Forge]]&lt;br /&gt;
*[[Yew|Yew]]&lt;br /&gt;
}}&lt;br /&gt;
== History ==&lt;br /&gt;
The Outlaw's Village is a small community on Horde of the Summoned Lake on the [[Golden Valley]] Server, It used to be headed by Cyrusx, but however, on the date of Wednesday, April 15, 2009, most of the writs belonging to the village were transferred to JingleJangles. On Friday, May 8, 2009, the village was sold to Noobpwner as JingleJangles and the rest of the current Outlaws were moving to a premium server.&lt;br /&gt;
&lt;br /&gt;
== Please Note ==&lt;br /&gt;
The Outlaw's village is un-deeded but is currently looking for anyone who would be interesting in joining, simply send Noobpwner a PM!&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
The only resources belonging to the Outlaw's village are [[iron]], [[wood]], a [[well]], and a nearby lake (HoTS lake)&lt;br /&gt;
&lt;br /&gt;
== Battles ==&lt;br /&gt;
'''Battle of the Aged Scorpion'''&lt;br /&gt;
&lt;br /&gt;
JingleJangles, Dragonpen, Thewittytraveler, Jade, Rhaen, Klownie, Noobpwner and two dogs all bravely took part in destroying the evil menace terrorizing the village.&lt;br /&gt;
'''Deadly Animal Spawn Week'''&lt;br /&gt;
&lt;br /&gt;
Around Wednesday 10 Juny 2009 the deadly animals started respawning, having fought of a total of 90 animals so far the situation worsens as champ cave bugs spawn in the village and bear cavalries terrorize the outsides. In the meanwhile the village is slowly decaying its walls allowing for more hilarious chaos to ensue.&lt;br /&gt;
&lt;br /&gt;
== Pictures == &lt;br /&gt;
&lt;br /&gt;
Here is a map as designed by Thewittytraveler&lt;br /&gt;
&lt;br /&gt;
http://wit27.fileave.com/Outlaw%20Village.JPG&lt;br /&gt;
&lt;br /&gt;
Below are screenshots &lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws11.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws22.jpg&lt;br /&gt;
&lt;br /&gt;
http://i147.photobucket.com/albums/r304/Tim610/outlaws33.jpg&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=User:Rael&amp;diff=44930</id>
		<title>User:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=User:Rael&amp;diff=44930"/>
		<updated>2009-06-13T04:56:36Z</updated>

		<summary type="html">&lt;p&gt;Rael: /* Biography */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Biography==&lt;br /&gt;
===Who is Rael?===&lt;br /&gt;
Rael is a [[Mol Rehan]]&lt;br /&gt;
Rael is a member of [[Outlaws Village]] on [[Golden Valley]].&lt;br /&gt;
&lt;br /&gt;
===Location===&lt;br /&gt;
&lt;br /&gt;
[[Golden Valley]].&lt;br /&gt;
&lt;br /&gt;
Southwest of PA's barracks.&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=User:Rael&amp;diff=44929</id>
		<title>User:Rael</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=User:Rael&amp;diff=44929"/>
		<updated>2009-06-13T04:55:23Z</updated>

		<summary type="html">&lt;p&gt;Rael: New page: ==Biography== ===Who is Rael?=== Rael is a Mol Rehan  ===Location===  Golden Valley.  Southwest of PA's barracks.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Biography==&lt;br /&gt;
===Who is Rael?===&lt;br /&gt;
Rael is a Mol Rehan&lt;br /&gt;
&lt;br /&gt;
===Location===&lt;br /&gt;
&lt;br /&gt;
Golden Valley.&lt;br /&gt;
&lt;br /&gt;
Southwest of PA's barracks.&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Special:Badtitle/NS117:Medium&amp;diff=44928</id>
		<title>Special:Badtitle/NS117:Medium</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Special:Badtitle/NS117:Medium&amp;diff=44928"/>
		<updated>2009-06-13T04:53:08Z</updated>

		<summary type="html">&lt;p&gt;Rael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://wurmonline.com/forum/index.php?topic=19488.msg184306&lt;br /&gt;
Forum thread relating to medium wounds which do indeed get worse. Is there a damage threshold for wounds to heal on their own? e.g. 20, 25? [[User:Marni|Marni]] 03:24, 28 May 2009 (CDT)&lt;br /&gt;
:it could be nutrition related [[User:Norill|Norill]]&lt;br /&gt;
::It's actually damage related, I can almost confirm the treshold is 25, my pet got a severe eventually from a medium, and I had a 20 medium at that time which didn't worsen. [[User:Rael|Rael]] 23:53, 12 June 2009 (CDT)&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
	<entry>
		<id>https://www.wurmpedia.com/index.php?title=Meat_fillet&amp;diff=44927</id>
		<title>Meat fillet</title>
		<link rel="alternate" type="text/html" href="https://www.wurmpedia.com/index.php?title=Meat_fillet&amp;diff=44927"/>
		<updated>2009-06-13T04:13:00Z</updated>

		<summary type="html">&lt;p&gt;Rael: Redirecting to Meat filet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[meat filet]]&lt;/div&gt;</summary>
		<author><name>Rael</name></author>
		
	</entry>
</feed>