61 lines
1.8 KiB
Plaintext
61 lines
1.8 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/>.
|
|
|
|
%% GUARDIANS HQ counter.
|
|
|
|
{bg, 4}.
|
|
{cursor, {0, 0}}.
|
|
{t_name, 0}.
|
|
{t_desc, 1}.
|
|
|
|
{groups, [
|
|
%% @todo Ep. 2: Difficulty C.
|
|
[{t_name, 2}, {t_desc, 5}, {quests, [
|
|
{1131010, "ep2ch1.c.quest.nbl"}
|
|
]}],
|
|
%% @todo Ep. 2: Difficulty B.
|
|
%% [{t_name, 3}, {t_desc, 5}, {quests, [
|
|
%% ]}],
|
|
%% @todo Ep. 2: Difficulty A.
|
|
%% [{t_name, 4}, {t_desc, 5}, {quests, [
|
|
%% ]}],
|
|
%% @todo Ep. 3: Difficulty C.
|
|
%% [{t_name, 6}, {t_desc, 9}, {quests, [
|
|
%% ]}],
|
|
%% @todo Ep. 3: Difficulty B.
|
|
%% [{t_name, 7}, {t_desc, 9}, {quests, [
|
|
%% ]}],
|
|
%% @todo Ep. 3: Difficulty A.
|
|
%% [{t_name, 8}, {t_desc, 9}, {quests, [
|
|
%% ]}],
|
|
%% @todo The Magashi Plan.
|
|
%% [{t_name, 10}, {t_desc, 11}, {quests, [
|
|
%% ]}],
|
|
%% Maximum Attack G'.
|
|
[{t_name, 12}, {t_desc, 13}, {quests, [
|
|
{1072100, "mag-prime.c.quest.nbl"},
|
|
{1072101, "mag-prime.b.quest.nbl"},
|
|
{1072102, "mag-prime.a.quest.nbl"},
|
|
{1072103, "mag-prime.s.quest.nbl"},
|
|
{1072104, "mag-prime.s2.quest.nbl"}
|
|
]}],
|
|
%% Miscellaneous.
|
|
%% @todo Hit the Counter! (MAG); Hit the Counter! (Shred the Darkness); Photon Eraser Return
|
|
[{t_name, 14}, {t_desc, 15}, {quests, [
|
|
{1070742, "dark-crystal-seeker.quest.nbl"},
|
|
{1072300, "gifts-from-beyond-plus.quest.nbl"}
|
|
]}]
|
|
]}.
|