Allow oasis to be placed on any terrain - alias to base terrain
This commit is contained in:
parent
ecba1b54c8
commit
968d73b08a
3 changed files with 8 additions and 2 deletions
|
@ -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%
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%
|
||||
|
|
Loading…
Add table
Reference in a new issue