Move map generator into main repo (#2006)
## Description: Move the MapGenerator repo into OpenFrontIO so we don't need to copy generated map files over. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: evan
@@ -0,0 +1,661 @@
|
||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
Version 3, 19 November 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU Affero General Public License is a free, copyleft license for
|
||||
software and other kinds of works, specifically designed to ensure
|
||||
cooperation with the community in the case of network server software.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
our General Public Licenses are intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
Developers that use our General Public Licenses protect your rights
|
||||
with two steps: (1) assert copyright on the software, and (2) offer
|
||||
you this License which gives you legal permission to copy, distribute
|
||||
and/or modify the software.
|
||||
|
||||
A secondary benefit of defending all users' freedom is that
|
||||
improvements made in alternate versions of the program, if they
|
||||
receive widespread use, become available for other developers to
|
||||
incorporate. Many developers of free software are heartened and
|
||||
encouraged by the resulting cooperation. However, in the case of
|
||||
software used on network servers, this result may fail to come about.
|
||||
The GNU General Public License permits making a modified version and
|
||||
letting the public access it on a server without ever releasing its
|
||||
source code to the public.
|
||||
|
||||
The GNU Affero General Public License is designed specifically to
|
||||
ensure that, in such cases, the modified source code becomes available
|
||||
to the community. It requires the operator of a network server to
|
||||
provide the source code of the modified version running there to the
|
||||
users of that server. Therefore, public use of a modified version, on
|
||||
a publicly accessible server, gives the public access to the source
|
||||
code of the modified version.
|
||||
|
||||
An older license, called the Affero General Public License and
|
||||
published by Affero, was designed to accomplish similar goals. This is
|
||||
a different license, not a version of the Affero GPL, but Affero has
|
||||
released a new version of the Affero GPL which permits relicensing under
|
||||
this license.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU Affero General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Remote Network Interaction; Use with the GNU General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, if you modify the
|
||||
Program, your modified version must prominently offer all users
|
||||
interacting with it remotely through a computer network (if your version
|
||||
supports such interaction) an opportunity to receive the Corresponding
|
||||
Source of your version by providing access to the Corresponding Source
|
||||
from a network server at no charge, through some standard or customary
|
||||
means of facilitating copying of software. This Corresponding Source
|
||||
shall include the Corresponding Source for any work covered by version 3
|
||||
of the GNU General Public License that is incorporated pursuant to the
|
||||
following paragraph.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the work with which it is combined will remain governed by version
|
||||
3 of the GNU General Public License.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU Affero General Public License from time to time. Such new versions
|
||||
will be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU Affero General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU Affero General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU Affero General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program 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.
|
||||
|
||||
This program 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 this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If your software can interact with users remotely through a computer
|
||||
network, you should also make sure that it provides a way for users to
|
||||
get its source. For example, if your program is a web application, its
|
||||
interface could display a "Source" link that leads users to an archive
|
||||
of the code. There are many ways you could offer source, and different
|
||||
solutions will be better for different programs; see section 13 for the
|
||||
specific requirements.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
@@ -0,0 +1,33 @@
|
||||
# MapGenerator
|
||||
|
||||
This is a tool to generate map files for OpenFront.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Install go https://go.dev/doc/install
|
||||
2. Install dependencies: `go mod download`
|
||||
3. Run the generator: `go run .`
|
||||
|
||||
## Creating a new map
|
||||
|
||||
1. Create a new folder in assets/maps/<map_name>
|
||||
2. Create image.png
|
||||
3. Create info.json with name and countries
|
||||
4. Add the map name in main.go
|
||||
5. Run the generator: `go run .`
|
||||
6. Find the output folder at generated/maps/<map_name>
|
||||
|
||||
## Create image.png
|
||||
|
||||
1. Download world map (warning very large file) https://drive.google.com/file/d/1W2oMPj1L5zWRyPhh8LfmnY3_kve-FBR2/view?usp=sharing
|
||||
2. Crop the file (recommend Gimp), we recommend roughly 2 million pixels for performance reasons. Do not go over 4 million pixels.
|
||||
|
||||
## Create info.json
|
||||
|
||||
- Look at existing info.json for structure
|
||||
- Use country codes found here: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
|
||||
|
||||
## Notes
|
||||
|
||||
- Islands smaller than 30 tiles (pixels) are automatically removed by the script.
|
||||
- Bodies of water smaller than 200 tiles (pixels) are also removed.
|
||||
|
After Width: | Height: | Size: 15 MiB |
@@ -0,0 +1,221 @@
|
||||
{
|
||||
"name": "Africa",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1144, 1894],
|
||||
"name": "South Africa",
|
||||
"strength": 2,
|
||||
"flag": "za"
|
||||
},
|
||||
{
|
||||
"coordinates": [1188, 572],
|
||||
"name": "Sudan",
|
||||
"strength": 2,
|
||||
"flag": "sd"
|
||||
},
|
||||
{
|
||||
"coordinates": [1804, 1574],
|
||||
"name": "Madagascar",
|
||||
"strength": 1,
|
||||
"flag": "mg"
|
||||
},
|
||||
{
|
||||
"coordinates": [1063, 827],
|
||||
"name": "Central African Republic",
|
||||
"strength": 2,
|
||||
"flag": "cf"
|
||||
},
|
||||
{
|
||||
"coordinates": [749, 78],
|
||||
"name": "Tunisia",
|
||||
"strength": 2,
|
||||
"flag": "tn"
|
||||
},
|
||||
{
|
||||
"coordinates": [1362, 290],
|
||||
"name": "Egypt",
|
||||
"strength": 2,
|
||||
"flag": "eg"
|
||||
},
|
||||
{
|
||||
"coordinates": [297, 211],
|
||||
"name": "Morocco",
|
||||
"strength": 2,
|
||||
"flag": "ma"
|
||||
},
|
||||
{
|
||||
"coordinates": [526, 223],
|
||||
"name": "Algeria",
|
||||
"strength": 2,
|
||||
"flag": "dz"
|
||||
},
|
||||
{
|
||||
"coordinates": [951, 260],
|
||||
"name": "Libya",
|
||||
"strength": 2,
|
||||
"flag": "dz"
|
||||
},
|
||||
{
|
||||
"coordinates": [767, 510],
|
||||
"name": "Niger",
|
||||
"strength": 2,
|
||||
"flag": "ne"
|
||||
},
|
||||
{
|
||||
"coordinates": [208, 832],
|
||||
"name": "Sierra Leone",
|
||||
"strength": 2,
|
||||
"flag": "sl"
|
||||
},
|
||||
{
|
||||
"coordinates": [342, 525],
|
||||
"name": "Mali",
|
||||
"strength": 2,
|
||||
"flag": "ml"
|
||||
},
|
||||
{
|
||||
"coordinates": [266, 841],
|
||||
"name": "Liberia",
|
||||
"strength": 2,
|
||||
"flag": "lr"
|
||||
},
|
||||
{
|
||||
"coordinates": [726, 794],
|
||||
"name": "Nigeria",
|
||||
"strength": 2,
|
||||
"flag": "ng"
|
||||
},
|
||||
{
|
||||
"coordinates": [1094, 1093],
|
||||
"name": "Democratic Republic of the Congo",
|
||||
"strength": 2,
|
||||
"flag": "cd"
|
||||
},
|
||||
{
|
||||
"coordinates": [1021, 1365],
|
||||
"name": "Angola",
|
||||
"strength": 2,
|
||||
"flag": "ao"
|
||||
},
|
||||
{
|
||||
"coordinates": [1012, 1659],
|
||||
"name": "Namibia",
|
||||
"strength": 2,
|
||||
"flag": "na"
|
||||
},
|
||||
{
|
||||
"coordinates": [1174, 1642],
|
||||
"name": "Botswana",
|
||||
"strength": 2,
|
||||
"flag": "bw"
|
||||
},
|
||||
{
|
||||
"coordinates": [606, 853],
|
||||
"name": "Benin",
|
||||
"strength": 2,
|
||||
"flag": "bj"
|
||||
},
|
||||
{
|
||||
"coordinates": [1423, 1646],
|
||||
"name": "Zimbabwe",
|
||||
"strength": 2,
|
||||
"flag": "zw"
|
||||
},
|
||||
{
|
||||
"coordinates": [1462, 1462],
|
||||
"name": "Mozambique",
|
||||
"strength": 2,
|
||||
"flag": "na"
|
||||
},
|
||||
{
|
||||
"coordinates": [1416, 1194],
|
||||
"name": "Tanzania",
|
||||
"strength": 2,
|
||||
"flag": "tz"
|
||||
},
|
||||
{
|
||||
"coordinates": [1592, 934],
|
||||
"name": "Kenya",
|
||||
"strength": 2,
|
||||
"flag": "ke"
|
||||
},
|
||||
{
|
||||
"coordinates": [1858, 794],
|
||||
"name": "Somalia",
|
||||
"strength": 2,
|
||||
"flag": "so"
|
||||
},
|
||||
{
|
||||
"coordinates": [1582, 832],
|
||||
"name": "Ethiopia",
|
||||
"strength": 2,
|
||||
"flag": "et"
|
||||
},
|
||||
{
|
||||
"coordinates": [1347, 772],
|
||||
"name": "South Sudan",
|
||||
"strength": 2,
|
||||
"flag": "ss"
|
||||
},
|
||||
{
|
||||
"coordinates": [1472, 206],
|
||||
"name": "Israel",
|
||||
"strength": 2,
|
||||
"flag": "il"
|
||||
},
|
||||
{
|
||||
"coordinates": [1561, 63],
|
||||
"name": "Syria",
|
||||
"strength": 2,
|
||||
"flag": "sy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1767, 186],
|
||||
"name": "Iraq",
|
||||
"strength": 1,
|
||||
"flag": "iq"
|
||||
},
|
||||
{
|
||||
"coordinates": [1757, 381],
|
||||
"name": "Saudi Arabia",
|
||||
"strength": 2,
|
||||
"flag": "sa"
|
||||
},
|
||||
{
|
||||
"coordinates": [1766, 638],
|
||||
"name": "Yemen",
|
||||
"strength": 1,
|
||||
"flag": "ye"
|
||||
},
|
||||
{
|
||||
"coordinates": [283, 15],
|
||||
"name": "Portugal",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1123, 26],
|
||||
"name": "Greece",
|
||||
"strength": 1,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [914, 23],
|
||||
"name": "Italy",
|
||||
"strength": 1,
|
||||
"flag": "it"
|
||||
},
|
||||
{
|
||||
"coordinates": [99, 644],
|
||||
"name": "Senegal",
|
||||
"strength": 2,
|
||||
"flag": "sn"
|
||||
},
|
||||
{
|
||||
"coordinates": [876, 1049],
|
||||
"name": "Gabon",
|
||||
"strength": 2,
|
||||
"flag": "ga"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 946 KiB |
@@ -0,0 +1,155 @@
|
||||
{
|
||||
"name": "Asia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [165, 422],
|
||||
"name": "Russia",
|
||||
"strength": 3,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [83, 612],
|
||||
"name": "Türkiye",
|
||||
"strength": 2,
|
||||
"flag": "tr"
|
||||
},
|
||||
{
|
||||
"coordinates": [278, 789],
|
||||
"name": "Saudi Arabia",
|
||||
"strength": 1,
|
||||
"flag": "sa"
|
||||
},
|
||||
{
|
||||
"coordinates": [238, 907],
|
||||
"name": "Yemen",
|
||||
"strength": 2,
|
||||
"flag": "ye"
|
||||
},
|
||||
{
|
||||
"coordinates": [126, 710],
|
||||
"name": "Jordan",
|
||||
"strength": 3,
|
||||
"flag": "jo"
|
||||
},
|
||||
{
|
||||
"coordinates": [239, 689],
|
||||
"name": "Iraq",
|
||||
"strength": 3,
|
||||
"flag": "iq"
|
||||
},
|
||||
{
|
||||
"coordinates": [327, 655],
|
||||
"name": "Iran",
|
||||
"strength": 3,
|
||||
"flag": "ir"
|
||||
},
|
||||
{
|
||||
"coordinates": [594, 675],
|
||||
"name": "Pakistan",
|
||||
"strength": 3,
|
||||
"flag": "pk"
|
||||
},
|
||||
{
|
||||
"coordinates": [654, 745],
|
||||
"name": "India",
|
||||
"strength": 2,
|
||||
"flag": "in"
|
||||
},
|
||||
{
|
||||
"coordinates": [830, 808],
|
||||
"name": "Bangladesh",
|
||||
"strength": 1,
|
||||
"flag": "bd"
|
||||
},
|
||||
{
|
||||
"coordinates": [909, 845],
|
||||
"name": "Myanmar",
|
||||
"strength": 3,
|
||||
"flag": "mm"
|
||||
},
|
||||
{
|
||||
"coordinates": [1035, 845],
|
||||
"name": "Vietnam",
|
||||
"strength": 2,
|
||||
"flag": "vn"
|
||||
},
|
||||
{
|
||||
"coordinates": [980, 1055],
|
||||
"name": "Malaysia",
|
||||
"strength": 1,
|
||||
"flag": "my"
|
||||
},
|
||||
{
|
||||
"coordinates": [1046, 1170],
|
||||
"name": "Indonesia",
|
||||
"strength": 1,
|
||||
"flag": "id"
|
||||
},
|
||||
{
|
||||
"coordinates": [1129, 909],
|
||||
"name": "Philippines",
|
||||
"strength": 2,
|
||||
"flag": "ph"
|
||||
},
|
||||
{
|
||||
"coordinates": [1237, 791],
|
||||
"name": "Taiwan",
|
||||
"strength": 2,
|
||||
"flag": "tw"
|
||||
},
|
||||
{
|
||||
"coordinates": [1166, 661],
|
||||
"name": "China",
|
||||
"strength": 2,
|
||||
"flag": "cn"
|
||||
},
|
||||
{
|
||||
"coordinates": [1314, 639],
|
||||
"name": "South Korea",
|
||||
"strength": 3,
|
||||
"flag": "kr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1485, 659],
|
||||
"name": "Japan",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [591, 492],
|
||||
"name": "Kazakhstan",
|
||||
"strength": 2,
|
||||
"flag": "kz"
|
||||
},
|
||||
{
|
||||
"coordinates": [546, 629],
|
||||
"name": "Tajikistan",
|
||||
"strength": 3,
|
||||
"flag": "tj"
|
||||
},
|
||||
{
|
||||
"coordinates": [1053, 528],
|
||||
"name": "Mongolia",
|
||||
"strength": 1,
|
||||
"flag": "mn"
|
||||
},
|
||||
{
|
||||
"coordinates": [243, 1067],
|
||||
"name": "Somalia",
|
||||
"strength": 1,
|
||||
"flag": "so"
|
||||
},
|
||||
{
|
||||
"coordinates": [61, 733],
|
||||
"name": "Egypt",
|
||||
"strength": 3,
|
||||
"flag": "eg"
|
||||
},
|
||||
{
|
||||
"coordinates": [59, 490],
|
||||
"name": "Ukraine",
|
||||
"strength": 2,
|
||||
"flag": "ua"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 938 KiB |
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "Australia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [460, 720],
|
||||
"name": "Western Australia",
|
||||
"strength": 2,
|
||||
"flag": "aus_wesaus"
|
||||
},
|
||||
{
|
||||
"coordinates": [965, 340],
|
||||
"name": "Northern Territory",
|
||||
"strength": 2,
|
||||
"flag": "aus_norter"
|
||||
},
|
||||
{
|
||||
"coordinates": [920, 915],
|
||||
"name": "South Australia",
|
||||
"strength": 1,
|
||||
"flag": "aus_souaus"
|
||||
},
|
||||
{
|
||||
"coordinates": [1435, 1220],
|
||||
"name": "Victoria",
|
||||
"strength": 2,
|
||||
"flag": "aus_vic"
|
||||
},
|
||||
{
|
||||
"coordinates": [1490, 555],
|
||||
"name": "Queensland",
|
||||
"strength": 2,
|
||||
"flag": "aus_quelan"
|
||||
},
|
||||
{
|
||||
"coordinates": [1605, 1025],
|
||||
"name": "New South Wales",
|
||||
"strength": 2,
|
||||
"flag": "aus_nsw"
|
||||
},
|
||||
{
|
||||
"coordinates": [1595, 1380],
|
||||
"name": "Tasmania",
|
||||
"strength": 2,
|
||||
"flag": "aus_tas"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.3 MiB |
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"name": "Baikal",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [695, 665],
|
||||
"name": "Irkutsk Oblast",
|
||||
"strength": 2,
|
||||
"flag": "bai_irk"
|
||||
},
|
||||
{
|
||||
"coordinates": [2188, 1001],
|
||||
"name": "Republic of Buryatia",
|
||||
"strength": 2,
|
||||
"flag": "bai_bur"
|
||||
},
|
||||
{
|
||||
"coordinates": [754, 1170],
|
||||
"name": "Olkhon Island",
|
||||
"strength": 1,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [1025, 831],
|
||||
"name": "Cape Khoboy",
|
||||
"strength": 1,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [361, 1195],
|
||||
"name": "Ogoi Island",
|
||||
"strength": 1,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [1805, 115],
|
||||
"name": "Bolshoy Ushkan Island",
|
||||
"strength": 1,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [2030, 335],
|
||||
"name": "Svyatoy Nos Peninsula",
|
||||
"strength": 2,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [2194, 659],
|
||||
"name": "Chivyrkuisky Bay",
|
||||
"strength": 1,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [309, 230],
|
||||
"name": "Chanchur",
|
||||
"strength": 2,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [2165, 1439],
|
||||
"name": "Zabaykalsky National Park",
|
||||
"strength": 1,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [132, 751],
|
||||
"name": "Listvyanka",
|
||||
"strength": 1,
|
||||
"flag": "ru"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 7.2 MiB |
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"name": "BetweenTwoSeas",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [40, 674],
|
||||
"name": "Bulgaria",
|
||||
"strength": 2,
|
||||
"flag": "bg"
|
||||
},
|
||||
{
|
||||
"coordinates": [354, 820],
|
||||
"name": "Republic of Turkiye",
|
||||
"strength": 3,
|
||||
"flag": "tr"
|
||||
},
|
||||
{
|
||||
"coordinates": [105, 474],
|
||||
"name": "Romania",
|
||||
"strength": 2,
|
||||
"flag": "ro"
|
||||
},
|
||||
{
|
||||
"coordinates": [172, 382],
|
||||
"name": "Moldova",
|
||||
"strength": 2,
|
||||
"flag": "md"
|
||||
},
|
||||
{
|
||||
"coordinates": [465, 296],
|
||||
"name": "Ukraine",
|
||||
"strength": 3,
|
||||
"flag": "ua"
|
||||
},
|
||||
{
|
||||
"coordinates": [980, 24],
|
||||
"name": "Russian Federation",
|
||||
"strength": 3,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [1003, 674],
|
||||
"name": "Georgia",
|
||||
"strength": 1,
|
||||
"flag": "ge"
|
||||
},
|
||||
{
|
||||
"coordinates": [1131, 804],
|
||||
"name": "Republic of Armenia",
|
||||
"strength": 1,
|
||||
"flag": "am"
|
||||
},
|
||||
{
|
||||
"coordinates": [856, 1044],
|
||||
"name": "Syrian Arab Republic",
|
||||
"strength": 2,
|
||||
"flag": "sy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1355, 1022],
|
||||
"name": "Islamic Republic of Iran",
|
||||
"strength": 3,
|
||||
"flag": "ir"
|
||||
},
|
||||
{
|
||||
"coordinates": [1355, 18],
|
||||
"name": "Republic of Azerbaijan",
|
||||
"strength": 1,
|
||||
"flag": "az"
|
||||
},
|
||||
{
|
||||
"coordinates": [334, 18],
|
||||
"name": "Belarus",
|
||||
"strength": 1,
|
||||
"flag": "by"
|
||||
},
|
||||
{
|
||||
"coordinates": [1689, 467],
|
||||
"name": "Kazakhstan",
|
||||
"strength": 1,
|
||||
"flag": "kz"
|
||||
},
|
||||
{
|
||||
"coordinates": [1727, 831],
|
||||
"name": "Turkmenistan",
|
||||
"strength": 1,
|
||||
"flag": "tm"
|
||||
},
|
||||
{
|
||||
"coordinates": [851, 589],
|
||||
"flag": "Circassia",
|
||||
"name": "Circassia",
|
||||
"strength": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.1 MiB |
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "BlackSea",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [122, 647],
|
||||
"name": "Bulgaria",
|
||||
"strength": 1,
|
||||
"flag": "bg"
|
||||
},
|
||||
{
|
||||
"coordinates": [513, 929],
|
||||
"name": "Turkiye",
|
||||
"strength": 2,
|
||||
"flag": "tr"
|
||||
},
|
||||
{
|
||||
"coordinates": [123, 237],
|
||||
"name": "Romania",
|
||||
"strength": 1,
|
||||
"flag": "ro"
|
||||
},
|
||||
{
|
||||
"coordinates": [300, 188],
|
||||
"name": "Moldova",
|
||||
"strength": 1,
|
||||
"flag": "md"
|
||||
},
|
||||
{
|
||||
"coordinates": [737, 120],
|
||||
"name": "Ukraine",
|
||||
"strength": 1,
|
||||
"flag": "ua"
|
||||
},
|
||||
{
|
||||
"coordinates": [1180, 354],
|
||||
"name": "Russia",
|
||||
"strength": 3,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [1362, 722],
|
||||
"name": "Georgia",
|
||||
"strength": 1,
|
||||
"flag": "ge"
|
||||
},
|
||||
{
|
||||
"coordinates": [1382, 943],
|
||||
"name": "Armenia",
|
||||
"strength": 1,
|
||||
"flag": "am"
|
||||
},
|
||||
{
|
||||
"coordinates": [1115, 555],
|
||||
"flag": "Circassia",
|
||||
"name": "Circassia",
|
||||
"strength": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 654 KiB |
@@ -0,0 +1,143 @@
|
||||
{
|
||||
"name": "Britannia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [960, 1258],
|
||||
"name": "Dumnonia",
|
||||
"strength": 1,
|
||||
"flag": "1_Dumnonia"
|
||||
},
|
||||
{
|
||||
"coordinates": [918, 1088],
|
||||
"name": "Dyfed",
|
||||
"strength": 1,
|
||||
"flag": "1_Dyfed"
|
||||
},
|
||||
{
|
||||
"coordinates": [1114, 1108],
|
||||
"name": "Gwent",
|
||||
"strength": 1,
|
||||
"flag": "1_Gwent"
|
||||
},
|
||||
{
|
||||
"coordinates": [1048, 936],
|
||||
"name": "Gwynedd",
|
||||
"strength": 2,
|
||||
"flag": "1_Gwynedd"
|
||||
},
|
||||
{
|
||||
"coordinates": [1108, 986],
|
||||
"name": "Powys",
|
||||
"strength": 2,
|
||||
"flag": "1_Powys"
|
||||
},
|
||||
{
|
||||
"coordinates": [952, 536],
|
||||
"name": "Strathclyde",
|
||||
"strength": 2,
|
||||
"flag": "1_Strathclyde"
|
||||
},
|
||||
{
|
||||
"coordinates": [748, 556],
|
||||
"name": "Dalriata",
|
||||
"strength": 1,
|
||||
"flag": "1_Dalriata"
|
||||
},
|
||||
{
|
||||
"coordinates": [1228, 1176],
|
||||
"name": "Wessex",
|
||||
"strength": 3,
|
||||
"flag": "1_Wessex"
|
||||
},
|
||||
{
|
||||
"coordinates": [1442, 1226],
|
||||
"name": "Sussex",
|
||||
"strength": 1,
|
||||
"flag": "1_Sussex"
|
||||
},
|
||||
{
|
||||
"coordinates": [1600, 1188],
|
||||
"name": "Kent",
|
||||
"strength": 2,
|
||||
"flag": "1_Kent"
|
||||
},
|
||||
{
|
||||
"coordinates": [1621, 1085],
|
||||
"name": "Essex",
|
||||
"strength": 1,
|
||||
"flag": "1_Essex"
|
||||
},
|
||||
{
|
||||
"coordinates": [1707, 1018],
|
||||
"name": "East Anglia",
|
||||
"strength": 2,
|
||||
"flag": "1_East Anglia"
|
||||
},
|
||||
{
|
||||
"coordinates": [1370, 1002],
|
||||
"name": "Mercia",
|
||||
"strength": 3,
|
||||
"flag": "1_Mercia"
|
||||
},
|
||||
{
|
||||
"coordinates": [1298, 724],
|
||||
"name": "Northumbria",
|
||||
"strength": 2,
|
||||
"flag": "1_Northumbria"
|
||||
},
|
||||
{
|
||||
"coordinates": [962, 366],
|
||||
"name": "Fortriu",
|
||||
"strength": 2,
|
||||
"flag": "1_Fortriu"
|
||||
},
|
||||
{
|
||||
"coordinates": [272, 1041],
|
||||
"name": "Munster",
|
||||
"strength": 2,
|
||||
"flag": "1_Munster"
|
||||
},
|
||||
{
|
||||
"coordinates": [264, 830],
|
||||
"name": "Connacht",
|
||||
"strength": 2,
|
||||
"flag": "1_Connacht"
|
||||
},
|
||||
{
|
||||
"coordinates": [608, 975],
|
||||
"name": "Laigin",
|
||||
"strength": 2,
|
||||
"flag": "1_Laigin"
|
||||
},
|
||||
{
|
||||
"coordinates": [564, 845],
|
||||
"name": "Southern Uí Néill",
|
||||
"strength": 3,
|
||||
"flag": "1_Southern Ui Neill"
|
||||
},
|
||||
{
|
||||
"coordinates": [639, 680],
|
||||
"name": "Ulaid",
|
||||
"strength": 2,
|
||||
"flag": "1_Ulaid"
|
||||
},
|
||||
{
|
||||
"coordinates": [509, 759],
|
||||
"name": "Airgialla",
|
||||
"strength": 2,
|
||||
"flag": "1_Airgialla"
|
||||
},
|
||||
{
|
||||
"coordinates": [416, 678],
|
||||
"name": "Northern Uí Néill",
|
||||
"strength": 3,
|
||||
"flag": "1_Northern Ui Neill"
|
||||
},
|
||||
{
|
||||
"coordinates": [1869, 1308],
|
||||
"name": "Franks",
|
||||
"strength": 3,
|
||||
"flag": "1_Franks"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.4 MiB |
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "Deglaciated Antarctica",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1545, 785],
|
||||
"name": "Penguin Empire",
|
||||
"strength": 2,
|
||||
"flag": "an_pe"
|
||||
},
|
||||
{
|
||||
"coordinates": [1365, 155],
|
||||
"name": "Norwegian Claim",
|
||||
"strength": 2,
|
||||
"flag": "no"
|
||||
},
|
||||
{
|
||||
"coordinates": [1810, 450],
|
||||
"name": "Upper Australian Claim",
|
||||
"strength": 2,
|
||||
"flag": "au"
|
||||
},
|
||||
{
|
||||
"coordinates": [1980, 980],
|
||||
"name": "Lower Australian Claim",
|
||||
"strength": 1,
|
||||
"flag": "au"
|
||||
},
|
||||
{
|
||||
"coordinates": [495, 605],
|
||||
"name": "Argentinian Claim",
|
||||
"strength": 2,
|
||||
"flag": "ar"
|
||||
},
|
||||
{
|
||||
"coordinates": [1150, 715],
|
||||
"name": "United Kingdom Claim",
|
||||
"strength": 2,
|
||||
"flag": "gb"
|
||||
},
|
||||
{
|
||||
"coordinates": [1060, 935],
|
||||
"name": "Chilean Claim",
|
||||
"strength": 2,
|
||||
"flag": "cl"
|
||||
},
|
||||
{
|
||||
"coordinates": [1365, 1400],
|
||||
"name": "New Zealand Claim",
|
||||
"strength": 2,
|
||||
"flag": "nz"
|
||||
},
|
||||
{
|
||||
"coordinates": [1590, 1120],
|
||||
"name": "French Claim",
|
||||
"strength": 2,
|
||||
"flag": "fr"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 9.8 MiB |
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"name": "East Asia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1150, 660],
|
||||
"name": "Hokkaido",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [1005, 843],
|
||||
"name": "Tohoku",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [858, 1045],
|
||||
"name": "Chubu",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [948, 1037],
|
||||
"name": "Kanto",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [1162, 154],
|
||||
"name": "Sakhalin",
|
||||
"strength": 2,
|
||||
"flag": "Sakhalin"
|
||||
},
|
||||
{
|
||||
"coordinates": [571, 1116],
|
||||
"name": "Chugoku",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [595, 1190],
|
||||
"name": "Shikoku",
|
||||
"strength": 2,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [450, 1234],
|
||||
"name": "Kyushu",
|
||||
"strength": 2,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [274, 1058],
|
||||
"name": "South Korea",
|
||||
"strength": 3,
|
||||
"flag": "kr"
|
||||
},
|
||||
{
|
||||
"coordinates": [160, 841],
|
||||
"name": "North Korea",
|
||||
"strength": 1,
|
||||
"flag": "kp"
|
||||
},
|
||||
{
|
||||
"coordinates": [15, 795],
|
||||
"name": "China",
|
||||
"strength": 3,
|
||||
"flag": "cn"
|
||||
},
|
||||
{
|
||||
"coordinates": [230, 75],
|
||||
"name": "Russia",
|
||||
"strength": 3,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [898, 923],
|
||||
"name": "Sado Island",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [592, 1031],
|
||||
"name": "Oki Islands",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [741, 1108],
|
||||
"name": "Kyoto",
|
||||
"strength": 3,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [219, 972],
|
||||
"name": "Seoul",
|
||||
"strength": 3,
|
||||
"flag": "kr"
|
||||
},
|
||||
{
|
||||
"coordinates": [976, 1073],
|
||||
"name": "Tokyo",
|
||||
"strength": 3,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [911, 1079],
|
||||
"name": "Mount Fuji",
|
||||
"strength": 3,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [1298, 564],
|
||||
"name": "Shiretoko Peninsula",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [435, 1311],
|
||||
"name": "Sakurajima",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [275, 1614],
|
||||
"name": "Okinawa",
|
||||
"strength": 3,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [731, 1115],
|
||||
"name": "Kinki",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 15 MiB |
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "Europe",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [148, 744],
|
||||
"name": "Republic of Ireland",
|
||||
"strength": 2,
|
||||
"flag": "ie"
|
||||
},
|
||||
{
|
||||
"coordinates": [451, 785],
|
||||
"name": "England",
|
||||
"strength": 2,
|
||||
"flag": "gb-eng"
|
||||
},
|
||||
{
|
||||
"coordinates": [285, 1253],
|
||||
"name": "Kingdom of Spain",
|
||||
"strength": 2,
|
||||
"flag": "es"
|
||||
},
|
||||
{
|
||||
"coordinates": [527, 979],
|
||||
"name": "French Republic",
|
||||
"strength": 3,
|
||||
"flag": "fr"
|
||||
},
|
||||
{
|
||||
"coordinates": [974, 1159],
|
||||
"name": "Italian Republic",
|
||||
"strength": 2,
|
||||
"flag": "it"
|
||||
},
|
||||
{
|
||||
"coordinates": [761, 1013],
|
||||
"name": "Swiss Confederation",
|
||||
"strength": 1,
|
||||
"flag": "ch"
|
||||
},
|
||||
{
|
||||
"coordinates": [789, 451],
|
||||
"name": "Kingdom of Norway",
|
||||
"strength": 1,
|
||||
"flag": "no"
|
||||
},
|
||||
{
|
||||
"coordinates": [1034, 562],
|
||||
"name": "Kingdom of Sweden",
|
||||
"strength": 1,
|
||||
"flag": "se"
|
||||
},
|
||||
{
|
||||
"coordinates": [1368, 369],
|
||||
"name": "Republic of Finland",
|
||||
"strength": 1,
|
||||
"flag": "fi"
|
||||
},
|
||||
{
|
||||
"coordinates": [633, 802],
|
||||
"name": "Kingdom of Belgium",
|
||||
"strength": 1,
|
||||
"flag": "be"
|
||||
},
|
||||
{
|
||||
"coordinates": [647, 754],
|
||||
"name": "Kingdom of the Netherlands",
|
||||
"strength": 1,
|
||||
"flag": "nl"
|
||||
},
|
||||
{
|
||||
"coordinates": [904, 805],
|
||||
"name": "Federal Republic of Germany",
|
||||
"strength": 3,
|
||||
"flag": "de"
|
||||
},
|
||||
{
|
||||
"coordinates": [1082, 953],
|
||||
"name": "Republic of Austria",
|
||||
"strength": 1,
|
||||
"flag": "at"
|
||||
},
|
||||
{
|
||||
"coordinates": [1274, 739],
|
||||
"name": "Republic of Poland",
|
||||
"strength": 2,
|
||||
"flag": "pl"
|
||||
},
|
||||
{
|
||||
"coordinates": [1098, 872],
|
||||
"name": "Czech Republic",
|
||||
"strength": 1,
|
||||
"flag": "cz"
|
||||
},
|
||||
{
|
||||
"coordinates": [1802, 933],
|
||||
"name": "Ukraine",
|
||||
"strength": 3,
|
||||
"flag": "ua"
|
||||
},
|
||||
{
|
||||
"coordinates": [1562, 730],
|
||||
"name": "Republic of Belarus",
|
||||
"strength": 1,
|
||||
"flag": "by"
|
||||
},
|
||||
{
|
||||
"coordinates": [1533, 1039],
|
||||
"name": "Romania",
|
||||
"strength": 1,
|
||||
"flag": "ro"
|
||||
},
|
||||
{
|
||||
"coordinates": [1770, 1304],
|
||||
"name": "Republic of Turkiye",
|
||||
"strength": 2,
|
||||
"flag": "tr"
|
||||
},
|
||||
{
|
||||
"coordinates": [180, 1525],
|
||||
"name": "Kingdom of Morocco",
|
||||
"strength": 1,
|
||||
"flag": "ma"
|
||||
},
|
||||
{
|
||||
"coordinates": [2069, 659],
|
||||
"name": "Russian Federation",
|
||||
"strength": 1,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [1952, 1433],
|
||||
"name": "Syrian Arab Republic",
|
||||
"strength": 1,
|
||||
"flag": "sy"
|
||||
},
|
||||
{
|
||||
"coordinates": [2264, 1529],
|
||||
"name": "Republic of Iraq",
|
||||
"strength": 1,
|
||||
"flag": "iq"
|
||||
},
|
||||
{
|
||||
"coordinates": [2173, 1173],
|
||||
"name": "Georgia",
|
||||
"strength": 1,
|
||||
"flag": "ge"
|
||||
},
|
||||
{
|
||||
"coordinates": [832, 1434],
|
||||
"name": "Republic of Tunisia",
|
||||
"strength": 1,
|
||||
"flag": "tn"
|
||||
},
|
||||
{
|
||||
"coordinates": [517, 1483],
|
||||
"name": "People's Democratic Republic of Algeria",
|
||||
"strength": 1,
|
||||
"flag": "dz"
|
||||
},
|
||||
{
|
||||
"coordinates": [89, 1292],
|
||||
"name": "Portuguese Republic",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1335, 1312],
|
||||
"name": "Hellenic Republic",
|
||||
"strength": 1,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1312, 1133],
|
||||
"name": "Republic of Serbia",
|
||||
"strength": 1,
|
||||
"flag": "rs"
|
||||
},
|
||||
{
|
||||
"coordinates": [1281, 999],
|
||||
"name": "Republic of Hungary",
|
||||
"strength": 1,
|
||||
"flag": "hu"
|
||||
},
|
||||
{
|
||||
"coordinates": [1254, 899],
|
||||
"name": "Slovak Republic",
|
||||
"strength": 3,
|
||||
"flag": "sk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1002, 1061],
|
||||
"name": "Republic of Croatia",
|
||||
"strength": 1,
|
||||
"flag": "hr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1174, 1108],
|
||||
"name": "Bosnia and Herzegovina",
|
||||
"strength": 1,
|
||||
"flag": "ba"
|
||||
},
|
||||
{
|
||||
"coordinates": [1259, 1236],
|
||||
"name": "Republic of Albania",
|
||||
"strength": 1,
|
||||
"flag": "al"
|
||||
},
|
||||
{
|
||||
"coordinates": [1556, 1200],
|
||||
"name": "Republic of Bulgaria",
|
||||
"strength": 1,
|
||||
"flag": "bg"
|
||||
},
|
||||
{
|
||||
"coordinates": [1380, 618],
|
||||
"name": "Republic of Lithuania",
|
||||
"strength": 1,
|
||||
"flag": "lt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1360, 556],
|
||||
"name": "Republic of Latvia",
|
||||
"strength": 1,
|
||||
"flag": "lv"
|
||||
},
|
||||
{
|
||||
"coordinates": [1443, 502],
|
||||
"name": "Republic of Estonia",
|
||||
"strength": 1,
|
||||
"flag": "ee"
|
||||
},
|
||||
{
|
||||
"coordinates": [278, 742],
|
||||
"name": "Wales",
|
||||
"strength": 2,
|
||||
"flag": "gb-wls"
|
||||
},
|
||||
{
|
||||
"coordinates": [296, 601],
|
||||
"name": "Scotland",
|
||||
"strength": 1,
|
||||
"flag": "gb-sct"
|
||||
},
|
||||
{
|
||||
"coordinates": [2300, 510],
|
||||
"name": "USSR",
|
||||
"strength": 3,
|
||||
"flag": "ussr"
|
||||
},
|
||||
{
|
||||
"coordinates": [204, 667],
|
||||
"name": "Northern Ireland",
|
||||
"strength": 1,
|
||||
"flag": "northern_ireland"
|
||||
},
|
||||
{
|
||||
"coordinates": [1522, 48],
|
||||
"name": "Polar Bears",
|
||||
"strength": 2,
|
||||
"flag": "polar_bears"
|
||||
},
|
||||
{
|
||||
"coordinates": [821, 628],
|
||||
"name": "Kingdom of Denmark",
|
||||
"strength": 1,
|
||||
"flag": "dk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1875, 1599],
|
||||
"name": "State of Israel",
|
||||
"strength": 1,
|
||||
"flag": "il"
|
||||
},
|
||||
{
|
||||
"coordinates": [1691, 1667],
|
||||
"name": "Arab Republic of Egypt",
|
||||
"strength": 1,
|
||||
"flag": "eg"
|
||||
},
|
||||
{
|
||||
"coordinates": [1115, 1650],
|
||||
"name": "State of Libya",
|
||||
"strength": 1,
|
||||
"flag": "ly"
|
||||
},
|
||||
{
|
||||
"coordinates": [1919, 1608],
|
||||
"name": "Hashemite Kingdom of Jordan",
|
||||
"strength": 1,
|
||||
"flag": "jo"
|
||||
},
|
||||
{
|
||||
"coordinates": [1898, 1535],
|
||||
"name": "Lebanese Republic",
|
||||
"strength": 1,
|
||||
"flag": "lb"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 828 KiB |
@@ -0,0 +1,191 @@
|
||||
{
|
||||
"name": "Europe",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [171, 171],
|
||||
"name": "Iceland",
|
||||
"strength": 1,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [477, 473],
|
||||
"name": "Ireland",
|
||||
"strength": 1,
|
||||
"flag": "ie"
|
||||
},
|
||||
{
|
||||
"coordinates": [650, 500],
|
||||
"name": "United Kingdom",
|
||||
"strength": 3,
|
||||
"flag": "gb"
|
||||
},
|
||||
{
|
||||
"coordinates": [560, 800],
|
||||
"name": "Spain",
|
||||
"strength": 2,
|
||||
"flag": "es"
|
||||
},
|
||||
{
|
||||
"coordinates": [726, 616],
|
||||
"name": "France",
|
||||
"strength": 2,
|
||||
"flag": "fr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1050, 745],
|
||||
"name": "Italy",
|
||||
"strength": 1,
|
||||
"flag": "it"
|
||||
},
|
||||
{
|
||||
"coordinates": [872, 634],
|
||||
"name": "Switzerland",
|
||||
"strength": 1,
|
||||
"flag": "ch"
|
||||
},
|
||||
{
|
||||
"coordinates": [960, 271],
|
||||
"name": "Norway",
|
||||
"strength": 1,
|
||||
"flag": "no"
|
||||
},
|
||||
{
|
||||
"coordinates": [1095, 336],
|
||||
"name": "Sweden",
|
||||
"strength": 1,
|
||||
"flag": "se"
|
||||
},
|
||||
{
|
||||
"coordinates": [1403, 235],
|
||||
"name": "Finland",
|
||||
"strength": 1,
|
||||
"flag": "fi"
|
||||
},
|
||||
{
|
||||
"coordinates": [775, 541],
|
||||
"name": "Belgium",
|
||||
"strength": 1,
|
||||
"flag": "be"
|
||||
},
|
||||
{
|
||||
"coordinates": [868, 487],
|
||||
"name": "Netherlands",
|
||||
"strength": 1,
|
||||
"flag": "nl"
|
||||
},
|
||||
{
|
||||
"coordinates": [1000, 480],
|
||||
"name": "Germany",
|
||||
"strength": 1,
|
||||
"flag": "de"
|
||||
},
|
||||
{
|
||||
"coordinates": [1017, 628],
|
||||
"name": "Austria",
|
||||
"strength": 1,
|
||||
"flag": "at"
|
||||
},
|
||||
{
|
||||
"coordinates": [1120, 477],
|
||||
"name": "Poland",
|
||||
"strength": 1,
|
||||
"flag": "pl"
|
||||
},
|
||||
{
|
||||
"coordinates": [1060, 530],
|
||||
"name": "Czech Republic",
|
||||
"strength": 1,
|
||||
"flag": "cz"
|
||||
},
|
||||
{
|
||||
"coordinates": [1540, 602],
|
||||
"name": "Ukraine",
|
||||
"strength": 1,
|
||||
"flag": "ua"
|
||||
},
|
||||
{
|
||||
"coordinates": [1500, 440],
|
||||
"name": "Belarus",
|
||||
"strength": 1,
|
||||
"flag": "by"
|
||||
},
|
||||
{
|
||||
"coordinates": [1400, 670],
|
||||
"name": "Romania",
|
||||
"strength": 1,
|
||||
"flag": "ro"
|
||||
},
|
||||
{
|
||||
"coordinates": [1580, 834],
|
||||
"name": "Turkey",
|
||||
"strength": 1,
|
||||
"flag": "tr"
|
||||
},
|
||||
{
|
||||
"coordinates": [525, 955],
|
||||
"name": "Morocco",
|
||||
"strength": 1,
|
||||
"flag": "ma"
|
||||
},
|
||||
{
|
||||
"coordinates": [1674, 449],
|
||||
"name": "Russia",
|
||||
"strength": 3,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [1750, 950],
|
||||
"name": "Syrian Arab Republic",
|
||||
"strength": 1,
|
||||
"flag": "sy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1930, 950],
|
||||
"name": "Iraq",
|
||||
"strength": 1,
|
||||
"flag": "iq"
|
||||
},
|
||||
{
|
||||
"coordinates": [1900, 720],
|
||||
"name": "Georgia",
|
||||
"strength": 1,
|
||||
"flag": "ge"
|
||||
},
|
||||
{
|
||||
"coordinates": [950, 930],
|
||||
"name": "Tunisia",
|
||||
"strength": 1,
|
||||
"flag": "tn"
|
||||
},
|
||||
{
|
||||
"coordinates": [740, 940],
|
||||
"name": "Algeria",
|
||||
"strength": 1,
|
||||
"flag": "dz"
|
||||
},
|
||||
{
|
||||
"coordinates": [460, 830],
|
||||
"name": "Portugal",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1300, 830],
|
||||
"name": "Greece",
|
||||
"strength": 1,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1270, 700],
|
||||
"name": "Serbia",
|
||||
"strength": 1,
|
||||
"flag": "rs"
|
||||
},
|
||||
{
|
||||
"coordinates": [1200, 630],
|
||||
"name": "Hungary",
|
||||
"strength": 1,
|
||||
"flag": "hu"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.2 MiB |
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "Falkland Islands",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [484, 987],
|
||||
"name": "Albermarle",
|
||||
"strength": 2,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [228, 804],
|
||||
"name": "Weddell",
|
||||
"strength": 1,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [818, 873],
|
||||
"name": "Fox Bay",
|
||||
"strength": 1,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [994, 541],
|
||||
"name": "East Falkland",
|
||||
"strength": 2,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [633, 518],
|
||||
"name": "Saunders and Dunbar",
|
||||
"strength": 1,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1063, 1036],
|
||||
"name": "South Lefonia",
|
||||
"strength": 1,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1298, 860],
|
||||
"name": "North Lefonia",
|
||||
"strength": 2,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1587, 743],
|
||||
"name": "Wickham and Fitzroy",
|
||||
"strength": 1,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1831, 456],
|
||||
"name": "Berkeley",
|
||||
"strength": 1,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1984, 657],
|
||||
"name": "Stanley",
|
||||
"strength": 1,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1468, 398],
|
||||
"name": "Concordia",
|
||||
"strength": 2,
|
||||
"flag": "fk"
|
||||
},
|
||||
{
|
||||
"coordinates": [1381, 624],
|
||||
"name": "San Carlos",
|
||||
"strength": 1,
|
||||
"flag": "fk"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 663 KiB |
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "Faroe Islands",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [920, 1780],
|
||||
"name": "Suduroy Region",
|
||||
"strength": 2,
|
||||
"flag": "fo"
|
||||
},
|
||||
{
|
||||
"coordinates": [880, 1070],
|
||||
"name": "Sandoy Region",
|
||||
"strength": 2,
|
||||
"flag": "fo"
|
||||
},
|
||||
{
|
||||
"coordinates": [480, 630],
|
||||
"name": "Vagar Region",
|
||||
"strength": 1,
|
||||
"flag": "fo"
|
||||
},
|
||||
{
|
||||
"coordinates": [735, 580],
|
||||
"name": "Streymoy Region",
|
||||
"strength": 2,
|
||||
"flag": "fo"
|
||||
},
|
||||
{
|
||||
"coordinates": [815, 375],
|
||||
"name": "Eysturoy Region",
|
||||
"strength": 2,
|
||||
"flag": "fo"
|
||||
},
|
||||
{
|
||||
"coordinates": [1115, 265],
|
||||
"name": "Nordoyar Region",
|
||||
"strength": 2,
|
||||
"flag": "fo"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 17 MiB |
@@ -0,0 +1,185 @@
|
||||
{
|
||||
"name": "GatewayToTheAtlantic",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [2144, 344],
|
||||
"name": "Swiss Confederation",
|
||||
"strength": 2,
|
||||
"flag": "ch"
|
||||
},
|
||||
{
|
||||
"coordinates": [1964, 371],
|
||||
"name": "Kingdom of Burgundy",
|
||||
"strength": 2,
|
||||
"flag": "burgundy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1334, 537],
|
||||
"name": "Duchy of Aquitaine",
|
||||
"strength": 2,
|
||||
"flag": "aquitaine"
|
||||
},
|
||||
{
|
||||
"coordinates": [2115, 684],
|
||||
"name": "County of Provence",
|
||||
"strength": 2,
|
||||
"flag": "provence"
|
||||
},
|
||||
{
|
||||
"coordinates": [1207, 763],
|
||||
"name": "The Basque",
|
||||
"strength": 3,
|
||||
"flag": "es-pv"
|
||||
},
|
||||
{
|
||||
"coordinates": [1281, 1142],
|
||||
"name": "Kingdom of Valencia",
|
||||
"strength": 2,
|
||||
"flag": "valencia"
|
||||
},
|
||||
{
|
||||
"coordinates": [1660, 891],
|
||||
"name": "Catalonia",
|
||||
"strength": 2,
|
||||
"flag": "catalonia"
|
||||
},
|
||||
{
|
||||
"coordinates": [561, 764],
|
||||
"name": "Kingdom of Galicia",
|
||||
"strength": 2,
|
||||
"flag": "es-ga"
|
||||
},
|
||||
{
|
||||
"coordinates": [1004, 1436],
|
||||
"name": "Emirate of Granada",
|
||||
"strength": 2,
|
||||
"flag": "granada"
|
||||
},
|
||||
{
|
||||
"coordinates": [431, 1197],
|
||||
"name": "Portuguese Republic",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [560, 1894],
|
||||
"name": "Kingdom of Morocco",
|
||||
"strength": 2,
|
||||
"flag": "ma"
|
||||
},
|
||||
{
|
||||
"coordinates": [1609, 1837],
|
||||
"name": "People's Republic of Algeria'",
|
||||
"strength": 2,
|
||||
"flag": "dz"
|
||||
},
|
||||
{
|
||||
"coordinates": [1733, 622],
|
||||
"name": "County of Armagnac",
|
||||
"strength": 2,
|
||||
"flag": "armagnac"
|
||||
},
|
||||
{
|
||||
"coordinates": [896, 1240],
|
||||
"name": "City of Cordoba",
|
||||
"strength": 2,
|
||||
"flag": "cordoba"
|
||||
},
|
||||
{
|
||||
"coordinates": [636, 1781],
|
||||
"name": "City of Seville",
|
||||
"strength": 2,
|
||||
"flag": "seville"
|
||||
},
|
||||
{
|
||||
"coordinates": [750, 873],
|
||||
"name": "Kingdom of Leon",
|
||||
"strength": 2,
|
||||
"flag": "leon"
|
||||
},
|
||||
{
|
||||
"coordinates": [1001, 882],
|
||||
"name": "Kingdom of Castille",
|
||||
"strength": 2,
|
||||
"flag": "castille"
|
||||
},
|
||||
{
|
||||
"coordinates": [775, 724],
|
||||
"name": "Principality of Asturias",
|
||||
"strength": 2,
|
||||
"flag": "asturias"
|
||||
},
|
||||
{
|
||||
"coordinates": [1755, 1130],
|
||||
"name": "The Old Ones",
|
||||
"strength": 3,
|
||||
"flag": "neuragic_empire"
|
||||
},
|
||||
{
|
||||
"coordinates": [2097, 1670],
|
||||
"name": "Tamazgha",
|
||||
"strength": 2,
|
||||
"flag": "Amazigh flag"
|
||||
},
|
||||
{
|
||||
"coordinates": [979, 1013],
|
||||
"name": "Kingdom of Spain",
|
||||
"strength": 2,
|
||||
"flag": "es"
|
||||
},
|
||||
{
|
||||
"coordinates": [468, 930],
|
||||
"name": "Sardines",
|
||||
"strength": 3,
|
||||
"flag": "sardines"
|
||||
},
|
||||
{
|
||||
"coordinates": [1667, 96],
|
||||
"name": "City of Paris",
|
||||
"strength": 2,
|
||||
"flag": "paris"
|
||||
},
|
||||
{
|
||||
"coordinates": [1716, 296],
|
||||
"name": "Baguettes",
|
||||
"strength": 3,
|
||||
"flag": "baguette"
|
||||
},
|
||||
{
|
||||
"coordinates": [1017, 180],
|
||||
"name": "Kingdom of Brittany",
|
||||
"strength": 2,
|
||||
"flag": "brittany"
|
||||
},
|
||||
{
|
||||
"coordinates": [2072, 567],
|
||||
"name": "An Anti-Pope",
|
||||
"strength": 3,
|
||||
"flag": "antipope"
|
||||
},
|
||||
{
|
||||
"coordinates": [1355, 76],
|
||||
"name": "Duchy of Normandy",
|
||||
"strength": 2,
|
||||
"flag": "normandy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1402, 529],
|
||||
"name": "Wine",
|
||||
"strength": 1,
|
||||
"flag": ""
|
||||
},
|
||||
{
|
||||
"coordinates": [1475, 1657],
|
||||
"name": "French Foreign Legion",
|
||||
"strength": 3,
|
||||
"flag": "French foreign legion"
|
||||
},
|
||||
{
|
||||
"coordinates": [1685, 417],
|
||||
"name": "French Republic",
|
||||
"strength": 3,
|
||||
"flag": "fr"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.1 MiB |
@@ -0,0 +1,587 @@
|
||||
{
|
||||
"name": "Giant_World_Map",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [2309, 535],
|
||||
"flag": "tr",
|
||||
"name": "Türkiye",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2030, 409],
|
||||
"flag": "west_germany",
|
||||
"name": "West Germany",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2074, 382],
|
||||
"flag": "east_germany",
|
||||
"name": "East Germany",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1966, 442],
|
||||
"flag": "fr",
|
||||
"name": "France",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1872, 528],
|
||||
"flag": "Fascist Spain",
|
||||
"name": "Spain",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2074, 498],
|
||||
"flag": "it",
|
||||
"name": "Italy",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1912, 379],
|
||||
"flag": "gb",
|
||||
"name": "United Kingdom",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1841, 373],
|
||||
"flag": "ie",
|
||||
"name": "Ireland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2153, 378],
|
||||
"flag": "pl",
|
||||
"name": "Poland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2178, 539],
|
||||
"flag": "gr",
|
||||
"name": "Greece",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2222, 493],
|
||||
"flag": "bg",
|
||||
"name": "Bulgaria",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2135, 481],
|
||||
"flag": "yugoslavia",
|
||||
"name": "Yugoslavia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2242, 461],
|
||||
"flag": "Communist Romania",
|
||||
"name": "Romania",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2163, 441],
|
||||
"flag": "hu",
|
||||
"name": "Hungary",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2272, 418],
|
||||
"flag": "Ukrainian SSR",
|
||||
"name": "Ukrainian SSR",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2093, 297],
|
||||
"flag": "se",
|
||||
"name": "Sweden",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2027, 282],
|
||||
"flag": "no",
|
||||
"name": "Norway",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2191, 194],
|
||||
"flag": "Sami flag",
|
||||
"name": "Sapmi",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2206, 262],
|
||||
"flag": "fi",
|
||||
"name": "Finland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2376, 363],
|
||||
"flag": "Russian SSR",
|
||||
"name": "Russian SSR",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2222, 371],
|
||||
"flag": "Byelorussian SSR",
|
||||
"name": "Byelorussian SSR",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2441, 507],
|
||||
"flag": "Georgian SSR",
|
||||
"name": "Georgian SSR",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2402, 580],
|
||||
"flag": "Second Republic of Iraq",
|
||||
"name": "Iraq",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2353, 595],
|
||||
"flag": "sy",
|
||||
"name": "Syria",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2414, 679],
|
||||
"flag": "sa",
|
||||
"name": "Saudi Arabia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2434, 815],
|
||||
"flag": "North yemen",
|
||||
"name": "North Yemen",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2479, 824],
|
||||
"flag": "south yemen",
|
||||
"name": "South Yemen",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2554, 724],
|
||||
"flag": "ae",
|
||||
"name": "United Arab Emirates",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2532, 609],
|
||||
"flag": "Pahlavi Iran",
|
||||
"name": "Iran",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2683, 650],
|
||||
"flag": "pk",
|
||||
"name": "Pakistan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2654, 580],
|
||||
"flag": "af",
|
||||
"name": "Afghanistan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2727, 416],
|
||||
"flag": "Kazakh SSR",
|
||||
"name": "Kazakh SSR",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2556, 544],
|
||||
"flag": "Turkmen SSR",
|
||||
"name": "Turkmen SSR",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2947, 362],
|
||||
"flag": "Zheleznogorsk",
|
||||
"name": "Zheleznogorsk",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3252, 229],
|
||||
"flag": "Siberia",
|
||||
"name": "Siberia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2810, 744],
|
||||
"flag": "in",
|
||||
"name": "India",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1717, 237],
|
||||
"flag": "is",
|
||||
"name": "Iceland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2944, 709],
|
||||
"flag": "bd",
|
||||
"name": "Bangladesh",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2868, 635],
|
||||
"flag": "np",
|
||||
"name": "Nepal",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3254, 672],
|
||||
"flag": "cn",
|
||||
"name": "China",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3373, 521],
|
||||
"flag": "kp",
|
||||
"name": "North Korea",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3389, 573],
|
||||
"flag": "kr",
|
||||
"name": "South Korea",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3515, 571],
|
||||
"flag": "jp",
|
||||
"name": "Japan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3026, 457],
|
||||
"flag": "mn",
|
||||
"name": "Mongolia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3229, 995],
|
||||
"flag": "id",
|
||||
"name": "Indonesia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3121, 755],
|
||||
"flag": "vn",
|
||||
"name": "North Vietnam",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3153, 833],
|
||||
"flag": "South Vietnam",
|
||||
"name": "South Vietnam",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3013, 722],
|
||||
"flag": "Burma2",
|
||||
"name": "Burma",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3095, 822],
|
||||
"flag": "kh",
|
||||
"name": "Cambodia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3538, 1067],
|
||||
"flag": "pg",
|
||||
"name": "Papua New Guinea",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3542, 1356],
|
||||
"flag": "au",
|
||||
"name": "Australia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3422, 1203],
|
||||
"flag": "Australian Aboriginal Flag",
|
||||
"name": "Nawan-mirri",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [3880, 1521],
|
||||
"flag": "nz",
|
||||
"name": "New Zealand",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2632, 1893],
|
||||
"flag": "aq",
|
||||
"name": "Antarctica",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2038, 590],
|
||||
"flag": "tn",
|
||||
"name": "Tunisia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2116, 653],
|
||||
"flag": "ly",
|
||||
"name": "Libya",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2281, 653],
|
||||
"flag": "United Arab Republic",
|
||||
"name": "United Arab Republic",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1859, 613],
|
||||
"flag": "ma",
|
||||
"name": "Morocco",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1943, 615],
|
||||
"flag": "dz",
|
||||
"name": "Algeria",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2317, 754],
|
||||
"flag": "sd",
|
||||
"name": "Sudan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2466, 918],
|
||||
"flag": "so",
|
||||
"name": "Somalia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2352, 895],
|
||||
"flag": "Imperial Ethiopia",
|
||||
"name": "Ethiopia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1790, 729],
|
||||
"flag": "Mauritania",
|
||||
"name": "Mauritania",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2154, 764],
|
||||
"flag": "td",
|
||||
"name": "Chad",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2051, 745],
|
||||
"flag": "ne",
|
||||
"name": "Niger",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2040, 930],
|
||||
"flag": "ng",
|
||||
"name": "Nigeria",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1805, 907],
|
||||
"flag": "lr",
|
||||
"name": "Liberia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2195, 918],
|
||||
"flag": "cf",
|
||||
"name": "Central African Republic",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2197, 1070],
|
||||
"flag": "Zaire",
|
||||
"name": "Zaire",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2189, 1372],
|
||||
"flag": "Apartheid South Africa",
|
||||
"name": "South Africa",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2452, 1247],
|
||||
"flag": "mg",
|
||||
"name": "Madagascar",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2356, 1165],
|
||||
"flag": "mz",
|
||||
"name": "Mozambique",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2368, 1032],
|
||||
"flag": "tz",
|
||||
"name": "Tanzania",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1934, 762],
|
||||
"flag": "ml",
|
||||
"name": "Mali",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2128, 1292],
|
||||
"flag": "Apartheid South Africa",
|
||||
"name": "South West Africa",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2099, 1178],
|
||||
"flag": "ao",
|
||||
"name": "Angola",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1375, 1121],
|
||||
"flag": "br",
|
||||
"name": "Brazil",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1203, 1059],
|
||||
"flag": "amazonas",
|
||||
"name": "Amazonas",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1210, 1395],
|
||||
"flag": "ar",
|
||||
"name": "Argentina",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1107, 1419],
|
||||
"flag": "cl",
|
||||
"name": "Chile",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1064, 1114],
|
||||
"flag": "pe",
|
||||
"name": "Peru",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1065, 938],
|
||||
"flag": "co",
|
||||
"name": "Colombia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1192, 938],
|
||||
"flag": "ve",
|
||||
"name": "Venezuela",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [913, 833],
|
||||
"flag": "ni",
|
||||
"name": "Nicaragua",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [788, 744],
|
||||
"flag": "mx",
|
||||
"name": "Mexico",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1011, 555],
|
||||
"flag": "us",
|
||||
"name": "USA",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [800, 624],
|
||||
"flag": "Texas",
|
||||
"name": "Texas",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [551, 564],
|
||||
"flag": "California",
|
||||
"name": "California",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [703, 483],
|
||||
"flag": "Utah",
|
||||
"name": "Utah",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1077, 444],
|
||||
"flag": "Quebec",
|
||||
"name": "Quebec",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1231, 395],
|
||||
"flag": "Newfoundland",
|
||||
"name": "Newfoundland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [967, 418],
|
||||
"flag": "ca",
|
||||
"name": "Canada",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [170, 244],
|
||||
"flag": "Alaska",
|
||||
"name": "Alaska",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [741, 234],
|
||||
"flag": "Nunavut",
|
||||
"name": "Nunavut",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [484, 256],
|
||||
"flag": "Yukon",
|
||||
"name": "Yukon",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1434, 223],
|
||||
"flag": "gl",
|
||||
"name": "Greenland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2247, 1229],
|
||||
"flag": "Rhodesia",
|
||||
"name": "Rhodesia",
|
||||
"strength": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.2 MiB |
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "Halkidiki",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1798, 984],
|
||||
"name": "Mount Athos",
|
||||
"strength": 2,
|
||||
"flag": "ha_ma"
|
||||
},
|
||||
{
|
||||
"coordinates": [921, 1445],
|
||||
"name": "Kassandra",
|
||||
"strength": 2,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1488, 1387],
|
||||
"name": "Sithonia",
|
||||
"strength": 2,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [380, 459],
|
||||
"name": "Thessaloniki",
|
||||
"strength": 2,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [867, 803],
|
||||
"name": "Polygyros",
|
||||
"strength": 2,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [218, 81],
|
||||
"name": "Kilkis",
|
||||
"strength": 2,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1192, 163],
|
||||
"name": "Serres",
|
||||
"strength": 2,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1807, 204],
|
||||
"name": "Thrace",
|
||||
"strength": 2,
|
||||
"flag": "gr"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 662 KiB |
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "Iceland",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [455, 1115],
|
||||
"name": "Southern Peninsula",
|
||||
"strength": 2,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [550, 1050],
|
||||
"name": "Capital Region",
|
||||
"strength": 2,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [370, 810],
|
||||
"name": "Western Region",
|
||||
"strength": 1,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [290, 560],
|
||||
"name": "Westfjords",
|
||||
"strength": 2,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [790, 555],
|
||||
"name": "Northwestern Region",
|
||||
"strength": 2,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [1050, 1235],
|
||||
"name": "Southern Region",
|
||||
"strength": 2,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [1240, 660],
|
||||
"name": "Northeastern Region",
|
||||
"strength": 2,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [1740, 740],
|
||||
"name": "Eastern Region",
|
||||
"strength": 2,
|
||||
"flag": "is"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.2 MiB |
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "Italia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1038, 993],
|
||||
"name": "Kingdom of the Two Sicilies",
|
||||
"strength": 2,
|
||||
"flag": "custom:Kingdom of the Two Sicilies"
|
||||
},
|
||||
{
|
||||
"coordinates": [370, 1137],
|
||||
"name": "Beylik of Tunis",
|
||||
"strength": 1,
|
||||
"flag": "tn"
|
||||
},
|
||||
{
|
||||
"coordinates": [785, 578],
|
||||
"name": "Papal States",
|
||||
"strength": 2,
|
||||
"flag": "va"
|
||||
},
|
||||
{
|
||||
"coordinates": [625, 534],
|
||||
"name": "Tuscany",
|
||||
"strength": 1,
|
||||
"flag": "custom:Tuscany"
|
||||
},
|
||||
{
|
||||
"coordinates": [595, 190],
|
||||
"name": "Venice",
|
||||
"strength": 2,
|
||||
"flag": "venice"
|
||||
},
|
||||
{
|
||||
"coordinates": [469, 386],
|
||||
"name": "Modena",
|
||||
"strength": 1,
|
||||
"flag": "custom:Modena"
|
||||
},
|
||||
{
|
||||
"coordinates": [391, 254],
|
||||
"name": "Parma",
|
||||
"strength": 1,
|
||||
"flag": "custom:Parma"
|
||||
},
|
||||
{
|
||||
"coordinates": [361, 68],
|
||||
"name": "Switzerland",
|
||||
"strength": 1,
|
||||
"flag": "ch"
|
||||
},
|
||||
{
|
||||
"coordinates": [278, 774],
|
||||
"name": "Kingdom of Sardinia",
|
||||
"strength": 2,
|
||||
"flag": "custom:Kingdom of Sardinia"
|
||||
},
|
||||
{
|
||||
"coordinates": [29, 266],
|
||||
"name": "France",
|
||||
"strength": 3,
|
||||
"flag": "fr"
|
||||
},
|
||||
{
|
||||
"coordinates": [747, 39],
|
||||
"name": "Austrian Empire",
|
||||
"strength": 3,
|
||||
"flag": "Habsburg Austria"
|
||||
},
|
||||
{
|
||||
"coordinates": [1238, 349],
|
||||
"name": "Ottoman Empire",
|
||||
"strength": 3,
|
||||
"flag": "custom:Ottoman Empire2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 697 KiB |
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "Mars",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [650, 415],
|
||||
"name": "United States",
|
||||
"strength": 3,
|
||||
"flag": "us"
|
||||
},
|
||||
{
|
||||
"coordinates": [122, 750],
|
||||
"name": "USSR",
|
||||
"strength": 2,
|
||||
"flag": "ussr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1232, 735],
|
||||
"name": "Russia",
|
||||
"strength": 2,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [966, 511],
|
||||
"name": "European Space Agency",
|
||||
"strength": 2,
|
||||
"flag": ""
|
||||
},
|
||||
{
|
||||
"coordinates": [1460, 488],
|
||||
"name": "United Kingdom",
|
||||
"strength": 3,
|
||||
"flag": "gb"
|
||||
},
|
||||
{
|
||||
"coordinates": [1850, 415],
|
||||
"name": "China",
|
||||
"strength": 3,
|
||||
"flag": "cn"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 6.1 MiB |
@@ -0,0 +1,215 @@
|
||||
{
|
||||
"name": "MENA",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [257, 82],
|
||||
"name": "Spain",
|
||||
"strength": 3,
|
||||
"flag": "es"
|
||||
},
|
||||
{
|
||||
"coordinates": [142, 134],
|
||||
"name": "Portugal",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [142, 348],
|
||||
"name": "Morocco",
|
||||
"strength": 1,
|
||||
"flag": "ma"
|
||||
},
|
||||
{
|
||||
"coordinates": [490, 296],
|
||||
"name": "Algeria",
|
||||
"strength": 1,
|
||||
"flag": "dz"
|
||||
},
|
||||
{
|
||||
"coordinates": [675, 225],
|
||||
"name": "Tunisia",
|
||||
"strength": 1,
|
||||
"flag": "tn"
|
||||
},
|
||||
{
|
||||
"coordinates": [825, 352],
|
||||
"name": "Libyan Arab Jamahiriya",
|
||||
"strength": 1,
|
||||
"flag": "ly"
|
||||
},
|
||||
{
|
||||
"coordinates": [1280, 389],
|
||||
"name": "Egypt",
|
||||
"strength": 2,
|
||||
"flag": "eg"
|
||||
},
|
||||
{
|
||||
"coordinates": [1444, 341],
|
||||
"name": "Israel",
|
||||
"strength": 3,
|
||||
"flag": "il"
|
||||
},
|
||||
{
|
||||
"coordinates": [1409, 372],
|
||||
"name": "Palestinian Territory",
|
||||
"strength": 1,
|
||||
"flag": "ps"
|
||||
},
|
||||
{
|
||||
"coordinates": [1460, 294],
|
||||
"name": "Lebanon",
|
||||
"strength": 1,
|
||||
"flag": "lb"
|
||||
},
|
||||
{
|
||||
"coordinates": [1259, 761],
|
||||
"name": "Sudan",
|
||||
"strength": 1,
|
||||
"flag": "sd"
|
||||
},
|
||||
{
|
||||
"coordinates": [1500, 221],
|
||||
"name": "Syrian Arab Republic",
|
||||
"strength": 1,
|
||||
"flag": "sy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1743, 303],
|
||||
"name": "Iraq",
|
||||
"strength": 2,
|
||||
"flag": "iq"
|
||||
},
|
||||
{
|
||||
"coordinates": [1729, 534],
|
||||
"name": "Saudi Arabia",
|
||||
"strength": 3,
|
||||
"flag": "sa"
|
||||
},
|
||||
{
|
||||
"coordinates": [1726, 884],
|
||||
"name": "Yemen",
|
||||
"strength": 1,
|
||||
"flag": "ye"
|
||||
},
|
||||
{
|
||||
"coordinates": [2134, 654],
|
||||
"name": "Oman",
|
||||
"strength": 1,
|
||||
"flag": "om"
|
||||
},
|
||||
{
|
||||
"coordinates": [2025, 576],
|
||||
"name": "United Arab Emirates",
|
||||
"strength": 1,
|
||||
"flag": "ae"
|
||||
},
|
||||
{
|
||||
"coordinates": [1924, 538],
|
||||
"name": "Qatar",
|
||||
"strength": 1,
|
||||
"flag": "qa"
|
||||
},
|
||||
{
|
||||
"coordinates": [1948, 333],
|
||||
"name": "Islamic Republic of Iran",
|
||||
"strength": 3,
|
||||
"flag": "ir"
|
||||
},
|
||||
{
|
||||
"coordinates": [1313, 127],
|
||||
"name": "Turkiye",
|
||||
"strength": 3,
|
||||
"flag": "tr"
|
||||
},
|
||||
{
|
||||
"coordinates": [776, 39],
|
||||
"name": "Italy",
|
||||
"strength": 2,
|
||||
"flag": "it"
|
||||
},
|
||||
{
|
||||
"coordinates": [1087, 145],
|
||||
"name": "Greece",
|
||||
"strength": 2,
|
||||
"flag": "gr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1181, 20],
|
||||
"name": "Bulgaria",
|
||||
"strength": 1,
|
||||
"flag": "bg"
|
||||
},
|
||||
{
|
||||
"coordinates": [2156, 18],
|
||||
"name": "Uzbekistan",
|
||||
"strength": 1,
|
||||
"flag": "uz"
|
||||
},
|
||||
{
|
||||
"coordinates": [1480, 342],
|
||||
"name": "Jordan",
|
||||
"strength": 1,
|
||||
"flag": "jo"
|
||||
},
|
||||
{
|
||||
"coordinates": [1050, 725],
|
||||
"name": "Chad",
|
||||
"strength": 2,
|
||||
"flag": "td"
|
||||
},
|
||||
{
|
||||
"coordinates": [767, 734],
|
||||
"name": "Niger",
|
||||
"strength": 2,
|
||||
"flag": "ne"
|
||||
},
|
||||
{
|
||||
"coordinates": [408, 553],
|
||||
"name": "Mali",
|
||||
"strength": 1,
|
||||
"flag": "ml"
|
||||
},
|
||||
{
|
||||
"coordinates": [98, 55],
|
||||
"name": "Mauritania",
|
||||
"strength": 1,
|
||||
"flag": "mr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1562, 828],
|
||||
"name": "Eritrea",
|
||||
"strength": 1,
|
||||
"flag": "er"
|
||||
},
|
||||
{
|
||||
"coordinates": [1811, 414],
|
||||
"name": "Kuwait",
|
||||
"strength": 1,
|
||||
"flag": "kw"
|
||||
},
|
||||
{
|
||||
"coordinates": [1667, 30],
|
||||
"name": "Georgia",
|
||||
"strength": 1,
|
||||
"flag": "ge"
|
||||
},
|
||||
{
|
||||
"coordinates": [1848, 116],
|
||||
"name": "Azerbaijan",
|
||||
"strength": 1,
|
||||
"flag": "az"
|
||||
},
|
||||
{
|
||||
"coordinates": [1385, 248],
|
||||
"name": "Cyprus",
|
||||
"strength": 1,
|
||||
"flag": "cy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1994, 19],
|
||||
"name": "Kazakhstan",
|
||||
"strength": 2,
|
||||
"flag": "kz"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.9 MiB |
@@ -0,0 +1,299 @@
|
||||
{
|
||||
"name": "NorthAmerica",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1625, 1040],
|
||||
"name": "Florida",
|
||||
"strength": 3,
|
||||
"flag": "Florida"
|
||||
},
|
||||
{
|
||||
"coordinates": [1010, 435],
|
||||
"name": "Canada",
|
||||
"strength": 2,
|
||||
"flag": "ca"
|
||||
},
|
||||
{
|
||||
"coordinates": [1250, 1130],
|
||||
"name": "Mexico",
|
||||
"strength": 2,
|
||||
"flag": "mx"
|
||||
},
|
||||
{
|
||||
"coordinates": [1460, 1275],
|
||||
"name": "Guatemala",
|
||||
"strength": 1,
|
||||
"flag": "gt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1530, 1290],
|
||||
"name": "Honduras",
|
||||
"strength": 1,
|
||||
"flag": "hn"
|
||||
},
|
||||
{
|
||||
"coordinates": [1570, 1350],
|
||||
"name": "Nicaragua",
|
||||
"strength": 1,
|
||||
"flag": "ni"
|
||||
},
|
||||
{
|
||||
"coordinates": [1734, 1403],
|
||||
"name": "Panama",
|
||||
"strength": 1,
|
||||
"flag": "pa"
|
||||
},
|
||||
{
|
||||
"coordinates": [1821, 1395],
|
||||
"name": "Colombia",
|
||||
"strength": 1,
|
||||
"flag": "co"
|
||||
},
|
||||
{
|
||||
"coordinates": [1896, 1379],
|
||||
"name": "Venezuela",
|
||||
"strength": 1,
|
||||
"flag": "ve"
|
||||
},
|
||||
{
|
||||
"coordinates": [1725, 1180],
|
||||
"name": "Cuba",
|
||||
"strength": 1,
|
||||
"flag": "cu"
|
||||
},
|
||||
{
|
||||
"coordinates": [467, 333],
|
||||
"name": "Alaska",
|
||||
"strength": 1,
|
||||
"flag": "Alaska"
|
||||
},
|
||||
{
|
||||
"coordinates": [1154, 914],
|
||||
"name": "Arizona",
|
||||
"strength": 1,
|
||||
"flag": "Arizona"
|
||||
},
|
||||
{
|
||||
"coordinates": [1010, 865],
|
||||
"name": "California",
|
||||
"strength": 1,
|
||||
"flag": "California"
|
||||
},
|
||||
{
|
||||
"coordinates": [1307, 863],
|
||||
"name": "Colorado",
|
||||
"strength": 1,
|
||||
"flag": "Colorado"
|
||||
},
|
||||
{
|
||||
"coordinates": [1673, 965],
|
||||
"name": "Georgia",
|
||||
"strength": 1,
|
||||
"flag": "Georgia_US"
|
||||
},
|
||||
{
|
||||
"coordinates": [250, 1200],
|
||||
"name": "Hawaii",
|
||||
"strength": 1,
|
||||
"flag": "Hawaii"
|
||||
},
|
||||
{
|
||||
"coordinates": [1120, 760],
|
||||
"name": "Idaho",
|
||||
"strength": 1,
|
||||
"flag": "Idaho"
|
||||
},
|
||||
{
|
||||
"coordinates": [1551, 813],
|
||||
"name": "Illinois",
|
||||
"strength": 1,
|
||||
"flag": "Illinois"
|
||||
},
|
||||
{
|
||||
"coordinates": [1412, 873],
|
||||
"name": "Kansas",
|
||||
"strength": 1,
|
||||
"flag": "Kansas"
|
||||
},
|
||||
{
|
||||
"coordinates": [1651, 880],
|
||||
"name": "Kentucky",
|
||||
"strength": 1,
|
||||
"flag": "Kentucky"
|
||||
},
|
||||
{
|
||||
"coordinates": [1514, 1007],
|
||||
"name": "Louisiana",
|
||||
"strength": 1,
|
||||
"flag": "Louisiana"
|
||||
},
|
||||
{
|
||||
"coordinates": [1884, 735],
|
||||
"name": "Maine",
|
||||
"strength": 1,
|
||||
"flag": "Maine"
|
||||
},
|
||||
{
|
||||
"coordinates": [1634, 764],
|
||||
"name": "Michigan",
|
||||
"strength": 1,
|
||||
"flag": "Michigan"
|
||||
},
|
||||
{
|
||||
"coordinates": [1556, 965],
|
||||
"name": "Mississippi",
|
||||
"strength": 1,
|
||||
"flag": "Mississippi"
|
||||
},
|
||||
{
|
||||
"coordinates": [1527, 728],
|
||||
"name": "Minnesota",
|
||||
"strength": 1,
|
||||
"flag": "Minnesota"
|
||||
},
|
||||
{
|
||||
"coordinates": [1529, 880],
|
||||
"name": "Missouri",
|
||||
"strength": 1,
|
||||
"flag": "Missouri"
|
||||
},
|
||||
{
|
||||
"coordinates": [1225, 754],
|
||||
"name": "Montana",
|
||||
"strength": 1,
|
||||
"flag": "Montana"
|
||||
},
|
||||
{
|
||||
"coordinates": [1413, 789],
|
||||
"name": "Nebraska",
|
||||
"strength": 1,
|
||||
"flag": "Nebraska"
|
||||
},
|
||||
{
|
||||
"coordinates": [1090, 852],
|
||||
"name": "Nevada",
|
||||
"strength": 1,
|
||||
"flag": "Nevada"
|
||||
},
|
||||
{
|
||||
"coordinates": [1253, 933],
|
||||
"name": "New Mexico",
|
||||
"strength": 1,
|
||||
"flag": "New_Mexico"
|
||||
},
|
||||
{
|
||||
"coordinates": [1833, 792],
|
||||
"name": "New York",
|
||||
"strength": 1,
|
||||
"flag": "New_York"
|
||||
},
|
||||
{
|
||||
"coordinates": [1444, 716],
|
||||
"name": "North Dakota",
|
||||
"strength": 1,
|
||||
"flag": "North_Dakota"
|
||||
},
|
||||
{
|
||||
"coordinates": [1704, 812],
|
||||
"name": "Ohio",
|
||||
"strength": 1,
|
||||
"flag": "Ohio"
|
||||
},
|
||||
{
|
||||
"coordinates": [1397, 921],
|
||||
"name": "Oklahoma",
|
||||
"strength": 1,
|
||||
"flag": "Oklahoma"
|
||||
},
|
||||
{
|
||||
"coordinates": [976, 754],
|
||||
"name": "Oregon",
|
||||
"strength": 1,
|
||||
"flag": "Oregon"
|
||||
},
|
||||
{
|
||||
"coordinates": [1752, 716],
|
||||
"name": "Pennsylvania",
|
||||
"strength": 1,
|
||||
"flag": "Pennsylvania"
|
||||
},
|
||||
{
|
||||
"coordinates": [1716, 937],
|
||||
"name": "South Carolina",
|
||||
"strength": 1,
|
||||
"flag": "South_Carolina"
|
||||
},
|
||||
{
|
||||
"coordinates": [1419, 753],
|
||||
"name": "South Dakota",
|
||||
"strength": 1,
|
||||
"flag": "South_Dakota"
|
||||
},
|
||||
{
|
||||
"coordinates": [1648, 981],
|
||||
"name": "Tennessee",
|
||||
"strength": 1,
|
||||
"flag": "Tennessee"
|
||||
},
|
||||
{
|
||||
"coordinates": [1407, 1005],
|
||||
"name": "Texas",
|
||||
"strength": 1,
|
||||
"flag": "Texas"
|
||||
},
|
||||
{
|
||||
"coordinates": [1827, 742],
|
||||
"name": "Vermont",
|
||||
"strength": 1,
|
||||
"flag": "Vermont"
|
||||
},
|
||||
{
|
||||
"coordinates": [1767, 857],
|
||||
"name": "Virginia",
|
||||
"strength": 1,
|
||||
"flag": "Virginia"
|
||||
},
|
||||
{
|
||||
"coordinates": [994, 700],
|
||||
"name": "Washington",
|
||||
"strength": 1,
|
||||
"flag": "Washington"
|
||||
},
|
||||
{
|
||||
"coordinates": [1261, 759],
|
||||
"name": "Wyoming",
|
||||
"strength": 1,
|
||||
"flag": "Wyoming"
|
||||
},
|
||||
{
|
||||
"coordinates": [1867, 561],
|
||||
"name": "Quebec",
|
||||
"strength": 1,
|
||||
"flag": "Quebec"
|
||||
},
|
||||
{
|
||||
"coordinates": [1738, 80],
|
||||
"name": "Santa Claus",
|
||||
"strength": 3,
|
||||
"flag": "santa_claus"
|
||||
},
|
||||
{
|
||||
"coordinates": [1189, 240],
|
||||
"name": "Polar Bears",
|
||||
"strength": 3,
|
||||
"flag": "polar_bears"
|
||||
},
|
||||
{
|
||||
"coordinates": [1480, 350],
|
||||
"name": "Frost Giants",
|
||||
"strength": 3,
|
||||
"flag": "frost_giant"
|
||||
},
|
||||
{
|
||||
"coordinates": [2399, 171],
|
||||
"name": "Greenland",
|
||||
"strength": 3,
|
||||
"flag": "gl"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 197 KiB |
@@ -0,0 +1,197 @@
|
||||
{
|
||||
"name": "Oceania",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [718, 738],
|
||||
"name": "Australia",
|
||||
"strength": 1,
|
||||
"flag": "au"
|
||||
},
|
||||
{
|
||||
"coordinates": [1050, 809],
|
||||
"name": "New Zealand",
|
||||
"strength": 1,
|
||||
"flag": "nz"
|
||||
},
|
||||
{
|
||||
"coordinates": [436, 407],
|
||||
"name": "Timor-Leste",
|
||||
"strength": 1,
|
||||
"flag": "tl"
|
||||
},
|
||||
{
|
||||
"coordinates": [182, 378],
|
||||
"name": "Indonesia",
|
||||
"strength": 1,
|
||||
"flag": "id"
|
||||
},
|
||||
{
|
||||
"coordinates": [292, 243],
|
||||
"name": "Brunei Darussalam",
|
||||
"strength": 1,
|
||||
"flag": "bn"
|
||||
},
|
||||
{
|
||||
"coordinates": [152, 282],
|
||||
"name": "Singapore",
|
||||
"strength": 1,
|
||||
"flag": "sg"
|
||||
},
|
||||
{
|
||||
"coordinates": [120, 261],
|
||||
"name": "Malaysia",
|
||||
"strength": 1,
|
||||
"flag": "my"
|
||||
},
|
||||
{
|
||||
"coordinates": [106, 129],
|
||||
"name": "Thailand",
|
||||
"strength": 1,
|
||||
"flag": "th"
|
||||
},
|
||||
{
|
||||
"coordinates": [51, 42],
|
||||
"name": "Myanmar",
|
||||
"strength": 1,
|
||||
"flag": "mm"
|
||||
},
|
||||
{
|
||||
"coordinates": [158, 162],
|
||||
"name": "Cambodia",
|
||||
"strength": 1,
|
||||
"flag": "kh"
|
||||
},
|
||||
{
|
||||
"coordinates": [182, 43],
|
||||
"name": "Vietnam",
|
||||
"strength": 1,
|
||||
"flag": "vn"
|
||||
},
|
||||
{
|
||||
"coordinates": [143, 37],
|
||||
"name": "Lao People's Democratic Republic",
|
||||
"strength": 1,
|
||||
"flag": "la"
|
||||
},
|
||||
{
|
||||
"coordinates": [278, 18],
|
||||
"name": "Hong Kong",
|
||||
"strength": 1,
|
||||
"flag": "hk"
|
||||
},
|
||||
{
|
||||
"coordinates": [359, 1],
|
||||
"name": "Taiwan, Province of China",
|
||||
"strength": 1,
|
||||
"flag": "tw"
|
||||
},
|
||||
{
|
||||
"coordinates": [366, 119],
|
||||
"name": "Philippines",
|
||||
"strength": 1,
|
||||
"flag": "ph"
|
||||
},
|
||||
{
|
||||
"coordinates": [536, 207],
|
||||
"name": "Palau",
|
||||
"strength": 1,
|
||||
"flag": "pw"
|
||||
},
|
||||
{
|
||||
"coordinates": [834, 215],
|
||||
"name": "Federated States of Micronesia",
|
||||
"strength": 1,
|
||||
"flag": "fm"
|
||||
},
|
||||
{
|
||||
"coordinates": [664, 113],
|
||||
"name": "Guam",
|
||||
"strength": 1,
|
||||
"flag": "gu"
|
||||
},
|
||||
{
|
||||
"coordinates": [1042, 317],
|
||||
"name": "Marshall Islands",
|
||||
"strength": 1,
|
||||
"flag": "mh"
|
||||
},
|
||||
{
|
||||
"coordinates": [799, 385],
|
||||
"name": "Papua New Guinea",
|
||||
"strength": 1,
|
||||
"flag": "pg"
|
||||
},
|
||||
{
|
||||
"coordinates": [862, 442],
|
||||
"name": "Solomon Islands",
|
||||
"strength": 1,
|
||||
"flag": "sb"
|
||||
},
|
||||
{
|
||||
"coordinates": [945, 497],
|
||||
"name": "Vanuatu",
|
||||
"strength": 1,
|
||||
"flag": "vu"
|
||||
},
|
||||
{
|
||||
"coordinates": [930, 574],
|
||||
"name": "New Caledonia",
|
||||
"strength": 1,
|
||||
"flag": "nc"
|
||||
},
|
||||
{
|
||||
"coordinates": [1085, 526],
|
||||
"name": "Fiji",
|
||||
"strength": 1,
|
||||
"flag": "fj"
|
||||
},
|
||||
{
|
||||
"coordinates": [1169, 568],
|
||||
"name": "Tonga",
|
||||
"strength": 1,
|
||||
"flag": "to"
|
||||
},
|
||||
{
|
||||
"coordinates": [1236, 541],
|
||||
"name": "Niue",
|
||||
"strength": 1,
|
||||
"flag": "nu"
|
||||
},
|
||||
{
|
||||
"coordinates": [1204, 473],
|
||||
"name": "Samoa",
|
||||
"strength": 1,
|
||||
"flag": "ws"
|
||||
},
|
||||
{
|
||||
"coordinates": [1491, 523],
|
||||
"name": "Cook Islands",
|
||||
"strength": 1,
|
||||
"flag": "ck"
|
||||
},
|
||||
{
|
||||
"coordinates": [1623, 424],
|
||||
"name": "French Polynesia",
|
||||
"strength": 1,
|
||||
"flag": "pf"
|
||||
},
|
||||
{
|
||||
"coordinates": [1393, 278],
|
||||
"name": "Kiribati",
|
||||
"strength": 1,
|
||||
"flag": "ki"
|
||||
},
|
||||
{
|
||||
"coordinates": [1420, 56],
|
||||
"name": "United States",
|
||||
"strength": 1,
|
||||
"flag": "us"
|
||||
},
|
||||
{
|
||||
"coordinates": [1996, 644],
|
||||
"name": "Chile",
|
||||
"strength": 1,
|
||||
"flag": "cl"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 222 KiB |
|
After Width: | Height: | Size: 611 KiB |
@@ -0,0 +1,179 @@
|
||||
{
|
||||
"name": "Pangaea",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [389, 800],
|
||||
"name": "South Africa",
|
||||
"strength": 2,
|
||||
"flag": "za"
|
||||
},
|
||||
{
|
||||
"coordinates": [500, 780],
|
||||
"name": "Madagascar",
|
||||
"strength": 1,
|
||||
"flag": "mg"
|
||||
},
|
||||
{
|
||||
"coordinates": [515, 600],
|
||||
"name": "Egypt",
|
||||
"strength": 2,
|
||||
"flag": "eg"
|
||||
},
|
||||
{
|
||||
"coordinates": [180, 420],
|
||||
"name": "United States",
|
||||
"strength": 3,
|
||||
"flag": "us"
|
||||
},
|
||||
{
|
||||
"coordinates": [200, 310],
|
||||
"name": "Canada",
|
||||
"strength": 2,
|
||||
"flag": "ca"
|
||||
},
|
||||
{
|
||||
"coordinates": [150, 460],
|
||||
"name": "Mexico",
|
||||
"strength": 1,
|
||||
"flag": "mx"
|
||||
},
|
||||
{
|
||||
"coordinates": [160, 600],
|
||||
"name": "Colombia",
|
||||
"strength": 1,
|
||||
"flag": "co"
|
||||
},
|
||||
{
|
||||
"coordinates": [280, 800],
|
||||
"name": "Argentina",
|
||||
"strength": 1,
|
||||
"flag": "ar"
|
||||
},
|
||||
{
|
||||
"coordinates": [250, 600],
|
||||
"name": "Brazil",
|
||||
"strength": 1,
|
||||
"flag": "br"
|
||||
},
|
||||
{
|
||||
"coordinates": [470, 890],
|
||||
"name": "Antarctica",
|
||||
"strength": 3,
|
||||
"flag": "aq"
|
||||
},
|
||||
{
|
||||
"coordinates": [400, 340],
|
||||
"name": "Greenland",
|
||||
"strength": 2,
|
||||
"flag": "gl"
|
||||
},
|
||||
{
|
||||
"coordinates": [550, 440],
|
||||
"name": "Spain",
|
||||
"strength": 1,
|
||||
"flag": "es"
|
||||
},
|
||||
{
|
||||
"coordinates": [550, 450],
|
||||
"name": "France",
|
||||
"strength": 2,
|
||||
"flag": "fr"
|
||||
},
|
||||
{
|
||||
"coordinates": [510, 380],
|
||||
"name": "Germany",
|
||||
"strength": 1,
|
||||
"flag": "de"
|
||||
},
|
||||
{
|
||||
"coordinates": [480, 365],
|
||||
"name": "Sweden",
|
||||
"strength": 1,
|
||||
"flag": "se"
|
||||
},
|
||||
{
|
||||
"coordinates": [605, 370],
|
||||
"name": "Turkey",
|
||||
"strength": 1,
|
||||
"flag": "tr"
|
||||
},
|
||||
{
|
||||
"coordinates": [480, 335],
|
||||
"name": "Finland",
|
||||
"strength": 1,
|
||||
"flag": "fi"
|
||||
},
|
||||
{
|
||||
"coordinates": [570, 340],
|
||||
"name": "Ukraine",
|
||||
"strength": 1,
|
||||
"flag": "ua"
|
||||
},
|
||||
{
|
||||
"coordinates": [570, 290],
|
||||
"name": "Russia",
|
||||
"strength": 3,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [490, 150],
|
||||
"name": "Mongolia",
|
||||
"strength": 1,
|
||||
"flag": "mn"
|
||||
},
|
||||
{
|
||||
"coordinates": [550, 70],
|
||||
"name": "China",
|
||||
"strength": 3,
|
||||
"flag": "cn"
|
||||
},
|
||||
{
|
||||
"coordinates": [620, 650],
|
||||
"name": "India",
|
||||
"strength": 2,
|
||||
"flag": "in"
|
||||
},
|
||||
{
|
||||
"coordinates": [545, 200],
|
||||
"name": "Kazakhstan",
|
||||
"strength": 1,
|
||||
"flag": "kz"
|
||||
},
|
||||
{
|
||||
"coordinates": [600, 600],
|
||||
"name": "Saudi Arabia",
|
||||
"strength": 1,
|
||||
"flag": "sa"
|
||||
},
|
||||
{
|
||||
"coordinates": [680, 830],
|
||||
"name": "Australia",
|
||||
"strength": 2,
|
||||
"flag": "au"
|
||||
},
|
||||
{
|
||||
"coordinates": [540, 650],
|
||||
"name": "Ethiopia",
|
||||
"strength": 1,
|
||||
"flag": "et"
|
||||
},
|
||||
{
|
||||
"coordinates": [400, 500],
|
||||
"name": "Chad",
|
||||
"strength": 1,
|
||||
"flag": "td"
|
||||
},
|
||||
{
|
||||
"coordinates": [420, 25],
|
||||
"name": "Japan",
|
||||
"strength": 1,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [480, 410],
|
||||
"name": "United Kingdom",
|
||||
"strength": 2,
|
||||
"flag": "gb"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.0 MiB |
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"name": "Pluto",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [396, 364],
|
||||
"name": "United States Colony",
|
||||
"strength": 3,
|
||||
"flag": "us"
|
||||
},
|
||||
{
|
||||
"coordinates": [285, 970],
|
||||
"name": "Russian Colony",
|
||||
"strength": 3,
|
||||
"flag": "ru"
|
||||
},
|
||||
{
|
||||
"coordinates": [1700, 400],
|
||||
"name": "European Space Agency",
|
||||
"strength": 3,
|
||||
"flag": ""
|
||||
},
|
||||
{
|
||||
"coordinates": [1190, 1210],
|
||||
"name": "United Kingdom Colony",
|
||||
"strength": 2,
|
||||
"flag": "gb"
|
||||
},
|
||||
{
|
||||
"coordinates": [1700, 1000],
|
||||
"name": "Chinese Colony",
|
||||
"strength": 3,
|
||||
"flag": "cn"
|
||||
},
|
||||
{
|
||||
"coordinates": [1200, 185],
|
||||
"name": "Japanese Colony",
|
||||
"strength": 2,
|
||||
"flag": "jp"
|
||||
},
|
||||
{
|
||||
"coordinates": [830, 1000],
|
||||
"name": "Indian Colony",
|
||||
"strength": 1,
|
||||
"flag": "in"
|
||||
},
|
||||
{
|
||||
"coordinates": [75, 300],
|
||||
"name": "African Space Agency",
|
||||
"strength": 2,
|
||||
"flag": ""
|
||||
},
|
||||
{
|
||||
"coordinates": [750, 560],
|
||||
"name": "Australian Colony",
|
||||
"strength": 1,
|
||||
"flag": "au"
|
||||
},
|
||||
{
|
||||
"coordinates": [1075, 325],
|
||||
"name": "North Korean Colony",
|
||||
"strength": 1,
|
||||
"flag": ""
|
||||
},
|
||||
{
|
||||
"coordinates": [1920, 100],
|
||||
"name": "United Nations Base",
|
||||
"strength": 1,
|
||||
"flag": ""
|
||||
},
|
||||
{
|
||||
"coordinates": [25, 1245],
|
||||
"name": "Polish Colony",
|
||||
"strength": 1,
|
||||
"flag": "pl"
|
||||
},
|
||||
{
|
||||
"coordinates": [1170, 1080],
|
||||
"name": "Irish Colony",
|
||||
"strength": 1,
|
||||
"flag": "ie"
|
||||
},
|
||||
{
|
||||
"coordinates": [1466, 1233],
|
||||
"name": "Chilean Colony",
|
||||
"strength": 1,
|
||||
"flag": "cl"
|
||||
},
|
||||
{
|
||||
"coordinates": [560, 20],
|
||||
"name": "South African Colony",
|
||||
"strength": 1,
|
||||
"flag": "za"
|
||||
},
|
||||
{
|
||||
"coordinates": [2088, 1008],
|
||||
"name": "Free Pluto State",
|
||||
"strength": 3,
|
||||
"flag": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 16 MiB |
@@ -0,0 +1,149 @@
|
||||
{
|
||||
"name": "Americas",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [438, 58],
|
||||
"name": "Cuba",
|
||||
"strength": 1,
|
||||
"flag": "cu"
|
||||
},
|
||||
{
|
||||
"coordinates": [686, 133],
|
||||
"name": "Dominican Republic",
|
||||
"strength": 1,
|
||||
"flag": "do"
|
||||
},
|
||||
{
|
||||
"coordinates": [601, 128],
|
||||
"name": "Haiti",
|
||||
"strength": 1,
|
||||
"flag": "ht"
|
||||
},
|
||||
{
|
||||
"coordinates": [112, 209],
|
||||
"name": "Belize",
|
||||
"strength": 1,
|
||||
"flag": "bz"
|
||||
},
|
||||
{
|
||||
"coordinates": [71, 282],
|
||||
"name": "Guatemala",
|
||||
"strength": 1,
|
||||
"flag": "gt"
|
||||
},
|
||||
{
|
||||
"coordinates": [214, 249],
|
||||
"name": "Honduras",
|
||||
"strength": 1,
|
||||
"flag": "hn"
|
||||
},
|
||||
{
|
||||
"coordinates": [238, 326],
|
||||
"name": "Nicaragua",
|
||||
"strength": 1,
|
||||
"flag": "ni"
|
||||
},
|
||||
{
|
||||
"coordinates": [375, 436],
|
||||
"name": "Panama",
|
||||
"strength": 3,
|
||||
"flag": "pa"
|
||||
},
|
||||
{
|
||||
"coordinates": [740, 1180],
|
||||
"name": "Bolivia",
|
||||
"strength": 1,
|
||||
"flag": "bo"
|
||||
},
|
||||
{
|
||||
"coordinates": [849, 1770],
|
||||
"name": "Argentina",
|
||||
"strength": 2,
|
||||
"flag": "ar"
|
||||
},
|
||||
{
|
||||
"coordinates": [1394, 1309],
|
||||
"name": "Brazil",
|
||||
"strength": 2,
|
||||
"flag": "br"
|
||||
},
|
||||
{
|
||||
"coordinates": [691, 1371],
|
||||
"name": "Chile",
|
||||
"strength": 2,
|
||||
"flag": "cl"
|
||||
},
|
||||
{
|
||||
"coordinates": [527, 503],
|
||||
"name": "Colombia",
|
||||
"strength": 2,
|
||||
"flag": "co"
|
||||
},
|
||||
{
|
||||
"coordinates": [384, 746],
|
||||
"name": "Ecuador",
|
||||
"strength": 1,
|
||||
"flag": "ec"
|
||||
},
|
||||
{
|
||||
"coordinates": [933, 423],
|
||||
"name": "French Guyana",
|
||||
"strength": 1,
|
||||
"flag": "gf"
|
||||
},
|
||||
{
|
||||
"coordinates": [800, 410],
|
||||
"name": "Guyana",
|
||||
"strength": 1,
|
||||
"flag": "gy"
|
||||
},
|
||||
{
|
||||
"coordinates": [541, 1092],
|
||||
"name": "Peru",
|
||||
"strength": 2,
|
||||
"flag": "pe"
|
||||
},
|
||||
{
|
||||
"coordinates": [960, 1496],
|
||||
"name": "Paraguay",
|
||||
"strength": 1,
|
||||
"flag": "py"
|
||||
},
|
||||
{
|
||||
"coordinates": [890, 610],
|
||||
"name": "Suriname",
|
||||
"strength": 1,
|
||||
"flag": "sr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1091, 1635],
|
||||
"name": "Uruguay",
|
||||
"strength": 1,
|
||||
"flag": "uy"
|
||||
},
|
||||
{
|
||||
"coordinates": [678, 904],
|
||||
"name": "Venezuela",
|
||||
"strength": 2,
|
||||
"flag": "ve"
|
||||
},
|
||||
{
|
||||
"coordinates": [1270, 1035],
|
||||
"name": "The Biggest Snakes",
|
||||
"strength": 3,
|
||||
"flag": "Aztec Empire"
|
||||
},
|
||||
{
|
||||
"coordinates": [894, 693],
|
||||
"name": "Normal Capybaras",
|
||||
"strength": 3,
|
||||
"flag": ""
|
||||
},
|
||||
{
|
||||
"coordinates": [884, 832],
|
||||
"name": "Just Otters",
|
||||
"strength": 3,
|
||||
"flag": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.9 MiB |
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "Strait of Gibraltar",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1941, 1031],
|
||||
"name": "Rif",
|
||||
"strength": 2,
|
||||
"flag": "Rif"
|
||||
},
|
||||
{
|
||||
"coordinates": [2733, 1190],
|
||||
"name": "Algeria",
|
||||
"strength": 2,
|
||||
"flag": "dz"
|
||||
},
|
||||
{
|
||||
"coordinates": [1287, 1175],
|
||||
"name": "Morocco",
|
||||
"strength": 2,
|
||||
"flag": "ma"
|
||||
},
|
||||
{
|
||||
"coordinates": [414, 59],
|
||||
"name": "Portugal",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [2675, 49],
|
||||
"name": "Spain",
|
||||
"strength": 2,
|
||||
"flag": "es"
|
||||
},
|
||||
{
|
||||
"coordinates": [1271, 1393],
|
||||
"name": "Shilha",
|
||||
"strength": 1,
|
||||
"flag": "Shilha"
|
||||
},
|
||||
{
|
||||
"coordinates": [1555, 258],
|
||||
"name": "Andalusia",
|
||||
"strength": 2,
|
||||
"flag": "Andalusia"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 527 KiB |
@@ -0,0 +1,371 @@
|
||||
{
|
||||
"name": "World",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [375, 272],
|
||||
"flag": "us",
|
||||
"name": "United States",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [372, 136],
|
||||
"flag": "ca",
|
||||
"name": "Canada",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [375, 374],
|
||||
"flag": "mx",
|
||||
"name": "Mexico",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [500, 378],
|
||||
"flag": "cu",
|
||||
"name": "Cuba",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [524, 474],
|
||||
"flag": "co",
|
||||
"name": "Colombia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [593, 473],
|
||||
"flag": "ve",
|
||||
"name": "Venezuela",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [596, 705],
|
||||
"flag": "ar",
|
||||
"name": "Argentina",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [637, 567],
|
||||
"flag": "br",
|
||||
"name": "Brazil",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1280, 975],
|
||||
"flag": "aq",
|
||||
"name": "Antarctica",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [709, 57],
|
||||
"flag": "gl",
|
||||
"name": "Greenland",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [831, 112],
|
||||
"flag": "is",
|
||||
"name": "Iceland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [925, 186],
|
||||
"flag": "gb",
|
||||
"name": "United Kingdom",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [887, 183],
|
||||
"flag": "ie",
|
||||
"name": "Ireland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [908, 264],
|
||||
"flag": "es",
|
||||
"name": "Spain",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1004, 250],
|
||||
"flag": "it",
|
||||
"name": "Italy",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [958, 220],
|
||||
"flag": "fr",
|
||||
"name": "France",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [997, 205],
|
||||
"flag": "de",
|
||||
"name": "Germany",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1064, 101],
|
||||
"flag": "se",
|
||||
"name": "Sweden",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1046, 193],
|
||||
"flag": "pl",
|
||||
"name": "Poland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1061, 188],
|
||||
"flag": "by",
|
||||
"name": "Belarus",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1073, 243],
|
||||
"flag": "ro",
|
||||
"name": "Romania",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1161, 274],
|
||||
"flag": "tr",
|
||||
"name": "Turkey",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [969, 133],
|
||||
"flag": "no",
|
||||
"name": "Norway",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1062, 133],
|
||||
"flag": "fi",
|
||||
"name": "Finland",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1099, 211],
|
||||
"flag": "ua",
|
||||
"name": "Ukraine",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1344, 136],
|
||||
"flag": "ru",
|
||||
"name": "Russia",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1537, 186],
|
||||
"flag": "mn",
|
||||
"name": "Mongolia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1524, 328],
|
||||
"flag": "cn",
|
||||
"name": "China",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1368, 373],
|
||||
"flag": "in",
|
||||
"name": "India",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1276, 239],
|
||||
"flag": "kz",
|
||||
"name": "Kazakhstan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1238, 309],
|
||||
"flag": "ir",
|
||||
"name": "Islamic Republic Of Iran",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1178, 351],
|
||||
"flag": "sa",
|
||||
"name": "Saudi Arabia",
|
||||
"strength": 1.5
|
||||
},
|
||||
{
|
||||
"coordinates": [1679, 657],
|
||||
"flag": "au",
|
||||
"name": "Australia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1890, 775],
|
||||
"flag": "nz",
|
||||
"name": "New Zealand",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [918, 342],
|
||||
"flag": "dz",
|
||||
"name": "Algeria",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1030, 332],
|
||||
"flag": "ly",
|
||||
"name": "Libyan Arab Jamahiriya",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1092, 335],
|
||||
"flag": "eg",
|
||||
"name": "Egypt",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [963, 410],
|
||||
"flag": "ne",
|
||||
"name": "Niger",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1112, 406],
|
||||
"flag": "sd",
|
||||
"name": "Sudan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1074, 508],
|
||||
"flag": "cd",
|
||||
"name": "The Democratic Republic of the Congo",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1154, 443],
|
||||
"flag": "et",
|
||||
"name": "Ethiopia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1075, 707],
|
||||
"flag": "za",
|
||||
"name": "South Africa",
|
||||
"strength": 1.5
|
||||
},
|
||||
{
|
||||
"coordinates": [1194, 627],
|
||||
"flag": "mg",
|
||||
"name": "Madagascar",
|
||||
"strength": 0.5
|
||||
},
|
||||
{
|
||||
"coordinates": [1052, 420],
|
||||
"flag": "td",
|
||||
"name": "Chad",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1030, 665],
|
||||
"flag": "na",
|
||||
"name": "Namibia",
|
||||
"strength": 0.5
|
||||
},
|
||||
{
|
||||
"coordinates": [1632, 465],
|
||||
"flag": "ph",
|
||||
"name": "Philippines",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1537, 426],
|
||||
"flag": "th",
|
||||
"name": "Thailand",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1610, 364],
|
||||
"flag": "tw",
|
||||
"name": "Taiwan",
|
||||
"strength": 0.5
|
||||
},
|
||||
{
|
||||
"coordinates": [1710, 290],
|
||||
"flag": "jp",
|
||||
"name": "Japan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1869, 119],
|
||||
"flag": "ru",
|
||||
"name": "Siberia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [74, 117],
|
||||
"flag": "polar_bears",
|
||||
"name": "Polar Bears",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [419, 975],
|
||||
"flag": "aq",
|
||||
"name": "West Antarctica",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [542, 603],
|
||||
"flag": "pe",
|
||||
"name": "Peru",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1075, 615],
|
||||
"flag": "zm",
|
||||
"name": "Zambia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1099, 165],
|
||||
"flag": "lv",
|
||||
"name": "Latvia",
|
||||
"strength": 0.5
|
||||
},
|
||||
{
|
||||
"coordinates": [1427, 336],
|
||||
"flag": "bt",
|
||||
"name": "Bhutan",
|
||||
"strength": 0.5
|
||||
},
|
||||
{
|
||||
"coordinates": [1511, 524],
|
||||
"flag": "id",
|
||||
"name": "Indonesia",
|
||||
"strength": 1.5
|
||||
},
|
||||
{
|
||||
"coordinates": [1809, 977],
|
||||
"flag": "aq",
|
||||
"name": "East Antarctica",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1255, 382],
|
||||
"flag": "om",
|
||||
"name": "Oman",
|
||||
"strength": 0.75
|
||||
},
|
||||
{
|
||||
"coordinates": [853, 373],
|
||||
"flag": "ma",
|
||||
"name": "Morocco",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [656, 678],
|
||||
"flag": "uy",
|
||||
"name": "Uruguay",
|
||||
"strength": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "Big Plains"
|
||||
}
|
||||
|
After Width: | Height: | Size: 108 B |
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "Half Land Half Ocean"
|
||||
}
|
||||
|
After Width: | Height: | Size: 120 B |
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "Ocean and Land"
|
||||
}
|
||||
|
After Width: | Height: | Size: 7.1 KiB |
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "Plains"
|
||||
}
|
||||
@@ -0,0 +1,231 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 2032,
|
||||
"num_land_tiles": 2184135,
|
||||
"width": 1950
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 1016,
|
||||
"num_land_tiles": 538153,
|
||||
"width": 975
|
||||
},
|
||||
"name": "Africa",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1144, 1894],
|
||||
"flag": "za",
|
||||
"name": "South Africa",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1188, 572],
|
||||
"flag": "sd",
|
||||
"name": "Sudan",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1804, 1574],
|
||||
"flag": "mg",
|
||||
"name": "Madagascar",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1063, 827],
|
||||
"flag": "cf",
|
||||
"name": "Central African Republic",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [749, 78],
|
||||
"flag": "tn",
|
||||
"name": "Tunisia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1362, 290],
|
||||
"flag": "eg",
|
||||
"name": "Egypt",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [297, 211],
|
||||
"flag": "ma",
|
||||
"name": "Morocco",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [526, 223],
|
||||
"flag": "dz",
|
||||
"name": "Algeria",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [951, 260],
|
||||
"flag": "dz",
|
||||
"name": "Libya",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [767, 510],
|
||||
"flag": "ne",
|
||||
"name": "Niger",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [208, 832],
|
||||
"flag": "sl",
|
||||
"name": "Sierra Leone",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [342, 525],
|
||||
"flag": "ml",
|
||||
"name": "Mali",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [266, 841],
|
||||
"flag": "lr",
|
||||
"name": "Liberia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [726, 794],
|
||||
"flag": "ng",
|
||||
"name": "Nigeria",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1094, 1093],
|
||||
"flag": "cd",
|
||||
"name": "Democratic Republic of the Congo",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1021, 1365],
|
||||
"flag": "ao",
|
||||
"name": "Angola",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1012, 1659],
|
||||
"flag": "na",
|
||||
"name": "Namibia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1174, 1642],
|
||||
"flag": "bw",
|
||||
"name": "Botswana",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [606, 853],
|
||||
"flag": "bj",
|
||||
"name": "Benin",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1423, 1646],
|
||||
"flag": "zw",
|
||||
"name": "Zimbabwe",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1462, 1462],
|
||||
"flag": "na",
|
||||
"name": "Mozambique",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1416, 1194],
|
||||
"flag": "tz",
|
||||
"name": "Tanzania",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1592, 934],
|
||||
"flag": "ke",
|
||||
"name": "Kenya",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1858, 794],
|
||||
"flag": "so",
|
||||
"name": "Somalia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1582, 832],
|
||||
"flag": "et",
|
||||
"name": "Ethiopia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1347, 772],
|
||||
"flag": "ss",
|
||||
"name": "South Sudan",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1472, 206],
|
||||
"flag": "il",
|
||||
"name": "Israel",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1561, 63],
|
||||
"flag": "sy",
|
||||
"name": "Syria",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1767, 186],
|
||||
"flag": "iq",
|
||||
"name": "Iraq",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1757, 381],
|
||||
"flag": "sa",
|
||||
"name": "Saudi Arabia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1766, 638],
|
||||
"flag": "ye",
|
||||
"name": "Yemen",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [283, 15],
|
||||
"flag": "pt",
|
||||
"name": "Portugal",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1123, 26],
|
||||
"flag": "gr",
|
||||
"name": "Greece",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [914, 23],
|
||||
"flag": "it",
|
||||
"name": "Italy",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [99, 644],
|
||||
"flag": "sn",
|
||||
"name": "Senegal",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [876, 1049],
|
||||
"flag": "ga",
|
||||
"name": "Gabon",
|
||||
"strength": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1,165 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1200,
|
||||
"num_land_tiles": 1079855,
|
||||
"width": 2000
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 600,
|
||||
"num_land_tiles": 266262,
|
||||
"width": 1000
|
||||
},
|
||||
"name": "Asia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [165, 422],
|
||||
"flag": "ru",
|
||||
"name": "Russia",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [83, 612],
|
||||
"flag": "tr",
|
||||
"name": "Türkiye",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [278, 789],
|
||||
"flag": "sa",
|
||||
"name": "Saudi Arabia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [238, 907],
|
||||
"flag": "ye",
|
||||
"name": "Yemen",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [126, 710],
|
||||
"flag": "jo",
|
||||
"name": "Jordan",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [239, 689],
|
||||
"flag": "iq",
|
||||
"name": "Iraq",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [327, 655],
|
||||
"flag": "ir",
|
||||
"name": "Iran",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [594, 675],
|
||||
"flag": "pk",
|
||||
"name": "Pakistan",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [654, 745],
|
||||
"flag": "in",
|
||||
"name": "India",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [830, 808],
|
||||
"flag": "bd",
|
||||
"name": "Bangladesh",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [909, 845],
|
||||
"flag": "mm",
|
||||
"name": "Myanmar",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1035, 845],
|
||||
"flag": "vn",
|
||||
"name": "Vietnam",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [980, 1055],
|
||||
"flag": "my",
|
||||
"name": "Malaysia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1046, 1170],
|
||||
"flag": "id",
|
||||
"name": "Indonesia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1129, 909],
|
||||
"flag": "ph",
|
||||
"name": "Philippines",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1237, 791],
|
||||
"flag": "tw",
|
||||
"name": "Taiwan",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1166, 661],
|
||||
"flag": "cn",
|
||||
"name": "China",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1314, 639],
|
||||
"flag": "kr",
|
||||
"name": "South Korea",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1485, 659],
|
||||
"flag": "jp",
|
||||
"name": "Japan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [591, 492],
|
||||
"flag": "kz",
|
||||
"name": "Kazakhstan",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [546, 629],
|
||||
"flag": "tj",
|
||||
"name": "Tajikistan",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1053, 528],
|
||||
"flag": "mn",
|
||||
"name": "Mongolia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [243, 1067],
|
||||
"flag": "so",
|
||||
"name": "Somalia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [61, 733],
|
||||
"flag": "eg",
|
||||
"name": "Egypt",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [59, 490],
|
||||
"flag": "ua",
|
||||
"name": "Ukraine",
|
||||
"strength": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1500,
|
||||
"num_land_tiles": 1319763,
|
||||
"width": 2000
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 750,
|
||||
"num_land_tiles": 328215,
|
||||
"width": 1000
|
||||
},
|
||||
"name": "Australia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [460, 720],
|
||||
"flag": "aus_wesaus",
|
||||
"name": "Western Australia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [965, 340],
|
||||
"flag": "aus_norter",
|
||||
"name": "Northern Territory",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [920, 915],
|
||||
"flag": "aus_souaus",
|
||||
"name": "South Australia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1435, 1220],
|
||||
"flag": "aus_vic",
|
||||
"name": "Victoria",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1490, 555],
|
||||
"flag": "aus_quelan",
|
||||
"name": "Queensland",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1605, 1025],
|
||||
"flag": "aus_nsw",
|
||||
"name": "New South Wales",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1595, 1380],
|
||||
"flag": "aus_tas",
|
||||
"name": "Tasmania",
|
||||
"strength": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 7.7 KiB |
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1564,
|
||||
"num_land_tiles": 2181746,
|
||||
"width": 2500
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 782,
|
||||
"num_land_tiles": 540863,
|
||||
"width": 1250
|
||||
},
|
||||
"name": "Baikal",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [695, 665],
|
||||
"flag": "bai_irk",
|
||||
"name": "Irkutsk Oblast",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [2188, 1001],
|
||||
"flag": "bai_bur",
|
||||
"name": "Republic of Buryatia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [754, 1170],
|
||||
"flag": "ru",
|
||||
"name": "Olkhon Island",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1025, 831],
|
||||
"flag": "ru",
|
||||
"name": "Cape Khoboy",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [361, 1195],
|
||||
"flag": "ru",
|
||||
"name": "Ogoi Island",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1805, 115],
|
||||
"flag": "ru",
|
||||
"name": "Bolshoy Ushkan Island",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [2030, 335],
|
||||
"flag": "ru",
|
||||
"name": "Svyatoy Nos Peninsula",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [2194, 659],
|
||||
"flag": "ru",
|
||||
"name": "Chivyrkuisky Bay",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [309, 230],
|
||||
"flag": "ru",
|
||||
"name": "Chanchur",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [2165, 1439],
|
||||
"flag": "ru",
|
||||
"name": "Zabaykalsky National Park",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [132, 751],
|
||||
"flag": "ru",
|
||||
"name": "Listvyanka",
|
||||
"strength": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1062,
|
||||
"num_land_tiles": 1483208,
|
||||
"width": 1778
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 531,
|
||||
"num_land_tiles": 365411,
|
||||
"width": 889
|
||||
},
|
||||
"name": "BetweenTwoSeas",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [40, 674],
|
||||
"flag": "bg",
|
||||
"name": "Bulgaria",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [354, 820],
|
||||
"flag": "tr",
|
||||
"name": "Republic of Turkiye",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [105, 474],
|
||||
"flag": "ro",
|
||||
"name": "Romania",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [172, 382],
|
||||
"flag": "md",
|
||||
"name": "Moldova",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [465, 296],
|
||||
"flag": "ua",
|
||||
"name": "Ukraine",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [980, 24],
|
||||
"flag": "ru",
|
||||
"name": "Russian Federation",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1003, 674],
|
||||
"flag": "ge",
|
||||
"name": "Georgia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1131, 804],
|
||||
"flag": "am",
|
||||
"name": "Republic of Armenia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [856, 1044],
|
||||
"flag": "sy",
|
||||
"name": "Syrian Arab Republic",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1355, 1022],
|
||||
"flag": "ir",
|
||||
"name": "Islamic Republic of Iran",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1355, 18],
|
||||
"flag": "az",
|
||||
"name": "Republic of Azerbaijan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [334, 18],
|
||||
"flag": "by",
|
||||
"name": "Belarus",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1689, 467],
|
||||
"flag": "kz",
|
||||
"name": "Kazakhstan",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1727, 831],
|
||||
"flag": "tm",
|
||||
"name": "Turkmenistan",
|
||||
"strength": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1100,
|
||||
"num_land_tiles": 1153632,
|
||||
"width": 1500
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 550,
|
||||
"num_land_tiles": 284219,
|
||||
"width": 750
|
||||
},
|
||||
"name": "BlackSea",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [122, 647],
|
||||
"flag": "bg",
|
||||
"name": "Bulgaria",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [513, 929],
|
||||
"flag": "tr",
|
||||
"name": "Turkiye",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [123, 237],
|
||||
"flag": "ro",
|
||||
"name": "Romania",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [300, 188],
|
||||
"flag": "md",
|
||||
"name": "Moldova",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [737, 120],
|
||||
"flag": "ua",
|
||||
"name": "Ukraine",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1180, 354],
|
||||
"flag": "ru",
|
||||
"name": "Russia",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1362, 722],
|
||||
"flag": "ge",
|
||||
"name": "Georgia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1382, 943],
|
||||
"flag": "am",
|
||||
"name": "Armenia",
|
||||
"strength": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,153 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1396,
|
||||
"num_land_tiles": 938800,
|
||||
"width": 2000
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 698,
|
||||
"num_land_tiles": 231151,
|
||||
"width": 1000
|
||||
},
|
||||
"name": "Britannia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [960, 1258],
|
||||
"flag": "1_Dumnonia",
|
||||
"name": "Dumnonia",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [918, 1088],
|
||||
"flag": "1_Dyfed",
|
||||
"name": "Dyfed",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1114, 1108],
|
||||
"flag": "1_Gwent",
|
||||
"name": "Gwent",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1048, 936],
|
||||
"flag": "1_Gwynedd",
|
||||
"name": "Gwynedd",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1108, 986],
|
||||
"flag": "1_Powys",
|
||||
"name": "Powys",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [952, 536],
|
||||
"flag": "1_Strathclyde",
|
||||
"name": "Strathclyde",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [748, 556],
|
||||
"flag": "1_Dalriata",
|
||||
"name": "Dalriata",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1228, 1176],
|
||||
"flag": "1_Wessex",
|
||||
"name": "Wessex",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1442, 1226],
|
||||
"flag": "1_Sussex",
|
||||
"name": "Sussex",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1600, 1188],
|
||||
"flag": "1_Kent",
|
||||
"name": "Kent",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1621, 1085],
|
||||
"flag": "1_Essex",
|
||||
"name": "Essex",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1707, 1018],
|
||||
"flag": "1_East Anglia",
|
||||
"name": "East Anglia",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1370, 1002],
|
||||
"flag": "1_Mercia",
|
||||
"name": "Mercia",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1298, 724],
|
||||
"flag": "1_Northumbria",
|
||||
"name": "Northumbria",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [962, 366],
|
||||
"flag": "1_Fortriu",
|
||||
"name": "Fortriu",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [272, 1041],
|
||||
"flag": "1_Munster",
|
||||
"name": "Munster",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [264, 830],
|
||||
"flag": "1_Connacht",
|
||||
"name": "Connacht",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [608, 975],
|
||||
"flag": "1_Laigin",
|
||||
"name": "Laigin",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [564, 845],
|
||||
"flag": "1_Southern Ui Neill",
|
||||
"name": "Southern Uí Néill",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [639, 680],
|
||||
"flag": "1_Ulaid",
|
||||
"name": "Ulaid",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [509, 759],
|
||||
"flag": "1_Airgialla",
|
||||
"name": "Airgialla",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [416, 678],
|
||||
"flag": "1_Northern Ui Neill",
|
||||
"name": "Northern Uí Néill",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1869, 1308],
|
||||
"flag": "1_Franks",
|
||||
"name": "Franks",
|
||||
"strength": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1840,
|
||||
"num_land_tiles": 1079790,
|
||||
"width": 2300
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 920,
|
||||
"num_land_tiles": 262417,
|
||||
"width": 1150
|
||||
},
|
||||
"name": "Deglaciated Antarctica",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1545, 785],
|
||||
"flag": "an_pe",
|
||||
"name": "Penguin Empire",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1365, 155],
|
||||
"flag": "no",
|
||||
"name": "Norwegian Claim",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1810, 450],
|
||||
"flag": "au",
|
||||
"name": "Upper Australian Claim",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1980, 980],
|
||||
"flag": "au",
|
||||
"name": "Lower Australian Claim",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [495, 605],
|
||||
"flag": "ar",
|
||||
"name": "Argentinian Claim",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1150, 715],
|
||||
"flag": "gb",
|
||||
"name": "United Kingdom Claim",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1060, 935],
|
||||
"flag": "cl",
|
||||
"name": "Chilean Claim",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1365, 1400],
|
||||
"flag": "nz",
|
||||
"name": "New Zealand Claim",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1590, 1120],
|
||||
"flag": "fr",
|
||||
"name": "French Claim",
|
||||
"strength": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1646,
|
||||
"num_land_tiles": 879264,
|
||||
"width": 1562
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 823,
|
||||
"num_land_tiles": 215238,
|
||||
"width": 781
|
||||
},
|
||||
"name": "East Asia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [1150, 660],
|
||||
"flag": "jp",
|
||||
"name": "Hokkaido",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1005, 843],
|
||||
"flag": "jp",
|
||||
"name": "Tohoku",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [858, 1045],
|
||||
"flag": "jp",
|
||||
"name": "Chubu",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [948, 1037],
|
||||
"flag": "jp",
|
||||
"name": "Kanto",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1162, 154],
|
||||
"flag": "Sakhalin",
|
||||
"name": "Sakhalin",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [571, 1116],
|
||||
"flag": "jp",
|
||||
"name": "Chugoku",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [595, 1190],
|
||||
"flag": "jp",
|
||||
"name": "Shikoku",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [450, 1234],
|
||||
"flag": "jp",
|
||||
"name": "Kyushu",
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [274, 1058],
|
||||
"flag": "kr",
|
||||
"name": "South Korea",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [160, 841],
|
||||
"flag": "kp",
|
||||
"name": "North Korea",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [15, 795],
|
||||
"flag": "cn",
|
||||
"name": "China",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [230, 75],
|
||||
"flag": "ru",
|
||||
"name": "Russia",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [898, 923],
|
||||
"flag": "jp",
|
||||
"name": "Sado Island",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [592, 1031],
|
||||
"flag": "jp",
|
||||
"name": "Oki Islands",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [741, 1108],
|
||||
"flag": "jp",
|
||||
"name": "Kyoto",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [219, 972],
|
||||
"flag": "kr",
|
||||
"name": "Seoul",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [976, 1073],
|
||||
"flag": "jp",
|
||||
"name": "Tokyo",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [911, 1079],
|
||||
"flag": "jp",
|
||||
"name": "Mount Fuji",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1298, 564],
|
||||
"flag": "jp",
|
||||
"name": "Shiretoko Peninsula",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [435, 1311],
|
||||
"flag": "jp",
|
||||
"name": "Sakurajima",
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [275, 1614],
|
||||
"flag": "jp",
|
||||
"name": "Okinawa",
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [731, 1115],
|
||||
"flag": "jp",
|
||||
"name": "Kinki",
|
||||
"strength": 1
|
||||
}
|
||||
]
|
||||
}
|
||||