counters: Add the two HIVE #3 counters.

This commit is contained in:
Loïc Hoguin 2010-10-23 22:57:13 +02:00
parent 103fe3f8a9
commit 9e36068382
5 changed files with 69 additions and 24 deletions

View File

@ -824,30 +824,6 @@
%~ 3, 3, 3, % Fight for Food S2 variant 1-3 %~ 3, 3, 3, % Fight for Food S2 variant 1-3
%~ 0:136 >>}]}, %~ 0:136 >>}]},
% HIVE (entry 0)
{ 20, [{quests, "data/counters/colony.hive-0.pack"}, {bg, 255}, {options, << 16#01050400:32, 0:32 >>}]},
% HIVE (entry 1): Phantom Ruins, SEED Awakened
{ 21, [{quests, "data/counters/colony.hive-1.pack"}, {bg, 255}, {options, << 16#017e1c00:32, 0, 3,
0, 0, 0, 0, 0, % Phantom Ruins C-S
0, 3, 3, 3, % SEED Awakened C-S variant 1
3, 3, 3, 0, % SEED Awakened C-S variant 2
3, 0, 0, 0, % SEED Awakened C-S variant 3
3, 3, 3, % SEED Awakened S2 variant 1-3
3, 3, 3, % SEED Awakened S3 variant 1-3
0:24 >>}]},
%~ { 21, [{quests, "data/counters/colony.hive-1.pack"}, {bg, 255}, {options, << 16#017e1c00:32, 3, 3,
%~ 3, 3, 3, 3, 0, % Phantom Ruins C-S
%~ 3, 3, 3, 3, % SEED Awakened C-S variant 1
%~ 3, 3, 3, 3, % SEED Awakened C-S variant 2
%~ 3, 3, 3, 3, % SEED Awakened C-S variant 3
%~ 3, 3, 3, % SEED Awakened S2 variant 1-3
%~ 3, 3, 3, % SEED Awakened S3 variant 1-3
%~ 0:24 >>}]},
% Raffon Fieldbase (entry 0) % Raffon Fieldbase (entry 0)
{ 30, [{quests, "data/counters/parum.raffon-0.pack"}, {bg, 1}, {options, << 16#01000400:32, 0:32 >>}]}, { 30, [{quests, "data/counters/parum.raffon-0.pack"}, {bg, 1}, {options, << 16#01000400:32, 0:32 >>}]},

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

Binary file not shown.

View File

@ -0,0 +1,46 @@
%% 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/>.
%% HIVE entry 1 counter.
{city, {1100000, 0, 4, 5}}.
{cursor, {1070, 705}}.
{t_name, 0}.
{t_desc, 1}.
{groups, [
%% SEED Awakened 1.
[{t_name, 2}, {t_desc, 5}, {quests, [
{1001101, "seed-awakening.1.b.quest.nbl"},
{1001102, "seed-awakening.1.a.quest.nbl"},
{1001103, "seed-awakening.1.s.quest.nbl"},
{1001104, "seed-awakening.1.s2.quest.nbl"},
{1001105, "seed-awakening.1.s3.quest.nbl"}
]}],
%% SEED Awakened 2.
[{t_name, 3}, {t_desc, 5}, {quests, [
{1001110, "seed-awakening.2.c.quest.nbl"},
{1001111, "seed-awakening.2.b.quest.nbl"},
{1001112, "seed-awakening.2.a.quest.nbl"},
{1001114, "seed-awakening.2.s2.quest.nbl"},
{1001115, "seed-awakening.2.s3.quest.nbl"}
]}],
%% SEED Awakened 3.
[{t_name, 4}, {t_desc, 5}, {quests, [
{1001120, "seed-awakening.3.c.quest.nbl"},
{1001124, "seed-awakening.3.s2.quest.nbl"},
{1001125, "seed-awakening.3.s3.quest.nbl"}
]}]
]}.

Binary file not shown.