counters: Add Dallgun counter.

This commit is contained in:
Loïc Hoguin 2010-10-14 18:08:57 +02:00
parent 8d06fc2aef
commit 8501b10261
3 changed files with 58 additions and 22 deletions

View File

@ -789,28 +789,6 @@
%~ 3, 3, 3, % SEED Awakened S3 variant 1-3
%~ 0:24 >>}]},
% Dallgun: Phantom Ruins, The Black Nest, True Darkness, (empty name, missing)
{ 25, [{quests, "data/counters/colony.dallgun.pack"}, {bg, 255}, {options, << 16#01003c00:32, 0, 3, 3, 0,
0, 0, 0, 0, 0, % Phantom Ruins C-S
3, 3, 3, 3, 3, 0, % The Black Nest C-S2 variant 1
3, 0, 0, 0, 3, 0, % The Black Nest C-S2 variant 2
3, 3, 0, 3, 0, 0, % The Black Nest C-S2 variant 3
0, 0, 0, 0, 0, % True Darkness C-S2 variant 1
3, 0, 3, 3, 0, % True Darkness C-S2 variant 2
3, 3, 3, 0, 3, % True Darkness C-S2 variant 3
0:144 >>}]},
%~ { 25, [{quests, "data/counters/colony.dallgun.pack"}, {bg, 255}, {options, << 16#01003c00:32, 3, 3, 3, 0,
%~ 3, 3, 3, 3, 0, % Phantom Ruins C-S
%~ 3, 3, 3, 3, 3, 0, % The Black Nest C-S2 variant 1
%~ 3, 3, 3, 3, 3, 0, % The Black Nest C-S2 variant 2
%~ 3, 3, 3, 3, 3, 0, % The Black Nest C-S2 variant 3
%~ 3, 3, 3, 3, 3, % True Darkness C-S2 variant 1
%~ 3, 3, 3, 3, 3, % True Darkness C-S2 variant 2
%~ 3, 3, 3, 3, 3, % True Darkness C-S2 variant 3
%~ 0:144 >>}]},
% 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,58 @@
%% 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/>.
%% Dallgun counter.
{bg, 255}.
{city, {1100000, 0, 4, 5}}.
{cursor, {480, 455}}.
{t_name, 0}.
{t_desc, 1}.
{groups, [
%% The Black Nest 1.
[{t_name, 2}, {t_desc, 8}, {quests, [
{1003000, "black-nest.1.c.quest.nbl"},
{1003001, "black-nest.1.b.quest.nbl"},
{1003002, "black-nest.1.a.quest.nbl"},
{1003003, "black-nest.1.s.quest.nbl"},
{1003004, "black-nest.1.s2.quest.nbl"}
]}],
%% The Black Nest 2.
[{t_name, 3}, {t_desc, 8}, {quests, [
{1003010, "black-nest.2.c.quest.nbl"},
{1003014, "black-nest.2.s2.quest.nbl"}
]}],
%% The Black Nest 3.
[{t_name, 4}, {t_desc, 8}, {quests, [
{1003020, "black-nest.3.c.quest.nbl"},
{1003021, "black-nest.3.b.quest.nbl"},
{1003023, "black-nest.3.s.quest.nbl"}
]}],
%% @todo True Darkness 1 - 1001200 to 4
%% True Darkness 2.
[{t_name, 6}, {t_desc, 8}, {quests, [
{1001210, "true-darkness.2.c.quest.nbl"},
{1001212, "true-darkness.2.a.quest.nbl"},
{1001213, "true-darkness.2.s.quest.nbl"}
]}],
%% True Darkness 3.
[{t_name, 7}, {t_desc, 8}, {quests, [
{1001220, "true-darkness.3.c.quest.nbl"},
{1001221, "true-darkness.3.b.quest.nbl"},
{1001222, "true-darkness.3.a.quest.nbl"},
{1001224, "true-darkness.3.s2.quest.nbl"}
]}]
]}.

Binary file not shown.