├── .github └── workflows │ ├── release.yml │ └── update.yml ├── .gitignore ├── .releaserc ├── CHANGELOG.md ├── Dockerfile ├── LICENSE ├── README.md ├── balls ├── additionals │ ├── Argentine Confederation.png.bin │ ├── BRICS.png.bin │ ├── Bavaria.png.bin │ ├── Dahomey.png.bin │ ├── Duchy of Limburg.png.bin │ ├── Emirate of Nejd.png.bin │ ├── Empire of Brazil.png.bin │ ├── Federal Republic of Central America.png.bin │ ├── Free City of Frankfurt.png.bin │ ├── Joseon.png.bin │ ├── Kingdom of Bali.png.bin │ ├── Kingdom of Bora Bora.png.bin │ ├── Kingdom of Hawaii.png.bin │ ├── Kingdom of Saxony.png.bin │ ├── Kingdom of two Sicilies.png.bin │ ├── Konbaung Empire.png.bin │ ├── Mossi Kingdoms.png.bin │ ├── North German Confederation.png.bin │ ├── Orange Free State.png.bin │ ├── Papal States.png.bin │ ├── Peru-Bolivian Confederation.png.bin │ ├── Rashidi Emirate.png.bin │ ├── Republic of New Granada.png.bin │ ├── Republic of Texas.png.bin │ ├── Third French Republic.png.bin │ ├── Tokugawa Shogunate.png.bin │ └── United Kingdoms of Sweden and Norway.png.bin ├── main │ ├── Achaemenid Empire.png.bin │ ├── Afghanistan.png.bin │ ├── African Union.png.bin │ ├── Albania.png.bin │ ├── Algeria.png.bin │ ├── Ancient Athens.png.bin │ ├── Ancient Egypt.png.bin │ ├── Ancient Greece.png.bin │ ├── Ancient Sparta.png.bin │ ├── Andorra.png.bin │ ├── Angola.png.bin │ ├── Antarctica.png.bin │ ├── Antigua and Barbuda.png.bin │ ├── Arab League.png.bin │ ├── Argentina.png.bin │ ├── Armenia.png.bin │ ├── Australia.png.bin │ ├── Austria-Hungary.png.bin │ ├── Austria.png.bin │ ├── Austrian Empire.png.bin │ ├── Azerbaijan.png.bin │ ├── Babylon.png.bin │ ├── Bahamas.png.bin │ ├── Bahrain.png.bin │ ├── Bangladesh.png.bin │ ├── Barbados.png.bin │ ├── Belarus.png.bin │ ├── Belgium.png.bin │ ├── Belize.png.bin │ ├── Benin.png.bin │ ├── Bhutan.png.bin │ ├── Bolivia.png.bin │ ├── Bosnia and Herzegovina.png.bin │ ├── Botswana.png.bin │ ├── Brazil.png.bin │ ├── British Empire.png.bin │ ├── British Raj.png.bin │ ├── Brunei.png.bin │ ├── Bulgaria.png.bin │ ├── Burkina Faso.png.bin │ ├── Burundi.png.bin │ ├── Byelorussian Soviet Socialist Republic.png.bin │ ├── Byzantium.png.bin │ ├── Cambodia.png.bin │ ├── Cameroon.png.bin │ ├── Canada.png.bin │ ├── Cape Verde.png.bin │ ├── Carthage.png.bin │ ├── Central African Republic.png.bin │ ├── Ceylon.png.bin │ ├── Chad.png.bin │ ├── Chile.png.bin │ ├── China.png.bin │ ├── Colombia.png.bin │ ├── Comoros.png.bin │ ├── Confederate States.png.bin │ ├── Congo Free State.png.bin │ ├── Congo.png.bin │ ├── Costa Rica.png.bin │ ├── Cote d'Ivoire.png.bin │ ├── Croatia.png.bin │ ├── Cuba.png.bin │ ├── Cyprus.png.bin │ ├── Czechia.png.bin │ ├── Czechoslovakia.png.bin │ ├── DR Congo.png.bin │ ├── Denmark.png.bin │ ├── Djibouti.png.bin │ ├── Dominica.png.bin │ ├── Dominican Republic.png.bin │ ├── East Germany.png.bin │ ├── Ecuador.png.bin │ ├── Egypt.png.bin │ ├── El Salvador.png.bin │ ├── England.png.bin │ ├── Equatorial Guinea.png.bin │ ├── Eritrea.png.bin │ ├── Estonia.png.bin │ ├── Eswatini.png.bin │ ├── Ethiopia.png.bin │ ├── Ethiopian Empire.png.bin │ ├── European Union.png.bin │ ├── Faroe Islands.png.bin │ ├── Fatimid Caliphate.png.bin │ ├── Fiji.png.bin │ ├── Finland.png.bin │ ├── France.png.bin │ ├── Francoist Spain.png.bin │ ├── Franks.png.bin │ ├── Free City of Danzig.png.bin │ ├── Free France.png.bin │ ├── French Empire.png.bin │ ├── French Indochina.png.bin │ ├── Gabon.png.bin │ ├── Gambia.png.bin │ ├── Gaul.png.bin │ ├── Georgia.png.bin │ ├── German Empire.png.bin │ ├── Germania.png.bin │ ├── Germany.png.bin │ ├── Ghana.png.bin │ ├── Golden Horde.png.bin │ ├── Grand Duchy of Tuscany.png.bin │ ├── Greece.png.bin │ ├── Greenland.png.bin │ ├── Grenada.png.bin │ ├── Guatemala.png.bin │ ├── Guinea-Bissau.png.bin │ ├── Guinea.png.bin │ ├── Guyana.png.bin │ ├── Haiti.png.bin │ ├── Hejaz.png.bin │ ├── Holy Roman Empire.png.bin │ ├── Honduras.png.bin │ ├── Hong Kong.png.bin │ ├── Hungary.png.bin │ ├── Hunnic Empire.png.bin │ ├── Iberian Union.png.bin │ ├── Iceland.png.bin │ ├── India.png.bin │ ├── Indonesia.png.bin │ ├── Iran.png.bin │ ├── Iraq.png.bin │ ├── Ireland.png.bin │ ├── Israel.png.bin │ ├── Italy.png.bin │ ├── Jamaica.png.bin │ ├── Japan.png.bin │ ├── Japanese Empire.png.bin │ ├── Jordan.png.bin │ ├── Kalmar Union.png.bin │ ├── Kazakhstan.png.bin │ ├── Kenya.png.bin │ ├── Khedivate of Egypt.png.bin │ ├── Khiva.png.bin │ ├── Khmer Empire.png.bin │ ├── Kingdom of Brandenburg.png.bin │ ├── Kingdom of Egypt.png.bin │ ├── Kingdom of Greece.png.bin │ ├── Kingdom of Hungary.png.bin │ ├── Kingdom of Italy.png.bin │ ├── Kingdom of Sardinia.png.bin │ ├── Kiribati.png.bin │ ├── Korea.png.bin │ ├── Kosovo.png.bin │ ├── Kuwait.png.bin │ ├── Kyrgyzstan.png.bin │ ├── Laos.png.bin │ ├── Latvia.png.bin │ ├── League of Nations.png.bin │ ├── Lebanon.png.bin │ ├── Lesotho.png.bin │ ├── Liberia.png.bin │ ├── Libya.png.bin │ ├── Liechtenstein.png.bin │ ├── Lithuania.png.bin │ ├── Luxembourg.png.bin │ ├── Macau.png.bin │ ├── Macedon.png.bin │ ├── Madagascar.png.bin │ ├── Majapahit.png.bin │ ├── Malawi.png.bin │ ├── Malaysia.png.bin │ ├── Maldives.png.bin │ ├── Mali Empire.png.bin │ ├── Mali.png.bin │ ├── Malta.png.bin │ ├── Manchukuo.png.bin │ ├── Marshall Islands.png.bin │ ├── Mauritania.png.bin │ ├── Mauritius.png.bin │ ├── Mayan Empire.png.bin │ ├── Mexico.png.bin │ ├── Micronesia.png.bin │ ├── Ming Dynasty.png.bin │ ├── Moldova.png.bin │ ├── Monaco.png.bin │ ├── Mongol Empire.png.bin │ ├── Mongolia.png.bin │ ├── Montenegro.png.bin │ ├── Morocco.png.bin │ ├── Mozambique.png.bin │ ├── Mughal Empire.png.bin │ ├── Myanmar.png.bin │ ├── NATO.png.bin │ ├── Namibia.png.bin │ ├── Nanda Empire.png.bin │ ├── Napoleonic France.png.bin │ ├── Nauru.png.bin │ ├── Nepal.png.bin │ ├── Netherlands.png.bin │ ├── New Zealand.png.bin │ ├── Nicaragua.png.bin │ ├── Niger.png.bin │ ├── Nigeria.png.bin │ ├── North Korea.png.bin │ ├── North Macedonia.png.bin │ ├── North Vietnam.png.bin │ ├── Northern Ireland.png.bin │ ├── Norway.png.bin │ ├── Numidia.png.bin │ ├── Oman.png.bin │ ├── Ottoman Empire.png.bin │ ├── Pakistan.png.bin │ ├── Palau.png.bin │ ├── Palestine.png.bin │ ├── Panama.png.bin │ ├── Papua New Guinea.png.bin │ ├── Paraguay.png.bin │ ├── Paris Commune.png.bin │ ├── Parthian Empire.png.bin │ ├── Peru.png.bin │ ├── Philippines.png.bin │ ├── Poland.png.bin │ ├── Polish-Lithuanian Commonwealth.png.bin │ ├── Portugal.png.bin │ ├── Portuguese Empire.png.bin │ ├── Principality of Moldavia.png.bin │ ├── Prussia.png.bin │ ├── Qajar Dynasty.png.bin │ ├── Qatar.png.bin │ ├── Qin Dynasty.png.bin │ ├── Qing.png.bin │ ├── Quebec.png.bin │ ├── Reichtangle.png.bin │ ├── Republic of China.png.bin │ ├── Republic of Venice.png.bin │ ├── Republican Spain.png.bin │ ├── Roman Empire.png.bin │ ├── Romania.png.bin │ ├── Russia.png.bin │ ├── Russian Empire.png.bin │ ├── Russian Soviet Federative Socialist Republic.png.bin │ ├── Rwanda.png.bin │ ├── Safavid Empire.png.bin │ ├── Saint Kitts and Nevis.png.bin │ ├── Saint Lucia.png.bin │ ├── Samoa.png.bin │ ├── San Marino.png.bin │ ├── Sao Tome and Principe.png.bin │ ├── Saudi Arabia.png.bin │ ├── Scotland.png.bin │ ├── Senegal.png.bin │ ├── Serbia.png.bin │ ├── Seychelles.png.bin │ ├── Siam.png.bin │ ├── Sierra Leone.png.bin │ ├── Singapore.png.bin │ ├── Slovakia.png.bin │ ├── Slovenia.png.bin │ ├── Solomon Islands.png.bin │ ├── Somalia.png.bin │ ├── Somaliland.png.bin │ ├── South Africa.png.bin │ ├── South Korea.png.bin │ ├── South Sudan.png.bin │ ├── South Vietnam.png.bin │ ├── South Yemen.png.bin │ ├── Soviet Union.png.bin │ ├── Spain.png.bin │ ├── Spanish Empire.png.bin │ ├── Sri Lanka.png.bin │ ├── St. Vincent and the Grenadines.png.bin │ ├── Sudan.png.bin │ ├── Suriname.png.bin │ ├── Sweden.png.bin │ ├── Swedish Empire.png.bin │ ├── Switzerland.png.bin │ ├── Syria.png.bin │ ├── Taiwan.png.bin │ ├── Tajikistan.png.bin │ ├── Tannu Tuva.png.bin │ ├── Tanzania.png.bin │ ├── Thailand.png.bin │ ├── Tibet.png.bin │ ├── Timor-Leste.png.bin │ ├── Togo.png.bin │ ├── Tonga.png.bin │ ├── Trinidad and Tobago.png.bin │ ├── Tunisia.png.bin │ ├── Turkey.png.bin │ ├── Turkmenistan.png.bin │ ├── Tuvalu.png.bin │ ├── UAE.png.bin │ ├── Uganda.png.bin │ ├── Ukraine.png.bin │ ├── Ukrainian Soviet Socialist Republic.png.bin │ ├── Union of South Africa.png.bin │ ├── United Arab Republic.png.bin │ ├── United Kingdom.png.bin │ ├── United Nations.png.bin │ ├── United States.png.bin │ ├── Uruguay.png.bin │ ├── Uzbekistan.png.bin │ ├── Vanuatu.png.bin │ ├── Vatican.png.bin │ ├── Venezuela.png.bin │ ├── Vichy France.png.bin │ ├── Vietnam.png.bin │ ├── Wales.png.bin │ ├── Warsaw Pact.png.bin │ ├── Weimar Republic.png.bin │ ├── West Germany.png.bin │ ├── Western Sahara.png.bin │ ├── Xiongnu.png.bin │ ├── Yemen.png.bin │ ├── Yuan Dynasty.png.bin │ ├── Yugoslavia.png.bin │ ├── Zambia.png.bin │ ├── Zhou.png.bin │ └── Zimbabwe.png.bin └── temp │ └── .balls ├── config.js.example ├── docker-compose.yml ├── extensions └── extension.js.example ├── functions ├── compare.js ├── configuration-cli.js ├── farmServers.js └── logger.js ├── index.js └── package.json /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/.github/workflows/update.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/.gitignore -------------------------------------------------------------------------------- /.releaserc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/.releaserc -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/README.md -------------------------------------------------------------------------------- /balls/additionals/Argentine Confederation.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Argentine Confederation.png.bin -------------------------------------------------------------------------------- /balls/additionals/BRICS.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/BRICS.png.bin -------------------------------------------------------------------------------- /balls/additionals/Bavaria.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Bavaria.png.bin -------------------------------------------------------------------------------- /balls/additionals/Dahomey.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Dahomey.png.bin -------------------------------------------------------------------------------- /balls/additionals/Duchy of Limburg.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Duchy of Limburg.png.bin -------------------------------------------------------------------------------- /balls/additionals/Emirate of Nejd.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Emirate of Nejd.png.bin -------------------------------------------------------------------------------- /balls/additionals/Empire of Brazil.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Empire of Brazil.png.bin -------------------------------------------------------------------------------- /balls/additionals/Federal Republic of Central America.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Federal Republic of Central America.png.bin -------------------------------------------------------------------------------- /balls/additionals/Free City of Frankfurt.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Free City of Frankfurt.png.bin -------------------------------------------------------------------------------- /balls/additionals/Joseon.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Joseon.png.bin -------------------------------------------------------------------------------- /balls/additionals/Kingdom of Bali.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Kingdom of Bali.png.bin -------------------------------------------------------------------------------- /balls/additionals/Kingdom of Bora Bora.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Kingdom of Bora Bora.png.bin -------------------------------------------------------------------------------- /balls/additionals/Kingdom of Hawaii.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Kingdom of Hawaii.png.bin -------------------------------------------------------------------------------- /balls/additionals/Kingdom of Saxony.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Kingdom of Saxony.png.bin -------------------------------------------------------------------------------- /balls/additionals/Kingdom of two Sicilies.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Kingdom of two Sicilies.png.bin -------------------------------------------------------------------------------- /balls/additionals/Konbaung Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Konbaung Empire.png.bin -------------------------------------------------------------------------------- /balls/additionals/Mossi Kingdoms.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Mossi Kingdoms.png.bin -------------------------------------------------------------------------------- /balls/additionals/North German Confederation.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/North German Confederation.png.bin -------------------------------------------------------------------------------- /balls/additionals/Orange Free State.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Orange Free State.png.bin -------------------------------------------------------------------------------- /balls/additionals/Papal States.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Papal States.png.bin -------------------------------------------------------------------------------- /balls/additionals/Peru-Bolivian Confederation.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Peru-Bolivian Confederation.png.bin -------------------------------------------------------------------------------- /balls/additionals/Rashidi Emirate.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Rashidi Emirate.png.bin -------------------------------------------------------------------------------- /balls/additionals/Republic of New Granada.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Republic of New Granada.png.bin -------------------------------------------------------------------------------- /balls/additionals/Republic of Texas.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Republic of Texas.png.bin -------------------------------------------------------------------------------- /balls/additionals/Third French Republic.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Third French Republic.png.bin -------------------------------------------------------------------------------- /balls/additionals/Tokugawa Shogunate.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/Tokugawa Shogunate.png.bin -------------------------------------------------------------------------------- /balls/additionals/United Kingdoms of Sweden and Norway.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/additionals/United Kingdoms of Sweden and Norway.png.bin -------------------------------------------------------------------------------- /balls/main/Achaemenid Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Achaemenid Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Afghanistan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Afghanistan.png.bin -------------------------------------------------------------------------------- /balls/main/African Union.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/African Union.png.bin -------------------------------------------------------------------------------- /balls/main/Albania.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Albania.png.bin -------------------------------------------------------------------------------- /balls/main/Algeria.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Algeria.png.bin -------------------------------------------------------------------------------- /balls/main/Ancient Athens.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ancient Athens.png.bin -------------------------------------------------------------------------------- /balls/main/Ancient Egypt.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ancient Egypt.png.bin -------------------------------------------------------------------------------- /balls/main/Ancient Greece.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ancient Greece.png.bin -------------------------------------------------------------------------------- /balls/main/Ancient Sparta.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ancient Sparta.png.bin -------------------------------------------------------------------------------- /balls/main/Andorra.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Andorra.png.bin -------------------------------------------------------------------------------- /balls/main/Angola.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Angola.png.bin -------------------------------------------------------------------------------- /balls/main/Antarctica.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Antarctica.png.bin -------------------------------------------------------------------------------- /balls/main/Antigua and Barbuda.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Antigua and Barbuda.png.bin -------------------------------------------------------------------------------- /balls/main/Arab League.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Arab League.png.bin -------------------------------------------------------------------------------- /balls/main/Argentina.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Argentina.png.bin -------------------------------------------------------------------------------- /balls/main/Armenia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Armenia.png.bin -------------------------------------------------------------------------------- /balls/main/Australia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Australia.png.bin -------------------------------------------------------------------------------- /balls/main/Austria-Hungary.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Austria-Hungary.png.bin -------------------------------------------------------------------------------- /balls/main/Austria.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Austria.png.bin -------------------------------------------------------------------------------- /balls/main/Austrian Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Austrian Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Azerbaijan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Azerbaijan.png.bin -------------------------------------------------------------------------------- /balls/main/Babylon.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Babylon.png.bin -------------------------------------------------------------------------------- /balls/main/Bahamas.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Bahamas.png.bin -------------------------------------------------------------------------------- /balls/main/Bahrain.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Bahrain.png.bin -------------------------------------------------------------------------------- /balls/main/Bangladesh.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Bangladesh.png.bin -------------------------------------------------------------------------------- /balls/main/Barbados.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Barbados.png.bin -------------------------------------------------------------------------------- /balls/main/Belarus.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Belarus.png.bin -------------------------------------------------------------------------------- /balls/main/Belgium.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Belgium.png.bin -------------------------------------------------------------------------------- /balls/main/Belize.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Belize.png.bin -------------------------------------------------------------------------------- /balls/main/Benin.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Benin.png.bin -------------------------------------------------------------------------------- /balls/main/Bhutan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Bhutan.png.bin -------------------------------------------------------------------------------- /balls/main/Bolivia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Bolivia.png.bin -------------------------------------------------------------------------------- /balls/main/Bosnia and Herzegovina.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Bosnia and Herzegovina.png.bin -------------------------------------------------------------------------------- /balls/main/Botswana.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Botswana.png.bin -------------------------------------------------------------------------------- /balls/main/Brazil.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Brazil.png.bin -------------------------------------------------------------------------------- /balls/main/British Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/British Empire.png.bin -------------------------------------------------------------------------------- /balls/main/British Raj.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/British Raj.png.bin -------------------------------------------------------------------------------- /balls/main/Brunei.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Brunei.png.bin -------------------------------------------------------------------------------- /balls/main/Bulgaria.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Bulgaria.png.bin -------------------------------------------------------------------------------- /balls/main/Burkina Faso.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Burkina Faso.png.bin -------------------------------------------------------------------------------- /balls/main/Burundi.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Burundi.png.bin -------------------------------------------------------------------------------- /balls/main/Byelorussian Soviet Socialist Republic.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Byelorussian Soviet Socialist Republic.png.bin -------------------------------------------------------------------------------- /balls/main/Byzantium.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Byzantium.png.bin -------------------------------------------------------------------------------- /balls/main/Cambodia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Cambodia.png.bin -------------------------------------------------------------------------------- /balls/main/Cameroon.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Cameroon.png.bin -------------------------------------------------------------------------------- /balls/main/Canada.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Canada.png.bin -------------------------------------------------------------------------------- /balls/main/Cape Verde.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Cape Verde.png.bin -------------------------------------------------------------------------------- /balls/main/Carthage.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Carthage.png.bin -------------------------------------------------------------------------------- /balls/main/Central African Republic.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Central African Republic.png.bin -------------------------------------------------------------------------------- /balls/main/Ceylon.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ceylon.png.bin -------------------------------------------------------------------------------- /balls/main/Chad.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Chad.png.bin -------------------------------------------------------------------------------- /balls/main/Chile.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Chile.png.bin -------------------------------------------------------------------------------- /balls/main/China.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/China.png.bin -------------------------------------------------------------------------------- /balls/main/Colombia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Colombia.png.bin -------------------------------------------------------------------------------- /balls/main/Comoros.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Comoros.png.bin -------------------------------------------------------------------------------- /balls/main/Confederate States.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Confederate States.png.bin -------------------------------------------------------------------------------- /balls/main/Congo Free State.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Congo Free State.png.bin -------------------------------------------------------------------------------- /balls/main/Congo.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Congo.png.bin -------------------------------------------------------------------------------- /balls/main/Costa Rica.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Costa Rica.png.bin -------------------------------------------------------------------------------- /balls/main/Cote d'Ivoire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Cote d'Ivoire.png.bin -------------------------------------------------------------------------------- /balls/main/Croatia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Croatia.png.bin -------------------------------------------------------------------------------- /balls/main/Cuba.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Cuba.png.bin -------------------------------------------------------------------------------- /balls/main/Cyprus.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Cyprus.png.bin -------------------------------------------------------------------------------- /balls/main/Czechia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Czechia.png.bin -------------------------------------------------------------------------------- /balls/main/Czechoslovakia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Czechoslovakia.png.bin -------------------------------------------------------------------------------- /balls/main/DR Congo.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/DR Congo.png.bin -------------------------------------------------------------------------------- /balls/main/Denmark.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Denmark.png.bin -------------------------------------------------------------------------------- /balls/main/Djibouti.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Djibouti.png.bin -------------------------------------------------------------------------------- /balls/main/Dominica.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Dominica.png.bin -------------------------------------------------------------------------------- /balls/main/Dominican Republic.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Dominican Republic.png.bin -------------------------------------------------------------------------------- /balls/main/East Germany.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/East Germany.png.bin -------------------------------------------------------------------------------- /balls/main/Ecuador.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ecuador.png.bin -------------------------------------------------------------------------------- /balls/main/Egypt.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Egypt.png.bin -------------------------------------------------------------------------------- /balls/main/El Salvador.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/El Salvador.png.bin -------------------------------------------------------------------------------- /balls/main/England.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/England.png.bin -------------------------------------------------------------------------------- /balls/main/Equatorial Guinea.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Equatorial Guinea.png.bin -------------------------------------------------------------------------------- /balls/main/Eritrea.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Eritrea.png.bin -------------------------------------------------------------------------------- /balls/main/Estonia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Estonia.png.bin -------------------------------------------------------------------------------- /balls/main/Eswatini.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Eswatini.png.bin -------------------------------------------------------------------------------- /balls/main/Ethiopia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ethiopia.png.bin -------------------------------------------------------------------------------- /balls/main/Ethiopian Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ethiopian Empire.png.bin -------------------------------------------------------------------------------- /balls/main/European Union.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/European Union.png.bin -------------------------------------------------------------------------------- /balls/main/Faroe Islands.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Faroe Islands.png.bin -------------------------------------------------------------------------------- /balls/main/Fatimid Caliphate.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Fatimid Caliphate.png.bin -------------------------------------------------------------------------------- /balls/main/Fiji.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Fiji.png.bin -------------------------------------------------------------------------------- /balls/main/Finland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Finland.png.bin -------------------------------------------------------------------------------- /balls/main/France.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/France.png.bin -------------------------------------------------------------------------------- /balls/main/Francoist Spain.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Francoist Spain.png.bin -------------------------------------------------------------------------------- /balls/main/Franks.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Franks.png.bin -------------------------------------------------------------------------------- /balls/main/Free City of Danzig.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Free City of Danzig.png.bin -------------------------------------------------------------------------------- /balls/main/Free France.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Free France.png.bin -------------------------------------------------------------------------------- /balls/main/French Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/French Empire.png.bin -------------------------------------------------------------------------------- /balls/main/French Indochina.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/French Indochina.png.bin -------------------------------------------------------------------------------- /balls/main/Gabon.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Gabon.png.bin -------------------------------------------------------------------------------- /balls/main/Gambia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Gambia.png.bin -------------------------------------------------------------------------------- /balls/main/Gaul.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Gaul.png.bin -------------------------------------------------------------------------------- /balls/main/Georgia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Georgia.png.bin -------------------------------------------------------------------------------- /balls/main/German Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/German Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Germania.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Germania.png.bin -------------------------------------------------------------------------------- /balls/main/Germany.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Germany.png.bin -------------------------------------------------------------------------------- /balls/main/Ghana.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ghana.png.bin -------------------------------------------------------------------------------- /balls/main/Golden Horde.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Golden Horde.png.bin -------------------------------------------------------------------------------- /balls/main/Grand Duchy of Tuscany.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Grand Duchy of Tuscany.png.bin -------------------------------------------------------------------------------- /balls/main/Greece.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Greece.png.bin -------------------------------------------------------------------------------- /balls/main/Greenland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Greenland.png.bin -------------------------------------------------------------------------------- /balls/main/Grenada.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Grenada.png.bin -------------------------------------------------------------------------------- /balls/main/Guatemala.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Guatemala.png.bin -------------------------------------------------------------------------------- /balls/main/Guinea-Bissau.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Guinea-Bissau.png.bin -------------------------------------------------------------------------------- /balls/main/Guinea.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Guinea.png.bin -------------------------------------------------------------------------------- /balls/main/Guyana.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Guyana.png.bin -------------------------------------------------------------------------------- /balls/main/Haiti.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Haiti.png.bin -------------------------------------------------------------------------------- /balls/main/Hejaz.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Hejaz.png.bin -------------------------------------------------------------------------------- /balls/main/Holy Roman Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Holy Roman Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Honduras.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Honduras.png.bin -------------------------------------------------------------------------------- /balls/main/Hong Kong.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Hong Kong.png.bin -------------------------------------------------------------------------------- /balls/main/Hungary.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Hungary.png.bin -------------------------------------------------------------------------------- /balls/main/Hunnic Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Hunnic Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Iberian Union.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Iberian Union.png.bin -------------------------------------------------------------------------------- /balls/main/Iceland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Iceland.png.bin -------------------------------------------------------------------------------- /balls/main/India.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/India.png.bin -------------------------------------------------------------------------------- /balls/main/Indonesia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Indonesia.png.bin -------------------------------------------------------------------------------- /balls/main/Iran.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Iran.png.bin -------------------------------------------------------------------------------- /balls/main/Iraq.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Iraq.png.bin -------------------------------------------------------------------------------- /balls/main/Ireland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ireland.png.bin -------------------------------------------------------------------------------- /balls/main/Israel.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Israel.png.bin -------------------------------------------------------------------------------- /balls/main/Italy.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Italy.png.bin -------------------------------------------------------------------------------- /balls/main/Jamaica.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Jamaica.png.bin -------------------------------------------------------------------------------- /balls/main/Japan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Japan.png.bin -------------------------------------------------------------------------------- /balls/main/Japanese Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Japanese Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Jordan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Jordan.png.bin -------------------------------------------------------------------------------- /balls/main/Kalmar Union.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kalmar Union.png.bin -------------------------------------------------------------------------------- /balls/main/Kazakhstan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kazakhstan.png.bin -------------------------------------------------------------------------------- /balls/main/Kenya.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kenya.png.bin -------------------------------------------------------------------------------- /balls/main/Khedivate of Egypt.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Khedivate of Egypt.png.bin -------------------------------------------------------------------------------- /balls/main/Khiva.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Khiva.png.bin -------------------------------------------------------------------------------- /balls/main/Khmer Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Khmer Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Kingdom of Brandenburg.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kingdom of Brandenburg.png.bin -------------------------------------------------------------------------------- /balls/main/Kingdom of Egypt.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kingdom of Egypt.png.bin -------------------------------------------------------------------------------- /balls/main/Kingdom of Greece.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kingdom of Greece.png.bin -------------------------------------------------------------------------------- /balls/main/Kingdom of Hungary.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kingdom of Hungary.png.bin -------------------------------------------------------------------------------- /balls/main/Kingdom of Italy.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kingdom of Italy.png.bin -------------------------------------------------------------------------------- /balls/main/Kingdom of Sardinia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kingdom of Sardinia.png.bin -------------------------------------------------------------------------------- /balls/main/Kiribati.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kiribati.png.bin -------------------------------------------------------------------------------- /balls/main/Korea.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Korea.png.bin -------------------------------------------------------------------------------- /balls/main/Kosovo.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kosovo.png.bin -------------------------------------------------------------------------------- /balls/main/Kuwait.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kuwait.png.bin -------------------------------------------------------------------------------- /balls/main/Kyrgyzstan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Kyrgyzstan.png.bin -------------------------------------------------------------------------------- /balls/main/Laos.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Laos.png.bin -------------------------------------------------------------------------------- /balls/main/Latvia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Latvia.png.bin -------------------------------------------------------------------------------- /balls/main/League of Nations.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/League of Nations.png.bin -------------------------------------------------------------------------------- /balls/main/Lebanon.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Lebanon.png.bin -------------------------------------------------------------------------------- /balls/main/Lesotho.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Lesotho.png.bin -------------------------------------------------------------------------------- /balls/main/Liberia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Liberia.png.bin -------------------------------------------------------------------------------- /balls/main/Libya.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Libya.png.bin -------------------------------------------------------------------------------- /balls/main/Liechtenstein.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Liechtenstein.png.bin -------------------------------------------------------------------------------- /balls/main/Lithuania.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Lithuania.png.bin -------------------------------------------------------------------------------- /balls/main/Luxembourg.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Luxembourg.png.bin -------------------------------------------------------------------------------- /balls/main/Macau.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Macau.png.bin -------------------------------------------------------------------------------- /balls/main/Macedon.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Macedon.png.bin -------------------------------------------------------------------------------- /balls/main/Madagascar.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Madagascar.png.bin -------------------------------------------------------------------------------- /balls/main/Majapahit.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Majapahit.png.bin -------------------------------------------------------------------------------- /balls/main/Malawi.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Malawi.png.bin -------------------------------------------------------------------------------- /balls/main/Malaysia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Malaysia.png.bin -------------------------------------------------------------------------------- /balls/main/Maldives.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Maldives.png.bin -------------------------------------------------------------------------------- /balls/main/Mali Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mali Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Mali.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mali.png.bin -------------------------------------------------------------------------------- /balls/main/Malta.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Malta.png.bin -------------------------------------------------------------------------------- /balls/main/Manchukuo.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Manchukuo.png.bin -------------------------------------------------------------------------------- /balls/main/Marshall Islands.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Marshall Islands.png.bin -------------------------------------------------------------------------------- /balls/main/Mauritania.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mauritania.png.bin -------------------------------------------------------------------------------- /balls/main/Mauritius.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mauritius.png.bin -------------------------------------------------------------------------------- /balls/main/Mayan Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mayan Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Mexico.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mexico.png.bin -------------------------------------------------------------------------------- /balls/main/Micronesia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Micronesia.png.bin -------------------------------------------------------------------------------- /balls/main/Ming Dynasty.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ming Dynasty.png.bin -------------------------------------------------------------------------------- /balls/main/Moldova.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Moldova.png.bin -------------------------------------------------------------------------------- /balls/main/Monaco.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Monaco.png.bin -------------------------------------------------------------------------------- /balls/main/Mongol Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mongol Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Mongolia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mongolia.png.bin -------------------------------------------------------------------------------- /balls/main/Montenegro.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Montenegro.png.bin -------------------------------------------------------------------------------- /balls/main/Morocco.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Morocco.png.bin -------------------------------------------------------------------------------- /balls/main/Mozambique.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mozambique.png.bin -------------------------------------------------------------------------------- /balls/main/Mughal Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Mughal Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Myanmar.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Myanmar.png.bin -------------------------------------------------------------------------------- /balls/main/NATO.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/NATO.png.bin -------------------------------------------------------------------------------- /balls/main/Namibia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Namibia.png.bin -------------------------------------------------------------------------------- /balls/main/Nanda Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Nanda Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Napoleonic France.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Napoleonic France.png.bin -------------------------------------------------------------------------------- /balls/main/Nauru.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Nauru.png.bin -------------------------------------------------------------------------------- /balls/main/Nepal.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Nepal.png.bin -------------------------------------------------------------------------------- /balls/main/Netherlands.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Netherlands.png.bin -------------------------------------------------------------------------------- /balls/main/New Zealand.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/New Zealand.png.bin -------------------------------------------------------------------------------- /balls/main/Nicaragua.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Nicaragua.png.bin -------------------------------------------------------------------------------- /balls/main/Niger.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Niger.png.bin -------------------------------------------------------------------------------- /balls/main/Nigeria.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Nigeria.png.bin -------------------------------------------------------------------------------- /balls/main/North Korea.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/North Korea.png.bin -------------------------------------------------------------------------------- /balls/main/North Macedonia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/North Macedonia.png.bin -------------------------------------------------------------------------------- /balls/main/North Vietnam.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/North Vietnam.png.bin -------------------------------------------------------------------------------- /balls/main/Northern Ireland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Northern Ireland.png.bin -------------------------------------------------------------------------------- /balls/main/Norway.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Norway.png.bin -------------------------------------------------------------------------------- /balls/main/Numidia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Numidia.png.bin -------------------------------------------------------------------------------- /balls/main/Oman.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Oman.png.bin -------------------------------------------------------------------------------- /balls/main/Ottoman Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ottoman Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Pakistan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Pakistan.png.bin -------------------------------------------------------------------------------- /balls/main/Palau.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Palau.png.bin -------------------------------------------------------------------------------- /balls/main/Palestine.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Palestine.png.bin -------------------------------------------------------------------------------- /balls/main/Panama.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Panama.png.bin -------------------------------------------------------------------------------- /balls/main/Papua New Guinea.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Papua New Guinea.png.bin -------------------------------------------------------------------------------- /balls/main/Paraguay.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Paraguay.png.bin -------------------------------------------------------------------------------- /balls/main/Paris Commune.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Paris Commune.png.bin -------------------------------------------------------------------------------- /balls/main/Parthian Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Parthian Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Peru.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Peru.png.bin -------------------------------------------------------------------------------- /balls/main/Philippines.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Philippines.png.bin -------------------------------------------------------------------------------- /balls/main/Poland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Poland.png.bin -------------------------------------------------------------------------------- /balls/main/Polish-Lithuanian Commonwealth.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Polish-Lithuanian Commonwealth.png.bin -------------------------------------------------------------------------------- /balls/main/Portugal.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Portugal.png.bin -------------------------------------------------------------------------------- /balls/main/Portuguese Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Portuguese Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Principality of Moldavia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Principality of Moldavia.png.bin -------------------------------------------------------------------------------- /balls/main/Prussia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Prussia.png.bin -------------------------------------------------------------------------------- /balls/main/Qajar Dynasty.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Qajar Dynasty.png.bin -------------------------------------------------------------------------------- /balls/main/Qatar.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Qatar.png.bin -------------------------------------------------------------------------------- /balls/main/Qin Dynasty.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Qin Dynasty.png.bin -------------------------------------------------------------------------------- /balls/main/Qing.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Qing.png.bin -------------------------------------------------------------------------------- /balls/main/Quebec.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Quebec.png.bin -------------------------------------------------------------------------------- /balls/main/Reichtangle.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Reichtangle.png.bin -------------------------------------------------------------------------------- /balls/main/Republic of China.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Republic of China.png.bin -------------------------------------------------------------------------------- /balls/main/Republic of Venice.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Republic of Venice.png.bin -------------------------------------------------------------------------------- /balls/main/Republican Spain.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Republican Spain.png.bin -------------------------------------------------------------------------------- /balls/main/Roman Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Roman Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Romania.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Romania.png.bin -------------------------------------------------------------------------------- /balls/main/Russia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Russia.png.bin -------------------------------------------------------------------------------- /balls/main/Russian Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Russian Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Russian Soviet Federative Socialist Republic.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Russian Soviet Federative Socialist Republic.png.bin -------------------------------------------------------------------------------- /balls/main/Rwanda.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Rwanda.png.bin -------------------------------------------------------------------------------- /balls/main/Safavid Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Safavid Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Saint Kitts and Nevis.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Saint Kitts and Nevis.png.bin -------------------------------------------------------------------------------- /balls/main/Saint Lucia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Saint Lucia.png.bin -------------------------------------------------------------------------------- /balls/main/Samoa.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Samoa.png.bin -------------------------------------------------------------------------------- /balls/main/San Marino.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/San Marino.png.bin -------------------------------------------------------------------------------- /balls/main/Sao Tome and Principe.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Sao Tome and Principe.png.bin -------------------------------------------------------------------------------- /balls/main/Saudi Arabia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Saudi Arabia.png.bin -------------------------------------------------------------------------------- /balls/main/Scotland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Scotland.png.bin -------------------------------------------------------------------------------- /balls/main/Senegal.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Senegal.png.bin -------------------------------------------------------------------------------- /balls/main/Serbia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Serbia.png.bin -------------------------------------------------------------------------------- /balls/main/Seychelles.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Seychelles.png.bin -------------------------------------------------------------------------------- /balls/main/Siam.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Siam.png.bin -------------------------------------------------------------------------------- /balls/main/Sierra Leone.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Sierra Leone.png.bin -------------------------------------------------------------------------------- /balls/main/Singapore.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Singapore.png.bin -------------------------------------------------------------------------------- /balls/main/Slovakia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Slovakia.png.bin -------------------------------------------------------------------------------- /balls/main/Slovenia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Slovenia.png.bin -------------------------------------------------------------------------------- /balls/main/Solomon Islands.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Solomon Islands.png.bin -------------------------------------------------------------------------------- /balls/main/Somalia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Somalia.png.bin -------------------------------------------------------------------------------- /balls/main/Somaliland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Somaliland.png.bin -------------------------------------------------------------------------------- /balls/main/South Africa.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/South Africa.png.bin -------------------------------------------------------------------------------- /balls/main/South Korea.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/South Korea.png.bin -------------------------------------------------------------------------------- /balls/main/South Sudan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/South Sudan.png.bin -------------------------------------------------------------------------------- /balls/main/South Vietnam.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/South Vietnam.png.bin -------------------------------------------------------------------------------- /balls/main/South Yemen.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/South Yemen.png.bin -------------------------------------------------------------------------------- /balls/main/Soviet Union.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Soviet Union.png.bin -------------------------------------------------------------------------------- /balls/main/Spain.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Spain.png.bin -------------------------------------------------------------------------------- /balls/main/Spanish Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Spanish Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Sri Lanka.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Sri Lanka.png.bin -------------------------------------------------------------------------------- /balls/main/St. Vincent and the Grenadines.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/St. Vincent and the Grenadines.png.bin -------------------------------------------------------------------------------- /balls/main/Sudan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Sudan.png.bin -------------------------------------------------------------------------------- /balls/main/Suriname.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Suriname.png.bin -------------------------------------------------------------------------------- /balls/main/Sweden.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Sweden.png.bin -------------------------------------------------------------------------------- /balls/main/Swedish Empire.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Swedish Empire.png.bin -------------------------------------------------------------------------------- /balls/main/Switzerland.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Switzerland.png.bin -------------------------------------------------------------------------------- /balls/main/Syria.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Syria.png.bin -------------------------------------------------------------------------------- /balls/main/Taiwan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Taiwan.png.bin -------------------------------------------------------------------------------- /balls/main/Tajikistan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Tajikistan.png.bin -------------------------------------------------------------------------------- /balls/main/Tannu Tuva.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Tannu Tuva.png.bin -------------------------------------------------------------------------------- /balls/main/Tanzania.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Tanzania.png.bin -------------------------------------------------------------------------------- /balls/main/Thailand.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Thailand.png.bin -------------------------------------------------------------------------------- /balls/main/Tibet.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Tibet.png.bin -------------------------------------------------------------------------------- /balls/main/Timor-Leste.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Timor-Leste.png.bin -------------------------------------------------------------------------------- /balls/main/Togo.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Togo.png.bin -------------------------------------------------------------------------------- /balls/main/Tonga.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Tonga.png.bin -------------------------------------------------------------------------------- /balls/main/Trinidad and Tobago.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Trinidad and Tobago.png.bin -------------------------------------------------------------------------------- /balls/main/Tunisia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Tunisia.png.bin -------------------------------------------------------------------------------- /balls/main/Turkey.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Turkey.png.bin -------------------------------------------------------------------------------- /balls/main/Turkmenistan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Turkmenistan.png.bin -------------------------------------------------------------------------------- /balls/main/Tuvalu.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Tuvalu.png.bin -------------------------------------------------------------------------------- /balls/main/UAE.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/UAE.png.bin -------------------------------------------------------------------------------- /balls/main/Uganda.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Uganda.png.bin -------------------------------------------------------------------------------- /balls/main/Ukraine.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ukraine.png.bin -------------------------------------------------------------------------------- /balls/main/Ukrainian Soviet Socialist Republic.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Ukrainian Soviet Socialist Republic.png.bin -------------------------------------------------------------------------------- /balls/main/Union of South Africa.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Union of South Africa.png.bin -------------------------------------------------------------------------------- /balls/main/United Arab Republic.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/United Arab Republic.png.bin -------------------------------------------------------------------------------- /balls/main/United Kingdom.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/United Kingdom.png.bin -------------------------------------------------------------------------------- /balls/main/United Nations.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/United Nations.png.bin -------------------------------------------------------------------------------- /balls/main/United States.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/United States.png.bin -------------------------------------------------------------------------------- /balls/main/Uruguay.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Uruguay.png.bin -------------------------------------------------------------------------------- /balls/main/Uzbekistan.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Uzbekistan.png.bin -------------------------------------------------------------------------------- /balls/main/Vanuatu.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Vanuatu.png.bin -------------------------------------------------------------------------------- /balls/main/Vatican.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Vatican.png.bin -------------------------------------------------------------------------------- /balls/main/Venezuela.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Venezuela.png.bin -------------------------------------------------------------------------------- /balls/main/Vichy France.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Vichy France.png.bin -------------------------------------------------------------------------------- /balls/main/Vietnam.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Vietnam.png.bin -------------------------------------------------------------------------------- /balls/main/Wales.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Wales.png.bin -------------------------------------------------------------------------------- /balls/main/Warsaw Pact.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Warsaw Pact.png.bin -------------------------------------------------------------------------------- /balls/main/Weimar Republic.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Weimar Republic.png.bin -------------------------------------------------------------------------------- /balls/main/West Germany.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/West Germany.png.bin -------------------------------------------------------------------------------- /balls/main/Western Sahara.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Western Sahara.png.bin -------------------------------------------------------------------------------- /balls/main/Xiongnu.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Xiongnu.png.bin -------------------------------------------------------------------------------- /balls/main/Yemen.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Yemen.png.bin -------------------------------------------------------------------------------- /balls/main/Yuan Dynasty.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Yuan Dynasty.png.bin -------------------------------------------------------------------------------- /balls/main/Yugoslavia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Yugoslavia.png.bin -------------------------------------------------------------------------------- /balls/main/Zambia.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Zambia.png.bin -------------------------------------------------------------------------------- /balls/main/Zhou.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Zhou.png.bin -------------------------------------------------------------------------------- /balls/main/Zimbabwe.png.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/balls/main/Zimbabwe.png.bin -------------------------------------------------------------------------------- /balls/temp/.balls: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config.js.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/config.js.example -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /extensions/extension.js.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/extensions/extension.js.example -------------------------------------------------------------------------------- /functions/compare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/functions/compare.js -------------------------------------------------------------------------------- /functions/configuration-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/functions/configuration-cli.js -------------------------------------------------------------------------------- /functions/farmServers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/functions/farmServers.js -------------------------------------------------------------------------------- /functions/logger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/functions/logger.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M-logique/ballsdex-autocatcher/HEAD/package.json --------------------------------------------------------------------------------