<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.wesnoth.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dipseydoodle</id>
	<title>The Battle for Wesnoth Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wesnoth.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dipseydoodle"/>
	<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/Special:Contributions/Dipseydoodle"/>
	<updated>2026-05-30T20:55:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38787</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38787"/>
		<updated>2010-10-29T17:37:58Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
This is a basic unit file.&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following lines of code into our favorite text editor and then edit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(I'll do this instead of breaking it up into small pieces. Get rid of the numbers behind the code!)&lt;br /&gt;
  1. #textdomain wesnoth-MAE # (The eras initials, MAE stand for My Awesome Era)&lt;br /&gt;
  2. [unit_type]&lt;br /&gt;
  3.     id=ERA-name-of-unit&lt;br /&gt;
  4.     name= _ &amp;quot;Name of unit&amp;quot;&lt;br /&gt;
  5.     race=name of race&lt;br /&gt;
  6.     image=&amp;quot;path/to/image.png&amp;quot;&lt;br /&gt;
  7.     profile=&amp;quot;path/to/portrait.png&amp;quot;&lt;br /&gt;
  8.     ellipse=&amp;quot;misc/ellipse&amp;quot; # (We'll use the default one for now)&lt;br /&gt;
  9.     {MAGENTA_IS_THE_TEAM_COLOR}&lt;br /&gt;
 10.    hitpoints=1000000&lt;br /&gt;
 11.    movement_type=smallfoot  # (we'll get to this later but for now use smallfoot)&lt;br /&gt;
 12.    movement=6 # (quite obvious)&lt;br /&gt;
 13.    experience=26&lt;br /&gt;
 14.    level=0&lt;br /&gt;
 15.    alignment=neutral&lt;br /&gt;
 16.    advances_to=unit name # (always separate choices with a comma)&lt;br /&gt;
 17.    # undead_variation= # (use mounted if it's a horse unit)&lt;br /&gt;
 18.    cost=8&lt;br /&gt;
 19.    usage= # (fighter,mixedfighter,healer etc...)&lt;br /&gt;
 20.    description= _ &amp;quot;A small description of the unit.&amp;quot;&lt;br /&gt;
 21.    die_sound=diesound.ogg # (look at mainline unit files for an example)&lt;br /&gt;
 22.    [portrait]&lt;br /&gt;
 23.        size=400&lt;br /&gt;
 24.        side=&amp;quot;left&amp;quot;&lt;br /&gt;
 25.        mirror=&amp;quot;false&amp;quot;&lt;br /&gt;
 26.        image=&amp;quot;path/to/portrait.png&amp;quot;&lt;br /&gt;
 27.     [/portrait]&lt;br /&gt;
 28.     [attack]&lt;br /&gt;
 29.        name=spear&lt;br /&gt;
 30.        description=_ &amp;quot;spear&amp;quot;&lt;br /&gt;
 31.        type=pierce&lt;br /&gt;
 32.        range=melee&lt;br /&gt;
 33.        damage=4&lt;br /&gt;
 34.        number=2&lt;br /&gt;
 35.     [/attack]&lt;br /&gt;
 36. [/unit_type]&lt;br /&gt;
&lt;br /&gt;
For imformation on how to add this to an era go to: http://wiki.wesnoth.org/EraWML&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And there's still more to come!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38779</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38779"/>
		<updated>2010-10-28T22:38:30Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
This is a basic unit file.&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following lines of code into our favorite text editor and then edit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(I'll do this instead of breaking it up into small pieces. Get rid of the numbers behind the code!)&lt;br /&gt;
1. #textdomain wesnoth-MAE (The eras initials, MAE stand for My Awesome Era)&lt;br /&gt;
2. [unit_type]&lt;br /&gt;
3.     id=ERA-name-of-unit&lt;br /&gt;
4.     name= _ &amp;quot;Name of unit&amp;quot;&lt;br /&gt;
5.     race=name of race&lt;br /&gt;
6.     image=&amp;quot;path/to/image.png&amp;quot;&lt;br /&gt;
7.     profile=&amp;quot;path/to/portrait.png&amp;quot;&lt;br /&gt;
8.     ellipse=&amp;quot;misc/ellipse&amp;quot; (We'll use the default one for now)&lt;br /&gt;
9.     {MAGENTA_IS_THE_TEAM_COLOR}&lt;br /&gt;
10.    hitpoints=1000000&lt;br /&gt;
11.    movement_type=smallfoot (we'll get to this later but for now use smallfoot)&lt;br /&gt;
12.    movement=6 (quite obvious)&lt;br /&gt;
13.    experience=26&lt;br /&gt;
14.    level=0&lt;br /&gt;
15.    alignment=neutral&lt;br /&gt;
16.    advances_to=unit name (always separate choices with a comma)&lt;br /&gt;
17.    undead_variation=(use mounted if it's a horse unit)&lt;br /&gt;
18.    cost=8&lt;br /&gt;
19.    usage=(fighter,mixedfighter,healer etc...)&lt;br /&gt;
20.    description= _ &amp;quot;A small description of the unit.&amp;quot;&lt;br /&gt;
21.    die_sound=diesound.ogg (look at mainline unit files for an example)&lt;br /&gt;
22.    [portrait]&lt;br /&gt;
23.        size=400&lt;br /&gt;
24.        side=&amp;quot;left&amp;quot;&lt;br /&gt;
25.        mirror=&amp;quot;false&amp;quot;&lt;br /&gt;
26.        image=&amp;quot;path/to/portrait.png&amp;quot;&lt;br /&gt;
27.     [/portrait]&lt;br /&gt;
28.     [attack]&lt;br /&gt;
29.        name=spear&lt;br /&gt;
30.        description=_ &amp;quot;spear&amp;quot;&lt;br /&gt;
31.        type=pierce&lt;br /&gt;
32.        range=melee&lt;br /&gt;
33.        damage=4&lt;br /&gt;
34.        number=2&lt;br /&gt;
35.     [/attack]&lt;br /&gt;
36. [/unit_type]&lt;br /&gt;
&lt;br /&gt;
For imformation on how to add this to an era go to: http://wiki.wesnoth.org/EraWML&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And there's still more to come!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38770</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38770"/>
		<updated>2010-10-28T20:33:41Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following line of code into our favorite text editor&lt;br /&gt;
&lt;br /&gt;
1. #textdomain wesnoth-MYE(or the initials of your era)&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More to come!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38769</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38769"/>
		<updated>2010-10-28T20:33:20Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following line of code into our favorite text editor&lt;br /&gt;
&lt;br /&gt;
##textdomain wesnoth-MYE(or the initials of your era)&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More to come!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38768</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38768"/>
		<updated>2010-10-28T20:33:09Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following line of code into our favorite text editor&lt;br /&gt;
&lt;br /&gt;
#textdomain wesnoth-MYE(or the initials of your era)&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More to come!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38767</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38767"/>
		<updated>2010-10-28T20:32:59Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following line of code into our favorite text editor&lt;br /&gt;
&lt;br /&gt;
1. #textdomain wesnoth-MYE(or the initials of your era)&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More to come!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38766</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38766"/>
		<updated>2010-10-28T20:32:41Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following line of code into our favorite text editor&lt;br /&gt;
&lt;br /&gt;
#textdomain wesnoth-MYE(or the initials of your era)&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
More to caome!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38765</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38765"/>
		<updated>2010-10-28T20:32:23Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following line of code into our favorite text editor&lt;br /&gt;
&lt;br /&gt;
#textdomain wesnoth-MYE(or the initials of your era)&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
More to caome!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38764</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=38764"/>
		<updated>2010-10-28T20:31:52Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: This will explain how to make a simple UMC unit file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Background:&lt;br /&gt;
&lt;br /&gt;
I've waited forever to update the unit WML part of the wiki, and I will now use this time to contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
Unit WML Part One.&lt;br /&gt;
&lt;br /&gt;
To begin we will put the following line of code into our favorite text editor&lt;br /&gt;
&lt;br /&gt;
#textdomain wesnoth-MYE(or the initials of your era)&lt;br /&gt;
&lt;br /&gt;
(For text editors: Notepad is the default for Windows, Textedit is the Default for Macs).&lt;br /&gt;
&lt;br /&gt;
More to caome!&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=35987</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=35987"/>
		<updated>2010-04-10T22:14:35Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will be the page for the Apocalypse Era. I will post updates and news.&lt;br /&gt;
&lt;br /&gt;
Ok. An updated and more detailed version of the story line.&lt;br /&gt;
&lt;br /&gt;
Before Wesnoth.&lt;br /&gt;
&lt;br /&gt;
A magi predicts the coming apocalypse.&lt;br /&gt;
&lt;br /&gt;
During Wesnoth.&lt;br /&gt;
&lt;br /&gt;
Once again a magi predicts the apocalypse. But goes to the extreme while doing so.&lt;br /&gt;
&lt;br /&gt;
UtBS(Under the Burning Suns) ends.&lt;br /&gt;
&lt;br /&gt;
Nothing happens.&lt;br /&gt;
&lt;br /&gt;
The Pre-Apocalypse begins.&lt;br /&gt;
&lt;br /&gt;
A group of nomadic humans and elves search the desert for a new home in hopes that they may escape the wrath of the terrible Twin Suns of Irdya. They carve a map of the surrounding desert into a piece of bark from a dead tree and use it to keep track of where they are. They leave their camp with little to no food and water.&lt;br /&gt;
&lt;br /&gt;
Adventuring far from there camp they get lost. But, soon find a lost treasure upon doing so...... They discover the lost city of Weldyn.&lt;br /&gt;
&lt;br /&gt;
They &amp;quot;colonize&amp;quot; the city and begin hunting lizards and snakes for food and drink the water from wet, muddy sand pits.&lt;br /&gt;
&lt;br /&gt;
Time passes and word spreads that a savage group of orcs and undead had inhabited the surrounding lands.&lt;br /&gt;
&lt;br /&gt;
The savages form a invasion force in a attempt to destroy Weldyn.&lt;br /&gt;
&lt;br /&gt;
The city is burned by the savages allowing only about 50 people escape the city. The survivors are force to live in the desert once again.&lt;br /&gt;
&lt;br /&gt;
The Apocalypse Era begins.&lt;br /&gt;
&lt;br /&gt;
The survivors take the name of the resistance and swear to defeat the savages.&lt;br /&gt;
&lt;br /&gt;
In a attempt to flee from an army of walking corps. The resistance flees to a large desert mountain and hides there for a period of time.&lt;br /&gt;
&lt;br /&gt;
They are later found by a group of bandits, allied with the Undead and Orc treaty. The resistance captures the bandit leader. They travel deeper into the mountains.&lt;br /&gt;
&lt;br /&gt;
A scouting party is sent to find a legendary cave hidden somewhere deep in the mountains. The scouts return, unable to speak due to the overwhelming things they had discovered.&lt;br /&gt;
&lt;br /&gt;
The discovery was technology left from the so called technological age. The technology consisted of bio-mechanical weapons of destruction and unbelievable technologies. With the help of the captured bandits they arm themselves with the technology and prepare to attack the savages.&lt;br /&gt;
&lt;br /&gt;
Afraid that the orcs would attempt to over-through their undead allies. The Liches send a assassination group to kill the savage orcs. The orcs are slayed in a great civil war. The undead grow in strength.&lt;br /&gt;
&lt;br /&gt;
The undead defeats multiple desert tribes, adding their lands to their empire know as Lichia or Land of the Lich.&lt;br /&gt;
&lt;br /&gt;
A cataclysm shakes the desert opening the gates to the underground which is home to many monster-ish insects and beasts.&lt;br /&gt;
&lt;br /&gt;
This is the Apocalypse Era.&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=35971</id>
		<title>User:Dipseydoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=User:Dipseydoodle&amp;diff=35971"/>
		<updated>2010-04-10T16:12:55Z</updated>

		<summary type="html">&lt;p&gt;Dipseydoodle: Created page with 'This will be the page for the Apocalypse Era. I will post updates and news.'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will be the page for the Apocalypse Era. I will post updates and news.&lt;/div&gt;</summary>
		<author><name>Dipseydoodle</name></author>
		
	</entry>
</feed>