<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to create-attack</title><link>https://sourceforge.net/p/wesworkshop/wiki/create-attack/</link><description>Recent changes to create-attack</description><atom:link href="https://sourceforge.net/p/wesworkshop/wiki/create-attack/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 08 Mar 2015 15:17:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wesworkshop/wiki/create-attack/feed" rel="self" type="application/rss+xml"/><item><title>create-attack modified by bzame</title><link>https://sourceforge.net/p/wesworkshop/wiki/create-attack/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bzame</dc:creator><pubDate>Sun, 08 Mar 2015 15:17:15 -0000</pubDate><guid>https://sourceforge.netd471163cba5d1bd6ce4036b9675c0d4cb429bacf</guid></item><item><title>creating-attacks modified by bzame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v35
+++ v36
@@ -1,17 +1,11 @@
-#### Creating attacks ####
+&lt;h1 style="text-align: center;"&gt;Creating attacks&lt;/h1&gt;
+&lt;p&gt;This section explain how you can create attacks. Creating attacks is necessary to add them to units.
+To create an attack choose Menu -&gt; File -&gt; New -&gt; Attack or click the New attack button on the toolbar (identified by a sword). An input dialog is shown. Type here the name of the attack. You can use alphanumeric chars (A-Z, 0-9, a-z), spaces and underscores(_) only. The name should be unique. When you confirm your choice the program scans the library looking for other attacks with the same name. If no other attacks with that name are already stored in your library a panel like the following is opened in the window.&lt;/p&gt;
+&lt;p style="text-align: center;"&gt;&lt;img alt="Not available" height="300" src="https://a.fsdn.com/con/app/proj/wesworkshop/screenshots/attackpane.png" width="500" rel="nofollow" /&gt;&lt;/p&gt;
+&lt;p&gt;If another attack has the selected name you will be asked to change it. If you choose not to change it when you save the new attack the older one will be overwritten.&lt;/p&gt;

