mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 13:14:00 +00:00
Re-rationization of terrain names, part 1
Eleazar's "rationalization" of terrain names in 2010-10-22T20:51:37Z!me@jwbjerk.com, 2010-10-22T21:27:44Z!me@jwbjerk.com left quite a bunch of terrains with editor_name attributes but no name attribute. While it may theoretically make sense to inherit the name attribute from an aliased terrain, this creates new problems of its own when a terrain is aliased to more than one type (which one to choose for name inheritance?). In my opinion it is best to solve this in WML and not add more layers (heh) of convolutedness to the terrain engine.
This commit is contained in:
parent
849a8ab765
commit
52ae413bd1
@ -75,7 +75,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=water/ford-tile
|
||||
id=ford
|
||||
editor_name= _ "Ford"
|
||||
name= _ "Ford"
|
||||
string=Wwf
|
||||
aliasof=Gt, Ww
|
||||
submerge=0.3
|
||||
@ -220,7 +220,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=frozen/ice
|
||||
id=ice
|
||||
editor_name= _ "Ice"
|
||||
name= _ "Ice"
|
||||
string=Ai
|
||||
aliasof=At
|
||||
editor_group=frozen
|
||||
@ -229,7 +229,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=frozen/snow
|
||||
id=snow
|
||||
editor_name= _ "Snow"
|
||||
name= _ "Snow"
|
||||
string=Aa
|
||||
aliasof=At
|
||||
editor_group=frozen
|
||||
@ -271,7 +271,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=misc/rubble-tile
|
||||
id=sand_rubble
|
||||
editor_name= _ "Rubble"
|
||||
name= _ "Rubble"
|
||||
string=^Dr
|
||||
aliasof=_bas, Hh
|
||||
mvt_alias=-,_bas,Hh
|
||||
@ -281,7 +281,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=sand/crater
|
||||
id=crater
|
||||
editor_name= _ "Crater"
|
||||
name= _ "Crater"
|
||||
string=Dd^Dc
|
||||
default_base=Dd
|
||||
aliasof=Ds
|
||||
@ -304,7 +304,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=embellishments/farm-veg-spring-icon
|
||||
id=farm
|
||||
editor_name= _ "Farmland"
|
||||
name= _ "Farmland"
|
||||
string=^Gvs
|
||||
aliasof=_bas
|
||||
editor_group=embellishments
|
||||
@ -358,7 +358,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=misc/windmill-tile
|
||||
id=windmill
|
||||
editor_name= _ "Windmill"
|
||||
name= _ "Windmill"
|
||||
string=^Wm
|
||||
aliasof=_bas
|
||||
editor_group=embellishments
|
||||
@ -994,7 +994,7 @@
|
||||
[terrain_type]
|
||||
symbol_image=unwalkable/lava
|
||||
id=lava
|
||||
editor_name= _ "Lava"
|
||||
name= _ "Lava"
|
||||
string=Qlf
|
||||
aliasof=Qt
|
||||
light=25
|
||||
@ -1005,7 +1005,7 @@
|
||||
symbol_image=mountains/volcano-tile
|
||||
editor_image=mountains/volcano-tile
|
||||
id=volcano
|
||||
editor_name= _ "Volcano"
|
||||
name= _ "Volcano"
|
||||
string=Mv
|
||||
aliasof=Qt
|
||||
light=25
|
||||
@ -1087,7 +1087,7 @@
|
||||
symbol_image=void/void
|
||||
editor_image=walls/wall-stone-tile
|
||||
id=wall_stone
|
||||
editor_name= _ "Stone Wall"
|
||||
name= _ "Stone Wall"
|
||||
string=Xos
|
||||
aliasof=Xt
|
||||
editor_group=cave,obstacle
|
||||
@ -1118,7 +1118,7 @@
|
||||
symbol_image=void/void
|
||||
editor_image=void/void-editor
|
||||
id=void
|
||||
editor_name= _ "Void"
|
||||
name= _ "Void"
|
||||
string=Xv
|
||||
aliasof=Xt
|
||||
editor_group=obstacle, special
|
||||
|
Loading…
x
Reference in New Issue
Block a user