[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth ./changelog data/units/Orcish_Shaman.cfg
From: |
ott |
Subject: |
[Wesnoth-cvs-commits] wesnoth ./changelog data/units/Orcish_Shaman.cfg |
Date: |
Sun, 11 Sep 2005 14:29:59 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <address@hidden> 05/09/11 18:29:59
Modified files:
. : changelog
data/units : Orcish_Shaman.cfg
Log message:
bumped Orcish Shamans
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.925&tr2=1.926&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/units/Orcish_Shaman.cfg.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.925 wesnoth/changelog:1.926
--- wesnoth/changelog:1.925 Sun Sep 11 15:10:55 2005
+++ wesnoth/changelog Sun Sep 11 18:29:59 2005
@@ -10,6 +10,10 @@
* Son of the Black Eye
* Watch Towers can no longer be recalled in Clash of Armies
* Saving Inarix no longer ends if enemy leaders are killed
+ * units:
+ * changed Orcish Shamans from 20 to 23 HP (Novice 24, Old 22)
+ * changed all Orcish Shamans from 60 to 70% defense on villages
+ * changed all Orcish Shamans from pierce to cold damage on ranged attack
* fixed long filenames overflowing editor file chooser dialog (#13855)
* fixed filenames with spaces causing garbled errors (#14494)
Index: wesnoth/data/units/Orcish_Shaman.cfg
diff -u wesnoth/data/units/Orcish_Shaman.cfg:1.12
wesnoth/data/units/Orcish_Shaman.cfg:1.13
--- wesnoth/data/units/Orcish_Shaman.cfg:1.12 Tue Aug 2 12:06:24 2005
+++ wesnoth/data/units/Orcish_Shaman.cfg Sun Sep 11 18:29:59 2005
@@ -4,8 +4,11 @@
race=orc
image="orcish-shaman-red.png"
image_defensive="orcish-shaman-red-defend.png"
-hitpoints=20
+hitpoints=23
movement_type=smallfoot
+[defense]
+ village=30
+[/defense]
movement=5
experience=100
level=1
@@ -35,7 +38,7 @@
[/attack]
[attack]
name=curse
- type=pierce
+ type=cold
range=long
damage=8
number=2
@@ -64,8 +67,11 @@
race=orc
image="orcish-shaman-tan.png"
image_defensive="orcish-shaman-tan-defend.png"
-hitpoints=20
+hitpoints=24
movement_type=smallfoot
+[defense]
+ village=30
+[/defense]
movement=5
experience=100
level=1
@@ -95,7 +101,7 @@
[/attack]
[attack]
name=curse
- type=pierce
+ type=cold
range=long
damage=7
number=2
@@ -124,8 +130,11 @@
race=orc
image="orcish-shaman-black.png"
image_defensive="orcish-shaman-black-defend.png"
-hitpoints=20
+hitpoints=22
movement_type=smallfoot
+[defense]
+ village=30
+[/defense]
movement=5
experience=100
level=1
@@ -155,7 +164,7 @@
[/attack]
[attack]
name=curse
- type=pierce
+ type=cold
range=long
damage=9
number=2
- [Wesnoth-cvs-commits] wesnoth ./changelog data/units/Orcish_Shaman.cfg,
ott <=