counters: All undefined counters now have a dummy default. Remove old counter code.

This commit is contained in:
Loïc Hoguin 2010-10-28 02:56:28 +02:00
parent 3fa3d27915
commit 01c02b24ef
133 changed files with 1498 additions and 539 deletions

View File

@ -724,516 +724,3 @@
{[1104000,900], [{name, "Spaceport"}]}
]).
%% EGS counters settings.
%% Various appearance configuration counters don't have any quest-related data. They use the CounterID 65535.
%% Background values include: 01 parum, 02 moatoob, 03 neudaiz, 04 guardians hq, 05 parum guardians, 06 moatoob guardians, 07 neudaiz guardians, 08 pitch black, ff destroyed colony
-define(COUNTERS, [
% Parum East: Illusionary Shaft, Mad Creatures, Fire purification (missing), Scarred Planet (missing), Scarred Planet
{ 2, [{quests, "data/counters/parum.east.pack"}, {bg, 1}, {options, << 16#01003c00:32, 3, 3, 0, 0, 3,
3, 3, 3, 3, 0, % Illusionary Shaft C-S
3, 3, 3, 3, % Mad Creatures C-S variant 1
3, 3, 3, 3, % Mad Creatures C-S variant 2
3, 3, 3, 3, % Mad Creatures C-S variant 3
3, 3, 3, % Mad Creatures S2 variant 1-3
0:144,
3, 3, 3, 3, 3, % Scarred Planet C-S2 variant 1
3, 3, 3, 3, 3, % Scarred Planet C-S2 variant 2
3, 3, 3, 3, 3, % Scarred Planet C-S2 variant 3
0:16 >>}]},
% Parum Linear Line: Train Rescue, Fire purification (missing)
{ 3, [{quests, "data/counters/parum.ll.pack"}, {bg, 1}, {options, << 16#01781800:32, 3, 0, 0,
3, 3, 3, 3, % Train Rescue C-S variant 1
3, 3, 3, 3, % Train Rescue C-S variant 2
3, 3, 3, 3, % Train Rescue C-S variant 3
3, 3, 3, % Train Rescue S2 variant 1-3
0:48 >>}]},
% Neudaiz Flyerbase: Phantom Fissure, Mizuraki Defense, Forested Islands, (empty name, missing), Fire purification (missing)
{ 4, [{quests, "data/counters/neudaiz.flyer.pack"}, {bg, 3}, {options, << 16#01f04000:32, 3, 3, 3, 0, 0,
3, 3, 3, 3, 0, % Phantom Fissure C-S
3, 3, 3, 3, 3, 0, % Mizuraki Defense C-S2 variant 1
3, 3, 3, 3, 3, 0, % Mizuraki Defense C-S2 variant 2
3, 3, 3, 3, 3, 0, % Mizuraki Defense C-S2 variant 3
3, 3, 3, 3, 3, % Forested Islands C-S2 variant 1
3, 3, 3, 3, 3, % Forested Islands C-S2 variant 2
3, 3, 3, 3, 3, % Forested Islands C-S2 variant 3
0:168 >>}]},
% Moatoob Flyerbase: Forest of Illusion, System Defense, Valley of Carnage, System Defense (missing), Fire purification (missing)
{ 5, [{quests, "data/counters/moatoob.flyer.pack"}, {bg, 2}, {options, << 16#01ab3c00:32, 3, 3, 3, 0, 0,
3, 3, 3, 3, 0, % Forest of Illusion C-S
3, 3, 3, 3, % System Defense C-S variant 1
3, 3, 3, 3, % System Defense C-S variant 2
3, 3, 3, 3, % System Defense C-S variant 3
3, 3, 3, % System Defense S2 variant 1-3
3, 3, 3, 3, % Valley of Carnage C-S variant 1
3, 3, 3, 3, % Valley of Carnage C-S variant 2
3, 3, 3, 3, % Valley of Carnage C-S variant 3
3, 3, 3, % Valley of Carnage S2 variant 1-3
0:160 >>}]},
% Neudaiz COG: Phantom Fissure, Sacred Stream
{ 6, [{quests, "data/counters/neudaiz.cog.pack"}, {bg, 3}, {options, << 16#01001800:32, 3, 3,
3, 3, 3, 3, % Phantom Fissure C-S
3, 3, 3, 3, 3, % Sacred Stream C-S2 variant 1
3, 3, 3, 3, 3, % Sacred Stream C-S2 variant 2
3, 3, 3, 3, 3, % Sacred Stream C-S2 variant 3
0:24 >>}]},
% AMF Headquarters: AMF HQ Recovery
{ 7, [{quests, "data/counters/parum.amf.pack"}, {bg, 1}, {options, << 16#019e1000:32, 3,
3, 3, 3, 3, 0, % AMF HQ Recovery C-S variant 1
3, 3, 3, 3, 0, % AMF HQ Recovery C-S variant 2
3, 3, 3, 3, 0 % AMF HQ Recovery C-S variant 3
>>}]},
% GRM: Side story C rank, Side story B rank, Side story A rank
{ 8, [{quests, "data/counters/parum.grm.pack"}, {bg, 5}, {options, << 16#01000c00:32, 3, 3, 3, 0, 3, 0, 3, 0, 3, 0:24 >>}]},
% Raffon Fieldbase (entry 0)
{ 30, [{quests, "data/counters/parum.raffon-0.pack"}, {bg, 1}, {options, << 16#01000400:32, 0:32 >>}]},
% Raffon Fieldbase (entry 1): Illusionary Shaft, Plains Overlord, Sleeping Warriors, Fire purification (missing)
{ 31, [{quests, "data/counters/parum.raffon-1.pack"}, {bg, 1}, {options, << 16#01c52c00:32, 3, 3, 3, 0,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, 3, 3, % Plains Overlord C-S2 variant 1
3, 3, 3, 3, 3, % Plains Overlord C-S2 variant 2
3, 3, 3, 3, 3, % Plains Overlord C-S2 variant 3
3, 3, 3, 3, 3, % Sleeping Warriors C-S2 variant 1
3, 3, 3, 3, 3, % Sleeping Warriors C-S2 variant 2
3, 3, 3, 3, 3, % Sleeping Warriors C-S2 variant 3
0:48 >>}]},
% Parum Lakeshore (entry 0): Illusionary Shaft, Crimson Beast
{ 35, [{quests, "data/counters/parum.lake-0.pack"}, {bg, 1}, {options, << 16#01d61800:32, 3, 3,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, 3, 3, % Crimson Beast C-S2 variant 1
3, 3, 3, 3, 3, % Crimson Beast C-S2 variant 2
3, 3, 3, 3, 3, % Crimson Beast C-S2 variant 3
0:24 >>}]},
% Parum Lakeshore (entry 1): The Mad Beasts
{ 36, [{quests, "data/counters/parum.lake-1.pack"}, {bg, 1}, {options, << 16#01e91000:32, 3,
3, 3, 3, % The Mad Beasts C-A variant 1
3, 3, 3, % The Mad Beasts C-A variant 2
3, 3, 3, % The Mad Beasts C-A variant 3
3, 3, 3, % The Mad Beasts S variant 1-3
3, 3, 3 % The Mad Beasts S2 variant 1-3
>>}]},
% Parum Underground (entry 0)
{ 40, [{quests, "data/counters/parum.under-0.pack"}, {bg, 1}, {options, << 16#01050400:32, 0:32 >>}]},
% Parum Underground (entry 1): Lab Recovery
{ 41, [{quests, "data/counters/parum.under-1.pack"}, {bg, 1}, {options, << 16#01cf1000:32, 3,
3, 3, 3, % Lab Recovery C-A variant 1
3, 3, 3, % Lab Recovery C-A variant 2
3, 3, 3, % Lab Recovery C-A variant 3
3, 3, 3, % Lab Recovery S variant 1-3
3, 3, 3 % Lab Recovery S2 variant 1-3
>>}]},
% Parum Underground (entry 2): Illusionary Shaft, Endrum Remnants, Fire purification (missing)
{ 42, [{quests, "data/counters/parum.under-2.pack"}, {bg, 1}, {options, << 16#01381c00:32, 3, 3, 0,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, % Endrum Remnants C-A variant 1
3, 3, 3, % Endrum Remnants C-A variant 2
3, 3, 3, % Endrum Remnants C-A variant 3
3, 3, 3, % Endrum Remnants S variant 1-3
3, 3, 3, % Endrum Remnants S2 variant 1-3
0:48 >>}]},
% Parum Denes (entry 0)
{ 45, [{quests, "data/counters/parum.denes-0.pack"}, {bg, 1}, {options, << 16#01000400:32, 0:32 >>}]},
% Parum Denes (entry 1): Illusionary Shaft, The Dual Sentinel
{ 46, [{quests, "data/counters/parum.denes-1.pack"}, {bg, 1}, {options, << 16#013e1800:32, 3, 3,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, 3, % The Dual Sentinel C-S variant 1
3, 3, 3, 3, % The Dual Sentinel C-S variant 2
3, 3, 3, 3, % The Dual Sentinel C-S variant 3
3, 3, 3, % The Dual Sentinel S2 variant 1-3
0:24 >>}]},
% Parum Waterfall: Illusionary Shaft, (empty name, Duel in the Ruins)
{ 48, [{quests, "data/counters/parum.waterfall.pack"}, {bg, 1}, {options, << 16#01eb1800:32, 3, 3,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, 3, 3, % Duel in the Ruins C-S2 variant 1
3, 3, 3, 3, 3, % Duel in the Ruins C-S2 variant 2
3, 3, 3, 3, 3, % Duel in the Ruins C-S2 variant 3
0:24 >>}]},
% Neudaiz Islands (entry 0)
{ 50, [{quests, "data/counters/neudaiz.islands-0.pack"}, {bg, 3}, {options, << 16#01000400:32, 0:32 >>}]},
% Neudaiz Islands (entry 1): Rainbow Beast, (empty name, missing), Grove of Fanatics, (empty name, missing)
{ 51, [{quests, "data/counters/neudaiz.islands-1.pack"}, {bg, 3}, {options, << 16#01424400:32, 3, 0, 3, 0,
3, 3, 3, 3, 3, 3, % Rainbow Beast C-S3 variant 1
3, 3, 3, 3, 3, 3, % Rainbow Beast C-S3 variant 2
3, 3, 3, 3, 3, 3, % Rainbow Beast C-S3 variant 3
0:120,
3, 3, 3, 3, 3, % Grove of Fanatics C-S2 variant 1
3, 3, 3, 3, 3, % Grove of Fanatics C-S2 variant 2
3, 3, 3, 3, 3, % Grove of Fanatics C-S2 variant 3
0:128 >>}]},
% Neudaiz Islands (entry 2): Phantom Ruins, Hill of Spores
{ 52, [{quests, "data/counters/neudaiz.islands-2.pack"}, {bg, 3}, {options, << 16#01001800:32, 3, 3,
3, 3, 3, 3, % Phantom Ruins C-S
3, 3, 3, 3, 3, % Hill of Spores C-S2 variant 1
3, 3, 3, 3, 3, % Hill of Spores C-S2 variant 3
3, 3, 3, 3, 3, % Hill of Spores C-S2 variant 3
0:24 >>}]},
% Neudaiz Relics (entry 0): Phantom Fissure, The Eastern Peril, Forest Infiltration
{ 55, [{quests, "data/counters/neudaiz.relics-0.pack"}, {bg, 3}, {options, << 16#01c32c00:32, 3, 3, 3,
3, 3, 3, 3, % Phantom Fissure C-S
3, 3, 3, 3, 3, 3, % The Eastern Peril C-S3 variant 1
3, 3, 3, 3, 3, 3, % The Eastern Peril C-S3 variant 2
3, 3, 3, 3, 3, 3, % The Eastern Peril C-S3 variant 3
3, 3, 3, 3, 3, 3, % Forest Infiltration C-S3 variant 1
3, 3, 3, 3, 3, 3, % Forest Infiltration C-S3 variant 2
3, 3, 3, 3, 3, 3, % Forest Infiltration C-S3 variant 3
0 >>}]},
% Neudaiz Relics (entry 1): The Holy Ground, Fire purification
{ 56, [{quests, "data/counters/neudaiz.relics-1.pack"}, {bg, 3}, {options, << 16#01741400:32, 3, 0,
3, 3, 3, % The Holy Ground C-A variant 1
3, 3, 3, % The Holy Ground C-A variant 2
3, 3, 3, % The Holy Ground C-A variant 3
3, 3, 3, % The Holy Ground S variant 1-3
3, 3, 3, % The Holy Ground S2 variant 1-3
0:24 >>}]},
% Neudaiz Mizuraki (entry 0)
{ 70, [{quests, "data/counters/neudaiz.mizuraki-0.pack"}, {bg, 3}, {options, << 16#010c0400:32, 0:32 >>}]},
% Neudaiz Mizuraki (entry 1): Demons Above
{ 71, [{quests, "data/counters/neudaiz.mizuraki-1.pack"}, {bg, 3}, {options, << 16#01c21400:32, 3,
3, 3, 3, % Demons Above C-A variant 1
3, 3, 3, % Demons Above C-A variant 2
3, 3, 3, % Demons Above C-A variant 3
3, 3, 3, % Demons Above S variant 1-3
3, 3, 3, % Demons Above S2 variant 1-3
0:32 >>}]},
% Neudaiz Mizuraki (entry 2): Phantom Fissure, Moonlight Beast, Moonlight Beast (AOTI, missing)
{ 72, [{quests, "data/counters/neudaiz.mizuraki-2.pack"}, {bg, 3}, {options, << 16#01ab2c00:32, 3, 3, 0,
3, 3, 3, 3, % Phantom Fissure C-S
3, 3, 3, 3, % Moonlight Beast C-S variant 1
3, 3, 3, 3, % Moonlight Beast C-S variant 2
3, 3, 3, 3, % Moonlight Beast C-S variant 3
3, 3, 3, % Moonlight Beast S2 variant 1-3
3, 3, 3, % Moonlight Beast S3 variant 1-3
0:152 >>}]},
% Neudaiz Hot Springs: Phantom Fissure, Sakura Blast, Cost of Research
{ 75, [{quests, "data/counters/neudaiz.hotsprings.pack"}, {bg, 3}, {options, << 16#01ee2800:32, 3, 3, 3,
3, 3, 3, 3, % Phantom Fissure C-S
3, 3, 3, 3, 3, 0, % Sakura Blast C-S2 variant 1
3, 3, 3, 3, 3, 0, % Sakura Blast C-S2 variant 2
3, 3, 3, 3, 3, 0, % Sakura Blast C-S2 variant 3
3, 3, 3, 3, 3, % Cost of Research C-S2 variant 1
3, 3, 3, 3, 3, % Cost of Research C-S2 variant 2
3, 3, 3, 3, 3 % Cost of Research C-S2 variant 3
>>}]},
% Moatoob Desert (entry 0)
{ 85, [{quests, "data/counters/moatoob.desert-0.pack"}, {bg, 2}, {options, << 16#01d30400:32, 0:32 >>}]},
% Moatoob Desert (entry 1): Forest of Illusion, Desert Terror, Citadel of Sand, (empty name, missing)
{ 86, [{quests, "data/counters/moatoob.desert-1.pack"}, {bg, 2}, {options, << 16#01553c00:32, 3, 3, 3, 0,
3, 3, 3, 3, 0, % Forest of Illusion C-S
3, 3, 3, % Desert Terror C-A variant 1
3, 3, 3, % Desert Terror C-A variant 2
3, 3, 3, % Desert Terror C-A variant 3
3, 3, 3, % Desert Terror S variant 1-3
3, 3, 3, % Desert Terror S2 variant 1-3
3, 3, 3, % Desert Terror S3 variant 1-3
3, 3, 3, 3, 3, % Citadel of Sand C-S2 variant 1
3, 3, 3, 3, 3, % Citadel of Sand C-S2 variant 2
3, 3, 3, 3, 3, % Citadel of Sand C-S2 variant 3
0:144 >>}]},
% Moatoob Basin (entry 0)
{ 90, [{quests, "data/counters/moatoob.basin-0.pack"}, {bg, 2}, {options, << 16#01000400:32, 0:32 >>}]},
% Moatoob Basin (entry 1): Forest of Illusion, Mine Defense
{ 91, [{quests, "data/counters/moatoob.basin-1.pack"}, {bg, 2}, {options, << 16#01f01800:32, 3, 3,
3, 3, 3, 3, 0, % Forest of Illusion C-S
3, 3, 3, % Mine Defense C-A variant 1
3, 3, 3, % Mine Defense C-A variant 2
3, 3, 3, % Mine Defense C-A variant 3
3, 3, 3, % Mine Defense S variant 1-3
3, 3, 3, % Mine Defense S2 variant 1-3
0:16 >>}]},
% Moatoob Underground Lake (entry 0): Rogues' Shortcut
{100, [{quests, "data/counters/moatoob.lake-0.pack"}, {bg, 2}, {options, << 16#01cf1400:32, 3,
3, 3, 3, 3, 3, % Rogues' Shortcut C-S2 variant 1
3, 3, 3, 3, 3, % Rogues' Shortcut C-S2 variant 2
3, 3, 3, 3, 3, % Rogues' Shortcut C-S2 variant 3
3, 3, 3, % Rogues' Shortcut S3 variant 1-3
0 >>}]},
% Moatoob Underground Lake (entry 1)
{101, [{quests, "data/counters/moatoob.lake-1.pack"}, {bg, 2}, {options, << 16#01000400:32, 0:32 >>}]},
% Moatoob Underground Lake (entry 2): Forest of Illusion, Tunnel Recapture, Desert Goliath, Lonely Laboratory, (empty name, missing)
{102, [{quests, "data/counters/moatoob.lake-2.pack"}, {bg, 2}, {options, << 16#01004c00:32, 3, 3, 3, 3, 0,
3, 3, 3, 3, 0, % Forest of Illusion C-S
3, 3, 3, 3, % Tunnel Recapture C-S variant 1
3, 3, 3, 3, % Tunnel Recapture C-S variant 2
3, 3, 3, 3, % Tunnel Recapture C-S variant 3
3, 3, 3, % Tunnel Recapture S2 variant 1-3
3, 3, 3, 3, % Desert Goliath C-S variant 1
3, 3, 3, 3, % Desert Goliath C-S variant 2
3, 3, 3, 3, % Desert Goliath C-S variant 3
3, 3, 3, % Desert Goliath S2 variant 1-3
3, 3, 3, % Desert Goliath S3 variant 1-3
3, 3, 3, 3, % Lonely Laboratory C-S variant 1
0:48,
3, 3, 3, 3, % Lonely Laboratory C-S variant 2
0:152 >>}]},
% Moatoob Oasis: Forest of Illusion, The Stolen Weapon
{105, [{quests, "data/counters/moatoob.oasis.pack"}, {bg, 2}, {options, << 16#01ae1c00:32, 3, 3,
3, 3, 3, 3, 0, % Forest of Illusion C-S
3, 3, 3, 3, 3, % The Stolen Weapon C-S2 variant 1
3, 3, 3, 3, 3, % The Stolen Weapon C-S2 variant 2
3, 3, 3, 3, 3, % The Stolen Weapon C-S2 variant 3
3, 3, 3, % The Stolen Weapon S3 variant 1-3
0:24 >>}]},
% Moatoob Glacier (entry 0)
{108, [{quests, "data/counters/moatoob.glacier-0.pack"}, {bg, 2}, {options, << 16#01000400:32, 0:32 >>}]},
% Moatoob Glacier (entry 1): Forest of Illusion, Caves of Ice
{109, [{quests, "data/counters/moatoob.glacier-1.pack"}, {bg, 2}, {options, << 16#01001800:32, 3, 3,
3, 3, 3, 3, 0, % Forest of Illusion C-S
3, 3, 3, 3, 3, % Caves of Ice C-S2 variant 1
3, 3, 3, 3, 3, % Caves of Ice C-S2 variant 2
3, 3, 3, 3, 3, % Caves of Ice C-S2 variant 3
0:16 >>}]},
% Parum Cafe: The Collector
{112, [{quests, "data/counters/parum.cafe.pack"}, {bg, 5}, {options, << 16#01000800:32, 3, 0:24, 3, 0:24 >>}]},
% Moatoob Pub: Desert Arms Shop
{114, [{quests, "data/counters/moatoob.pub.pack"}, {bg, 6}, {options, << 16#01000800:32, 3, 0:32, 3, 0:16 >>}]},
% 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,
3, 3, 3, 3,
0:304,
3, % Standby (Party)
3, 3, 3, 3, 3, % Eggs Thieves C-S2 variant 1
3, 3, 3, 3, 3, % Eggs Thieves C-S2 variant 2
3, 3, 3, 3, 3, % Eggs Thieves C-S2 variant 3
3, % Standby (Versus)
3, % Explosive Arena
0, 3, % Bullet License
0:56 >>}]},
% Neudaiz GUARDIANS: Partner Missions, Party Missions, Item Exchange
{117, [{quests, "data/counters/neudaiz.guardians.pack"}, {bg, 7}, {options, << 16#01e32000:32, 3, 3, 3,
3, 3, 3, 3, % Temple of Traps
0:32,
3, % Standby (Party)
3, 3, 3, 3, 3, % Her Secret Mission C-S2 variant 1
3, 3, 3, 3, 3, % Her Secret Mission C-S2 variant 2
3, 3, 3, 3, 3, % Her Secret Mission C-S2 variant 3
0, 3, % TECHNIC License
0:24 >>}]},
% Colony R&D: Clothes'n'Parts male/female
{177, [{quests, "data/counters/colony.rd.pack"}, {bg, 4}, {options, << 16#01000800:32, 3, 0:24, 3, 3, 0:16 >>}]},
%~ {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, 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 >>}]},
% Parum Rozenom (entry 0)
{205, [{quests, "data/counters/parum.rozenom-0.pack"}, {bg, 1}, {options, << 16#01fa0400:32, 0:32 >>}]},
% Parum Rozenom (entry 1): Illusionary Shaft, Lightning Beasts, Lightning Beasts (missing)
{206, [{quests, "data/counters/parum.rozenom-1.pack"}, {bg, 1}, {options, << 16#01f82800:32, 3, 3, 0,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, 3, 3, % Lightning Beasts C-S2 variant 1
3, 3, 3, 3, 3, % Lightning Beasts C-S2 variant 2
3, 3, 3, 3, 3, % Lightning Beasts C-S2 variant 3
0:144 >>}]},
% Parum Beach (entry 0)
{210, [{quests, "data/counters/parum.beach-0.pack"}, {bg, 1}, {options, << 16#014a0400:32, 0:32 >>}]},
% Parum Beach (entry 1): Illusionary Shaft, SEED Express
{211, [{quests, "data/counters/parum.beach-1.pack"}, {bg, 1}, {options, << 16#01ac1800:32, 3, 3,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, 3, 3, % SEED Express C-S2 variant 1
3, 3, 3, 3, 3, % SEED Express C-S2 variant 2
3, 3, 3, 3, 3, % SEED Express C-S2 variant 3
0:24 >>}]},
% Parum Subway (entry 0)
{215, [{quests, "data/counters/parum.subway-0.pack"}, {bg, 1}, {options, << 16#015c0400:32, 0:32 >>}]},
% Parum Subway (entry 1): Illusionary Shaft, Military Subway
{216, [{quests, "data/counters/parum.subway-1.pack"}, {bg, 1}, {options, << 16#01001800:32, 3, 3,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, 3, 0, % Military Subway C-S variant 1
3, 3, 3, 3, 0, % Military Subway C-S variant 2
3, 3, 3, 3, 0, % Military Subway C-S variant 3
0:24 >>}]},
% Parum AMF Central (entry 0): Illusionary Shaft, Electric Brain
{220, [{quests, "data/counters/parum.amfcentral-0.pack"}, {bg, 1}, {options, << 16#01001800:32, 3, 3,
3, 3, 3, 3, % Illusionary Shaft C-S
3, 3, 3, 3, 3, % Electric Brain C-S2 variant 1
3, 3, 3, 3, 3, % Electric Brain C-S2 variant 2
3, 3, 3, 3, 3, % Electric Brain C-S2 variant 3
0:24 >>}]},
% Parum AMF Central (entry 1)
{221, [{quests, "data/counters/parum.amfcentral-1.pack"}, {bg, 1}, {options, << 16#01000400:32, 0:32 >>}]},
% Neudaiz Saguraki (entry 0)
{225, [{quests, "data/counters/neudaiz.saguraki-0.pack"}, {bg, 3}, {options, << 16#01ff0400:32, 0:32 >>}]},
% Neudaiz Saguraki (entry 1)
{226, [{quests, "data/counters/neudaiz.saguraki-1.pack"}, {bg, 3}, {options, << 16#01120400:32, 0:32 >>}]},
% Neudaiz Saguraki (entry 2): Phantom Fissure, Flowery Pursuit
{227, [{quests, "data/counters/neudaiz.saguraki-2.pack"}, {bg, 3}, {options, << 16#01741800:32, 3, 3,
3, 3, 3, 3, % Phantom Fissure C-S
3, 3, 3, 3, 3, 0, % Flowery Pursuit C-S2 variant 1
3, 3, 3, 3, 3, 0, % Flowery Pursuit C-S2 variant 2
3, 3, 3, 3, 3, 0 % Flowery Pursuit C-S2 variant 3
>>}]},
% Neudaiz Pavilion (entry 0)
{230, [{quests, "data/counters/neudaiz.pavilion-0.pack"}, {bg, 3}, {options, << 16#01060400:32, 0:32 >>}]},
% Neudaiz Pavilion (entry 1)
{231, [{quests, "data/counters/neudaiz.pavilion-1.pack"}, {bg, 3}, {options, << 16#01000400:32, 0:32 >>}]},
% Neudaiz Pavilion (entry 2): Phantom Fissure, White Beast
{232, [{quests, "data/counters/neudaiz.pavilion-2.pack"}, {bg, 3}, {options, << 16#01021800:32, 3, 3,
3, 3, 3, 3, % Phantom Fissure C-S
3, 3, 3, 3, 3, % White Beast C-S2 variant 1
3, 3, 3, 3, 3, % White Beast C-S2 variant 2
3, 3, 3, 3, 3, % White Beast C-S2 variant 3
0:24 >>}]},
% Neudaiz Habirao (entry 0)
{235, [{quests, "data/counters/neudaiz.habirao-0.pack"}, {bg, 3}, {options, << 16#01000400:32, 0:32 >>}]},
% Neudaiz Habirao (entry 1): Phantom Fissure, The Dancing Birds
{236, [{quests, "data/counters/neudaiz.habirao-1.pack"}, {bg, 3}, {options, << 16#01031800:32, 3, 3,
3, 3, 3, 3, % Phantom Fissure C-S
3, 3, 3, 3, 3, % The Dancing Birds C-S2 variant 1
3, 3, 3, 3, 3, % The Dancing Birds C-S2 variant 2
3, 3, 3, 3, 3, % The Dancing Birds C-S2 variant 3
0:24 >>}]},
% Neudaiz Temple
{240, [{quests, "data/counters/neudaiz.temple.pack"}, {bg, 3}, {options, << 16#01ff0400:32, 0:32 >>}]},
% Moatoob Granigs (entry 0)
{245, [{quests, "data/counters/moatoob.granigs-0.pack"}, {bg, 2}, {options, << 16#01020400:32, 0:32 >>}]},
% Moatoob Granigs (entry 1)
{246, [{quests, "data/counters/moatoob.granigs-1.pack"}, {bg, 2}, {options, << 16#01000400:32, 0:32 >>}]},
% Moatoob Granigs (entry 2): Forest of Illusion, Awoken Serpent
{247, [{quests, "data/counters/moatoob.granigs-2.pack"}, {bg, 2}, {options, << 16#01001800:32, 3, 3,
3, 3, 3, 3, 0, % Forest of Illusion C-S
3, 3, 3, 3, 3, % Awoken Serpent C-S2 variant 1
3, 3, 3, 3, 3, % Awoken Serpent C-S2 variant 2
3, 3, 3, 3, 3, % Awoken Serpent C-S2 variant 3
0:16 >>}]},
% Moatoob Il Cabo (entry 0)
{250, [{quests, "data/counters/moatoob.ilcabo-0.pack"}, {bg, 2}, {options, << 16#01000400:32, 0:32 >>}]},
% Moatoob Il Cabo (entry 1): Forest of Illusion, (empty name, Bladed Legacy)
{251, [{quests, "data/counters/moatoob.ilcabo-1.pack"}, {bg, 2}, {options, << 16#012f1800:32, 3, 3,
3, 3, 3, 3, 0, % Forest of Illusion C-S
3, 3, 3, 3, 3, % Bladed Legacy C-S2 variant 1
3, 3, 3, 3, 3, % Bladed Legacy C-S2 variant 2
3, 3, 3, 3, 3, % Bladed Legacy C-S2 variant 3
0:16 >>}]},
% Moatoob Casino
{255, [{quests, "data/counters/moatoob.casino.pack"}, {bg, 2}, {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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Binary file not shown.

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/>.
%% @todo counter.
{city, {1100000, 0, 4, 6}}.
{cursor, {0, 0}}.
{t_name, 0}.
{t_desc, 1}.
{groups, []}.

Some files were not shown because too many files have changed in this diff Show More