removed incorrect translation table
commented out new _off map terrain which will be used later
This commit is contained in:
parent
3073bd8b8e
commit
f8776259cc
1 changed files with 6 additions and 17 deletions
|
@ -5,23 +5,12 @@
|
|||
# each "[terrain] id=some_id" corresponds to "[section] id=terrain_some_id"
|
||||
# or "[topic] id=terrain_some_id" identifying its description in [help]
|
||||
|
||||
#translation table to convert from the old letters to the new letters
|
||||
#char= a b c d e f g h i j k l m n o p q r s t u v w x y z
|
||||
#str= Vhh Vhm Ww Ds Vea Ff Gg Hh Ai Wwf Ql Mm Ce Cud Vud Chs Re Wo Veg Uu Vhg Ss
|
||||
|
||||
#char= A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
|
||||
#str= Vhha Vda Ch Vu Rd Fa Gs Ha Dd Hd _K Vht Md Chr Do Chw Rr Aa Ft Vdt Vha Xu Qxu Vs Vwm
|
||||
|
||||
#char= / | \ & _ ~ ? [ ] '
|
||||
#str= Bww/ Bww| Bww\ Xu _s _f Fet Uh Uf Uui
|
||||
|
||||
|
||||
[terrain]
|
||||
symbol_image=void
|
||||
id=off_map
|
||||
name= _ "None"
|
||||
string=_off
|
||||
[/terrain]
|
||||
#[terrain]
|
||||
#symbol_image=void
|
||||
#id=off_map
|
||||
#name= _ "None"
|
||||
#string=_off
|
||||
#[/terrain]
|
||||
|
||||
[terrain]
|
||||
symbol_image=void
|
||||
|
|
Loading…
Add table
Reference in a new issue