-This section explain how you can create attacks. Creating attacks is necessary to add them to units.
-To create an attack choose Menu -&gt; File -&gt; New -&gt; Attack or click the New attack button on the toolbar (identified by a sword). An input dialog is shown. Type here the name of the attack. You can use alphanumeric chars (A-Z, 0-9, a-z), spaces and underscores(_) only. The name should be unique. When you confirm your choice the program scans the library looking for other attacks with the same name. If no other attacks with that name are already stored in your library a panel like the following is opened in the window.
-
-[[img src=https://a.fsdn.com/con/app/proj/wesworkshop/screenshots/attackpane.png alt="Not available" width=500 height=300]]
-
-If another attack has the selected name you will be asked to change it. If you choose not to change it when you save the new attack the older one will be overwritten.
-
----
-&lt;br /&gt;
-The panel conatins one field for each attack field. An overview and the official explanation of fields can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
-&lt;a id="fields"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending); if the attacked unit is in the middle of two units of the same player, the attacker will cause double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;&lt;/ol&gt;&lt;/ul&gt;
-
----
-##### Attachments: #####
+&lt;hr /&gt;&lt;br /&gt;&lt;p&gt;The panel conatins one field for each attack field. An overview and the official explanation of fields can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
+&lt;a id="fields"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending); if the attacked unit is in the middle of two units of the same player, the attacker will cause double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;&lt;/ol&gt;&lt;/ul&gt;&lt;/p&gt;
+&lt;hr /&gt;
+&lt;h4&gt; Attachments: &lt;/h4&gt;
 &lt;ul&gt;&lt;li&gt;the attack file: [fangs.wwa](https://sourceforge.net/p/wesworkshop/wiki/create_attack/attachment/fangs.wwa), copy it to your library/attacks folder&lt;/li&gt;&lt;li&gt;the attack icon: [fangs-animal.png](https://sourceforge.net/p/wesworkshop/wiki/create_attack/attachment/fangs-animal.png); copy it to your library/attacks/img folder&lt;/li&gt;&lt;/ul&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bzame</dc:creator><pubDate>Fri, 16 May 2014 16:54:40 -0000</pubDate><guid>https://sourceforge.net781688441d1608bc6cdbef0e2ef9da6ddf5efe27</guid></item><item><title>creating-attacks modified by zame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v34
+++ v35
@@ -14,7 +14,4 @@

 ---
 ##### Attachments: #####
-&lt;ul&gt;
-&lt;li&gt;the attack file: [fangs.wwa](https://sourceforge.net/p/wesworkshop/wiki/create_attack/attachment/fangs.wwa), copy it to your library/attacks folder&lt;/li&gt;
-&lt;li&gt;the attack icon: [fangs-animal.png](https://sourceforge.net/p/wesworkshop/wiki/create_attack/attachment/fangs-animal.png); copy it to your library/attacks/img folder&lt;/li&gt;
-&lt;/ul&gt;
+&lt;ul&gt;&lt;li&gt;the attack file: [fangs.wwa](https://sourceforge.net/p/wesworkshop/wiki/create_attack/attachment/fangs.wwa), copy it to your library/attacks folder&lt;/li&gt;&lt;li&gt;the attack icon: [fangs-animal.png](https://sourceforge.net/p/wesworkshop/wiki/create_attack/attachment/fangs-animal.png); copy it to your library/attacks/img folder&lt;/li&gt;&lt;/ul&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zame</dc:creator><pubDate>Mon, 30 Sep 2013 08:56:52 -0000</pubDate><guid>https://sourceforge.netb52a906f97e3a1bd6f71ddc774b6e66f02492837</guid></item><item><title>creating-attacks modified by zame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v33
+++ v34
@@ -9,7 +9,7 @@

 ---
 &lt;br /&gt;
-The panel conatins one field for each attack field. An overview and the official explanation of the field can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
+The panel conatins one field for each attack field. An overview and the official explanation of fields can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
 &lt;a id="fields"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending); if the attacked unit is in the middle of two units of the same player, the attacker will cause double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;&lt;/ol&gt;&lt;/ul&gt;

 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zame</dc:creator><pubDate>Mon, 16 Sep 2013 08:36:23 -0000</pubDate><guid>https://sourceforge.net6d428531c9d919d5ea65ff3dcc88a812c18c3fa5</guid></item><item><title>creating-attacks modified by zame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v32
+++ v33
@@ -10,7 +10,7 @@
 ---
 &lt;br /&gt;
 The panel conatins one field for each attack field. An overview and the official explanation of the field can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
-&lt;a id="fields"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending), if the attack unit is in the middle of two units of the same player the attacker will cuase double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;&lt;/ol&gt;&lt;/ul&gt;
+&lt;a id="fields"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending); if the attacked unit is in the middle of two units of the same player, the attacker will cause double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;&lt;/ol&gt;&lt;/ul&gt;

 ---
 ##### Attachments: #####
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zame</dc:creator><pubDate>Mon, 16 Sep 2013 08:34:52 -0000</pubDate><guid>https://sourceforge.net0febb565f3b5045c03fb8608fbdb690a783a4a24</guid></item><item><title>creating-attacks modified by zame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v31
+++ v32
@@ -10,9 +10,7 @@
 ---
 &lt;br /&gt;
 The panel conatins one field for each attack field. An overview and the official explanation of the field can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
-&lt;a id="fields"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;
-&lt;ol&gt;
-&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending), if the attack unit is in the middle of two units of the same player the attacker will cuase double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;&lt;/ol&gt;&lt;/ul&gt;
+&lt;a id="fields"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending), if the attack unit is in the middle of two units of the same player the attacker will cuase double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;&lt;/ol&gt;&lt;/ul&gt;

 ---
 ##### Attachments: #####
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zame</dc:creator><pubDate>Mon, 16 Sep 2013 08:33:49 -0000</pubDate><guid>https://sourceforge.netf2e21552366de4cf17e302f5dc521657349b1821</guid></item><item><title>creating-attacks modified by zame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v30
+++ v31
@@ -10,13 +10,9 @@
 ---
 &lt;br /&gt;
 The panel conatins one field for each attack field. An overview and the official explanation of the field can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
-&lt;a id="fields"&gt;&lt;/a&gt;
-&lt;ul&gt;
-&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;
+&lt;a id="fields"&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;
 &lt;ol&gt;
-&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending), if the attack unit is in the middle of two units of the same player the attacker will cuase double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;
-&lt;/ol&gt;
-&lt;/ul&gt;
+&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending), if the attack unit is in the middle of two units of the same player the attacker will cuase double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;&lt;/ul&gt;

 ---
 ##### Attachments: #####
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zame</dc:creator><pubDate>Mon, 16 Sep 2013 08:33:24 -0000</pubDate><guid>https://sourceforge.net6874a7d93ba09703888192bc9cde77ce25b24c2c</guid></item><item><title>creating-attacks modified by zame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v29
+++ v30
@@ -12,25 +12,9 @@
 The panel conatins one field for each attack field. An overview and the official explanation of the field can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
 &lt;a id="fields"&gt;&lt;/a&gt;
 &lt;ul&gt;
-&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;
-&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;
-&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;
-&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;
-&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;
-&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;
+&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;&lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;&lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;&lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;&lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;
 &lt;ol&gt;
