Author: soliton
Date: Fri May 25 18:32:10 2007
New Revision: 17848

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17848&view=rev
Log:
* remove the 'fearless' trait from humans, orcs and mermen
* add the 'firstrike' weapon special to the pierce attack of Drake Clasher
* decrease the arcane ranged attack of the White Mage from 8-4 to 7-4
* decrease the arcane ranged attack of the Mage of Light from 10-4 to 9-4

Modified:
    trunk/changelog
    trunk/data/core/units.cfg
    trunk/data/core/units/Drake_Clasher.cfg
    trunk/data/core/units/Human_Mage_White.cfg
    trunk/data/core/units/Human_Mage_of_Light.cfg
    trunk/data/core/units/Undead_Necro_Dark_Adept.cfg

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=17848&r1=17847&r2=17848&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Fri May 25 18:32:10 2007
@@ -45,6 +45,10 @@
    * balancing changes:
      * converted the cold melee attack of the Lich and Ancient Lich to arcane
      * decreased the arcane melee attack of the Wraith from 7-4 to 6-4
+     * remove the 'fearless' trait from humans, orcs and mermen
+     * add the 'firstrike' weapon special to the pierce attack of Drake Clasher
+     * decrease the arcane ranged attack of the White Mage from 8-4 to 7-4
+     * decrease the arcane ranged attack of the Mage of Light from 10-4 to 9-4
  * multiplayer:
    * added maps: Xanthe Chaos, Auction-X
    * revised maps: Den of Onis, Hamlets, Meteor Lake, Sablestone Delta,

Modified: trunk/data/core/units.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units.cfg?rev=17848&r1=17847&r2=17848&view=diff
==============================================================================
--- trunk/data/core/units.cfg (original)
+++ trunk/data/core/units.cfg Fri May 25 18:32:10 2007
@@ -37,7 +37,6 @@
        name=human
        num_traits=2
        {HUMAN_NAMES}
-       {TRAIT_FEARLESS}
        [/race]
        
        [race]
@@ -51,7 +50,6 @@
        name=orc
        num_traits=2
        {ORCISH_NAMES}
-       {TRAIT_FEARLESS}
        [/race]
        
        [race]
@@ -79,7 +77,6 @@
        name=merman
        num_traits=2
        {MERMAN_NAMES}
-       {TRAIT_FEARLESS}
        [/race]
        
        [race]

Modified: trunk/data/core/units/Drake_Clasher.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/Drake_Clasher.cfg?rev=17848&r1=17847&r2=17848&view=diff
==============================================================================
--- trunk/data/core/units/Drake_Clasher.cfg (original)
+++ trunk/data/core/units/Drake_Clasher.cfg Fri May 25 18:32:10 2007
@@ -21,7 +21,9 @@
        profile=portraits/Alex_Jarocha-Ernst/drake-clasher.png
        unit_description= _ "A Drake Clasher is incapable of either flight and 
fire-breathing, and most assume their relegation to melee combat is because of 
disability - an attempt to garner use from what otherwise would be a liability. 
It is possible that they have some mild deficiency in those skills, but those 
who support this theory have failed to consider how uniquely well-suited they 
are to combat a fellow drake.
 
-They are, in fact, the Judicators of the Drake Hierarchy, and though their 
armament is now largely ceremonial, it is none the less effective. In their 
encounters with lesser races, they discovered that their natural size and 
strength were themselves powerful weapons, and when combined with the armament 
worn by this caste, the resulting warriors lack some of the typical weaknesses 
of their kind, such as the strong vulnerability to spears and arrows."
+They are, in fact, the Judicators of the Drake Hierarchy, and though their 
armament is now largely ceremonial, it is none the less effective. In their 
encounters with lesser races, they discovered that their natural size and 
strength were themselves powerful weapons, and when combined with the armament 
worn by this caste, the resulting warriors lack some of the typical weaknesses 
of their kind, such as the strong vulnerability to spears and arrows.
+
+Special Notes:"+{SPECIAL_NOTES_FIRSTSTRIKE}
        die_sound=drake-die.ogg
        [death]
                [frame]
@@ -125,6 +127,9 @@
                damage=6
                number=4
                icon=attacks/spear.png
+               [specials]
+                       {WEAPON_SPECIAL_FIRSTSTRIKE}
+               [/specials]
                [animation]
                        [frame]
                                begin=-200

Modified: trunk/data/core/units/Human_Mage_White.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/Human_Mage_White.cfg?rev=17848&r1=17847&r2=17848&view=diff
==============================================================================
--- trunk/data/core/units/Human_Mage_White.cfg (original)
+++ trunk/data/core/units/Human_Mage_White.cfg Fri May 25 18:32:10 2007
@@ -178,7 +178,7 @@
                [specials]
                        {WEAPON_SPECIAL_MAGICAL}
                [/specials]
-               damage=8
+               damage=7
                number=4
                [animation]
                        [missile_frame]

Modified: trunk/data/core/units/Human_Mage_of_Light.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/Human_Mage_of_Light.cfg?rev=17848&r1=17847&r2=17848&view=diff
==============================================================================
--- trunk/data/core/units/Human_Mage_of_Light.cfg (original)
+++ trunk/data/core/units/Human_Mage_of_Light.cfg Fri May 25 18:32:10 2007
@@ -149,7 +149,7 @@
                [specials]
                        {WEAPON_SPECIAL_MAGICAL}
                [/specials]
-               damage=10
+               damage=9
                number=4
                [animation]
                        [missile_frame]

Modified: trunk/data/core/units/Undead_Necro_Dark_Adept.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/units/Undead_Necro_Dark_Adept.cfg?rev=17848&r1=17847&r2=17848&view=diff
==============================================================================
--- trunk/data/core/units/Undead_Necro_Dark_Adept.cfg (original)
+++ trunk/data/core/units/Undead_Necro_Dark_Adept.cfg Fri May 25 18:32:10 2007
@@ -7,7 +7,6 @@
        {TRAIT_QUICK}
        {TRAIT_INTELLIGENT}
        {TRAIT_RESILIENT}
-       {TRAIT_FEARLESS}
        image="units/undead-necromancers/adept.png"
        ellipse="misc/ellipse"
        {MAGENTA_IS_THE_TEAM_COLOR}


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to