mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- Added new folder structure for the UB language spec. GameDir files
o UB mod and UB addons can now be started from the INI Editor instead of a separate mod manager tool git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5708 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
--[[
|
||||
|
||||
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"] = "unbekannt",
|
||||
|
||||
["J13-1"] = "Verlassene Mine",
|
||||
|
||||
["J14-1"] = "unbekannt",
|
||||
|
||||
["K14-1"] = "Tunnel",
|
||||
|
||||
["K15-1"] = "Komplex",
|
||||
|
||||
["K15-2"] = "Komplex",
|
||||
|
||||
["L15-2"] = "Komplex",
|
||||
|
||||
["L15-3"] = "Komplex",
|
||||
|
||||
creatureLair = "Monsterhöhle",
|
||||
}
|
||||
Reference in New Issue
Block a user