Files
source/gamedir-languages/Chinese_Version/Data-UB/Scripts/Chinese.undergroundsectornames.lua
T
Wanne 3e8ee728ff Merged from revision 7348:
- Added Chinese specific UB GameDir files (by zwwooooo)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7353 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2014-07-21 18:13:22 +00:00

32 lines
675 B
Lua

--[[
This file (or its localized versions respectively) are included in
"initunderground.lua" to provide the underground sector names.
Make sure to save this file as UTF-8, preferably with BOM signature in
order to help editors to not mess up the encoding. Also make sure to not
save BOM in any other script unless it explicitly allows that.
]]
sectornames = {
["I13-1"] = "unknown",
["J13-1"] = "Abandoned Mine",
["J14-1"] = "unknown",
["K14-1"] = "Tunnel",
["K15-1"] = "Complex",
["K15-2"] = "Complex",
["L15-2"] = "Complex",
["L15-3"] = "Complex",
creatureLair = "Creature Lair",
}