Author: rhuvaen
Date: Fri Apr  3 14:55:59 2009
New Revision: 34429

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34429&view=rev
Log:
1. applying Kaleh stun ability to his normal attack instead of an additional 
melee attack for simplicity's sake. Removed slow repercussion in the process.
2. postponing sword2 AMLA until level 2.

Modified:
    trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg
    trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg

Modified: trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg?rev=34429&r1=34428&r2=34429&view=diff
==============================================================================
--- trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg (original)
+++ trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg Fri Apr  3 
14:55:59 2009
@@ -294,35 +294,24 @@
         image=attacks/scimitar.png
         require_amla="sword"
         [effect]
-            apply_to=new_attack
-            name=sword_rush
-            description= _ "sword"
-            type=blade
-            icon=attacks/sword-elven.png
-            damage=5
-            number=4
-            range=melee
-            defense_weight=0
-            [specials]
+            apply_to=attack
+            name=sword
+            [set_specials]
+                mode=append
                 [chance_to_hit]
                     id=stun
                     name= _ "stun"
                     description= _ "Stun:
-This attack puts enormous pressure on the enemy, disrupting his ZOC if a hit 
is landed. The attacker is exposing himself to attack and will be slowed as a 
result of the effort. Not active on defense."
+This attack puts enormous pressure on the enemy, disrupting his ZOC if a hit 
is landed. Not active on defense."
                     name_inactive= _ "stun"
                     description_inactive= _ "Stun:
-This attack puts enormous pressure on the enemy, disrupting his ZOC if a hit 
is landed. The attacker is exposing himself to attack and will be slowed as a 
result of the effort. Not active on defense."
+This attack puts enormous pressure on the enemy, disrupting his ZOC if a hit 
is landed. Not active on defense."
                     apply_to=opponent
+                    active_on=offense
                     value=60
                     cumulative=yes
                 [/chance_to_hit]
-            [/specials]
-        [/effect]
-        [effect]
-            apply_to=attack
-            name=sword_rush
-            times=per level
-            increase_damage=1
+            [/set_specials]
         [/effect]
     ) {VARIATION}}
 #enddef
@@ -545,7 +534,6 @@
         experience=28
         name= _ "Desert Fighter"
         {KALEH_LEADERSHIP   Captain }
-        {KALEH_SWORD2       Hero    }
         {KALEH_FIGHTER      Fighter1}
     [/variation]
     [variation]

Modified: trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg?rev=34429&r1=34428&r2=34429&view=diff
==============================================================================
--- trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg 
(original)
+++ trunk/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg Fri 
Apr  3 14:55:59 2009
@@ -6,7 +6,7 @@
     name=attacker_hits
     first_time_only=no
     [filter_attack]
-        name=sword_rush
+        special=stun
     [/filter_attack]
     [filter_second]
         [not]
@@ -21,12 +21,6 @@
         variable=second_unit
         text="stunned" # wmllint: ignore
         red,green,blue=150,120,250
-    [/unstore_unit]
-    {VARIABLE unit.status.slowed "on"}
-    [unstore_unit]
-        variable=unit
-        text="slowed"  # wmllint: ignore
-        red,green,blue=200,55,55
     [/unstore_unit]
     [object]
         silent=yes


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

Reply via email to