Allow oasis to be placed on any terrain - alias to base terrain

This commit is contained in:
Simon Forsyth 2011-10-24 02:53:39 +00:00
parent ecba1b54c8
commit 968d73b08a
3 changed files with 8 additions and 2 deletions

View file

@ -31,6 +31,8 @@ Version 1.9.9+svn:
* The side metatable provides also the side number
(like wesnoth.sides[i].side, which would be i)
* add function wesnoth.debug
* Terrain:
* Oasis may be placed on any terrain, aliased to base
* Unit changes and Balancing
* All mounted units now have forest defines capped at 30%. This reduces their
defense on forested hills from 40% to 30%

View file

@ -299,8 +299,9 @@
symbol_image=sand/desert-oasis
id=oasis
name= _ "Oasis"
string=Dd^Do
aliasof=Ds
default_base=Dd
string=^Do
aliasof=_bas
heals=8
#gives_income=true
editor_group=desert, forest

View file

@ -30,6 +30,9 @@ Version 1.9.9+svn:
Italian, Japanese, Korean, Latin, Lithuanian, Old English,
Portuguese (Brazil), Russian, Slovak, Swedish.
* Terrain:
* Oasis may be placed on any terrain, aliased to base.
* Unit changes and Balancing
* All mounted units now have forest defense capped at 30%. This reduces their
defense on forested hills from 40% to 30%