46 lines
1.5 KiB
Plaintext
46 lines
1.5 KiB
Plaintext
%% This file is part of EGS.
|
|
%%
|
|
%% EGS is free software: you can redistribute it and/or modify
|
|
%% it under the terms of the GNU Affero General Public License as
|
|
%% published by the Free Software Foundation, either version 3 of the
|
|
%% License, or (at your option) any later version.
|
|
%%
|
|
%% EGS is distributed in the hope that it will be useful,
|
|
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
%% GNU Affero General Public License for more details.
|
|
%%
|
|
%% You should have received a copy of the GNU Affero General Public License
|
|
%% along with EGS. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
%% Space Dock counter.
|
|
|
|
{cursor, {640, 425}}.
|
|
{t_name, 0}.
|
|
{t_desc, 1}.
|
|
|
|
{groups, [
|
|
%% Dark Satellite 1.
|
|
[{t_name, 2}, {t_desc, 5}, {quests, [
|
|
{1001000, "dark-satellite.1.c.quest.nbl"},
|
|
{1001001, "dark-satellite.1.b.quest.nbl"},
|
|
{1001002, "dark-satellite.1.a.quest.nbl"},
|
|
{1001004, "dark-satellite.1.s2.quest.nbl"},
|
|
{1001005, "dark-satellite.1.s3.quest.nbl"}
|
|
]}],
|
|
%% Dark Satellite 2.
|
|
[{t_name, 3}, {t_desc, 5}, {quests, [
|
|
{1001010, "dark-satellite.2.c.quest.nbl"},
|
|
{1001011, "dark-satellite.2.b.quest.nbl"},
|
|
{1001012, "dark-satellite.2.a.quest.nbl"},
|
|
{1001013, "dark-satellite.2.s.quest.nbl"}
|
|
]}],
|
|
%% Dark Satellite 3.
|
|
[{t_name, 4}, {t_desc, 5}, {quests, [
|
|
{1001020, "dark-satellite.3.c.quest.nbl"},
|
|
{1001022, "dark-satellite.3.a.quest.nbl"},
|
|
{1001024, "dark-satellite.3.s2.quest.nbl"},
|
|
{1001025, "dark-satellite.3.s3.quest.nbl"}
|
|
]}]
|
|
]}.
|