diff --git a/include/maps.hrl b/include/maps.hrl index 28a48ce..bcd75d1 100644 --- a/include/maps.hrl +++ b/include/maps.hrl @@ -1040,27 +1040,6 @@ {114, [{quests, "data/counters/moatoob.pub.pack"}, {bg, 6}, {options, << 16#01000800:32, 3, 0:32, 3, 0:16 >>}]}, - % GUARDIANS HQ: Episode 2 C rank, B rank, A rank, Episode 3 C rank, B rank, A rank, Winter event 1 (missing), Winter event 2 (missing) - % MAG event (missing), Side story C rank, Side story B rank, Side story A rank, Old event missions - - {115, [{quests, "data/counters/colony.guardians.pack"}, {bg, 4}, {options, << 16#01807800:32, 3, 3, 3, 3, 3, 3, 0, 0, 0, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, % Episode 2 Difficulty C Chapters 1-10 - 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, % Episode 2 Difficulty B Chapters 1-10 - 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, % Episode 2 Difficulty A Chapters 1-10 - 3, 3, 3, 3, 3, 3, 3, 3, % Episode 3 Difficulty C Chapters 1-8 - 3, 3, 3, 3, 3, 3, 3, 3, % Episode 3 Difficulty B Chapters 1-8 - 3, 3, 3, 3, 3, 3, 3, 3, % Episode 3 Difficulty A Chapters 1-8 - 0:248, - 3, 3, 3, % Side-story C-A - 3, 3, 3, 3, 3, % MAG' C-S2 - 3, % Gifts from Beyond+ - 0:40, - 3, % Hit the Counter! (MAG) - 3, % Dark Crystal Seeker - 3, % Hit the Counter! (Shred the Darkness) - 3, % Photon Eraser Return - 0:32 >>}]}, - % Parum GUARDIANS: Partner Missions, Protectors a+ (missing), Protectors b+ (missing), Training Intro (missing), Party Missions, Versus, Item Exchange, (empty name, missing), (empty name, missing), (empty name, missing) {116, [{quests, "data/counters/parum.guardians.pack"}, {bg, 5}, {options, << 16#01005000:32, 3, 0, 0, 0, 3, 3, 3, 0, 0, 0, 0, diff --git a/priv/counters/115/counter.conf b/priv/counters/115/counter.conf new file mode 100644 index 0000000..793ee11 --- /dev/null +++ b/priv/counters/115/counter.conf @@ -0,0 +1,60 @@ +%% 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 . + +%% GUARDIANS HQ counter. + +{bg, 4}. +{cursor, {0, 0}}. +{t_name, 0}. +{t_desc, 1}. + +{groups, [ + %% @todo Ep. 2: Difficulty C. + [{t_name, 2}, {t_desc, 5}, {quests, [ + {1131010, "ep2ch1.c.quest.nbl"} + ]}], + %% @todo Ep. 2: Difficulty B. +%% [{t_name, 3}, {t_desc, 5}, {quests, [ +%% ]}], + %% @todo Ep. 2: Difficulty A. +%% [{t_name, 4}, {t_desc, 5}, {quests, [ +%% ]}], + %% @todo Ep. 3: Difficulty C. +%% [{t_name, 6}, {t_desc, 9}, {quests, [ +%% ]}], + %% @todo Ep. 3: Difficulty B. +%% [{t_name, 7}, {t_desc, 9}, {quests, [ +%% ]}], + %% @todo Ep. 3: Difficulty A. +%% [{t_name, 8}, {t_desc, 9}, {quests, [ +%% ]}], + %% @todo The Magashi Plan. +%% [{t_name, 10}, {t_desc, 11}, {quests, [ +%% ]}], + %% Maximum Attack G'. + [{t_name, 12}, {t_desc, 13}, {quests, [ + {1072100, "mag-prime.c.quest.nbl"}, + {1072101, "mag-prime.b.quest.nbl"}, + {1072102, "mag-prime.a.quest.nbl"}, + {1072103, "mag-prime.s.quest.nbl"}, + {1072104, "mag-prime.s2.quest.nbl"} + ]}], + %% Miscellaneous. + %% @todo Hit the Counter! (MAG); Hit the Counter! (Shred the Darkness); Photon Eraser Return + [{t_name, 14}, {t_desc, 15}, {quests, [ + {1070742, "dark-crystal-seeker.quest.nbl"}, + {1072300, "gifts-from-beyond-plus.quest.nbl"} + ]}] +]}. diff --git a/priv/counters/115/text.bin.en_US.txt b/priv/counters/115/text.bin.en_US.txt new file mode 100644 index 0000000..99b06ef Binary files /dev/null and b/priv/counters/115/text.bin.en_US.txt differ