counters: Add the Rykros counters.

This commit is contained in:
Loïc Hoguin 2010-10-23 23:22:39 +02:00
parent 9e36068382
commit 3f97b24a1d
5 changed files with 70 additions and 13 deletions

View File

@ -1137,19 +1137,6 @@
{177, [{quests, "data/counters/colony.rd.pack"}, {bg, 4}, {options, << 16#01000800:32, 3, 0:24, 3, 3, 0:16 >>}]}, {177, [{quests, "data/counters/colony.rd.pack"}, {bg, 4}, {options, << 16#01000800:32, 3, 0:24, 3, 3, 0:16 >>}]},
% Rykros (entry 0)
{200, [{quests, "data/counters/colony.rykros-0.pack"}, {bg, 255}, {options, << 16#01000400:32, 0:32 >>}]},
% Rykros (entry 1): Phantom Ruins, The Dark God
{201, [{quests, "data/counters/colony.rykros-1.pack"}, {bg, 255}, {options, << 16#01d11c00:32, 0, 3,
0, 0, 0, 0, 0, % Phantom Ruins C-S
3, 0, 3, 3, 3, 0, % The Dark God C-S2 variant 1
3, 3, 3, 3, 3, 0, % The Dark God C-S2 variant 2
3, 3, 3, 3, 3, 0, % The Dark God C-S2 variant 3
0:24 >>}]},
%~ {201, [{quests, "data/counters/colony.rykros-1.pack"}, {bg, 255}, {options, << 16#01d11c00:32, 3, 3, %~ {201, [{quests, "data/counters/colony.rykros-1.pack"}, {bg, 255}, {options, << 16#01d11c00:32, 3, 3,
%~ 3, 3, 3, 3, 0, % Phantom Ruins C-S %~ 3, 3, 3, 3, 0, % Phantom Ruins C-S
%~ 3, 3, 3, 3, 3, 0, % The Dark God C-S2 variant 1 %~ 3, 3, 3, 3, 3, 0, % The Dark God C-S2 variant 1

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/>.
%% Rykros entry 0 counter.
{city, {1100000, 0, 4, 5}}.
{cursor, {1050, 140}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

View File

@ -0,0 +1,47 @@
%% 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/>.
%% Rykros entry 1 counter.
{city, {1100000, 0, 4, 5}}.
{cursor, {1050, 140}}.
{t_name, 0}.
{t_desc, 1}.
{groups, [
%% The Dark God 1.
[{t_name, 2}, {t_desc, 5}, {quests, [
{1003100, "dark-god.1.c.quest.nbl"},
{1003102, "dark-god.1.a.quest.nbl"},
{1003103, "dark-god.1.s.quest.nbl"},
{1003104, "dark-god.1.s2.quest.nbl"}
]}],
%% The Dark God 2.
[{t_name, 3}, {t_desc, 5}, {quests, [
{1003110, "dark-god.2.c.quest.nbl"},
{1003111, "dark-god.2.b.quest.nbl"},
{1003112, "dark-god.2.a.quest.nbl"},
{1003113, "dark-god.2.s.quest.nbl"},
{1003114, "dark-god.2.s2.quest.nbl"}
]}],
%% The Dark God 3.
[{t_name, 4}, {t_desc, 5}, {quests, [
{1003120, "dark-god.3.c.quest.nbl"},
{1003121, "dark-god.3.b.quest.nbl"},
{1003122, "dark-god.3.a.quest.nbl"},
{1003123, "dark-god.3.s.quest.nbl"},
{1003124, "dark-god.3.s2.quest.nbl"}
]}]
]}.

Binary file not shown.