mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
MERGED GameDir files from the development GameDir folder from revision 4545 up to 4882
Development GameDir folder: https://ja2svn.dyndns.org/source/ja2/branches/Wanne/JA2%201.13%20MP/GameDir git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1353 4f8fa57e-7814-0410-bad4-adc449f26b7c
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"] = "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",
|
||||
}
|
||||
Reference in New Issue
Block a user