counters: Add the two Linear Line counters.

This commit is contained in:
Loïc Hoguin 2010-10-25 02:33:14 +02:00
parent 3f97b24a1d
commit 03ec8a4562
5 changed files with 78 additions and 31 deletions

View File

@ -44,20 +44,20 @@
{1000100, [{type, mission}, {file, "data/missions/fight-for-food.1.c.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]},
{1000101, [{type, mission}, {file, "data/missions/fight-for-food.1.b.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]},
{1000102, [{type, mission}, {file, "data/missions/fight-for-food.1.a.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]},
{1000103, [{type, mission}, {file, "data/missions/fight-for-food.1.s.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]},
%~ {1000102, [{type, mission}, {file, "data/missions/fight-for-food.1.a.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]},
%~ {1000103, [{type, mission}, {file, "data/missions/fight-for-food.1.s.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]},
{1000104, [{type, mission}, {file, "data/missions/fight-for-food.1.s2.quest.nbl"}, {start, [0, 1200, 0]}, {sets, 4}]},
{1000110, [{type, mission}, {file, "data/missions/fight-for-food.2.c.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000111, [{type, mission}, {file, "data/missions/fight-for-food.2.b.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000112, [{type, mission}, {file, "data/missions/fight-for-food.2.a.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000113, [{type, mission}, {file, "data/missions/fight-for-food.2.s.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
%~ {1000111, [{type, mission}, {file, "data/missions/fight-for-food.2.b.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
%~ {1000112, [{type, mission}, {file, "data/missions/fight-for-food.2.a.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
%~ {1000113, [{type, mission}, {file, "data/missions/fight-for-food.2.s.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000114, [{type, mission}, {file, "data/missions/fight-for-food.2.s2.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000120, [{type, mission}, {file, "data/missions/fight-for-food.3.c.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000121, [{type, mission}, {file, "data/missions/fight-for-food.3.b.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
%~ {1000121, [{type, mission}, {file, "data/missions/fight-for-food.3.b.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000122, [{type, mission}, {file, "data/missions/fight-for-food.3.a.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000123, [{type, mission}, {file, "data/missions/fight-for-food.3.s.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
%~ {1000123, [{type, mission}, {file, "data/missions/fight-for-food.3.s.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
{1000124, [{type, mission}, {file, "data/missions/fight-for-food.3.s2.quest.nbl"}, {start, [0, 1301, 0]}, {sets, 4}]},
% Dark Satellite
@ -800,30 +800,6 @@
{ 8, [{quests, "data/counters/parum.grm.pack"}, {bg, 5}, {options, << 16#01000c00:32, 3, 3, 3, 0, 3, 0, 3, 0, 3, 0:24 >>}]},
% Transfer Terminal (entry 0)
{ 10, [{quests, "data/counters/colony.terminal-0.pack"}, {bg, 255}, {options, << 16#01d10400:32, 0:32 >>}]},
% Transfer Terminal (entry 1): Phantom Ruins, Fight for Food, Fight for Food (AOTI, missing)
{ 11, [{quests, "data/counters/colony.terminal-1.pack"}, {bg, 255}, {options, << 16#01fc2800:32, 0, 3, 0,
0, 0, 0, 0, 0, % Phantom Ruins C-S
3, 3, 0, % Fight for Food C-A variant 1
3, 0, 0, % Fight for Food C-A variant 2
3, 0, 3, % Fight for Food C-A variant 3
0, 0, 0, % Fight for Food S variant 1-3
3, 3, 3, % Fight for Food S2 variant 1-3
0:136 >>}]},
%~ { 11, [{quests, "data/counters/colony.terminal-1.pack"}, {bg, 255}, {options, << 16#01fc2800:32, 3, 3, 0,
%~ 3, 3, 3, 3, 0, % Phantom Ruins C-S
%~ 3, 3, 3, % Fight for Food C-A variant 1
%~ 3, 3, 3, % Fight for Food C-A variant 2
%~ 3, 3, 3, % Fight for Food C-A variant 3
%~ 3, 3, 3, % Fight for Food S variant 1-3
%~ 3, 3, 3, % Fight for Food S2 variant 1-3
%~ 0:136 >>}]},
% Raffon Fieldbase (entry 0)
{ 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/>.
%% Transfer Terminal entry 0 counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {525, 550}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

View File

@ -0,0 +1,48 @@
%% 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/>.
%% Transfer Terminal entry 1 counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {525, 550}}.
{t_name, 0}.
{t_desc, 1}.
{groups, [
%% Fight for Food 1.
[{t_name, 2}, {t_desc, 5}, {quests, [
{1000100, "fight-for-food.1.c.quest.nbl"},
{1000101, "fight-for-food.1.b.quest.nbl"},
%% {1000102, "fight-for-food.1.a.quest.nbl"},
%% {1000103, "fight-for-food.1.s.quest.nbl"},
{1000104, "fight-for-food.1.s2.quest.nbl"}
]}],
%% Fight for Food 2.
[{t_name, 3}, {t_desc, 5}, {quests, [
{1000110, "fight-for-food.2.c.quest.nbl"},
%% {1000111, "fight-for-food.2.b.quest.nbl"},
%% {1000112, "fight-for-food.2.a.quest.nbl"},
%% {1000113, "fight-for-food.2.s.quest.nbl"},
{1000114, "fight-for-food.2.s2.quest.nbl"}
]}],
%% Fight for Food 3.
[{t_name, 4}, {t_desc, 5}, {quests, [
{1000120, "fight-for-food.3.c.quest.nbl"},
%% {1000121, "fight-for-food.3.b.quest.nbl"},
{1000122, "fight-for-food.3.a.quest.nbl"},
%% {1000123, "fight-for-food.3.s.quest.nbl"},
{1000124, "fight-for-food.3.s2.quest.nbl"}
]}]
]}.

Binary file not shown.