stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/data/ccl human/units.ccl orc/units.ccl


From: Russell Smith
Subject: [Stratagus-CVS] stratagus/data/ccl human/units.ccl orc/units.ccl
Date: Sun, 12 Oct 2003 00:30:59 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Russell Smith <address@hidden>  03/10/12 00:30:59

Modified files:
        data/ccl/human : units.ccl 
        data/ccl/orc   : units.ccl 

Log message:
        Fixed bug, where some hero's were not assigned the spells they could 
cast.

Patches:
Index: stratagus/data/ccl/human/units.ccl
diff -u stratagus/data/ccl/human/units.ccl:1.41 
stratagus/data/ccl/human/units.ccl:1.42
--- stratagus/data/ccl/human/units.ccl:1.41     Sat Oct 11 15:07:21 2003
+++ stratagus/data/ccl/human/units.ccl  Sun Oct 12 00:30:59 2003
@@ -26,7 +26,7 @@
 ;;      along with this program; if not, write to the Free Software
 ;;      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 ;;
-;;     $Id: units.ccl,v 1.41 2003/10/11 19:07:21 n0body Exp $
+;;     $Id: units.ccl,v 1.42 2003/10/12 04:30:59 mr-russ Exp $
 
 ;;=============================================================================
 ;;     Define unit-types.
@@ -91,7 +91,6 @@
   'can-gather-resource '(
        file-when-loaded "human/units/peasant_with_gold.png"  
        resource-id gold
-       harvest-from-outside
        resource-capacity 100
        wait-at-resource 150
        wait-at-depot 150 )
@@ -687,6 +686,7 @@
   'right-attack
   'can-attack
   'can-target-land
+  'can-cast-spell '(spell-holy-vision spell-healing spell-exorcism)
   'land-unit
   'organic
   'selectable-by-rectangle
@@ -751,6 +751,7 @@
   'can-attack
   'can-target-land
   'land-unit
+  'can-cast-spell '(spell-holy-vision spell-healing spell-exorcism)
   'hero
   'organic
   'selectable-by-rectangle
@@ -783,6 +784,7 @@
   'right-attack
   'can-attack
   'can-target-land
+  'can-cast-spell '(spell-holy-vision spell-healing spell-exorcism)
   'land-unit
   'hero
   'organic
Index: stratagus/data/ccl/orc/units.ccl
diff -u stratagus/data/ccl/orc/units.ccl:1.44 
stratagus/data/ccl/orc/units.ccl:1.45
--- stratagus/data/ccl/orc/units.ccl:1.44       Thu Oct  9 07:31:42 2003
+++ stratagus/data/ccl/orc/units.ccl    Sun Oct 12 00:30:59 2003
@@ -26,7 +26,7 @@
 ;;      along with this program; if not, write to the Free Software
 ;;      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 ;;
-;;     $Id: units.ccl,v 1.44 2003/10/09 11:31:42 n0body Exp $
+;;     $Id: units.ccl,v 1.45 2003/10/12 04:30:59 mr-russ Exp $
 
 ;;=============================================================================
 ;;     Define unit-types.
@@ -363,6 +363,13 @@
   'coward
   'isundead
   'organic
+  'can-cast-spell '(
+      spell-death-coil
+      spell-haste
+      spell-raise-dead
+      spell-whirlwind
+      spell-unholy-armor
+      spell-death-and-decay)                                 
   'selectable-by-rectangle
   'sounds '(
     selected "teron-gorefiend-selected"
@@ -393,6 +400,7 @@
   'right-attack
   'can-attack
   'can-target-land
+  'can-cast-spell '(spell-eye-of-vision spell-runes spell-bloodlust)
   'land-unit
   'organic
   'selectable-by-rectangle
@@ -766,6 +774,7 @@
   'right-attack
   'can-attack
   'can-target-land
+  'can-cast-spell '(spell-eye-of-vision spell-runes spell-bloodlust)
   'land-unit
   'hero
   'organic
@@ -800,6 +809,13 @@
   'can-target-land 'can-target-sea 'can-target-air
   'land-unit
   'hero
+  'can-cast-spell '(
+      spell-death-coil
+      spell-haste
+      spell-raise-dead
+      spell-whirlwind
+      spell-unholy-armor
+      spell-death-and-decay)
   'isundead
   'organic
   'selectable-by-rectangle




reply via email to

[Prev in Thread] Current Thread [Next in Thread]