-&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending), if the attack unit is in the middle of two units of the same player the attacker will cuase double damage;&lt;/li&gt;
-&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;
-&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;
-&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;
-&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;
-&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;
-&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;
-&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;
-&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;
-&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;
-&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;
-&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;
+&lt;li&gt;Back-stab: works only during the attaking phase (and not while defending), if the attack unit is in the middle of two units of the same player the attacker will cuase double damage;&lt;/li&gt;&lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;&lt;li&gt;Charge: works only during the attaking phase (and not while defending), the damages caused and recived are doubled;&lt;/li&gt;&lt;li&gt;Drain: the unit heals itself by one-third of the damage caused;&lt;/li&gt;&lt;li&gt;First strike: the unit will always shot the first strike, also during the defending phase;&lt;/li&gt;&lt;li&gt;Magical: the attack has always a good hitting probability (70%);&lt;/li&gt;&lt;li&gt;Marksman: works only during the attaking phase (and not while defending), the attacker hitting probability is always at least 60%;&lt;/li&gt;&lt;li&gt;Plague: when an enemy is killed using this attack a friendly unit takes its place;&lt;/li&gt;&lt;li&gt;Poison: the first time this attack hits the enemy it gets poisoned. Poisoned units will lose hitpoints at the begining of each turn unitl they get healed or they have only 1 HP left;&lt;/li&gt;&lt;li&gt;Slow: the first time this attack hits the enemy it gets slowed. Slowed units will cause half damage and their movement points are halved too. The slowing effect works only one round;&lt;/li&gt;&lt;li&gt;Stone: the first time this attack hits the enemy it gets stoned. Stoned units can't be attacked nor attack or move;&lt;/li&gt;&lt;li&gt;Swarm: the number of strikes decreases as the unit loses HPs.&lt;/li&gt;
 &lt;/ol&gt;
 &lt;/ul&gt;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zame</dc:creator><pubDate>Sat, 14 Sep 2013 14:15:00 -0000</pubDate><guid>https://sourceforge.netaec6114f80ca6adbe77cc2393c070904c5c22662</guid></item><item><title>creating-attacks modified by zame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v28
+++ v29
@@ -12,8 +12,7 @@
 The panel conatins one field for each attack field. An overview and the official explanation of the field can be found on the &lt;a href="http://wiki.wesnoth.org/UnitTypeWML#Attacks" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;. Here is reported a brief description of each field following the order used on the panel.
 &lt;a id="fields"&gt;&lt;/a&gt;
 &lt;ul&gt;
-&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;
-&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;
+&lt;li&gt; Damage: represents the damage provoked by each hitting strike;&lt;/li&gt;&lt;li&gt; Number: the number of times strikes available using this weapon;&lt;/li&gt;
 &lt;li&gt; Movement used: how many movement points are used to run an attack with this weapon. All the remaining movement points are used by default. To use the default option choose -1;&lt;/li&gt;
 &lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;
 &lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;
&lt;/ul&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zame</dc:creator><pubDate>Sat, 14 Sep 2013 14:14:07 -0000</pubDate><guid>https://sourceforge.net34bc05fe4d7fd7909cfeb80ea55891e858c678a4</guid></item><item><title>creating-attacks modified by zame</title><link>https://sourceforge.net/p/wesworkshop/wiki/creating-attacks/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v27
+++ v28
@@ -18,7 +18,7 @@
 &lt;li&gt; Range: the range of the attack, determines the enemy retaliation which will be of the same range;&lt;/li&gt;
 &lt;li&gt; Type: the type of the attack, determines the enemy resistences to this weapon;&lt;/li&gt;
 &lt;li&gt; Icon: this image represents the attack in areas like the "choose-attack" menu;&lt;/li&gt;
-&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the [Wesnoth Wiki](http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag):&lt;/li&gt;
+&lt;li&gt; Specials: this panel contains all the specials. A special is an attack modificator which provokes extra event on hitting strikes. Here follows a brief description of each special, the official descriptions are available on the &lt;a href="http://wiki.wesnoth.org/AbilitiesWML#The_.5Bspecials.5D_tag" target="_blank" rel="nofollow"&gt;Wesnoth Wiki&lt;/a&gt;:&lt;/li&gt;
 &lt;ol&gt;
 &lt;li&gt;Back-stab: works only during the attaking phase (and not while defending), if the attack unit is in the middle of two units of the same player the attacker will cuase double damage;&lt;/li&gt;
 &lt;li&gt;Berserk: the two units get on fighting unitl one dies;&lt;/li&gt;
&lt;/ol&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zame</dc:creator><pubDate>Sat, 14 Sep 2013 09:36:39 -0000</pubDate><guid>https://sourceforge.net21c003a180e08b008897627a2fd38ce44b7f5483</guid></item></channel></rss>