counters: Add the two tutorial counters.

This commit is contained in:
Loïc Hoguin 2010-10-28 02:08:11 +02:00
parent 8c0683c07b
commit 1c8dbd0a69
5 changed files with 53 additions and 8 deletions

View File

@ -1055,14 +1055,6 @@
3, 3, 3, 3, 3, % Caves of Ice C-S2 variant 3
0:16 >>}]},
% Tutorial, Linear Line
{110, [{quests, "data/tutorial/colony.ll.pack"}, {bg, 255}, {options, << 16#01000800:32, 3, 3, 3, 3, 3, 3, 3, 3 >>}]},
% Tutorial, Transfer Terminal
{111, [{quests, "data/tutorial/colony.terminal.pack"}, {bg, 255}, {options, << 16#01000400:32, 0:32 >>}]},
% Parum Cafe: The Collector
{112, [{quests, "data/counters/parum.cafe.pack"}, {bg, 5}, {options, << 16#01000800:32, 3, 0:24, 3, 0:24 >>}]},

View File

@ -0,0 +1,30 @@
%% 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/>.
%% Tutorial Linear Line counter.
{cursor, {640, 425}}.
{t_name, 0}.
{t_desc, 1}.
{groups, [
%% SEED-Form Purge.
[{t_name, 2}, {t_desc, 3}, {quests, [
{1113000, "../tutorial/seed-form-purge.hyuga.quest.nbl"},
{1113001, "../tutorial/seed-form-purge.maya.quest.nbl"},
{1113002, "../tutorial/seed-form-purge.lou.quest.nbl"},
{1113003, "../tutorial/seed-form-purge.leo.quest.nbl"}
]}]
]}.

Binary file not shown.

View File

@ -0,0 +1,23 @@
%% 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/>.
%% Tutorial Transfer Terminal counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {525, 550}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.