diff --git a/.gitignore b/.gitignore index 261ed3f..9957bed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.swo *.swp +genpngs +genponies __pycache__ diff --git a/Makefile b/Makefile index 0a9b632..9575354 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ PREFIX?=/usr/local -install: +install: genponies install -m 0755 ponysay.py $(PREFIX)/bin ln -s $(PREFIX)/bin/ponysay.py $(PREFIX)/bin/ponysay ln -s $(PREFIX)/bin/ponysay.py $(PREFIX)/bin/ponythink install -m 0755 -d $(PREFIX)/share/ponysay - install -m 0755 -t $(PREFIX)/share/ponysay ponies/* + install -m 0755 -t $(PREFIX)/share/ponysay quotes/* + install -m 0755 -t $(PREFIX)/share/ponysay genponies/* install -m 0755 -d $(PREFIX)/share/doc/ponysay install -m 0755 -t $(PREFIX)/share/doc/ponysay COPYING install -m 0755 -t $(PREFIX)/share/doc/ponysay README.md @@ -26,3 +27,11 @@ uninstall: reinstall: uninstall install +genpngs: + mkdir genpngs + unpixelterm -d genpngs ponies/*.pony + +genponies: + mkdir genponies + pixelterm -d genponies pngs/*.png + diff --git a/pngs/ace.png b/pngs/ace.png new file mode 100644 index 0000000..f42e982 Binary files /dev/null and b/pngs/ace.png differ diff --git a/pngs/airheart.png b/pngs/airheart.png new file mode 100644 index 0000000..71f479c Binary files /dev/null and b/pngs/airheart.png differ diff --git a/pngs/allie.png b/pngs/allie.png new file mode 100644 index 0000000..3daf014 Binary files /dev/null and b/pngs/allie.png differ diff --git a/pngs/aloe.png b/pngs/aloe.png new file mode 100644 index 0000000..df67b08 Binary files /dev/null and b/pngs/aloe.png differ diff --git a/pngs/amethyststar.png b/pngs/amethyststar.png new file mode 100644 index 0000000..759c4ca Binary files /dev/null and b/pngs/amethyststar.png differ diff --git a/pngs/amira.png b/pngs/amira.png new file mode 100644 index 0000000..6955213 Binary files /dev/null and b/pngs/amira.png differ diff --git a/pngs/angel.png b/pngs/angel.png new file mode 100644 index 0000000..9f59a70 Binary files /dev/null and b/pngs/angel.png differ diff --git a/pngs/applebloom.png b/pngs/applebloom.png new file mode 100644 index 0000000..168715d Binary files /dev/null and b/pngs/applebloom.png differ diff --git a/pngs/applebloomdance.png b/pngs/applebloomdance.png new file mode 100644 index 0000000..047d59f Binary files /dev/null and b/pngs/applebloomdance.png differ diff --git a/pngs/applebumpkin.png b/pngs/applebumpkin.png new file mode 100644 index 0000000..2b8075e Binary files /dev/null and b/pngs/applebumpkin.png differ diff --git a/pngs/applecore.png b/pngs/applecore.png new file mode 100644 index 0000000..bce1064 Binary files /dev/null and b/pngs/applecore.png differ diff --git a/pngs/applefritter.png b/pngs/applefritter.png new file mode 100644 index 0000000..d042d6a Binary files /dev/null and b/pngs/applefritter.png differ diff --git a/pngs/applejack-63.png b/pngs/applejack-63.png new file mode 100644 index 0000000..d81c08e Binary files /dev/null and b/pngs/applejack-63.png differ diff --git a/pngs/applejack.png b/pngs/applejack.png new file mode 100644 index 0000000..0e783bd Binary files /dev/null and b/pngs/applejack.png differ diff --git a/pngs/applejackscarecrow.png b/pngs/applejackscarecrow.png new file mode 100644 index 0000000..79bf5dc Binary files /dev/null and b/pngs/applejackscarecrow.png differ diff --git a/pngs/archer.png b/pngs/archer.png new file mode 100644 index 0000000..5d523d5 Binary files /dev/null and b/pngs/archer.png differ diff --git a/pngs/artemis.png b/pngs/artemis.png new file mode 100644 index 0000000..2ba8a0c Binary files /dev/null and b/pngs/artemis.png differ diff --git a/pngs/babseed.png b/pngs/babseed.png new file mode 100644 index 0000000..1e27843 Binary files /dev/null and b/pngs/babseed.png differ diff --git a/pngs/basil.png b/pngs/basil.png new file mode 100644 index 0000000..92915a4 Binary files /dev/null and b/pngs/basil.png differ diff --git a/pngs/bastionyorsets.png b/pngs/bastionyorsets.png new file mode 100644 index 0000000..e30f884 Binary files /dev/null and b/pngs/bastionyorsets.png differ diff --git a/pngs/bear.png b/pngs/bear.png new file mode 100644 index 0000000..789e7d0 Binary files /dev/null and b/pngs/bear.png differ diff --git a/pngs/beautybrass.png b/pngs/beautybrass.png new file mode 100644 index 0000000..5639e42 Binary files /dev/null and b/pngs/beautybrass.png differ diff --git a/pngs/berrydreams.png b/pngs/berrydreams.png new file mode 100644 index 0000000..56331b8 Binary files /dev/null and b/pngs/berrydreams.png differ diff --git a/pngs/berrypinch.png b/pngs/berrypinch.png new file mode 100644 index 0000000..932964f Binary files /dev/null and b/pngs/berrypinch.png differ diff --git a/pngs/berrypunch.png b/pngs/berrypunch.png new file mode 100644 index 0000000..a3f843c Binary files /dev/null and b/pngs/berrypunch.png differ diff --git a/pngs/bigmac.png b/pngs/bigmac.png new file mode 100644 index 0000000..94873c3 Binary files /dev/null and b/pngs/bigmac.png differ diff --git a/pngs/bigmacsleep.png b/pngs/bigmacsleep.png new file mode 100644 index 0000000..1524e1f Binary files /dev/null and b/pngs/bigmacsleep.png differ diff --git a/pngs/billneigh.png b/pngs/billneigh.png new file mode 100644 index 0000000..47a8332 Binary files /dev/null and b/pngs/billneigh.png differ diff --git a/pngs/blaze.png b/pngs/blaze.png new file mode 100644 index 0000000..5a323c5 Binary files /dev/null and b/pngs/blaze.png differ diff --git a/pngs/blinkie.png b/pngs/blinkie.png new file mode 100644 index 0000000..09bc263 Binary files /dev/null and b/pngs/blinkie.png differ diff --git a/pngs/blossomforth.png b/pngs/blossomforth.png new file mode 100644 index 0000000..8c3258a Binary files /dev/null and b/pngs/blossomforth.png differ diff --git a/pngs/blueballblitz.png b/pngs/blueballblitz.png new file mode 100644 index 0000000..f3bb97d Binary files /dev/null and b/pngs/blueballblitz.png differ diff --git a/pngs/blueberry.png b/pngs/blueberry.png new file mode 100644 index 0000000..56331b8 Binary files /dev/null and b/pngs/blueberry.png differ diff --git a/pngs/blueberrycake.png b/pngs/blueberrycake.png new file mode 100644 index 0000000..17ff648 Binary files /dev/null and b/pngs/blueberrycake.png differ diff --git a/pngs/blueblood.png b/pngs/blueblood.png new file mode 100644 index 0000000..0a26f6c Binary files /dev/null and b/pngs/blueblood.png differ diff --git a/pngs/blueharvest.png b/pngs/blueharvest.png new file mode 100644 index 0000000..fbcbb28 Binary files /dev/null and b/pngs/blueharvest.png differ diff --git a/pngs/blues.png b/pngs/blues.png new file mode 100644 index 0000000..611f6fc Binary files /dev/null and b/pngs/blues.png differ diff --git a/pngs/bonbon.png b/pngs/bonbon.png new file mode 100644 index 0000000..99973d6 Binary files /dev/null and b/pngs/bonbon.png differ diff --git a/pngs/bonbonlyra.png b/pngs/bonbonlyra.png new file mode 100644 index 0000000..84621d3 Binary files /dev/null and b/pngs/bonbonlyra.png differ diff --git a/pngs/bonbonstand.png b/pngs/bonbonstand.png new file mode 100644 index 0000000..f7675d3 Binary files /dev/null and b/pngs/bonbonstand.png differ diff --git a/pngs/bonvoyage.png b/pngs/bonvoyage.png new file mode 100644 index 0000000..45397b2 Binary files /dev/null and b/pngs/bonvoyage.png differ diff --git a/pngs/boxxy.png b/pngs/boxxy.png new file mode 100644 index 0000000..6827f94 Binary files /dev/null and b/pngs/boxxy.png differ diff --git a/pngs/braeburn.png b/pngs/braeburn.png new file mode 100644 index 0000000..5b54e31 Binary files /dev/null and b/pngs/braeburn.png differ diff --git a/pngs/bubbleberry.png b/pngs/bubbleberry.png new file mode 100644 index 0000000..e5355cd Binary files /dev/null and b/pngs/bubbleberry.png differ diff --git a/pngs/butterscotch.png b/pngs/butterscotch.png new file mode 100644 index 0000000..84da196 Binary files /dev/null and b/pngs/butterscotch.png differ diff --git a/pngs/cadance.png b/pngs/cadance.png new file mode 100644 index 0000000..38ab462 Binary files /dev/null and b/pngs/cadance.png differ diff --git a/pngs/cadancecrystal.png b/pngs/cadancecrystal.png new file mode 100644 index 0000000..697ee50 Binary files /dev/null and b/pngs/cadancecrystal.png differ diff --git a/pngs/caesar.png b/pngs/caesar.png new file mode 100644 index 0000000..f6e3887 Binary files /dev/null and b/pngs/caesar.png differ diff --git a/pngs/candylicious.png b/pngs/candylicious.png new file mode 100644 index 0000000..a06b35c Binary files /dev/null and b/pngs/candylicious.png differ diff --git a/pngs/candymane.png b/pngs/candymane.png new file mode 100644 index 0000000..87edda8 Binary files /dev/null and b/pngs/candymane.png differ diff --git a/pngs/caramel.png b/pngs/caramel.png new file mode 100644 index 0000000..773f767 Binary files /dev/null and b/pngs/caramel.png differ diff --git a/pngs/carecake.png b/pngs/carecake.png new file mode 100644 index 0000000..0f6c474 Binary files /dev/null and b/pngs/carecake.png differ diff --git a/pngs/carrot.png b/pngs/carrot.png new file mode 100644 index 0000000..fd39647 Binary files /dev/null and b/pngs/carrot.png differ diff --git a/pngs/carrotcake.png b/pngs/carrotcake.png new file mode 100644 index 0000000..0f6c474 Binary files /dev/null and b/pngs/carrotcake.png differ diff --git a/pngs/carrottop.png b/pngs/carrottop.png new file mode 100644 index 0000000..fd39647 Binary files /dev/null and b/pngs/carrottop.png differ diff --git a/pngs/celestia.png b/pngs/celestia.png new file mode 100644 index 0000000..e14e17f Binary files /dev/null and b/pngs/celestia.png differ diff --git a/pngs/celestiasmall.png b/pngs/celestiasmall.png new file mode 100644 index 0000000..f9bbce3 Binary files /dev/null and b/pngs/celestiasmall.png differ diff --git a/pngs/cerberus.png b/pngs/cerberus.png new file mode 100644 index 0000000..d8d36ba Binary files /dev/null and b/pngs/cerberus.png differ diff --git a/pngs/changeling.png b/pngs/changeling.png new file mode 100644 index 0000000..c7b8366 Binary files /dev/null and b/pngs/changeling.png differ diff --git a/pngs/changelingqueen.png b/pngs/changelingqueen.png new file mode 100644 index 0000000..2360704 Binary files /dev/null and b/pngs/changelingqueen.png differ diff --git a/pngs/cheerilee.png b/pngs/cheerilee.png new file mode 100644 index 0000000..773f78a Binary files /dev/null and b/pngs/cheerilee.png differ diff --git a/pngs/cheerilee80.png b/pngs/cheerilee80.png new file mode 100644 index 0000000..5261669 Binary files /dev/null and b/pngs/cheerilee80.png differ diff --git a/pngs/cherryberry.png b/pngs/cherryberry.png new file mode 100644 index 0000000..9172a35 Binary files /dev/null and b/pngs/cherryberry.png differ diff --git a/pngs/cherrycola.png b/pngs/cherrycola.png new file mode 100644 index 0000000..c259017 Binary files /dev/null and b/pngs/cherrycola.png differ diff --git a/pngs/cherryfizzy.png b/pngs/cherryfizzy.png new file mode 100644 index 0000000..c259017 Binary files /dev/null and b/pngs/cherryfizzy.png differ diff --git a/pngs/chrysalis.png b/pngs/chrysalis.png new file mode 100644 index 0000000..6d4fa4e Binary files /dev/null and b/pngs/chrysalis.png differ diff --git a/pngs/clockwork.png b/pngs/clockwork.png new file mode 100644 index 0000000..6328265 Binary files /dev/null and b/pngs/clockwork.png differ diff --git a/pngs/cloudchaser.png b/pngs/cloudchaser.png new file mode 100644 index 0000000..ceda392 Binary files /dev/null and b/pngs/cloudchaser.png differ diff --git a/pngs/cloudkicker.png b/pngs/cloudkicker.png new file mode 100644 index 0000000..4f02b80 Binary files /dev/null and b/pngs/cloudkicker.png differ diff --git a/pngs/clyde.png b/pngs/clyde.png new file mode 100644 index 0000000..2010e25 Binary files /dev/null and b/pngs/clyde.png differ diff --git a/pngs/colgate.png b/pngs/colgate.png new file mode 100644 index 0000000..ce57888 Binary files /dev/null and b/pngs/colgate.png differ diff --git a/pngs/colton.png b/pngs/colton.png new file mode 100644 index 0000000..52c9091 Binary files /dev/null and b/pngs/colton.png differ diff --git a/pngs/cottoncloudy.png b/pngs/cottoncloudy.png new file mode 100644 index 0000000..a96d9d7 Binary files /dev/null and b/pngs/cottoncloudy.png differ diff --git a/pngs/cow.png b/pngs/cow.png new file mode 100644 index 0000000..727fc3a Binary files /dev/null and b/pngs/cow.png differ diff --git a/pngs/crackle.png b/pngs/crackle.png new file mode 100644 index 0000000..ff9e5bf Binary files /dev/null and b/pngs/crackle.png differ diff --git a/pngs/craftycrate.png b/pngs/craftycrate.png new file mode 100644 index 0000000..6827f94 Binary files /dev/null and b/pngs/craftycrate.png differ diff --git a/pngs/cupcake.png b/pngs/cupcake.png new file mode 100644 index 0000000..51f1875 Binary files /dev/null and b/pngs/cupcake.png differ diff --git a/pngs/cutiemarkcrusaders.png b/pngs/cutiemarkcrusaders.png new file mode 100644 index 0000000..92f0626 Binary files /dev/null and b/pngs/cutiemarkcrusaders.png differ diff --git a/pngs/daisy.png b/pngs/daisy.png new file mode 100644 index 0000000..42def25 Binary files /dev/null and b/pngs/daisy.png differ diff --git a/pngs/daringdo.png b/pngs/daringdo.png new file mode 100644 index 0000000..e6927ec Binary files /dev/null and b/pngs/daringdo.png differ diff --git a/pngs/davenport.png b/pngs/davenport.png new file mode 100644 index 0000000..6cb6f31 Binary files /dev/null and b/pngs/davenport.png differ diff --git a/pngs/derpy.png b/pngs/derpy.png new file mode 100644 index 0000000..ff97ddd Binary files /dev/null and b/pngs/derpy.png differ diff --git a/pngs/derpybags.png b/pngs/derpybags.png new file mode 100644 index 0000000..9ed9bd9 Binary files /dev/null and b/pngs/derpybags.png differ diff --git a/pngs/derpycloud.png b/pngs/derpycloud.png new file mode 100644 index 0000000..7b60820 Binary files /dev/null and b/pngs/derpycloud.png differ diff --git a/pngs/derpysad.png b/pngs/derpysad.png new file mode 100644 index 0000000..76eb123 Binary files /dev/null and b/pngs/derpysad.png differ diff --git a/pngs/derpysit.png b/pngs/derpysit.png new file mode 100644 index 0000000..4c5f1f6 Binary files /dev/null and b/pngs/derpysit.png differ diff --git a/pngs/derpystand.png b/pngs/derpystand.png new file mode 100644 index 0000000..4a6d5ae Binary files /dev/null and b/pngs/derpystand.png differ diff --git a/pngs/derpystandwing.png b/pngs/derpystandwing.png new file mode 100644 index 0000000..14c5ba4 Binary files /dev/null and b/pngs/derpystandwing.png differ diff --git a/pngs/descent.png b/pngs/descent.png new file mode 100644 index 0000000..a837799 Binary files /dev/null and b/pngs/descent.png differ diff --git a/pngs/diamondmint.png b/pngs/diamondmint.png new file mode 100644 index 0000000..d8f64f9 Binary files /dev/null and b/pngs/diamondmint.png differ diff --git a/pngs/diamondtiara.png b/pngs/diamondtiara.png new file mode 100644 index 0000000..775c2f7 Binary files /dev/null and b/pngs/diamondtiara.png differ diff --git a/pngs/dinky.png b/pngs/dinky.png new file mode 100644 index 0000000..b30a744 Binary files /dev/null and b/pngs/dinky.png differ diff --git a/pngs/discord.png b/pngs/discord.png new file mode 100644 index 0000000..44945c7 Binary files /dev/null and b/pngs/discord.png differ diff --git a/pngs/discordamused.png b/pngs/discordamused.png new file mode 100644 index 0000000..1d5cbc7 Binary files /dev/null and b/pngs/discordamused.png differ diff --git a/pngs/discordpuppetmaster.png b/pngs/discordpuppetmaster.png new file mode 100644 index 0000000..6122901 Binary files /dev/null and b/pngs/discordpuppetmaster.png differ diff --git a/pngs/djpon-3.png b/pngs/djpon-3.png new file mode 100644 index 0000000..5a15ef1 Binary files /dev/null and b/pngs/djpon-3.png differ diff --git a/pngs/doctor.png b/pngs/doctor.png new file mode 100644 index 0000000..29a7aed Binary files /dev/null and b/pngs/doctor.png differ diff --git a/pngs/doctornohat.png b/pngs/doctornohat.png new file mode 100644 index 0000000..eb47dec Binary files /dev/null and b/pngs/doctornohat.png differ diff --git a/pngs/drhooves.png b/pngs/drhooves.png new file mode 100644 index 0000000..b90bdd0 Binary files /dev/null and b/pngs/drhooves.png differ diff --git a/pngs/drhooves1.png b/pngs/drhooves1.png new file mode 100644 index 0000000..5fe4876 Binary files /dev/null and b/pngs/drhooves1.png differ diff --git a/pngs/drhooves10.png b/pngs/drhooves10.png new file mode 100644 index 0000000..473ab03 Binary files /dev/null and b/pngs/drhooves10.png differ diff --git a/pngs/drhooves11.png b/pngs/drhooves11.png new file mode 100644 index 0000000..85dc5d9 Binary files /dev/null and b/pngs/drhooves11.png differ diff --git a/pngs/drhooves2.png b/pngs/drhooves2.png new file mode 100644 index 0000000..1b11fd1 Binary files /dev/null and b/pngs/drhooves2.png differ diff --git a/pngs/drhooves3.png b/pngs/drhooves3.png new file mode 100644 index 0000000..d76113d Binary files /dev/null and b/pngs/drhooves3.png differ diff --git a/pngs/drhooves4.png b/pngs/drhooves4.png new file mode 100644 index 0000000..02c8bc1 Binary files /dev/null and b/pngs/drhooves4.png differ diff --git a/pngs/drhooves5.png b/pngs/drhooves5.png new file mode 100644 index 0000000..4a818b9 Binary files /dev/null and b/pngs/drhooves5.png differ diff --git a/pngs/drhooves6.png b/pngs/drhooves6.png new file mode 100644 index 0000000..337483a Binary files /dev/null and b/pngs/drhooves6.png differ diff --git a/pngs/drhooves7.png b/pngs/drhooves7.png new file mode 100644 index 0000000..1ffb1d3 Binary files /dev/null and b/pngs/drhooves7.png differ diff --git a/pngs/drhooves8.png b/pngs/drhooves8.png new file mode 100644 index 0000000..62eb4fb Binary files /dev/null and b/pngs/drhooves8.png differ diff --git a/pngs/drhooves9.png b/pngs/drhooves9.png new file mode 100644 index 0000000..2c3d40c Binary files /dev/null and b/pngs/drhooves9.png differ diff --git a/pngs/drhoovesdiscorded.png b/pngs/drhoovesdiscorded.png new file mode 100644 index 0000000..d50ecfa Binary files /dev/null and b/pngs/drhoovesdiscorded.png differ diff --git a/pngs/duskshine.png b/pngs/duskshine.png new file mode 100644 index 0000000..a62bc7e Binary files /dev/null and b/pngs/duskshine.png differ diff --git a/pngs/elsie.png b/pngs/elsie.png new file mode 100644 index 0000000..4637678 Binary files /dev/null and b/pngs/elsie.png differ diff --git a/pngs/elusive.png b/pngs/elusive.png new file mode 100644 index 0000000..3b9a541 Binary files /dev/null and b/pngs/elusive.png differ diff --git a/pngs/epona.png b/pngs/epona.png new file mode 100644 index 0000000..6328265 Binary files /dev/null and b/pngs/epona.png differ diff --git a/pngs/fancypants.png b/pngs/fancypants.png new file mode 100644 index 0000000..6c4504f Binary files /dev/null and b/pngs/fancypants.png differ diff --git a/pngs/faust.png b/pngs/faust.png new file mode 100644 index 0000000..a55ec48 Binary files /dev/null and b/pngs/faust.png differ diff --git a/pngs/featherweight.png b/pngs/featherweight.png new file mode 100644 index 0000000..d5e9c64 Binary files /dev/null and b/pngs/featherweight.png differ diff --git a/pngs/fiddlesticks.png b/pngs/fiddlesticks.png new file mode 100644 index 0000000..44fd333 Binary files /dev/null and b/pngs/fiddlesticks.png differ diff --git a/pngs/fido.png b/pngs/fido.png new file mode 100644 index 0000000..ed9c28b Binary files /dev/null and b/pngs/fido.png differ diff --git a/pngs/fillistia.png b/pngs/fillistia.png new file mode 100644 index 0000000..33bafc8 Binary files /dev/null and b/pngs/fillistia.png differ diff --git a/pngs/fillycadance.png b/pngs/fillycadance.png new file mode 100644 index 0000000..510d34b Binary files /dev/null and b/pngs/fillycadance.png differ diff --git a/pngs/fillycelestia.png b/pngs/fillycelestia.png new file mode 100644 index 0000000..fccab01 Binary files /dev/null and b/pngs/fillycelestia.png differ diff --git a/pngs/fillydash.png b/pngs/fillydash.png new file mode 100644 index 0000000..ac7c46c Binary files /dev/null and b/pngs/fillydash.png differ diff --git a/pngs/fillydashfly.png b/pngs/fillydashfly.png new file mode 100644 index 0000000..78aebe2 Binary files /dev/null and b/pngs/fillydashfly.png differ diff --git a/pngs/fillyjack.png b/pngs/fillyjack.png new file mode 100644 index 0000000..332769e Binary files /dev/null and b/pngs/fillyjack.png differ diff --git a/pngs/fillyjacktravel.png b/pngs/fillyjacktravel.png new file mode 100644 index 0000000..4fd22f2 Binary files /dev/null and b/pngs/fillyjacktravel.png differ diff --git a/pngs/fillypinkie.png b/pngs/fillypinkie.png new file mode 100644 index 0000000..0bdae00 Binary files /dev/null and b/pngs/fillypinkie.png differ diff --git a/pngs/fillypinkiecurly.png b/pngs/fillypinkiecurly.png new file mode 100644 index 0000000..56dfeec Binary files /dev/null and b/pngs/fillypinkiecurly.png differ diff --git a/pngs/fillyrarity.png b/pngs/fillyrarity.png new file mode 100644 index 0000000..41cb564 Binary files /dev/null and b/pngs/fillyrarity.png differ diff --git a/pngs/fillyshy.png b/pngs/fillyshy.png new file mode 100644 index 0000000..676a09b Binary files /dev/null and b/pngs/fillyshy.png differ diff --git a/pngs/fillytwilight.png b/pngs/fillytwilight.png new file mode 100644 index 0000000..34605f6 Binary files /dev/null and b/pngs/fillytwilight.png differ diff --git a/pngs/filthyrich.png b/pngs/filthyrich.png new file mode 100644 index 0000000..684c906 Binary files /dev/null and b/pngs/filthyrich.png differ diff --git a/pngs/firestreak.png b/pngs/firestreak.png new file mode 100644 index 0000000..9993c27 Binary files /dev/null and b/pngs/firestreak.png differ diff --git a/pngs/flam.png b/pngs/flam.png new file mode 100644 index 0000000..869b235 Binary files /dev/null and b/pngs/flam.png differ diff --git a/pngs/fleurdelis.png b/pngs/fleurdelis.png new file mode 100644 index 0000000..0abc03d Binary files /dev/null and b/pngs/fleurdelis.png differ diff --git a/pngs/fleurdelishair.png b/pngs/fleurdelishair.png new file mode 100644 index 0000000..c50d1df Binary files /dev/null and b/pngs/fleurdelishair.png differ diff --git a/pngs/fleurdelislay.png b/pngs/fleurdelislay.png new file mode 100644 index 0000000..c1ee071 Binary files /dev/null and b/pngs/fleurdelislay.png differ diff --git a/pngs/flim.png b/pngs/flim.png new file mode 100644 index 0000000..fbff45e Binary files /dev/null and b/pngs/flim.png differ diff --git a/pngs/flitter.png b/pngs/flitter.png new file mode 100644 index 0000000..77005a8 Binary files /dev/null and b/pngs/flitter.png differ diff --git a/pngs/flowertrio.png b/pngs/flowertrio.png new file mode 100644 index 0000000..66200b0 Binary files /dev/null and b/pngs/flowertrio.png differ diff --git a/pngs/fluttershy.png b/pngs/fluttershy.png new file mode 100644 index 0000000..b98827b Binary files /dev/null and b/pngs/fluttershy.png differ diff --git a/pngs/fluttershygala.png b/pngs/fluttershygala.png new file mode 100644 index 0000000..416ef1e Binary files /dev/null and b/pngs/fluttershygala.png differ diff --git a/pngs/fluttershyshy.png b/pngs/fluttershyshy.png new file mode 100644 index 0000000..e3fa4d4 Binary files /dev/null and b/pngs/fluttershyshy.png differ diff --git a/pngs/fluttershystare.png b/pngs/fluttershystare.png new file mode 100644 index 0000000..ab1046b Binary files /dev/null and b/pngs/fluttershystare.png differ diff --git a/pngs/forestspirit.png b/pngs/forestspirit.png new file mode 100644 index 0000000..2b8de25 Binary files /dev/null and b/pngs/forestspirit.png differ diff --git a/pngs/frederickhorseshoepin.png b/pngs/frederickhorseshoepin.png new file mode 100644 index 0000000..5f05775 Binary files /dev/null and b/pngs/frederickhorseshoepin.png differ diff --git a/pngs/fyrefly.png b/pngs/fyrefly.png new file mode 100644 index 0000000..a17f71f Binary files /dev/null and b/pngs/fyrefly.png differ diff --git a/pngs/georgewashingtony.png b/pngs/georgewashingtony.png new file mode 100644 index 0000000..e30f884 Binary files /dev/null and b/pngs/georgewashingtony.png differ diff --git a/pngs/gilda.png b/pngs/gilda.png new file mode 100644 index 0000000..f7bf7b8 Binary files /dev/null and b/pngs/gilda.png differ diff --git a/pngs/gildastand.png b/pngs/gildastand.png new file mode 100644 index 0000000..501d4cd Binary files /dev/null and b/pngs/gildastand.png differ diff --git a/pngs/gingergold.png b/pngs/gingergold.png new file mode 100644 index 0000000..3f7e43c Binary files /dev/null and b/pngs/gingergold.png differ diff --git a/pngs/goldenharvest.png b/pngs/goldenharvest.png new file mode 100644 index 0000000..fd39647 Binary files /dev/null and b/pngs/goldenharvest.png differ diff --git a/pngs/granny.png b/pngs/granny.png new file mode 100644 index 0000000..ea4326b Binary files /dev/null and b/pngs/granny.png differ diff --git a/pngs/grannychair.png b/pngs/grannychair.png new file mode 100644 index 0000000..9081711 Binary files /dev/null and b/pngs/grannychair.png differ diff --git a/pngs/grannysleep.png b/pngs/grannysleep.png new file mode 100644 index 0000000..db6ca7d Binary files /dev/null and b/pngs/grannysleep.png differ diff --git a/pngs/gummy.png b/pngs/gummy.png new file mode 100644 index 0000000..90cd1a4 Binary files /dev/null and b/pngs/gummy.png differ diff --git a/pngs/gustavelegrand.png b/pngs/gustavelegrand.png new file mode 100644 index 0000000..b167093 Binary files /dev/null and b/pngs/gustavelegrand.png differ diff --git a/pngs/haakim.png b/pngs/haakim.png new file mode 100644 index 0000000..0af14b3 Binary files /dev/null and b/pngs/haakim.png differ diff --git a/pngs/harpass.png b/pngs/harpass.png new file mode 100644 index 0000000..ecd7d11 Binary files /dev/null and b/pngs/harpass.png differ diff --git a/pngs/hayfever.png b/pngs/hayfever.png new file mode 100644 index 0000000..66f489c Binary files /dev/null and b/pngs/hayfever.png differ diff --git a/pngs/heartstrings.png b/pngs/heartstrings.png new file mode 100644 index 0000000..ecd7d11 Binary files /dev/null and b/pngs/heartstrings.png differ diff --git a/pngs/highscore.png b/pngs/highscore.png new file mode 100644 index 0000000..9392b91 Binary files /dev/null and b/pngs/highscore.png differ diff --git a/pngs/hoity.png b/pngs/hoity.png new file mode 100644 index 0000000..62ef536 Binary files /dev/null and b/pngs/hoity.png differ diff --git a/pngs/hollydash.png b/pngs/hollydash.png new file mode 100644 index 0000000..1415e98 Binary files /dev/null and b/pngs/hollydash.png differ diff --git a/pngs/horsemd.png b/pngs/horsemd.png new file mode 100644 index 0000000..123383a Binary files /dev/null and b/pngs/horsemd.png differ diff --git a/pngs/horsepower.png b/pngs/horsepower.png new file mode 100644 index 0000000..34431fc Binary files /dev/null and b/pngs/horsepower.png differ diff --git a/pngs/horte.png b/pngs/horte.png new file mode 100644 index 0000000..e92dc39 Binary files /dev/null and b/pngs/horte.png differ diff --git a/pngs/hughjelly.png b/pngs/hughjelly.png new file mode 100644 index 0000000..db6636b Binary files /dev/null and b/pngs/hughjelly.png differ diff --git a/pngs/inky.png b/pngs/inky.png new file mode 100644 index 0000000..8eb22c1 Binary files /dev/null and b/pngs/inky.png differ diff --git a/pngs/ironwill.png b/pngs/ironwill.png new file mode 100644 index 0000000..d2d9cf2 Binary files /dev/null and b/pngs/ironwill.png differ diff --git a/pngs/ironwillwalk.png b/pngs/ironwillwalk.png new file mode 100644 index 0000000..435bd1c Binary files /dev/null and b/pngs/ironwillwalk.png differ diff --git a/pngs/jeffletrotski.png b/pngs/jeffletrotski.png new file mode 100644 index 0000000..e940117 Binary files /dev/null and b/pngs/jeffletrotski.png differ diff --git a/pngs/jesuspezuna.png b/pngs/jesuspezuna.png new file mode 100644 index 0000000..78a80ef Binary files /dev/null and b/pngs/jesuspezuna.png differ diff --git a/pngs/joe.png b/pngs/joe.png new file mode 100644 index 0000000..3094398 Binary files /dev/null and b/pngs/joe.png differ diff --git a/pngs/joetuxedo.png b/pngs/joetuxedo.png new file mode 100644 index 0000000..2a8413a Binary files /dev/null and b/pngs/joetuxedo.png differ diff --git a/pngs/junebug.png b/pngs/junebug.png new file mode 100644 index 0000000..2503628 Binary files /dev/null and b/pngs/junebug.png differ diff --git a/pngs/laflour.png b/pngs/laflour.png new file mode 100644 index 0000000..18044c9 Binary files /dev/null and b/pngs/laflour.png differ diff --git a/pngs/lemonhearts.png b/pngs/lemonhearts.png new file mode 100644 index 0000000..f019236 Binary files /dev/null and b/pngs/lemonhearts.png differ diff --git a/pngs/lightning.png b/pngs/lightning.png new file mode 100644 index 0000000..6c95f05 Binary files /dev/null and b/pngs/lightning.png differ diff --git a/pngs/lightningdust.png b/pngs/lightningdust.png new file mode 100644 index 0000000..28302e0 Binary files /dev/null and b/pngs/lightningdust.png differ diff --git a/pngs/lily.png b/pngs/lily.png new file mode 100644 index 0000000..1553d45 Binary files /dev/null and b/pngs/lily.png differ diff --git a/pngs/lilyvalley.png b/pngs/lilyvalley.png new file mode 100644 index 0000000..1553d45 Binary files /dev/null and b/pngs/lilyvalley.png differ diff --git a/pngs/lintsalot.png b/pngs/lintsalot.png new file mode 100644 index 0000000..d048f55 Binary files /dev/null and b/pngs/lintsalot.png differ diff --git a/pngs/lotus.png b/pngs/lotus.png new file mode 100644 index 0000000..25ae5a0 Binary files /dev/null and b/pngs/lotus.png differ diff --git a/pngs/lotusbloosom.png b/pngs/lotusbloosom.png new file mode 100644 index 0000000..25ae5a0 Binary files /dev/null and b/pngs/lotusbloosom.png differ diff --git a/pngs/lotusblossom.png b/pngs/lotusblossom.png new file mode 100644 index 0000000..25ae5a0 Binary files /dev/null and b/pngs/lotusblossom.png differ diff --git a/pngs/lulamoon.png b/pngs/lulamoon.png new file mode 100644 index 0000000..a3f7f1c Binary files /dev/null and b/pngs/lulamoon.png differ diff --git a/pngs/luna.png b/pngs/luna.png new file mode 100644 index 0000000..b9a18fd Binary files /dev/null and b/pngs/luna.png differ diff --git a/pngs/lunafly.png b/pngs/lunafly.png new file mode 100644 index 0000000..bf7a2bd Binary files /dev/null and b/pngs/lunafly.png differ diff --git a/pngs/lyra.png b/pngs/lyra.png new file mode 100644 index 0000000..ecd7d11 Binary files /dev/null and b/pngs/lyra.png differ diff --git a/pngs/lyrabonbon.png b/pngs/lyrabonbon.png new file mode 100644 index 0000000..84621d3 Binary files /dev/null and b/pngs/lyrabonbon.png differ diff --git a/pngs/lyrasit.png b/pngs/lyrasit.png new file mode 100644 index 0000000..f54947b Binary files /dev/null and b/pngs/lyrasit.png differ diff --git a/pngs/magnum.png b/pngs/magnum.png new file mode 100644 index 0000000..523af64 Binary files /dev/null and b/pngs/magnum.png differ diff --git a/pngs/manticore.png b/pngs/manticore.png new file mode 100644 index 0000000..531d4e0 Binary files /dev/null and b/pngs/manticore.png differ diff --git a/pngs/maredowell.png b/pngs/maredowell.png new file mode 100644 index 0000000..f6cca93 Binary files /dev/null and b/pngs/maredowell.png differ diff --git a/pngs/maredowellfly.png b/pngs/maredowellfly.png new file mode 100644 index 0000000..14f7fc2 Binary files /dev/null and b/pngs/maredowellfly.png differ diff --git a/pngs/maredowellgallop.png b/pngs/maredowellgallop.png new file mode 100644 index 0000000..43ea2de Binary files /dev/null and b/pngs/maredowellgallop.png differ diff --git a/pngs/maria.png b/pngs/maria.png new file mode 100644 index 0000000..8a33c50 Binary files /dev/null and b/pngs/maria.png differ diff --git a/pngs/master.png b/pngs/master.png new file mode 100644 index 0000000..a8a1e3a Binary files /dev/null and b/pngs/master.png differ diff --git a/pngs/mayor.png b/pngs/mayor.png new file mode 100644 index 0000000..f1a7040 Binary files /dev/null and b/pngs/mayor.png differ diff --git a/pngs/meadowsong.png b/pngs/meadowsong.png new file mode 100644 index 0000000..b53ee34 Binary files /dev/null and b/pngs/meadowsong.png differ diff --git a/pngs/melilot.png b/pngs/melilot.png new file mode 100644 index 0000000..4938af8 Binary files /dev/null and b/pngs/melilot.png differ diff --git a/pngs/meliot.png b/pngs/meliot.png new file mode 100644 index 0000000..601b060 Binary files /dev/null and b/pngs/meliot.png differ diff --git a/pngs/milkyway.png b/pngs/milkyway.png new file mode 100644 index 0000000..a1a939a Binary files /dev/null and b/pngs/milkyway.png differ diff --git a/pngs/minuette.png b/pngs/minuette.png new file mode 100644 index 0000000..ce57888 Binary files /dev/null and b/pngs/minuette.png differ diff --git a/pngs/mjolna.png b/pngs/mjolna.png new file mode 100644 index 0000000..1bf678e Binary files /dev/null and b/pngs/mjolna.png differ diff --git a/pngs/molestia.png b/pngs/molestia.png new file mode 100644 index 0000000..4ea7923 Binary files /dev/null and b/pngs/molestia.png differ diff --git a/pngs/mrbreezy.png b/pngs/mrbreezy.png new file mode 100644 index 0000000..3832fd6 Binary files /dev/null and b/pngs/mrbreezy.png differ diff --git a/pngs/mrsparkle.png b/pngs/mrsparkle.png new file mode 100644 index 0000000..8b7f484 Binary files /dev/null and b/pngs/mrsparkle.png differ diff --git a/pngs/mrssparkle.png b/pngs/mrssparkle.png new file mode 100644 index 0000000..7e17574 Binary files /dev/null and b/pngs/mrssparkle.png differ diff --git a/pngs/nightingale.png b/pngs/nightingale.png new file mode 100644 index 0000000..93aeda0 Binary files /dev/null and b/pngs/nightingale.png differ diff --git a/pngs/nightlight.png b/pngs/nightlight.png new file mode 100644 index 0000000..8b7f484 Binary files /dev/null and b/pngs/nightlight.png differ diff --git a/pngs/nightmare.png b/pngs/nightmare.png new file mode 100644 index 0000000..c353b9e Binary files /dev/null and b/pngs/nightmare.png differ diff --git a/pngs/noi.png b/pngs/noi.png new file mode 100644 index 0000000..4487d05 Binary files /dev/null and b/pngs/noi.png differ diff --git a/pngs/noteworthy.png b/pngs/noteworthy.png new file mode 100644 index 0000000..611f6fc Binary files /dev/null and b/pngs/noteworthy.png differ diff --git a/pngs/nyx.png b/pngs/nyx.png new file mode 100644 index 0000000..05da283 Binary files /dev/null and b/pngs/nyx.png differ diff --git a/pngs/nyxdisguised.png b/pngs/nyxdisguised.png new file mode 100644 index 0000000..67172cb Binary files /dev/null and b/pngs/nyxdisguised.png differ diff --git a/pngs/octavia.png b/pngs/octavia.png new file mode 100644 index 0000000..1152a49 Binary files /dev/null and b/pngs/octavia.png differ diff --git a/pngs/oinkoinkoink.png b/pngs/oinkoinkoink.png new file mode 100644 index 0000000..52267e6 Binary files /dev/null and b/pngs/oinkoinkoink.png differ diff --git a/pngs/opal.png b/pngs/opal.png new file mode 100644 index 0000000..b3d4a07 Binary files /dev/null and b/pngs/opal.png differ diff --git a/pngs/orange.png b/pngs/orange.png new file mode 100644 index 0000000..3120be2 Binary files /dev/null and b/pngs/orange.png differ diff --git a/pngs/orangebird.png b/pngs/orangebird.png new file mode 100644 index 0000000..3a5cb78 Binary files /dev/null and b/pngs/orangebird.png differ diff --git a/pngs/orangefrog.png b/pngs/orangefrog.png new file mode 100644 index 0000000..451fa81 Binary files /dev/null and b/pngs/orangefrog.png differ diff --git a/pngs/owl.png b/pngs/owl.png new file mode 100644 index 0000000..d3bd1f8 Binary files /dev/null and b/pngs/owl.png differ diff --git a/pngs/owlowiscious.png b/pngs/owlowiscious.png new file mode 100644 index 0000000..8240028 Binary files /dev/null and b/pngs/owlowiscious.png differ diff --git a/pngs/papermoon.png b/pngs/papermoon.png new file mode 100644 index 0000000..b4d9dec Binary files /dev/null and b/pngs/papermoon.png differ diff --git a/pngs/parasprite.png b/pngs/parasprite.png new file mode 100644 index 0000000..f4045c7 Binary files /dev/null and b/pngs/parasprite.png differ diff --git a/pngs/pearl.png b/pngs/pearl.png new file mode 100644 index 0000000..015aed0 Binary files /dev/null and b/pngs/pearl.png differ diff --git a/pngs/peppermoon.png b/pngs/peppermoon.png new file mode 100644 index 0000000..14997eb Binary files /dev/null and b/pngs/peppermoon.png differ diff --git a/pngs/perry.png b/pngs/perry.png new file mode 100644 index 0000000..5fb754b Binary files /dev/null and b/pngs/perry.png differ diff --git a/pngs/perrypierce.png b/pngs/perrypierce.png new file mode 100644 index 0000000..5fb754b Binary files /dev/null and b/pngs/perrypierce.png differ diff --git a/pngs/persnickety.png b/pngs/persnickety.png new file mode 100644 index 0000000..b6bf907 Binary files /dev/null and b/pngs/persnickety.png differ diff --git a/pngs/petunia.png b/pngs/petunia.png new file mode 100644 index 0000000..1e72f18 Binary files /dev/null and b/pngs/petunia.png differ diff --git a/pngs/philomena.png b/pngs/philomena.png new file mode 100644 index 0000000..51b2f0e Binary files /dev/null and b/pngs/philomena.png differ diff --git a/pngs/philomenaphoenix.png b/pngs/philomenaphoenix.png new file mode 100644 index 0000000..1b1cfbd Binary files /dev/null and b/pngs/philomenaphoenix.png differ diff --git a/pngs/photofinish.png b/pngs/photofinish.png new file mode 100644 index 0000000..a7e93f9 Binary files /dev/null and b/pngs/photofinish.png differ diff --git a/pngs/pictureperfect.png b/pngs/pictureperfect.png new file mode 100644 index 0000000..27eef8a Binary files /dev/null and b/pngs/pictureperfect.png differ diff --git a/pngs/pigpen.png b/pngs/pigpen.png new file mode 100644 index 0000000..4df2e6f Binary files /dev/null and b/pngs/pigpen.png differ diff --git a/pngs/pinacolada.png b/pngs/pinacolada.png new file mode 100644 index 0000000..b3968d8 Binary files /dev/null and b/pngs/pinacolada.png differ diff --git a/pngs/pinkacopter.png b/pngs/pinkacopter.png new file mode 100644 index 0000000..51936ae Binary files /dev/null and b/pngs/pinkacopter.png differ diff --git a/pngs/pinkamina.png b/pngs/pinkamina.png new file mode 100644 index 0000000..36e0228 Binary files /dev/null and b/pngs/pinkamina.png differ diff --git a/pngs/pinkaminacupcake.png b/pngs/pinkaminacupcake.png new file mode 100644 index 0000000..1fc6c5b Binary files /dev/null and b/pngs/pinkaminacupcake.png differ diff --git a/pngs/pinkie.png b/pngs/pinkie.png new file mode 100644 index 0000000..c3dedb9 Binary files /dev/null and b/pngs/pinkie.png differ diff --git a/pngs/pinkiebounce.png b/pngs/pinkiebounce.png new file mode 100644 index 0000000..297e92d Binary files /dev/null and b/pngs/pinkiebounce.png differ diff --git a/pngs/pinkiecannon.png b/pngs/pinkiecannon.png new file mode 100644 index 0000000..3614a28 Binary files /dev/null and b/pngs/pinkiecannon.png differ diff --git a/pngs/pinkiecannonfront.png b/pngs/pinkiecannonfront.png new file mode 100644 index 0000000..cfb363b Binary files /dev/null and b/pngs/pinkiecannonfront.png differ diff --git a/pngs/pinkiecannonhappy.png b/pngs/pinkiecannonhappy.png new file mode 100644 index 0000000..688a0c4 Binary files /dev/null and b/pngs/pinkiecannonhappy.png differ diff --git a/pngs/pinkiechicken.png b/pngs/pinkiechicken.png new file mode 100644 index 0000000..d99e09a Binary files /dev/null and b/pngs/pinkiechicken.png differ diff --git a/pngs/pinkiecrazyface.png b/pngs/pinkiecrazyface.png new file mode 100644 index 0000000..bbc1481 Binary files /dev/null and b/pngs/pinkiecrazyface.png differ diff --git a/pngs/pinkiefly.png b/pngs/pinkiefly.png new file mode 100644 index 0000000..3b8ed71 Binary files /dev/null and b/pngs/pinkiefly.png differ diff --git a/pngs/pinkiegala.png b/pngs/pinkiegala.png new file mode 100644 index 0000000..309a5a4 Binary files /dev/null and b/pngs/pinkiegala.png differ diff --git a/pngs/pinkiegummy.png b/pngs/pinkiegummy.png new file mode 100644 index 0000000..e101281 Binary files /dev/null and b/pngs/pinkiegummy.png differ diff --git a/pngs/pinkiegummydisguise.png b/pngs/pinkiegummydisguise.png new file mode 100644 index 0000000..c65f09d Binary files /dev/null and b/pngs/pinkiegummydisguise.png differ diff --git a/pngs/pinkiehugfluttershy.png b/pngs/pinkiehugfluttershy.png new file mode 100644 index 0000000..1704504 Binary files /dev/null and b/pngs/pinkiehugfluttershy.png differ diff --git a/pngs/pinkiehugsfluttershy.png b/pngs/pinkiehugsfluttershy.png new file mode 100644 index 0000000..2378679 Binary files /dev/null and b/pngs/pinkiehugsfluttershy.png differ diff --git a/pngs/pinkieoink.png b/pngs/pinkieoink.png new file mode 100644 index 0000000..52267e6 Binary files /dev/null and b/pngs/pinkieoink.png differ diff --git a/pngs/pinkieparade.png b/pngs/pinkieparade.png new file mode 100644 index 0000000..6f8e190 Binary files /dev/null and b/pngs/pinkieparade.png differ diff --git a/pngs/pinkiepartycannon.png b/pngs/pinkiepartycannon.png new file mode 100644 index 0000000..8238f0e Binary files /dev/null and b/pngs/pinkiepartycannon.png differ diff --git a/pngs/pinkieprincess.png b/pngs/pinkieprincess.png new file mode 100644 index 0000000..dcb2db4 Binary files /dev/null and b/pngs/pinkieprincess.png differ diff --git a/pngs/pinkiesilly.png b/pngs/pinkiesilly.png new file mode 100644 index 0000000..b3970e9 Binary files /dev/null and b/pngs/pinkiesilly.png differ diff --git a/pngs/pinkietongue.png b/pngs/pinkietongue.png new file mode 100644 index 0000000..6b622a1 Binary files /dev/null and b/pngs/pinkietongue.png differ diff --git a/pngs/pinkieumbrellahat.png b/pngs/pinkieumbrellahat.png new file mode 100644 index 0000000..c15f242 Binary files /dev/null and b/pngs/pinkieumbrellahat.png differ diff --git a/pngs/pinkieumbrellahatfear.png b/pngs/pinkieumbrellahatfear.png new file mode 100644 index 0000000..6bcf14d Binary files /dev/null and b/pngs/pinkieumbrellahatfear.png differ diff --git a/pngs/pinkiewhoops.png b/pngs/pinkiewhoops.png new file mode 100644 index 0000000..c6b4143 Binary files /dev/null and b/pngs/pinkiewhoops.png differ diff --git a/pngs/pinkiewhoopseat.png b/pngs/pinkiewhoopseat.png new file mode 100644 index 0000000..a4ebf20 Binary files /dev/null and b/pngs/pinkiewhoopseat.png differ diff --git a/pngs/pinkiewhoopsout.png b/pngs/pinkiewhoopsout.png new file mode 100644 index 0000000..902e521 Binary files /dev/null and b/pngs/pinkiewhoopsout.png differ diff --git a/pngs/pipsqueak.png b/pngs/pipsqueak.png new file mode 100644 index 0000000..b7a6b96 Binary files /dev/null and b/pngs/pipsqueak.png differ diff --git a/pngs/pokey.png b/pngs/pokey.png new file mode 100644 index 0000000..c5522d5 Binary files /dev/null and b/pngs/pokey.png differ diff --git a/pngs/pokeypierce.png b/pngs/pokeypierce.png new file mode 100644 index 0000000..c5522d5 Binary files /dev/null and b/pngs/pokeypierce.png differ diff --git a/pngs/ponet.png b/pngs/ponet.png new file mode 100644 index 0000000..e8469f9 Binary files /dev/null and b/pngs/ponet.png differ diff --git a/pngs/poppycock.png b/pngs/poppycock.png new file mode 100644 index 0000000..af58b55 Binary files /dev/null and b/pngs/poppycock.png differ diff --git a/pngs/posey.png b/pngs/posey.png new file mode 100644 index 0000000..b8ab9ca Binary files /dev/null and b/pngs/posey.png differ diff --git a/pngs/powderrouge.png b/pngs/powderrouge.png new file mode 100644 index 0000000..f13a6cb Binary files /dev/null and b/pngs/powderrouge.png differ diff --git a/pngs/prettyvision.png b/pngs/prettyvision.png new file mode 100644 index 0000000..4637678 Binary files /dev/null and b/pngs/prettyvision.png differ diff --git a/pngs/purplehaze.png b/pngs/purplehaze.png new file mode 100644 index 0000000..114e0eb Binary files /dev/null and b/pngs/purplehaze.png differ diff --git a/pngs/quickfix.png b/pngs/quickfix.png new file mode 100644 index 0000000..6328265 Binary files /dev/null and b/pngs/quickfix.png differ diff --git a/pngs/raccoon.png b/pngs/raccoon.png new file mode 100644 index 0000000..53fff71 Binary files /dev/null and b/pngs/raccoon.png differ diff --git a/pngs/raggedy.png b/pngs/raggedy.png new file mode 100644 index 0000000..ce11375 Binary files /dev/null and b/pngs/raggedy.png differ diff --git a/pngs/rainbow.png b/pngs/rainbow.png new file mode 100644 index 0000000..d918634 Binary files /dev/null and b/pngs/rainbow.png differ diff --git a/pngs/rainbowblitz.png b/pngs/rainbowblitz.png new file mode 100644 index 0000000..180c282 Binary files /dev/null and b/pngs/rainbowblitz.png differ diff --git a/pngs/rainbowdrag.png b/pngs/rainbowdrag.png new file mode 100644 index 0000000..fe90f7a Binary files /dev/null and b/pngs/rainbowdrag.png differ diff --git a/pngs/rainbowfly.png b/pngs/rainbowfly.png new file mode 100644 index 0000000..1a0d178 Binary files /dev/null and b/pngs/rainbowfly.png differ diff --git a/pngs/rainbowgala.png b/pngs/rainbowgala.png new file mode 100644 index 0000000..6fcb67e Binary files /dev/null and b/pngs/rainbowgala.png differ diff --git a/pngs/rainbowhurricane.png b/pngs/rainbowhurricane.png new file mode 100644 index 0000000..eb31c3b Binary files /dev/null and b/pngs/rainbowhurricane.png differ diff --git a/pngs/rainbowsalute.png b/pngs/rainbowsalute.png new file mode 100644 index 0000000..17c1da4 Binary files /dev/null and b/pngs/rainbowsalute.png differ diff --git a/pngs/rainbowshadowbolt.png b/pngs/rainbowshadowbolt.png new file mode 100644 index 0000000..4798834 Binary files /dev/null and b/pngs/rainbowshadowbolt.png differ diff --git a/pngs/rainbowshine.png b/pngs/rainbowshine.png new file mode 100644 index 0000000..5821b28 Binary files /dev/null and b/pngs/rainbowshine.png differ diff --git a/pngs/rainbowsleep.png b/pngs/rainbowsleep.png new file mode 100644 index 0000000..ee5c853 Binary files /dev/null and b/pngs/rainbowsleep.png differ diff --git a/pngs/raindrops.png b/pngs/raindrops.png new file mode 100644 index 0000000..5af12c5 Binary files /dev/null and b/pngs/raindrops.png differ diff --git a/pngs/rarity.png b/pngs/rarity.png new file mode 100644 index 0000000..226232f Binary files /dev/null and b/pngs/rarity.png differ diff --git a/pngs/raritycomplaining.png b/pngs/raritycomplaining.png new file mode 100644 index 0000000..77e4408 Binary files /dev/null and b/pngs/raritycomplaining.png differ diff --git a/pngs/raritydrama.png b/pngs/raritydrama.png new file mode 100644 index 0000000..d896ebf Binary files /dev/null and b/pngs/raritydrama.png differ diff --git a/pngs/rarityelite.png b/pngs/rarityelite.png new file mode 100644 index 0000000..e0b5581 Binary files /dev/null and b/pngs/rarityelite.png differ diff --git a/pngs/rarityfly.png b/pngs/rarityfly.png new file mode 100644 index 0000000..69a2e6e Binary files /dev/null and b/pngs/rarityfly.png differ diff --git a/pngs/raritygala.png b/pngs/raritygala.png new file mode 100644 index 0000000..24ccbf2 Binary files /dev/null and b/pngs/raritygala.png differ diff --git a/pngs/rarityponder.png b/pngs/rarityponder.png new file mode 100644 index 0000000..8368982 Binary files /dev/null and b/pngs/rarityponder.png differ diff --git a/pngs/raritysdad.png b/pngs/raritysdad.png new file mode 100644 index 0000000..523af64 Binary files /dev/null and b/pngs/raritysdad.png differ diff --git a/pngs/raritysmom.png b/pngs/raritysmom.png new file mode 100644 index 0000000..015aed0 Binary files /dev/null and b/pngs/raritysmom.png differ diff --git a/pngs/raven.png b/pngs/raven.png new file mode 100644 index 0000000..7e2b157 Binary files /dev/null and b/pngs/raven.png differ diff --git a/pngs/ravenunicorn.png b/pngs/ravenunicorn.png new file mode 100644 index 0000000..7e2b157 Binary files /dev/null and b/pngs/ravenunicorn.png differ diff --git a/pngs/redheart.png b/pngs/redheart.png new file mode 100644 index 0000000..f59c250 Binary files /dev/null and b/pngs/redheart.png differ diff --git a/pngs/rhyme.png b/pngs/rhyme.png new file mode 100644 index 0000000..37134be Binary files /dev/null and b/pngs/rhyme.png differ diff --git a/pngs/rocky.png b/pngs/rocky.png new file mode 100644 index 0000000..3fd6097 Binary files /dev/null and b/pngs/rocky.png differ diff --git a/pngs/rose.png b/pngs/rose.png new file mode 100644 index 0000000..97e98d3 Binary files /dev/null and b/pngs/rose.png differ diff --git a/pngs/roseluck.png b/pngs/roseluck.png new file mode 100644 index 0000000..97e98d3 Binary files /dev/null and b/pngs/roseluck.png differ diff --git a/pngs/rover.png b/pngs/rover.png new file mode 100644 index 0000000..448390f Binary files /dev/null and b/pngs/rover.png differ diff --git a/pngs/royalguard.png b/pngs/royalguard.png new file mode 100644 index 0000000..cfc9bce Binary files /dev/null and b/pngs/royalguard.png differ diff --git a/pngs/royalnightguard.png b/pngs/royalnightguard.png new file mode 100644 index 0000000..1f058f5 Binary files /dev/null and b/pngs/royalnightguard.png differ diff --git a/pngs/royalribbon.png b/pngs/royalribbon.png new file mode 100644 index 0000000..240b504 Binary files /dev/null and b/pngs/royalribbon.png differ diff --git a/pngs/royalunicornguard.png b/pngs/royalunicornguard.png new file mode 100644 index 0000000..a66b538 Binary files /dev/null and b/pngs/royalunicornguard.png differ diff --git a/pngs/ruby.png b/pngs/ruby.png new file mode 100644 index 0000000..932964f Binary files /dev/null and b/pngs/ruby.png differ diff --git a/pngs/rumble.png b/pngs/rumble.png new file mode 100644 index 0000000..cad2ceb Binary files /dev/null and b/pngs/rumble.png differ diff --git a/pngs/sapphire.png b/pngs/sapphire.png new file mode 100644 index 0000000..5e141bb Binary files /dev/null and b/pngs/sapphire.png differ diff --git a/pngs/scootaloo.png b/pngs/scootaloo.png new file mode 100644 index 0000000..f1506d3 Binary files /dev/null and b/pngs/scootaloo.png differ diff --git a/pngs/screwball.png b/pngs/screwball.png new file mode 100644 index 0000000..4b2e059 Binary files /dev/null and b/pngs/screwball.png differ diff --git a/pngs/screwloose.png b/pngs/screwloose.png new file mode 100644 index 0000000..865e59f Binary files /dev/null and b/pngs/screwloose.png differ diff --git a/pngs/sealyra.png b/pngs/sealyra.png new file mode 100644 index 0000000..8e88bff Binary files /dev/null and b/pngs/sealyra.png differ diff --git a/pngs/seaswirl.png b/pngs/seaswirl.png new file mode 100644 index 0000000..170a626 Binary files /dev/null and b/pngs/seaswirl.png differ diff --git a/pngs/shadowbolts.png b/pngs/shadowbolts.png new file mode 100644 index 0000000..67f92f8 Binary files /dev/null and b/pngs/shadowbolts.png differ diff --git a/pngs/shiningarmor.png b/pngs/shiningarmor.png new file mode 100644 index 0000000..09e2608 Binary files /dev/null and b/pngs/shiningarmor.png differ diff --git a/pngs/shiningarmorcrystal.png b/pngs/shiningarmorcrystal.png new file mode 100644 index 0000000..e5cb269 Binary files /dev/null and b/pngs/shiningarmorcrystal.png differ diff --git a/pngs/shiningarmorguard.png b/pngs/shiningarmorguard.png new file mode 100644 index 0000000..94d3019 Binary files /dev/null and b/pngs/shiningarmorguard.png differ diff --git a/pngs/shiningarmorwedding.png b/pngs/shiningarmorwedding.png new file mode 100644 index 0000000..fb317a8 Binary files /dev/null and b/pngs/shiningarmorwedding.png differ diff --git a/pngs/silverspeed.png b/pngs/silverspeed.png new file mode 100644 index 0000000..c2619f5 Binary files /dev/null and b/pngs/silverspeed.png differ diff --git a/pngs/silverspoon.png b/pngs/silverspoon.png new file mode 100644 index 0000000..3b4ca55 Binary files /dev/null and b/pngs/silverspoon.png differ diff --git a/pngs/silverstar.png b/pngs/silverstar.png new file mode 100644 index 0000000..f9873ea Binary files /dev/null and b/pngs/silverstar.png differ diff --git a/pngs/sindy.png b/pngs/sindy.png new file mode 100644 index 0000000..f13a6cb Binary files /dev/null and b/pngs/sindy.png differ diff --git a/pngs/skyra.png b/pngs/skyra.png new file mode 100644 index 0000000..3a1cb67 Binary files /dev/null and b/pngs/skyra.png differ diff --git a/pngs/slanderpony.png b/pngs/slanderpony.png new file mode 100644 index 0000000..6fff04f Binary files /dev/null and b/pngs/slanderpony.png differ diff --git a/pngs/snails.png b/pngs/snails.png new file mode 100644 index 0000000..9a06076 Binary files /dev/null and b/pngs/snails.png differ diff --git a/pngs/snips.png b/pngs/snips.png new file mode 100644 index 0000000..4b09598 Binary files /dev/null and b/pngs/snips.png differ diff --git a/pngs/snowflake.png b/pngs/snowflake.png new file mode 100644 index 0000000..34431fc Binary files /dev/null and b/pngs/snowflake.png differ diff --git a/pngs/soarin.png b/pngs/soarin.png new file mode 100644 index 0000000..5ee2851 Binary files /dev/null and b/pngs/soarin.png differ diff --git a/pngs/soarinofficer.png b/pngs/soarinofficer.png new file mode 100644 index 0000000..89d09cd Binary files /dev/null and b/pngs/soarinofficer.png differ diff --git a/pngs/soigne.png b/pngs/soigne.png new file mode 100644 index 0000000..325d9ef Binary files /dev/null and b/pngs/soigne.png differ diff --git a/pngs/sombra.png b/pngs/sombra.png new file mode 100644 index 0000000..9978978 Binary files /dev/null and b/pngs/sombra.png differ diff --git a/pngs/sparkler.png b/pngs/sparkler.png new file mode 100644 index 0000000..759c4ca Binary files /dev/null and b/pngs/sparkler.png differ diff --git a/pngs/spike.png b/pngs/spike.png new file mode 100644 index 0000000..32e7660 Binary files /dev/null and b/pngs/spike.png differ diff --git a/pngs/spikecrystal.png b/pngs/spikecrystal.png new file mode 100644 index 0000000..51dad25 Binary files /dev/null and b/pngs/spikecrystal.png differ diff --git a/pngs/spikefloat.png b/pngs/spikefloat.png new file mode 100644 index 0000000..988d00c Binary files /dev/null and b/pngs/spikefloat.png differ diff --git a/pngs/spikelove.png b/pngs/spikelove.png new file mode 100644 index 0000000..2d31bba Binary files /dev/null and b/pngs/spikelove.png differ diff --git a/pngs/spikemustache.png b/pngs/spikemustache.png new file mode 100644 index 0000000..5f4a591 Binary files /dev/null and b/pngs/spikemustache.png differ diff --git a/pngs/spitfire.png b/pngs/spitfire.png new file mode 100644 index 0000000..14fe508 Binary files /dev/null and b/pngs/spitfire.png differ diff --git a/pngs/spot.png b/pngs/spot.png new file mode 100644 index 0000000..89a5c1c Binary files /dev/null and b/pngs/spot.png differ diff --git a/pngs/squirrel.png b/pngs/squirrel.png new file mode 100644 index 0000000..c032391 Binary files /dev/null and b/pngs/squirrel.png differ diff --git a/pngs/starlight.png b/pngs/starlight.png new file mode 100644 index 0000000..f6fcea2 Binary files /dev/null and b/pngs/starlight.png differ diff --git a/pngs/stella.png b/pngs/stella.png new file mode 100644 index 0000000..61875db Binary files /dev/null and b/pngs/stella.png differ diff --git a/pngs/stevenmagnet.png b/pngs/stevenmagnet.png new file mode 100644 index 0000000..ad2dd80 Binary files /dev/null and b/pngs/stevenmagnet.png differ diff --git a/pngs/stevenmagnettrue.png b/pngs/stevenmagnettrue.png new file mode 100644 index 0000000..8d7def5 Binary files /dev/null and b/pngs/stevenmagnettrue.png differ diff --git a/pngs/strongheart.png b/pngs/strongheart.png new file mode 100644 index 0000000..112cd80 Binary files /dev/null and b/pngs/strongheart.png differ diff --git a/pngs/sue.png b/pngs/sue.png new file mode 100644 index 0000000..7e75624 Binary files /dev/null and b/pngs/sue.png differ diff --git a/pngs/suedance.png b/pngs/suedance.png new file mode 100644 index 0000000..464384e Binary files /dev/null and b/pngs/suedance.png differ diff --git a/pngs/sunnyrays.png b/pngs/sunnyrays.png new file mode 100644 index 0000000..6f333c7 Binary files /dev/null and b/pngs/sunnyrays.png differ diff --git a/pngs/surprise.png b/pngs/surprise.png new file mode 100644 index 0000000..133ca05 Binary files /dev/null and b/pngs/surprise.png differ diff --git a/pngs/sweatiesing.png b/pngs/sweatiesing.png new file mode 100644 index 0000000..491274b Binary files /dev/null and b/pngs/sweatiesing.png differ diff --git a/pngs/sweetcream.png b/pngs/sweetcream.png new file mode 100644 index 0000000..8faafda Binary files /dev/null and b/pngs/sweetcream.png differ diff --git a/pngs/sweetie.png b/pngs/sweetie.png new file mode 100644 index 0000000..ceeae25 Binary files /dev/null and b/pngs/sweetie.png differ diff --git a/pngs/sweetiedrops.png b/pngs/sweetiedrops.png new file mode 100644 index 0000000..99973d6 Binary files /dev/null and b/pngs/sweetiedrops.png differ diff --git a/pngs/sweetiesing.png b/pngs/sweetiesing.png new file mode 100644 index 0000000..9d4a519 Binary files /dev/null and b/pngs/sweetiesing.png differ diff --git a/pngs/tank.png b/pngs/tank.png new file mode 100644 index 0000000..cacbdb3 Binary files /dev/null and b/pngs/tank.png differ diff --git a/pngs/tenderheart.png b/pngs/tenderheart.png new file mode 100644 index 0000000..66eaba7 Binary files /dev/null and b/pngs/tenderheart.png differ diff --git a/pngs/theodoredonaldkerabatsos.png b/pngs/theodoredonaldkerabatsos.png new file mode 100644 index 0000000..b5f7718 Binary files /dev/null and b/pngs/theodoredonaldkerabatsos.png differ diff --git a/pngs/thunderlane.png b/pngs/thunderlane.png new file mode 100644 index 0000000..df52430 Binary files /dev/null and b/pngs/thunderlane.png differ diff --git a/pngs/timeturner.png b/pngs/timeturner.png new file mode 100644 index 0000000..b90bdd0 Binary files /dev/null and b/pngs/timeturner.png differ diff --git a/pngs/tom.png b/pngs/tom.png new file mode 100644 index 0000000..bce977e Binary files /dev/null and b/pngs/tom.png differ diff --git a/pngs/tornadobolt.png b/pngs/tornadobolt.png new file mode 100644 index 0000000..035fa1b Binary files /dev/null and b/pngs/tornadobolt.png differ diff --git a/pngs/trixie.png b/pngs/trixie.png new file mode 100644 index 0000000..a3f7f1c Binary files /dev/null and b/pngs/trixie.png differ diff --git a/pngs/trixieamulet.png b/pngs/trixieamulet.png new file mode 100644 index 0000000..cdf4f7b Binary files /dev/null and b/pngs/trixieamulet.png differ diff --git a/pngs/trixielulamoon.png b/pngs/trixielulamoon.png new file mode 100644 index 0000000..a3f7f1c Binary files /dev/null and b/pngs/trixielulamoon.png differ diff --git a/pngs/trixiestage.png b/pngs/trixiestage.png new file mode 100644 index 0000000..8e416b3 Binary files /dev/null and b/pngs/trixiestage.png differ diff --git a/pngs/trixiestand.png b/pngs/trixiestand.png new file mode 100644 index 0000000..1fd3f3a Binary files /dev/null and b/pngs/trixiestand.png differ diff --git a/pngs/truffleshuffle.png b/pngs/truffleshuffle.png new file mode 100644 index 0000000..a45a073 Binary files /dev/null and b/pngs/truffleshuffle.png differ diff --git a/pngs/turf.png b/pngs/turf.png new file mode 100644 index 0000000..703e52b Binary files /dev/null and b/pngs/turf.png differ diff --git a/pngs/turnip.png b/pngs/turnip.png new file mode 100644 index 0000000..939d46e Binary files /dev/null and b/pngs/turnip.png differ diff --git a/pngs/twilight.png b/pngs/twilight.png new file mode 100644 index 0000000..6cc2125 Binary files /dev/null and b/pngs/twilight.png differ diff --git a/pngs/twilightcrazyfromball.png b/pngs/twilightcrazyfromball.png new file mode 100644 index 0000000..ca5504a Binary files /dev/null and b/pngs/twilightcrazyfromball.png differ diff --git a/pngs/twilightcrystal.png b/pngs/twilightcrystal.png new file mode 100644 index 0000000..f5b773a Binary files /dev/null and b/pngs/twilightcrystal.png differ diff --git a/pngs/twilightrage.png b/pngs/twilightrage.png new file mode 100644 index 0000000..e0620d9 Binary files /dev/null and b/pngs/twilightrage.png differ diff --git a/pngs/twilightspike.png b/pngs/twilightspike.png new file mode 100644 index 0000000..543d406 Binary files /dev/null and b/pngs/twilightspike.png differ diff --git a/pngs/twilightthebearded.png b/pngs/twilightthebearded.png new file mode 100644 index 0000000..17b0e83 Binary files /dev/null and b/pngs/twilightthebearded.png differ diff --git a/pngs/twilighttime.png b/pngs/twilighttime.png new file mode 100644 index 0000000..b93c39e Binary files /dev/null and b/pngs/twilighttime.png differ diff --git a/pngs/twilightvelvet.png b/pngs/twilightvelvet.png new file mode 100644 index 0000000..7e17574 Binary files /dev/null and b/pngs/twilightvelvet.png differ diff --git a/pngs/twilightzero.png b/pngs/twilightzero.png new file mode 100644 index 0000000..4640548 Binary files /dev/null and b/pngs/twilightzero.png differ diff --git a/pngs/twinkleshine.png b/pngs/twinkleshine.png new file mode 100644 index 0000000..119e7e8 Binary files /dev/null and b/pngs/twinkleshine.png differ diff --git a/pngs/twist.png b/pngs/twist.png new file mode 100644 index 0000000..4b0cd24 Binary files /dev/null and b/pngs/twist.png differ diff --git a/pngs/vinyl.png b/pngs/vinyl.png new file mode 100644 index 0000000..5a15ef1 Binary files /dev/null and b/pngs/vinyl.png differ diff --git a/pngs/violet.png b/pngs/violet.png new file mode 100644 index 0000000..240b504 Binary files /dev/null and b/pngs/violet.png differ diff --git a/pngs/waltercoltchak.png b/pngs/waltercoltchak.png new file mode 100644 index 0000000..b987b40 Binary files /dev/null and b/pngs/waltercoltchak.png differ diff --git a/pngs/wildfire.png b/pngs/wildfire.png new file mode 100644 index 0000000..0912108 Binary files /dev/null and b/pngs/wildfire.png differ diff --git a/pngs/winona.png b/pngs/winona.png new file mode 100644 index 0000000..9353f13 Binary files /dev/null and b/pngs/winona.png differ diff --git a/pngs/woona.png b/pngs/woona.png new file mode 100644 index 0000000..1ba5e7d Binary files /dev/null and b/pngs/woona.png differ diff --git a/pngs/woonanohat.png b/pngs/woonanohat.png new file mode 100644 index 0000000..02fbc5a Binary files /dev/null and b/pngs/woonanohat.png differ diff --git a/pngs/zecora.png b/pngs/zecora.png new file mode 100644 index 0000000..88661e9 Binary files /dev/null and b/pngs/zecora.png differ diff --git a/pngs/zecorabalance.png b/pngs/zecorabalance.png new file mode 100644 index 0000000..f819a49 Binary files /dev/null and b/pngs/zecorabalance.png differ diff --git a/ponies/ace.pony b/ponies/ace.pony deleted file mode 100644 index a860f86..0000000 --- a/ponies/ace.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E12 Call of the Cutie -BALLOON: top -COAT: beige -DISPLAY: full, left -EYE: teal -FREE: no -GROUP: stallion, background, voice -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Ace (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 48 -HEIGHT: 27 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀ ▄▀▄ ▀▄  ▄ ▄▄  -   ▀▄  ▄▀▄ ▀       - ▀▄▀▄▄▄▄▄▄▀ ▀▄ ▄     - ▀▄▄▄▄▄▄▄    ▀     - ▄▀  ▀▀▀▀ ▀   ▄▀   - ▄▀ ▄   ▀      ▀▄ ▄  - ▄▄▄▄▄ ▄▄▄  ▄  ▄▀▀▄▄▀▀  ▄▄▀▀▀▀▄  -  ▀▀▀▀▄▀▀▀▀▀▄▀▄   ▀ ▀▀ ▄▀▄▄▄▀▀▄ ▀▄  - ▄▄▄▄▀▀▀▀▀▄ ▀▄▄▄▄▄▄▀▀▀▀▀▀▀▄▀ ▄▄▄ ▀▄▀▄  -     ▄ ▀▀▀  ▀▀▄ ▀▄  ▀▄  - ▀▄▄ ▄    ▀ ▀   ▀▄        -  ▄▄▄▄ ▀▄▄  ▀            - ▀ ▀ ▀      ▄     ▀▄▀ ▄  -  ▀ ▀  ▄▀       ▀▄ ▀▄  ▄▄ -    ▀▀ ▀  ▀▀  ▀▄ ▀▄ ▀▀ ▄▀ -  ▄▄▄▄▄▄  ▄▄▄▄▄▄▄   ▀▄▄ ▀▀▄▄▀  - ▄ ▄▄▄▄▄ ▀       ▀▀▀  -  ▄▄▄ ▀▀▀        - ▄ ▀▄          -  ▀     ▀▀     -  ▀▀▀▀▀▀▀   ▀▀▀▀▀▀▀   - diff --git a/ponies/airheart.pony b/ponies/airheart.pony deleted file mode 100644 index 64a2ccb..0000000 --- a/ponies/airheart.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -BALLOON: top -COAT: pink -DISPLAY: full, front -EYE: cyan, closed -FREE: no -GROUP: mare, background -KIND: pegasus -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Airheart (unofficial) -POSE: smile -SOURCE: [jristz] -WIDTH: 24 -HEIGHT: 26 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▄▄▄  -   ▀▀▄▄▀▀▄  -   ▄▀▀▀▄ ▄▀▀▀▄ ▀▄ -  ▄▀ ▄  ▀▀ ▄  ▀▄  -   ▄▄▀▀▀▄▄▄▄▀▀▀▄▄▀  -   ▄▀ ▀▀ ▄▄ -    ▄▄▀▀▀▄ ▄▀▀▀▄▄  -    ▀ ▀▄▄▄▀ ▀   -   ▀▄ ▄▄▄ ▄▀  - ▀▄  ▄▄▀▀▀▀▀▀▀ ▀  - ▄▀▄  ▀     - ▄▀ ▄ ▀ ▄▄ ▀▄▀▄  - ▄     ▄   ▄  -      ▄▀ ▀ ▀ ▄▀  -     ▀▀▄  ▄▄  ▀▄▀  -                - ▀▄              - ▀▄            - ▄▀ ▄           - ▀▀▀▀            - ▀▄     ▄▀  - ▀▄▄▄▀▀▄▄▄▀  diff --git a/ponies/allie.pony b/ponies/allie.pony deleted file mode 100644 index e91ef85..0000000 --- a/ponies/allie.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S02E06 The Cutie Pox -BALLOON: top -COAT: yellow -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, background -KIND: unicorn -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Allie (unofficial), Allie Way (unofficial) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 49 -HEIGHT: 29 - - -$$$ -$balloon28$ - $\$ - $\$ - $\$ - ▄▄▀▀▄ $\$ ▄▄ ▄▄▀▀▀▀▄ ▄ - ▄▀▀▀▀▀▀▄▄ ▄▄▄▄▄ ▄▀▄▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▄▀▀▀▄▄▀▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▀▄▀▄▀▄▀▀▀▄▄▀▄▄▀▄▀▀▀▀▀▀▀▀▀▄▀▄▀▄▀▄▄ - ▄▄▀▀▀▄▀▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀ ▀▀ - ▄▄▄▀▄▀▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀ ▀  - ▄▄▄▄▄▀▀▄▀▄▀▀▀▀▀▀▀▀▀▄▀▀▄  - ▄▄▄▄▄▄ ▀▄▄▀▀▄▀▀▄ ▄▄▄▄▀▀▀▄▀▄▀▄▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▄▄▄ ▀▄▄▄▄▀▀ ▄▄▀▀▀▀▀▄▀▀▀▀▄▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▄▄▀▀▀▄▄▄▄▄▄▀▀  - ▀▄▀▀▄▀▀▀▀▀▄ ▀▄▀▄▄ ▄▄▀▀▀▀▄  - ▀▄▀▀▀▀▄▀▄ ▄▀▀▀▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄  - ▄▄▄▀▄▀▄ ▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄ ▄▄▀▀▄▄ ▄▄▀▄▀▄▀▀▀▀▀▀▀▀▀▄  -▄▄▀▄▄▀▀▄▀▄▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀  -▄▄▄▀▀▀▀▀▀▄▄ ▄▄▀▀▀▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▄▄ ▄▀▀▀▀▄▄▄▀▀▀▄▀▄▄▀  - ▀▄▀▀▀▄▀ ▄▀▀▀▀▄▀▄ ▄▄▀▄▄▄  - ▀▀▀ ▄▄▀▀▄▄▀▀ ▄▄▀▀▄▄▄  - ▄▀▀▀▄▄▀▄ ▄▄▀▀▄▄▄  - ▄▄▀▀▄▄▀▄ ▄▄▀▀▀▄▀▄  - ▄▄▀▀▄▄▀▄ ▀▄▀▀▀▄▄▀▀  - ▄▄▀▀▀▄▀▀▀ ▄▄▀▀▀▀▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/aloe.pony b/ponies/aloe.pony deleted file mode 100644 index 44bc66e..0000000 --- a/ponies/aloe.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E20 Green isn't Your Color -BALLOON: top -COAT: pink -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Aloe (unofficial) -POSE: stand -SOURCE: (Jay Wright/Monkey Jay) Desktop ponies -WIDTH: 39 -HEIGHT: 25 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▀▀▄▄  - ▄▀▀▀▀▄▀▀▀▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▀▄  - ▄▄▄▄▄▀▀▀▀▄▀▄▄▄▄▄▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀  - ▄▄▀▄▀▀▀▀▀▀▄▀▀▀▄▄▀▄  - ▄▄▀▄▀▄▄▄▀▄▄▀▀▄▄▄▀▄  - ▄▀▄▀▄▀▀▄▄▀▄▀▀▀▄▄▀▄▄ ▄▄▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀ ▄▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▄▄▄▄▄▀▀▀▀▄▀▀▀▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▄▄▀▄▄▀▀▀▀▀▄▀▀ ▀▄▀▀▀▀▀▀▀▄  - ▄▄▄▄▄▄▀▄▄▀▀▀▀▀▀▀▄ ▄▄▀▀▀▄▀▀▄  - ▄▄▀▄▄▀▀▄▀▀▄▀▀▀▄▄ ▄▀▀▀▄▀▀▀▄  - ▄▀▄▀▄▄▄▀▀▄▀▀▀▄ ▄▄▀▀▀▀▀▄  - ▄▀▀▄▀▄▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀  - ▄▄▄▄▀▄ ▄▄▀▄▀▀▄▄▄▀▀▀▀▄ ▄▀ - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄▄▀▀▀▀▀▄▄▀▀  - ▄▀▀▄▄▀▀▄ ▄▄▀▄▄▀▀▄▄▄▀▀▀▀▀▀▀  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄▀▀▄▄▄▀  - ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▄▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/amethyststar.pony b/ponies/amethyststar.pony deleted file mode 120000 index 196d416..0000000 --- a/ponies/amethyststar.pony +++ /dev/null @@ -1 +0,0 @@ -./sparkler.pony \ No newline at end of file diff --git a/ponies/amira.pony b/ponies/amira.pony deleted file mode 100644 index cf4c7b4..0000000 --- a/ponies/amira.pony +++ /dev/null @@ -1,50 +0,0 @@ -$$$ -APPEARANCE: S03E05 Magic Duel -BALLOON: top -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Amira (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 41 -HEIGHT: 30 - - -$$$ -$balloon4$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▀▀▀▄▄  - ▄▀ ▄▄▄ ▀▄   ▀▄  -   ▄▀  ▄▀▀▄    ▄▄  -  ▄ ▀▄▄▀▄▄▄▀ ▄▄    - ▀▄▀   ▄▀▀▀ ▀ ▄▄▀   - ▄▀▄▄ ▀ ▄▄▄   ▀   -  ▄▀▀▄▀▄▄▄ ▀▄ ▀▀  -    ▄▀▄▀ ▀   ▄▀  - ▄▀ ▄▄▀▀▀ ▄ ▄▀▀  -      ▄ ▄  ▀ ▄▀▀▀▀▀▀▀▀▄  -         ▄▄▄▄▄▄▄▄▄▄▄  ▄▄▀▀ ▀▀▄▀▄▄  -     ▀  ▄▀▄▄  ▄ ▀  ▄▀▄▀▀▀ ▀▀▀▄ ▀▄   - ▀▄ ▀▄▄▄▀▄▄▀▄▄▄   ▄ ▀   ▄▄▄   ▀▄     -    ▀▀▄▀▀▄▄   ▀▄ ▄▀            - ▀▄  ▄▀ ▄                   -        ▀  ▀ ▀            -        ▄ ▄▀▀▀▀▀▄     ▀▄     -       ▀      ▄▀ ▀▄  ▄       - ▄▀            ▀▄  ▄▀ -   ▄              ▄▀  - ▄▄▄      ▀ ▀▄  ▄▀ ▄▀  -    ▄▄▀▀ ▄▄▄▄▄   ▀▄▄    - ▄▄▀ ▀▀       ▀  ▀▄ ▄  -    ▀▀ ▄▄▄▄▄▄▀   -   ▄     ▄    - ▀▀▀ ▀▀▀▀  ▀▀ ▀▀▀▀   diff --git a/ponies/angel.pony b/ponies/angel.pony deleted file mode 100644 index b0fc3b5..0000000 --- a/ponies/angel.pony +++ /dev/null @@ -1,38 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: black -FREE: no -GROUP: pet, rabbit -KIND: animal -LINK: regular -NAME: Angel -OTHER NAMES: Angel Bunny (official, used by Fluttershy sometimes) -POSE: concerned -SOURCE: (DesdthPony/DeathPwny) Desktop ponies -WIDTH: 25 -HEIGHT: 19 - - -$$$ -$balloon6$ - $\$ ▄▀▄ ▄▀▄  - $\$ ▄▄▀▄ ▄▄▀▄  - $\$ ▄▄▀▀▄ ▄▄▀▀▀▄ - $\$ ▀▄▀▀▄ ▄▄▀▄▄▄ - $\$ ▀▄▀▄ ▄▄▀▄▄▀ - $\$ ▄▄▄▀▀▀ ▄▄▀▀▀  - ▄ ▄▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄▀▀▄▀▄▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▄▄▀  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀  - ▀▄▀▀▀▀▀▀▀  - ▄▀▀▄▀▀▄▄  - ▀▄▄▀▄▀▀▀▄ ▄  - ▄▄▀▄▄▀▄▀▄▀▄  - ▄▀▀▀▄▀▀▀▀▄▄▀▄▀  - ▀▀▀▄▄▄▄▄▀▀▀  - diff --git a/ponies/applebloom.pony b/ponies/applebloom.pony deleted file mode 100644 index 97ed3f3..0000000 --- a/ponies/applebloom.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: brown -FREE: no -GROUP: filly, deuteragonist -KIND: earth -LINK: regular -MANE: red -NAME: Apple Bloom -POSE: trot -SOURCE: (The Coop, Pony Noia) Desktop ponies -WIDTH: 41 -HEIGHT: 21 - - -$$$ -$balloon6$ - $\$ ▄▀▀▄  - $\$ ▄▀▄▀▄  - $\$ ▄▄▀▀▄▀▄ ▄▄▀▀▀▀▀▄  - $\$ ▄▄▄▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄▀  - ▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▄▄▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▄▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▄▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀  - ▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▄▀  - ▄▄▀▀▀▀▀▀▀▄▀▀▀▀▄  - ▀▄▀▀▄▀▀▀▄▄▀▀▀▀▄▄ ▄▄▄▄  - ▄▀▀▀▀▄▄▀▄▀▀▀▀▄▀▄ ▄▄▀▀▀▀▀▀▀▀▄▄  - ▀▄▄▀▄▀▀▀▀▀▀▀▄▀▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▀▀▀▀▀▀▄▀▀▄▄▀▀▄▄▄▄▀▀▀▀▀▄▀▀▀▀▀▀▄▄▀ - ▄▄▀▄▄▀▀▄▀▀▀▀▄ ▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀  - ▄▀▀▀▄▀▀▀▄▀▀▀▄▄ ▄▄▀▀▀▀  - ▄▄▀▀▀▀ ▄▄▀▀▄▀▀▄ ▀▀▀  - ▄▄▀▀▀▀▄▄▀▀▀▀▄▄▀▀▄  - ▄▀▀▀▀▀ ▄▀▀▀▀ ▀▀▀  - diff --git a/ponies/applebloomdance.pony b/ponies/applebloomdance.pony deleted file mode 100644 index 5001c85..0000000 --- a/ponies/applebloomdance.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: brown -FREE: no -GROUP: filly, deuteragonist -KIND: earth -LINK: regular -MANE: red -MASTER: applebloom -NAME: Apple Bloom -POSE: dance -SOURCE: (The Coop, Pony Noia) Desktop ponies -WIDTH: 34 -HEIGHT: 24 - - -$$$ -$balloon11$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀   - ▄▀▀▄ ▄▀▀▀▀▄▄  - ▄▀▀ ▀▄  ▄▀   - ▄▀ ▀▄ ▀▀ ▀▀  ▄▀▄▄  -    ▀▄  ▀▀▄   ▀ ▄  -  ▄▄▄▄▄▄▄▄▀▀▀▀▀ ▀▄ ▀▄▀  - ▄▄▀ ▀▄ ▀▀ ▀ ▀▀▄   ▀▀  -    ▄  ▀▄   ▀ ▀▀▀▀▀  - ▀▀▀▀  ▀ ▀▀▄▄   ▀▄  -   ▄▀▀ ▀ ▄▄▀▀    - ▀▀ ▀▀▀▀▄▄ ▄ ▄▄▄▀  - ▄ ▄▀▀      ▄▄▀▀▀▀▄▄  -   ▄▄ ▀▄  ▄▀▀ ▀▄  -  ▀▄    ▄▄▄▄ ▀▄   - ▄  ▀▄▀    ▀▀ -   ▀▄  ▄▄▀      - ▄▀▀      ▀▄    -  ▀▀▀▀▀ ▀▄▄▀▀ ▀▄▄▄▀  - ▄ ▀    -  ▀▀▀  diff --git a/ponies/applebumpkin.pony b/ponies/applebumpkin.pony deleted file mode 100644 index 12d2007..0000000 --- a/ponies/applebumpkin.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: brown, closed -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: pink -NAME: Apple Bumpkin -OTHER NAMES: Apple Dazzler (official, according to January 2012 toy) -POSE: trot -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 47 -HEIGHT: 25 - - -$$$ -$balloon11$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄▄  - ▄▄▀▄▄▄▀▀▀▀▀▄▄▀▀▄  - ▄▄▄▀▀▀▄▀▀▀▀▀▄▄▀▄▄  - ▀▄▀▀▀▀▄▄▀▀▀▄▀▀▄▄▄  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▀▄ ▄▄▄▄  - ▄▀▀▄▄▄ ▄▀▀▀▀▀▀▀▀▄▀▄▀▄▄▄▀▄ ▄▄▀▀▄▄▄▀▀▀▄  - ▄▄▀▀▀▀▀▄▄▀▀▀▄▄▀▀▀▀▀▀▀▄▄▀▀▄ ▄▀▄▀▀▀▀▀▀▄▀▀▀▄  - ▀▀▀▄▀▀▄▄▀▀ ▀▀▀▀▀▀▄▀▀▀▄▀▄▄▄▀▀▀▀▀▄▀▀▀▄▀▀▀▄▀▀▀▄  - ▄▀▀▀▀ ▄▀▀▀▄▄▄▄▀▀▀▄▄▀▄▄▄▀▄ ▄▄▀▄▄▀▀▄  - ▀▀▄▀▀ ▄▀▀▀▄▀▀▄▀▀▀▀▀▀▄▄▄▄▄▄ ▄▀▀▄▄▀▀▀▄  - ▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀ ▄▀▀▄▀▀▀▀▀▄  - ▀▀ ▀▀▄▀▀▀▀▀▀▀▀▄▀▀▄▄▄▀▀▀▄▄▀▄  - ▄▄▀▀▄ ▀▄▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀  - ▄▄▀▀▄ ▄▄▀▀▀▀▄▀▄▄▀▀▀▀▄▄▄  - ▄▀▄▀▀▀▄ ▄▄▀▀▄ ▀▄▄▄▀▀▀▄▀▀▀▄ - ▄▀▀▄▀▀▀▀▄▄▀▀▀▄ ▀▄▄▀▀▀▀▀▀▀▀ - ▄▄▀▀▀▄▄▄▀▀▀▀▀▄ ▀▀▀▀  - ▀▀▀▀▀ ▀▀▄▄▄▀  - diff --git a/ponies/applecore.pony b/ponies/applecore.pony deleted file mode 100644 index 0092cce..0000000 --- a/ponies/applecore.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: cyan -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Apple Core (unofficial), Piña Colada (unofficial, merged in wiki), Pina Colada (ASCII) -POSE: trot -SOURCE: [jristz] -WIDTH: 33 -HEIGHT: 21 - - -$$$ -$balloon19$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▄▄▄  - ▄  ▀▄ ▄▄▄▀▀▄  - ▄▀  ▄ ▀▄▄▀ ▀▀▄▄▀▀  -  ▄  ▀ ▀▄  -    ▀ ▄▄    -    ▀▄ ▀▄▀▄  ▀    -      ▀  ▄▄     -   ▀   ▀▄▄▀▀▄ ▀  - ▄▄▀▀▀▀▀▄▄ ▀ ▄▄▀▄▄  ▀▀▀ - ▄▀ ▄ ▀▀▀  ▄▄▄ ▄▄▀▀  ▀▀▀▀▀  - ▀▄▀    ▄▀▄▄ ▀▀    -      ▀   ▄▄    - ▀▄  ▀▄ ▄▀▄  ▀▀  ▀▄  - ▀▄ ▀ ▀▄▄ ▀▄   ▀ ▀    - ▀▄▄▀   ▄  ▀▄  ▄▀▄  - ▀▀▀▀▀  ▀▀▀  ▀ ▀▀   - diff --git a/ponies/applefritter.pony b/ponies/applefritter.pony deleted file mode 100644 index 29642b4..0000000 --- a/ponies/applefritter.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: green -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: green -NAME: Apple Fritter -OTHER NAMES: Apple Strudely (unofficial) -POSE: trot -SOURCE: (Anonimous, vulcan539/james539) Desktop ponies -WIDTH: 40 -HEIGHT: 25 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▀▀▄▄▄▀▀▀▀▀▀▄▄▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄  - ▄▀▀▀▀▄▄▄▀▄▀▀▀▀▄▀▀▀  - ▄▄▀▄▄▀▄▄▀▄▄▀▀▄▀▄▀▄  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▀▄▀▄ ▄▄▄▄▄▄▄  - ▄▀▄▀▀▄▄▀▀▄▀▀▀▄▄▀▄▀▀ ▄▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▄▀▀▀▀▀▀▀▀▄▀▀▀▄▀ ▄▀▄▀▀▀▀▀▀▀▀▄▄  - ▀▀▀▀▀▀▄▀▀▄▀▄▀▄▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▄  - ▄▄▀▄▄▄▄▀▄▀▀▀▄▄▀▄ ▀▀▀▀▀▀▄▄  - ▀▄▀▄▀▀▄▄▀▀▀▀▄▄▄▄ ▀▀▀▀▀▄▄  - ▀▄▀▄▄▄▄▀▀▀▀▀▀▀▄ ▄▀▄▀▄▄  - ▀▀▄▀▀▀▀▀▀▀▀▄▄▄▄ ▄▀▄▀▄▀  - ▄▄▀▀▄ ▀▄▀▀▀▄▀▀▀▄ ▄▄▀▀  - ▄▄▀▀▄ ▄▄▀▀▀▄▄▀▀▀▄▄▄▄▄▄  - ▄▄▄▀▀▀▄ ▄▄▀▀▄ ▀▄▀▀▀▄▀▀▀▀  - ▄▀▀▄▀▀▀▀▄▄▀▀▀▄ ▀▄▄▀ ▀▀▀▄▄▄ - ▄▄▀▀▀▄▄▄▀▀▀▀▀▄  - ▀▀▀▀▀ ▀▀▄▄▄▀  - diff --git a/ponies/applejack-63.pony b/ponies/applejack-63.pony deleted file mode 100644 index d5c200e..0000000 --- a/ponies/applejack-63.pony +++ /dev/null @@ -1,26 +0,0 @@ -$balloon6$ - $\$ - $\$ - $\$ -  ▄  - ▀▄▄ ▄▄▄  - ▄▄ ▄▀▀  ▄  - ▄ ▄▄▀   ▄ ▄▄▀▄▀▄▄▄  - ▀▄ ▄▀ ▄▀    ▀▄▄▀    - ▄▀▄ ▀▀▀ ▀▄▀▄     ▀▄▄   - ▀▀  ▄▄▄▄▄▀    ▀   -     ▀          -   ▀▀ ▄        ▄▄▀▀▀▀▄▄  -   ▀▀▀▀▄ ▄▀     ▀▄ ▄▀ ▄▄▄ ▀▄▀▄  - ▀▄▄▀ ▄ ▀▄▀▄▀  ▄  ▀ ▄▀▄▀▀ ▄▄▀▄     - ▀▀▀▀▀▀ ▀ ▀   ▀▄▀▀▀▀▀▄ ▀▀▀▀▀▄▀   ▀▀  -   ▀▄▀▄    ▀▄ ▀▀▀      -   ▄▄ ▄▄   ▀▄▀ ▄▄▀ - ▀▄  ▄▄ ▀▀▄▀ ▀▀▀  -   ▄▄▄▄ ▀ ▀▄  -     ▀▄▀     - ▄ ▀          -      ▀      - ▄ ▄▀    ▄▀ ▀    -  ▀ ▄▀▀▄▀▀  ▀▀ ▄▀▄▄▀   -  ▀▀▀▀▀   ▀▀▀▀▀   diff --git a/ponies/applejack.pony b/ponies/applejack.pony deleted file mode 100644 index ca6ee8b..0000000 --- a/ponies/applejack.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 1 Apple Jack -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: yellow -NAME: Applejack -OTHER NAMES: AJ (official, short) -POSE: stapm -SOURCE: (Jay Wright, RJP!, Pony Noi, Bot-chan, StarStep, Anonycat) Desktop ponies -WIDTH: 52 -HEIGHT: 27 - - -$$$ -$balloon15$ - $\$  ▄ - $\$ ▀▄▄ ▄▄▄ - $\$ ▄▄▄ ▄▄▄  ▄ - ▄▄▄▄▄ ▄▄▄ ▄▄▄▄▄▄▄▄▄▄ - ▀ ▄ ▄▄    ▄▄▄▄▄   - ▄ ▄▄   ▄▄▄▄     ▄▄▄  -  ▄▄ ▄▄ ▄▄▄ ▄   ▄  - ▀▄ ▄▄▄▄ ▄    -     ▄      - ▄    ▄▄  ▄     -   ▄ ▄▄▄▄▄▄▄▄▄    ▀ ▄▄▄▄▄▄▄▄▄▄ - ▀▀  ▄▄▄▄ ▄▄   ▄▄ ▄▄ -  ▄▄ ▄▄ ▄ ▄  ▄▄▄ ▄▄ -    ▄▄   ▄▄▄▄▄ ▄▄ ▄▄ ▄▄▄   - ▄  ▄▄   ▄▄   ▀▄     - ▄  ▄▄▄▄▄▄ ▄▄▄▄     ▄▄   -    ▄▄  ▄▄             -   ▄▄ ▄▄  ▄▄▄▄▄   ▄     -     ▄ ▀▀  ▄ ▄ ▄▄▄     ▄▀ -     ▄▄   ▄▄   ▀▄▄▄ ▄▀ -         ▄▄ ▀ ▄▄▄▄ ▄ - ▀▄           ▄   - ▀     ▄▄ ▀  ▄▄ ▀ - ▀▀▀    - ▀▀▀▀▀▀ - \ No newline at end of file diff --git a/ponies/applejackscarecrow.pony b/ponies/applejackscarecrow.pony deleted file mode 100644 index 9d983ac..0000000 --- a/ponies/applejackscarecrow.pony +++ /dev/null @@ -1,55 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 1 Apple Jack -COAT: brown -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: yellow -MASTER: applejack -NAME: Applejack -OTHER NAMES: AJ (official, short) -POSE: scarecrow -SOURCE: (Jay Wright, RJP!, Pony Noi, Bot-chan, StarStep, Anonycat) Desktop ponies -WIDTH: 47 -HEIGHT: 33 - - -$$$ -$balloon16$ - $\$ - $\$ - $\$ - $\$ ▄▀▄  - ▄ ▄ ▀▄▄  ▄▄   -  ▄▄ ▀▄  ▀   - ▀▄▀ ▀ ▄▀▄▀▀ ▄  - ▄▄▄  ▄▀▄ ▀▄ ▄  ▄▄▄▄  - ▀▀▄ ▀ ▀▄▄ ▄▄▄▄ ▄▄▄▀ ▀  ▄▀  - ▄▀▀▀▀▄ ▄▄  ▄▀ ▄▄▀▀ ▄ ▀  - ▄▀▀▀▀▀▄▄▀ ▄▀ ▄▄▄▀▀▄▄ ▀▀▄ -   ▄▀▀▄ ▄▀▄▀ ▄▄▀▀ ▀▄▀ ▀▄▀▀▀▀▀▀ - ▄▀   ▀▄▀▄ ▀▄ ▄ ▀ ▄▄▄▀▀▀▀▀  - ▀ ▀▄▀▀▀▄   ▀▀▄▀▀   ▀▄ ▄  - ▀▀▀▄▀    ▄▄▀▀▀▄ ▀▄ ▀▀   - ▄▀ ▄▀   ▄  ▄▄▄▄▀▀ ▀▀  - ▄▄ ▄▄▄▄▄▄  ▀  ▄▀▄▀    ▄▄     -     ▀▀▄ ▄▄▀   ▄▀▄  ▄ ▀  ▀▄ ▀▄   -   ▀▄    ▀▀▀▀ ▀ ▀▄▄  ▀▀  -  ▄▀▀ ▀▀▄▄▄▀ ▀ ▄▄▄▄▀▄▄▀▀▀▄▄▄ ▀▄▀▀▀  -  ▄▄ ▀▄ ▀▀▀▀▀▀▄ ▄▀▄▀▀▀▀▄▄▀▀▄▄▄▀▀▀  -      ▄▄▄ ▄ ▄▄▀▄▄▀ ▀ ▀▄▄▀▄▀   -   ▀▄ ▀▀▀   ▄▄▄ ▄ ▄ ▀▀▄   - ▄▄▄  ▀▄▀▄   ▀▄▄▀ ▀  ▄ ▀▄ ▀   - ▀▄▄  ▀▀ ▀▄   ▄ ▄▄▀▄▀▀▀▀▀▄▄▀▄▄▄   -          ▀▀  ▄▄▀ ▀▀▀▄▄  - ▄ ▀▀ ▀ ▀▀ ▄   ▀  ▄▄▄▀ ▄▀    -  ▄ ▀▀▀              -  ▀ ▀▀▄▀           ▄▀  - ▀▀▀▀          ▀▀  -  ▀▀▀▀  ▀▀▀▀▀  - diff --git a/ponies/archer.pony b/ponies/archer.pony deleted file mode 100644 index f53c7a0..0000000 --- a/ponies/archer.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E12 Call of the Cutie -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: grey -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Archer (unofficial) -POSE: stand -SOURCE: (vulcan539/james539) Desktop ponies -WIDTH: 46 -HEIGHT: 21 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - ▄▀▄ ▄▄▄▄▄▄▀▀  - ▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▀▄▄▄▄▄▀▀▀▀▄▀▀▄  - ▄▀▄▄▄▄▀▄▄▄▄▄▄▄▀▀▄▀▀▄ ▄ - ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▀ - ▄▄▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▀  - ▄▀▄▄▄▄▀▀▀▀▄▄▀▄▀▄▀▀▄  - ▄▄▀▀▀▀▄▄▄ ▀▀▀▄▄▀▀▀▀▄▀▀▀▀▄▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▄▄ ▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▄▄▄▄ ▄▄▀▀▄▄▄▄▄▀▀▀  - ▄▄▄▄▀▀▀▀▀ ▄▀▄▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▄▀▀▀▄ ▄▄▀▀▄▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▄▀▀▀▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▄▄▀▀▄ ▄▀▄▀▀▄▄▀▀▀▄▄▄  - ▄▀▄▀▀▀▀▀▀ ▄▀▀▀▄▄▄ ▄▄▀▀▄▀▄  - ▄▄▄▀▄▀▄▀▀▀▀▀ ▄▄▀▀▄▄▀ ▄▄▀▀▄▄▀  - ▀▀▀▀▀▀▀ ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/artemis.pony b/ponies/artemis.pony deleted file mode 100644 index 5e3b894..0000000 --- a/ponies/artemis.pony +++ /dev/null @@ -1,28 +0,0 @@ -$balloon46$ - $\$ - $\$ - $\$ - ▄▄▄▄ ▄▀ - ▄▄ ▄▄▄▀   ▀▄▄▄▄▄▄ ▄▄▀  -  ▄▄▄▄        ▀ ▄▄ ▄▀  - ▀▄       ▀▄    ▄    - ▄▄  ▀▄    ▄▄  ▄ ▀    -   ▀   ▀  ▀ ▄  ▄▀▀ ▀▄▀  - ▀▄ ▀▀▀   ▄ ▄▄ ▀ ▀  ▀▄  -  ▄▄▀    ▀▀▀ ▀▄  - ▀▀▄ ▀    ▄▄    - ▄▄   ▄ ▀▄▄▄▄▄▄▄▄ ▀  - ▄▄▄▄▄▄▄ ▄▄  ▀▀ ▀ ▀▀▀▀  - ▄▀ ▄▄▄▄ ▄▀▄   ▄▄  ▀   - ▄▀ ▄▀▀ ▄▄    ▄ ▀▄▄ ▀▀ ▀▀   -     ▄▀    ▄ ▀ ▀▀▀▀   -           ▄▄▄▄▄▄   ▀   -         ▄▄  ▀▀ ▀▀▀▀▀ ▀      -     ▄▀     ▀▀ ▀ ▄▄▄  ▀▄  - ▀▄      ▄        ▀▄▀▀ ▀  -    ▄▀▀▀▄▄▄▄▄  ▀▄ ▄▀  -  ▀▄   ▄▀   ▀▄▀  -   ▄▀▄   ▄▀  - ▄▀ ▄▀ ▄▀▄▀▀ ▀  -  ▀▀▄▀▀▄▀▀▀  - ▀▄▄ ▀▀▀  diff --git a/ponies/babseed.pony b/ponies/babseed.pony deleted file mode 100644 index 1969628..0000000 --- a/ponies/babseed.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S03E04 One Bad Apple -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: green -FREE: no -GROUP: filly, villain, reconciled -KIND: earth -LINK: regular -MANE: pink -NAME: Bab Seed -OTHER NAMES: Bad Seed (official, nickname by Applebloom) -POSE: angry -SOURCE: [jristz] -WIDTH: 31 -HEIGHT: 22 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - ▀ ▀▄  - ▄▄ ▀▀▀▀▀▄ ▀▄  - ▄▀▀ ▄ ▀  ▄▄  -    ▀▀▀▀  ▄▀▄  -   ▄▄ ▀ ▀▄ ▀      -  ▄ ▄▄▀   ▄▀   -     ▀ ▄▄▄▄   ▄▄  -  ▀▀▄▀ ▀ ▀▄▀  ▀  ▄▀   - ▄▄ ▄▄▄▄▀▄      ▄▄▄▄  - ▀▄▄▄▄ ▀ ▄▀▄▀  ▄▀ ▄▀ ▀▄  - ▄▄ ▀▀ ▀▀▀ ▀▀ ▄▀▄▀▀▀▀▄  -   ▀▄▄▀▀▀▄▄▀▀▀▄▀▄  -      ▀▀ -   ▄ ▄ ▄▀ ▀  -     ▀ ▀▄  ▄  - ▄▀▄▀       ▀▄  -  ▀     ▀     - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/basil.pony b/ponies/basil.pony deleted file mode 100644 index 0ec2b94..0000000 --- a/ponies/basil.pony +++ /dev/null @@ -1,73 +0,0 @@ -$$$ -APPEARANCE: S01E05 Dragonshy -BALLOON: top -COAT: red -DISPLAY: full, left -EYE: green -FREE: yes -GROUP: dragon, villain, reconciled -KIND: animal -LICENSE: cc-by -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Basil (unofficial) -POSE: stand -SOURCE: Pony Fantasy 6 -WIDTH: 85 -HEIGHT: 51 - -License summary: http://creativecommons.org/licenses/by/2.0 -Full license text: http://creativecommons.org/licenses/by/2.0/legalcode -$$$ -$balloon57$ - $\$ - $\$ - $\$ - ▀ ▀▀▄  - ▀▄ ▀ ▄  - ▄▄▄▄▄ ▀▄▀▄▄  - ▄▄▀▀▀ ▀▀▀▄▄▄▄▄▄ ▀▄▀▄▄  - ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▄▀ ▀▄▄ ▀▄ ▀▄  - ▄▄▀▄▄▀▀ ▄▄▄▄▄▄▄▄▀▀▄▄▄▄▄ ▄ ▄   ▄▄  -  ▀▀▀ ▄▀▀▀▀ ▄▀▄ ▀▀▀ ▀▄ ▀▄▀ ▀       - ▀ ▄▀▀▄▄▄▄▄▄▄▄▀▄ ▀▄▄▀▀ ▀ ▀▀▀ ▀▀ ▀▀▀  - ▄▀▄▀▀ ▄▄▀▀▀ ▀ ▄▀▄▀  ▄▄▄▄▄▀▄▀▀▄▀▀▄▀   -  ▀▀ ▄▀▀▀ ▀▄▄ ▄▀▀ ▀▄▄▄ ▀▄▀▄ ▀▀       - ▀ ▄▀▄ ▀▀▄      ▄ ▀▄▄▄  ▀▄▄  - ▄▀ ▄▄▀ ▄        ▄▄▄▀ ▀▀▀▀▀▄▄▄  - ▄▀ ▄▀▀ ▄ ▄▀▀▄▄  ▀▄▄ ▀▄▄▄▀▀▀▄▄▄ ▀  -   ▄▀         ▀▀▄▄▄▄▄▀▀▄▄▄ ▀▄▄ ▀   - ▄▄▄▄▄▄▄▄▄▄   ▀   ▄       ▀▀▄▄ ▀▀▀▀▀▄   - ▄▄▀▀▀▀▀ ▄▄ ▀▀▀▀▄▄     ▄▀ ▀ ▄  ▄▄▀▄ ▄▄▄▀▀▀▀▀▄▄▄▄▀▀▀▀▄▄▀▀▀▀▀▀ ▄  - ▄▄▀▀ ▄▄▄▄▄▄▄▄▄▄▄ ▀ ▄  ▀▀   ▄  ▄▄▀ ▀▄▄▄▀▀▀▀▀▀ ▀▀▀▄▄▄▀▀ ▀  - ▄▀▄ ▀▀▀▀▀ ▀▀▄▄▄ ▀       ▄▀▀▄ ▄ ▀▀▀▄▄▀  ▄▄▀▀▀▄▀▀▀  - ▄▀▄▀▀ ▀▄     ▀  ▄▀▀ ▄▄ ▀▀▀▀▄▄▀▀▀▄▄▀  - ▄▀▄▀ ▀▄ ▄ ▀    ▄ ▀▀▄▀▄▀ ▀▄ ▀▄▄  -  ▀   ▀▀   ▄▀▀ ▄ ▀▀▀   ▀▄▄ ▀▀ ▀▀▄▄  -     ▄ ▀▀▄▀▀▀ ▄ ▄ ▀▄▄▄▄▄▄ ▀▄ ▀   -  ▄ ▄▀ ▄▄▀▄ ▀▄▀  ▀ ▀▄ ▄▄▀▄▀▄▄  - ▄▀ ▄ ▄▀▀ ▄▀▄ ▀    ▀▄▀ ▀▄ ▄▀ ▄▀    ▄  -  ▄   ▄▀ ▄▀▀ ▄▀▄▀   ▀  ▄  ▄  ▀▀▄▀▄▀▄  - ▄▀ ▄▀▄ ▀▄▀▄▀▄▀▄   ▄     ▄▄▀▀▀   ▄   - ▄▀▄   ▀▄ ▀▄▀▄ ▄       ▄▀ ▄▀ ▄▄▄▀   ▄▀▀  ▀▄   - ▄▀▄ ▀▄ ▀▄▀ ▄▀▄▀ ▀▄▀▀▀▄▄▄▄▄  ▄ ▄ ▄ ▀ ▄▄▄▄▀ ▀▀▀▀▀▀ ▀▀   - ▄▄▀▄ ▀▄ ▀▄▀ ▄▀▄▀▄ ▀▀▀▄▄▄▀▀▀▀▄ ▄  ▀ ▀ ▄▄▄▀ ▄▀▀▄▀     - ▄▀▄ ▀▄ ▀▄▀ ▄▀ ▄▀ ▄▄▄▄▄▄▀▀ ▄▄▀▄▄▀▄ ▄▄▀▀ ▄▀ ▀▄▀     - ▄▀▀▀ ▄▀▄ ▀▄     ▄▄▄▀▄▄▄▄ ▀▄▀ ▀▄▀▀▄▄ ▄▀ ▀▀▀▀  - ▄▀▄   ▀ ▄ ▀▀▄ ▀  ▀▄▀▄▀▀▀ ▄▄▄▀▀▀▀▄▄▀▀ ▀▀▀▀▀▄   - ▄▀▄ ▀▄▀▄▀▀ ▀ ▄▄  ▄ ▄▀▄ ▀ ▄▄▀▀▄▄▄▄ ▄▀ ▀▄▄▄▄  - ▄▀▄ ▀▀▄ ▀▀ ▄▀ ▄ ▀▄▀  ▄▀ ▄▀▀ ▄    ▄▀     - ▄▀ ▄ ▄ ▄▀ ▄▀▀▄▀  ▄ ▄ ▀ ▄▀ ▄   ▀   ▄▄▄▄▄▄▀▀  ▄▀  - ▄▀ ▄▀ ▀▀ ▄▀      ▄ ▀ ▀ ▄▀▄      ▀   - ▄▀   ▀  ▀▀ ▄▀ ▄ ▄ ▄▀▄ ▀▄▀ ▄▀     -    ▀   ▀  ▄▀ ▄ ▄▀▄ ▀ ▀▀▄▄▀      ▀   -    ▀▄▄ ▄▀     ▄▀▄ ▀▄ ▀   ▄▄▄▄▄▀▀▄ ▄▀  -    ▀▀▀▀▄▄▄▄▀▀▀  ▄▀  ▀▄▀ ▀▄▀ ▄▄▄▀▄ ▀▄ ▀▄▀  -    ▀      ▀▀   ▀ ▀ ▄▀▄▄▀ ▀▀▄ ▀▀▀▀ ▀  -  ▄ ▀▀ ▀▀   ▀▄▄ ▄▀▄ ▀▀▄▄▄▀ ▄▄▀▀▄▄▄▀▀▀  -  ▄ ▀▀ ▀ ▄▀▄ ▀▀▄▄▄▄▄▄▀▀▀▀▀▀ ▄▄▄▄▄▄▀▀▀▀▀▀▄▄  -  ▀ ▄▄ ▄▀▄ ▀ ▀▄▄▄▄▀ ▄▄ ▀▀▀▄▀▀▀▀▀ ▀▀ ▀ ▄  - ▀ ▀▀ ▀▄ ▀▄▄▀▄ ▀▀▀▀ ▄▄▄▄▄▀  ▀▀▀▀▀▀▀▀▀▀▄▄▀  - ▀▄▄▄▄▄ ▄▄▄▄▄▀▀ ▀▄▄▄▀▀▀▄▄▄▄▄▄▄▄  ▀▀▀▀ ▀▄  ▀   - ▀▀▀▀▄▄▄▄▄▄▄▀▀▀▀ ▀▀▀▄▄▄▄▄▄▄▄▄▀▀  diff --git a/ponies/bastionyorsets.pony b/ponies/bastionyorsets.pony deleted file mode 100644 index bf5bb35..0000000 --- a/ponies/bastionyorsets.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: yellow -FREE: no -GROUP: stallion -KIND: unicorn -LINK: regular -MANE: white -NAME: (not mentioned) -OTHER NAMES: Bastion Yorsets (unofficial), George Washingtony (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 39 -HEIGHT: 26 - - -$$$ -$balloon35$ - $\$ - $\$ - $\$ - ▄▀   - ▄▄▄▀▀▀▀▀▀▄▄▄▀▄ ▀  - ▄▀ ▄▄▄▄▀ ▀▄▄▄▀▄▀  -      ▄   ▄▀▄     -     ▄ ▀▄     ▀▄▄▀  -     ▀  ▀ ▀▄    - ▀▄ ▄▀    -   ▀   ▄▄▄ ▄    - ▀▄  ▀▀ ▀▄▄   - ▄▀▀▀▀▀▄▄ ▄▄▄   - ▄▀ ▄▀▀▀ ▀▄   ▀▀▄▀▀▀▀▀▀ ▀▀  -       ▄▀▀▄▄▀▀▀▀▄ ▄▄▄▄▀  ▄▀▄▀▄  - ▀▄   ▀   ▄▀▄▀▄▀▄▀▄ ▀▄▀▄▀▄▀▀  -           ▄     ▀▄▄▀▄  -       ▀▄ ▀ ▄▀▄      -     ▄▀ ▄  ▄  ▀▀   ▀▀▄▀  -          ▄▀▀      -  ▄ ▄▀    ▄▀        ▄  - ▀▄▀ ▄▀              - ▀▄▄▄▀        ▀▀▀▀▄ ▄  -    ▀▀▀   ▀▀▀▀▄▄▄   - ▀▄▄▄▄▄▄   ▀▀▀▀▀   diff --git a/ponies/bear.pony b/ponies/bear.pony deleted file mode 100644 index 441bee6..0000000 --- a/ponies/bear.pony +++ /dev/null @@ -1,85 +0,0 @@ -$$$ -APPEARANCE: S02E03 Lesson Zero -BALLOON: top -COAT: brown -DISPLAY: full, front, right -EYE: yellow -FREE: yes -GROUP: bear, wildlife -KIND: animal -LICENSE: CC0 -LINK: regular -NAME: (not mentioned) -POSE: eat -SOURCE: (screenshoot) -WIDTH: 87 -HEIGHT: 58 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon56$ - $\$ - $\$ - $\$ - ▄▀▀▀▄ ▄▄▄  - ▀▄▀▀▀▄▄▄▄▄     - ▄▄▄▀▀▀ ▀▀▀ ▄▄  - ▄▄▄▀▀ ▄▄▄▄▄  ▄  - ▄▄▄▀▀  ▄  ▀  - ▄▄▄▄ ▄▄▄▄ ▄▄▄▀▀▀▀ ▄▄▀▀ ▀▄▄  - ▄▀▄ ▀▀ ▀▀▀▀▀▄▄▄▄▄▄▄▄▀▀▀ ▄▀ ▀▀▄▄▄  - ▀▄ ▀▄   ▄ ▄▀▀▄▄▄▄  - ▄▄ ▀▀▀   ▀▄▄ ▀▄     - ▀▀▀▀ ▀▀▄▄ ▄     ▀▄ ▀▀▀  - ▄▀▀ ▀▀▄ ▀ ▀  ▀▀▀ ▀▄▄▄▀▀  - ▄▀ ▄ ▀▄ ▀▄ ▀ ▀ ▄▀▀▀▀▀▀▄▄▄▄▄▀  - ▀▄▀▀▄ ▀ ▄ ▄▄▀  - ▀▄▀▄▀ ▄ ▄▀▀▀  -   ▄ ▀▄ ▀ ▄▀  -  ▀  ▀▀   ▄▀  - ▄▀▀       -        -   ▀    -      -        -  ▀     ▀▄  -          -   ▀ ▄ ▄▀     ▄▄▄▄  -   ▀▀▄   ▀▄▄▄▄▄▄   ▄ ▀▀   -   ▀▄   ▀▀▀▀   ▄ ▀▀▄  - ▄▀   ▀▄ ▄▀▀▄     ▀▄▄▄    -   ▀▄ ▄ ▀▄ ▄▀ ▀▄ ▄▀▄ ▀▀▄▄ ▄▀  -   ▀▄ ▄ ▀   ▄▀      ▄▀  - ▄▀ ▀▄ ▀ ▀▄ ▄▀ ▀▄ ▄▄▀▀▀▀▀▀  -   ▀▄▄ ▀ ▀▀▄▄▄   ▄▄▄▀▀  -   ▀▀▄▄▄ ▄ ▀ ▀▄  - ▄▀ ▀▄▄▄▄ ▄ ▀▄ ▀▄  - ▄▀ ▀ ▀ ▀▀▀▀▀▄▄▄▄▄▄▄▄▄▀ ▀▄ ▀ ▀▄  - ▄▄▀ ▀ ▄▀ ▀▀▀ ▀▄  - ▀▀  ▀ ▄      - ▄▀       -   ▄▀ ▀▄  -        -        -   ▄▄▀ ▀     -   ▄ ▄▄▀▀▀ ▀▀      -   ▀ ▄ ▄▀ ▀▄    -   ▄     ▄▄▀▀▀▀▄  -   ▄   ▀▄ ▄▄▄▄▄ ▄▀▄ ▄▀ ▄▀▄   -   ▀▄ ▄▀ ▄    ▀▄▀   ▀ ▀▀ - ▄▀ ▄ ▀▄ ▀▄      ▀ ▄   ▄    - ▀▄ ▀▀▀▄ ▀▄▄▀  ▀  ▄  ▄▀  - ▀▄▄▄▄▄▀▄ ▀▄ ▄▀   ▀▄▄▄▄▀  - ▀▀▄▄▄ ▄ ▄▀ ▄▄▀▀  - ▀▀▀▀▀▄▄▄▄▄▄▄ ▀▄ ▄ ▄▄  ▀▀▄▄▄▄▄▄▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▄    ▄▀▀▀▀  - ▀▄  ▄▀▀▀  - ▀▀▀▀▀  diff --git a/ponies/beautybrass.pony b/ponies/beautybrass.pony deleted file mode 100644 index b538e5f..0000000 --- a/ponies/beautybrass.pony +++ /dev/null @@ -1,52 +0,0 @@ -$$$ -APPEARANCE: S01E26 The Best Night Ever -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: closed, purple -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Beauty Brass (unofficial) -POSE: play -SOURCE: (asluc96) Desktop ponies -WIDTH: 39 -HEIGHT: 32 - - -$$$ -$balloon22$ - $\$ - $\$ - $\$ - ▄▀▄  -   ▀▄  -    ▄  -   ▀▄▀▄  -     ▀▀▄▄  -   ▀▀   ▀▀▀▄▄▄  - ▄▄▄▄▄▄   ▀ ▄▄ ▀    -   ▄▄▀▀▄▄     ▀▀    -   ▄▀ ▄▀▀▄     ▀   -   ▄▀ ▄▄ ▀      ▄▀   -  ▄      ▀    ▄   ▄▀▄▄▄    - ▀▄▀▀ ▄▀ ▀      ▄ ▀ ▀▄    - ▄▄▄ ▀     ▄▀      - ▄  ▄  ▄▀    ▄▄▀▀▄    - ▄▄▀  ▀▀▀▀▄ ▀   ▀▄    ▄▄     -      ▀▄  ▀▄   ▄▀   - ▄▀▀▄▀▀▀▀▀▀ ▀▀▄  ▀▄ ▀ ▀▄ ▀▀▄ ▀▄    -    ▀  ▄▀ ▄▄▀ ▄▄▄   ▀▄▀▄▀ ▄▀ ▄▀  - ▀▄▄▀▀▄▄   ▀▀      ▄ ▀▄ ▀▀  - ▀▀▄▄▀▀▀  ▄▀▄▀    ▄▀    - ▀▀▀▄▄▀    ▀▄▀▄ ▀▄▀    -      ▄▀▄▄▀▀▄ ▀▄    ▄▄   -      ▀   ▀▄▄   ▄▀ ▀▄    -           ▀▄▀ ▀▀▀▀  - ▄▀            -           ▀▄  - ▀▀ ▄ ▀▀ ▀▀▀     - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/berrydreams.pony b/ponies/berrydreams.pony deleted file mode 120000 index 7b3d520..0000000 --- a/ponies/berrydreams.pony +++ /dev/null @@ -1 +0,0 @@ -./blueberry.pony \ No newline at end of file diff --git a/ponies/berrypinch.pony b/ponies/berrypinch.pony deleted file mode 120000 index 0e63199..0000000 --- a/ponies/berrypinch.pony +++ /dev/null @@ -1 +0,0 @@ -./ruby.pony \ No newline at end of file diff --git a/ponies/berrypunch.pony b/ponies/berrypunch.pony deleted file mode 100644 index 9405a88..0000000 --- a/ponies/berrypunch.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: purple -NAME: (not mentioned) -OTHER NAMES: Berry Punch (unofficial) -POSE: stand -SOURCE: (CANDYBAG, vulcan569/james569, Azure Fang) Desktop ponies -WIDTH: 45 -HEIGHT: 26 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▀▀▄▄▄  - ▀▄▄▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄  - ▄▄▀▄▄▀▀▄▄▀▀▄▀▄▄▄▀▀▄  - ▀▄▀ ▄▄▀▄▄▀▀▀▀▀▀▀▄▄▄  - ▄▄▄▀▀▄▄▄▀▄▀▀▀▀▄▀▄  - ▄▄▀▄▄▀▄▄▀▄▄▀▀▄▀▀▄ ▄▄▄▀▀▀▄  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▀▀▄ ▄▄▀▀▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▄▄▀▀▀▀▀▀▄▀▀▀▀ ▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄  - ▀▄▀▄▀▀▀▀▀▀▀▀▄▄▀▀▀▄ ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▄  - ▀▀▀▀▀▀▄▀▄▄▀▀▀▀▀▄▄▄▄▄▄▄ ▀▄▀▀▀▀▀▀▄▄▄ - ▄▄▄▄▀▀▄▄▀▄▀▄▄▀▄▀▄ ▄▀▀▀▀▀▀▀▀▀▄ - ▀▄▀▀▀▀▄▀▀▀▀▄▀▄▀▀▄ ▄▀▀▀▀▀▀▀▄▄▄  - ▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀ ▄▀▀▀▀▀▄▄▀▀▀▀  - ▄▀▄▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▄▀▀▄▀▀▀▀  - ▄▄▄▄▀▄ ▀▄▀▄▄▀▀▄ ▀▀▄▀▀▀▀▀▄  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▄ ▄▄▀▄▄▀▀▀▀▄  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄▀▄▀▀▄▀▀▄▀▀▄  - ▄▀▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▄ ▀▄▀▄▀▄▄▀  - ▄▀▀▀▄▀▀▀▄ ▄▀▀▄▄▀▀▀▄ ▀  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/bigmac.pony b/ponies/bigmac.pony deleted file mode 100644 index 3d4b25b..0000000 --- a/ponies/bigmac.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: red -DISPLAY: full, left -EYE: green -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: brown -NAME: Big McIntosh -OTHER NAMES: Big Mac (sometimes), Big Macintosh (sometimes), Mac (rarely but mentioned) -POSE: stand -SOURCE: (Bot-chan) desktop ponies -WIDTH: 49 -HEIGHT: 27 - - -$$$ -$balloon11$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄▄  - ▀▄▄▄▀▀▀▀▀▀▄▄▄▀▀  - ▄▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▄  - ▄▀▀▄▀▀▀▀▀▄▄▄▄▄▀▀▀▄  - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▀▄▄▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▄▀▄▄▀▄▀▀▀▄▄▄  - ▄▄▀▀▀▀▀▄▄▀▄▄▀▀▀▀▄▀▄▄ ▄▀ ▄▄▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▀ ▄▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▄▀▀▀▄▄▄▄▄▄▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▀▀▄  - ▄▄▀▀ ▄▄▀▀▀▄▀▄▀▄▄▄▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▀▀▀▀▄ - ▄▀ ▄▄▀▀▀▄▀▀▀▄▄▄▄▀▀▀▀▀▀▄▄▀▀▄ ▀▄▀▀▀▀▄ - ▀▄▄ ▄▄▀▄▄▄▀▄▀▀▄▄▀▀▀▄▀▀▀▀▀▀▄▄ ▄▀▀▀▄▀▀ - ▀ ▄▄▀▀▀▀▀▀▀▄▀▀▀▀▄▄▀▄▄▄▄▀▀▄ ▄▀▄▄▀  - ▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▄ ▀▀▀  - ▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▀▀▄ ▄▄▄▄▀▀▀▀▀▄  - ▄▀▄▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▀▄  - ▄▄▄▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▀▀▄  - ▄▀▄▀▄▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▀▀▄  - ▄▀▄▄▀▀▀▀▀▀▄ ▄▀▀▄▄▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▀  - diff --git a/ponies/bigmacsleep.pony b/ponies/bigmacsleep.pony deleted file mode 100644 index 3b20f71..0000000 --- a/ponies/bigmacsleep.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: red -DISPLAY: full, right -EYE: green -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: brown -MASTER: bigmac -NAME: Big McIntosh -OTHER NAMES: Big Mac (sometimes), Big Macintosh (sometimes), Mac (rarely but mentioned) -POSE: sleep -SOURCE: (Anonycat, StarStep) Desktop ponies -WIDTH: 51 -HEIGHT: 19 - - -$$$ -$balloon24$ - $\$ - $\$ - $\$ - ▄▀ ▄ ▄▀ ▄▄▄▄▄▄▄  -  ▄▄ ▀▄  ▀▄▄ ▀ ▀ ▄▄  ▄▄  - ▄▄▄▄▄ ▄▄▄▀▄ ▀▄▄   ▄▀  ▀ ▀▄ ▀▀▄     - ▄▄▀▀ ▀▀▄ ▀▀ ▄▀ ▀▄▀▄▄▀▀ ▄▄▀   ▄▀▀   ▄   - ▄▀ ▄▄▀▀▀▀▄▄▄▄▄▀▄▀▄ ▀▄ ▄   ▄▀ ▄▄    ▄▄▀▀▀      - ▄▀ ▄▀ ▄▄▀▀▀▀  ▄▄    ▄▄▄▀    ▀▄▄  ▀▄▀▀ ▀▀ -   ▄ ▀▄    ▄ ▀        ▄▀ ▀▀ ▀▀▄    -    ▄ ▀▀   ▄▀▀▀▄     ▄▀  ▄▀        - ▀▄   ▄      ▀▀  ▄ ▄▄      ▀ ▀ ▀▀▀▄    - ▀▄ ▀▄    ▄ ▀ ▀ ▄ ▄ ▀▄ ▀▄   ▄ ▀ ▄▀  - ▀ ▀▄   ▄▀ ▀▀▄▄ ▀ ▀▄▄▄▄ ▀▀▀▀▀ ▀▀▄▄▄ ▄  - ▀▄   ▀ ▀▄ ▄▀▀ ▀▀ ▀▀ ▄▀  - ▀▄▄▄ ▄  ▀▄▄  ▄▄ ▄ ▀▄ ▄▄▀   - ▀▄▀▀▀ ▄▄▄▄▀  ▀ ▀▄▀▀▄▀▄▄▄▀▄▀▀ ▄▄▀  - ▀▀▀▀ ▀▀▀▄▄▄▄▄▀▀ ▀▀▀▀  diff --git a/ponies/billneigh.pony b/ponies/billneigh.pony deleted file mode 100644 index d6b5168..0000000 --- a/ponies/billneigh.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S03E01 The Crystal Empire [Part 1] -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: green -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: white -NAME: (not mentioned) -OTHER NAMES: Bill Neigh (unofficial), Professor (on credits) -POSE: stand -SOURCE: [jristz] -WIDTH: 39 -HEIGHT: 26 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▄▀ ▄▄▄▀  - ▄▄▀ ▀▀ ▀▄▄▄  - ▄▀  ▄▄▀ ▀▄  -     ▄▀▄ ▀▄  -   ▄▄▀▀▀▀      ▄▀▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄    - ▀▄▄  ▄▄▄▄  ▀▀▀▀  ▄▀ ▄▀  -   ▀▄▀     ▄▀▄   ▄▄▀▀▄  -  ▀▄▄▄▀  ▀▀ ▄▀ ▀▄▄  -▀▄▄▀ ▄ ▄   ▀▄ ▀  - ▀▀▀▀▀▀ ▀ ▄▄▄▄▄▄ ▄▄▄▄  ▄▀▄ ▀▄  - ▄▀▄ ▄▀▀ ▄▀   ▄ ▄  ▀  ▀ -   ▄▀▀▄   ▄   ▄▄▄  ▀   ▄ ▄▀  - ▀▀▄  ▄ ▀   ▀ ▄    ▀▀    - ▀▄▄▄ ▀ ▀▄   ▀  -    ▀▀▄▄ ▀ ▀▀▄  -   ▄   ▀▄    -            - ▄  ▄     ▀▄  -  ▄ ▀▀▀   ▄▀      - ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▄    - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/blaze.pony b/ponies/blaze.pony deleted file mode 100644 index 444f313..0000000 --- a/ponies/blaze.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E03 Ticket Master -BALLOON: top -COAT: yellow -DISPLAY: full, left -FREE: no -GROUP: mare, wonderbolt -KIND: pegasus -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Blaze (unofficial) -POSE: fly -SOURCE: [jristz] -WIDTH: 53 -HEIGHT: 20 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - ▄▄▀ ▄▄▄▄▄  - ▄▄▀▄▀ ▄▀▀ ▄ ▄▄▄▄▄ ▄  ▄▄  - ▄▀ ▀▀    ▄    - ▀▄ ▄▄▄▄▄▄▄▄▄ ▀▀▀    ▄▀  - ▄▀ ▀ ▀▀▄     ▄▀▄▄ ▄  ▄▄▄▄▄▄▄  - ▄▀ ▄▄▄▄ ▀▄ ▀▄▄▀ ▀         ▄▄ ▀▀▄  -   ▄▀ ▄▄▀ ▄▄▄▄▄▀   ▄      ▀ ▄▄▄ ▄ - ▄▄▄ ▄ ▀  ▄▄▄▄▄▄▀    ▀ ▄ ▀▄▄▄▄ ▄▀ ▄▀▀▀  - ▄▀▄ ▀▄▄▀  ▀▄▄▄▄   ▀  ▀▄ ▀▀▀ ▄▄▀  -▀▄     ▄ ▀  ▄ ▄▄▀▀  - ▀▀▀▀▀▀ ▀▄▄ ▀▀▀  ▀  ▀▄▄▄ ▄▀  - ▄▄▄▄▄▄▄▄  ▀▀▄ ▄ ▀   ▄ ▀▀▀▀▀▀  -▀▄   ▄▄▄  ▀▀▄▄▄ ▀▀▀ ▀ ▀ ▀▄▄  - ▀▀▀▀       ▀▀▄▀ ▀▀ ▀▀▄▄▄  - ▀▄▀ ▄▀ ▀▀▀▀ ▀▀▄      - ▀▄▀ ▀▄▄ ▀▀▄▄   diff --git a/ponies/blinkie.pony b/ponies/blinkie.pony deleted file mode 100644 index c55a51a..0000000 --- a/ponies/blinkie.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: grey -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: grey -NAME: (not mentioned) -OTHER NAMES: Blinkie Pie (unofficial) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 31 -HEIGHT: 20 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▄▄▀▄  - ▄▀▄▀▀▄▄▀▄▄▀▄▄▀▄▄  -▄▀▀▄▄▀▄▄▀▄▄▀▄▄▀▄▄▄  -▄▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▄▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▄▀▄▀▄▀▄▀▄▄▀▀▄▀▄▄▄  - ▄▀▄▄▄▀▀▀▀▀▄▄▄▄▄▀▄▀▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀ ▄▄▄▄  - ▄▄▀▄▄▀▀▀▀▀▄▀▀▀▀▀ ▄▀▄▄▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▄▄▀▀▀▄▀▄▀▀▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▄▀▀▄ - ▄▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▀▄▄▀▄ - ▄▄▄▄▀▀▀▀▄▀▀▀▄ ▀▀▀▀▀▀▀ - ▄▀▄▀▀▀▄ ▄▄▄▄▀▀▄  - ▄▀▄▄▀▀▄ ▄▀▄▄▀▀▄  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/blossomforth.pony b/ponies/blossomforth.pony deleted file mode 100644 index 0d1fe07..0000000 --- a/ponies/blossomforth.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S02E22 Hurricane Fluttershy -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: green (ponysay), blue (source) -FREE: no -GROUP: mare, background -KIND: pegasus -LINK: regular -MANE: pink, green -NAME: Blossomforth -POSE: trot -SOURCE: (fanofetcetera) Desktop ponies -WIDTH: 51 -HEIGHT: 24 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄▄ ▄  - ▄▄▀▀▄▄▀▀▀▀▀▄▀▀▀▄    - ▀▀▄ ▀▀  ▄  ▄    - ▄▄▀▀ ▄▄▀ ▀▄      ▀▄  - ▀▀▀▀▀▄ ▀▀▀▀▀▀ ▄ ▀   -   ▄ ▄▀ ▄▄ ▄▀ ▄▀▄▄  -    ▀▀  ▄▀ ▄     ▀▄ ▄▄▀▀▀▀▀▀▀▄▄▄  -  ▄▀  ▀ ▄▀▄▀▄   ▀▄   ▄▀ ▄▄▄▄▄▄ ▀▄  - ▀▄   ▄▄     ▄▄ ▀▄ ▀▀▀▀▀ ▀ ▀▄▀  - ▄▄▄▄▄▄      ▀▄▄ ▀▄▄▀▀▄ ▀     - ▀ ▀▀ ▀▀   ▄▀  ▄▄▄▄          - ▀ ▀▄   ▀▄▄▄▄  ▄   ▄▀ ▀  ▀▄  - ▀▄ ▀▄▄▄▄▄▀ ▀▀▀▄ ▄ ▀▀ ▄   ▀▄  - ▀  ▄▄ ▀  ▄▄▄      ▄  ▀ -     ▀▄ ▀▄ ▀▄    ▀▄ ▄▀  -       ▄▀  ▀▄ ▀ ▀  ▀▄  -    ▀▄     ▀▄   ▀▄ ▀▄  - ▄▀▀▄     ▀▄▄▀ ▀▀▀▀▀▀▀ -   ▀▄▄▄▀ ▀    - ▀▀▀▀▀ ▀▀▄▄▄   diff --git a/ponies/blueballblitz.pony b/ponies/blueballblitz.pony deleted file mode 100644 index ae0e275..0000000 --- a/ponies/blueballblitz.pony +++ /dev/null @@ -1,27 +0,0 @@ -$balloon11$ - $\$ - $\$ - $\$ - ▄▄▄▀▄ ▄  - ▄▀▀ ▀▄▀▄▀  ▄   - ▄▀ ▀▀ ▀▀▀▄▄  ▄▄ ▄  - ▄   ▄▀▀ ▀▀ ▀▄ ▄▀    - ▀▀▀▀▄ ▀▀▀▀▀▄▀  ▄  ▄ ▄▄▄  - ▄▀▀▀ ▄▀▀▄▄ ▄▄▄▄    ▄▄ ▄▀  ▄▀   -   ▀▀ ▀▀▄▀▄▀▄▀▄▄▀▄ ▀ ▄       -   ▀▀▀▀   ▀▀▄   ▄▄ ▀▀▄ ▀▄ ▀▄    -     ▄   ▄ ▄ ▄▄ ▀▀▄▄   ▄▀   ▀   - ▀▀▄     ▄ ▄▄▄▄▄▀     ▀ ▀▀▄ ▀▀  - ▀ ▀▀▄▄▀▀ ▄ ▀▄▄▄ ▄   ▀▄▄▀ ▄▀▄  - ▀ ▀▄  ▀▀▀▀▀▀▀▀▀▄  ▄ ▄ ▄  ▀▄▄▀ ▀▄▀▄  - ▀    ▄   ▀▄▄ ▀ ▄▀ ▄   ▀▄ ▄  -   ▄▀▄▀▄▄  ▄  ▀▄ ▀ ▄▀ ▀ ▀▄▄ ▄  -  ▄▄▄▀▄ ▄▀ ▀▄  ▀ ▀ ▀▄ ▄  ▀▄ ▀ - ▄▄ ▀▀ ▀▀ ▀   ▀  ▄▀▀▄ ▄▀▀▄ -   ▄▀  ▀▀▀▀▀▄   ▀ ▀ ▀  -     ▀ ▀▀▀  ▄▀ ▀▀   -  ▀  ▀▄ ▀▄ ▀▀▄ ▀▄  - ▀         ▄  - ▀▄   ▀▄▄▄▀    - ▀ ▀▄ ▄▀  - ▀▀  diff --git a/ponies/blueberry.pony b/ponies/blueberry.pony deleted file mode 100644 index 29c0b39..0000000 --- a/ponies/blueberry.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E13 Fall Weather Friends -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Berry Dreams (official, toy line), Blue berry (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 45 -HEIGHT: 25 - - -$$$ -$balloon4$ - $\$ - $\$ - $\$ - ▄▀▀▀▄▄▄  - ▀▄▄ ▀▄  - ▄▀▀ ▄ ▀ ▄ ▄▄▄  -     ▀▄▄ ▀▄    ▀▄  - ▀▄▀     ▀▀ ▀▀      - ▄▄▄ ▄▀▄  -    ▄▄▄▀▀▄ ▄▀   ▄▄▄▀▀▀▄  -    ▄   ▄ ▀▄   ▄▄▀▀ ▄▄▄▀▄▄  -  ▄ ▄▄ ▀ ▄▀ ▄▀ ▄▀ ▀▄ ▀▄  - ▀▄    ▀▄ ▄▀ ▄▀▀▀▄▄ ▀▄    - ▀▀▀▀▀    ▄ ▄ ▀▄▄▄▄▄▄  ▀▄ ▄     -     ▄   ▀▄▀▄▄▀▄▀▄ ▄▀ ▀   - ▀▄ ▀ ▀▄▀ ▀▄▀▄▀   ▄▀ ▄      - ▀▄   ▄▀ ▄▀ ▄   ▄▀  -  ▀ ▀▀▀▀ ▀  ▄   ▄▀▄▄▀ ▄▀  -       ▀▄▀    ▀     - ▄▀▄▀             ▄ ▀▄  -            ▀▄▀  ▀▄ ▀▄  - ▄  ▄▀         ▀▄  ▀▄▄▀  -  ▀▀     ▀▀    ▀  -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/blueberrycake.pony b/ponies/blueberrycake.pony deleted file mode 100644 index 2e9b75d..0000000 --- a/ponies/blueberrycake.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: green -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: purple -NAME: (not mentioned) -OTHER NAMES: BlueBerry Cake (unofficial) -POSE: disguised -SOURCE: [jristz] -WIDTH: 47 -HEIGHT: 24 - - -$$$ -$balloon31$ - $\$ - $\$ - $\$ - ▄ ▄▄▄ ▄▀▀▀▄ ▄  - ▄ ▀▄▄▀  ▀▄▄▀  ▄▄▀  - ▀ ▀▄     ▀▀▄ ▄▄▄  - ▄▄▀▀   ▀  ▀▀ ▀▄▀▄ - ▄  ▄▄ ▀▄▀▀▄▀ ▄▄▄▄▄▄▀▀▄▄▀  -   ▀▀ ▀  ▄   ▄  ▄▄▀    - ▀▄     ▀▀▄▄▀▀ ▀▄  ▀▄  - ▄ ▀ ▀▀▀▄ ▀▀▀▀ ▀  ▄▀▀▄▄▀▀  - ▄▀ ▀▄▀    ▄ ▄▄▄▄ ▀▄▀ ▄  - ▄ ▄     ▄        - ▀ ▀▄▄▄ ▀▄ ▀   ▀▀▄▄ ▄  ▄  - ▄ ▀ ▀ ▄▄▄▄ ▄▀ ▀▄▄▀▀▄ ▀▀ ▄    - ▀▄  ▄ ▄ ▀▀▀▀▀ ▀▀▀▀▀ ▀▀▀▄▄▄▄▄ ▀▀  - ▄▀   ▄ ▄  ▄▄▄▄▀▀▀▀▀▄▄▄▄▄▄▄▄   - ▄ ▄ ▀  ▀ ▀   ▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄    - ▀ ▀ ▀▄▄▀▀▄ ▀ ▀   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀    -  ▀▀▀▀▀▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀ ▄▀       ▀▄▀▄  -    ▀     ▀   - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/blueblood.pony b/ponies/blueblood.pony deleted file mode 100644 index 3a7f972..0000000 --- a/ponies/blueblood.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S01E03 Ticket Master -BALLOON: top -COAT: white -DISPLAY: full, left, turned -EYE: blue -FREE: no -GROUP: stallion, royal -KIND: unicorn -LINK: regular -MANE: yellow -NAME: Prince Blueblood -OTHER NAMES: Blueblood (official, without title) -POSE: watch -SOURCE: [jristz] -WIDTH: 42 -HEIGHT: 29 - -The author of this pony [jristz] not like blueblood... this is why not look soo good -aditionaly I not going to make it look good, you only possibility is making another Blueblood -and submit to upstream, I going to add it as soon as possible. -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▀▄  -  ▄   - ▄▄▄ ▄▄ ▄ ▄▄▄▄  -      ▄▄▄  ▄    -   ▄   ▀▄  ▀▄ ▀▄    -   ▀   ▀▄  ▀▄      - ▀▄ ▄▀▀  ▀▄▀▄ ▀ ▄▀   -  ▄  ▀▄▄  ▀▄  ▀ ▄▀▄  - ▀▄ ▄▀    - ▀▄ ▀ ▀ ▄▀▄▀▄  ▄▀▀▀▀▀▀▄  - ▄▀ ▀▀▀ ▄▀▄▀▄▀  ▄▄▄▄▄▄▄▄ ▀▄▄▄▄▄▄▀▄▄  -  ▄▄▄▄▄▄▄▀▄ ▄▀  ▄ ▀▄▄▀▀▀▀▄      -    ▀▄▀ ▄ ▄▄▀ ▀ ▄    ▄▀▄▀▀▄ ▀▄ ▀▄▀▄ - ▀▄▀▄▀▄▀▄ ▄ ▀▀▀▀▄▄▄    ▀       - ▀ ▀▀▀   ▀▀▀▄▄▄▄          - ▀▄   ▀    ▀▄▀     - ▄   ▀ ▄ ▀ ▀ ▀▄ ▀▄     -      ▀▄▀  ▀▄   ▀▄   -        ▀▄         -          ▀▄ ▄▀ ▄▀   - ▄      ▀    ▀▄ ▀▀▄▄▀  -    ▀▄      ▀▀▄ ▀▄ ▀▀▀  - ▀▀▄ ▀▀▀▀ ▀▀▀  ▀▀   - ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀  - diff --git a/ponies/blueharvest.pony b/ponies/blueharvest.pony deleted file mode 100644 index ccdb0e8..0000000 --- a/ponies/blueharvest.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S02E06 The Cutie Pox -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Blue Harvest (unofficial) -POSE: hazmat -SOURCE: [jristz] -WIDTH: 45 -HEIGHT: 25 - - -$$$ -$balloon4$ - $\$ - $\$ - $\$ - ▄ ▄▄▄  - ▀ ▄  - ▄ ▄ ▄▄▄  -    ▀▄  - ▀ ▀   ▀▀ ▀▀      - ▄▄▄ ▄ ▄  -    ▄▄▄▀▀▄ ▄  ▄▄▄ ▄  -    ▄ ▄ ▄ ▀  ▄▄ ▄▄  -  ▄ ▄▄ ▀ ▄ ▀ ▄ ▄  - ▀▄   ▄ ▄ ▀▀▀   - ▀▀▀▀▀   ▀▀▀▀▀▀  ▀  -    ▄ ▄ ▀▀▀▀▄ ▄  - ▀▄▀▀ ▀ ▀   ▀    ▄   - ▄▄▄▄▄▄▄▄▄ ▀   ▀ ▀▄▀ ▄ ▀  -  ▄ ▀ ▀▄ ▄▄▄▄ ▀  ▄  ▀  -    ▄▄▄▄▄▄        ▀▄▀    ▀   -    ▄▄▄▄▄▄ ▄▀▄▀          ▄  -   ▄▄▄▀▄▄            ▀ ▀ ▄  -   ▄  ▄▀         ▀ ▀ ▀  - ▀▀▀▀▀▀▀ ▀▀     ▀▀    ▀  -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/blues.pony b/ponies/blues.pony deleted file mode 100644 index 630ed24..0000000 --- a/ponies/blues.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E11 Winter Wrap Up -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: stallion -KIND: earth, background -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Noteworthy (unofficial, toy line), Blues (unofficial) -POSE: play -SOURCE: (Anonycat, StarStep) Desktop ponies -WIDTH: 49 -HEIGHT: 25 - - -$$$ -$balloon23$ - $\$ - $\$ - $\$ - ▄▀▀▀▄▄▄▄  - ▄▀▀▀▀▀▄▀▀▄▄▄▄  - ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▄▄▀▀▀▄▀▀▀▀▀▄▀▄▀  - ▄▄▀▀▀▀▀▀▀▄▄▄▄▀▀▀▀▄  - ▄▄▀▀▀▀▄▄▀▄▄▄▄▀▀▀▀▀▀  - ▄▄▀▀▀▀▄▀▀▄▄▀▀▀▄▀▀▀▄▄▄▄  - ▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄▄▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄ ▄▀▀▀ - ▀▄▀▀▀▀▀▀▀▄▀▀ ▄▄▄▄▀ ▄▀ ▄ - ▄▀▄▀▀▀▀▀▄▄▄▄▄▄▄ ▄▀▄▄▀▀▄ ▀▀ ▄▀ - ▄▄▄▄▀▀▄ ▄▀▀▄▀▄▀▀▀▀▄▄▀▀▀▀▄▄▄▄▀▄▄▀▄▄  - ▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▄▀▄▀▀▄▄  - ▄▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▄▄▄▀  - ▄▀▀▀▀▀▀▀▀▀ ▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▄▀▀▄▀▀  - ▄▀▄▀▀▀▀▄ ▄▄▀▀▄▀▄▀▀▀▀▀▀▄ ▀▄▄▄▄▄▀▀  - ▀ ▄▄▀▄▀▄ ▄▄▄▄▀▀▄▄▄▄▄▄▄▀▄  - ▀▄▀▄ ▀▀ ▄▄▄▀▀▀▀▀▀▀▀▀▄▀▄  - ▀▄▀ ▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀  - ▀ ▀▀ ▀▄▄▄▄▄▀  - diff --git a/ponies/bonbon.pony b/ponies/bonbon.pony deleted file mode 100644 index 702109a..0000000 --- a/ponies/bonbon.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: beige -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: blue -NAME: Bon Bon (Gameloft game) -OTHER NAMES: Sweetie Drops (official) -POSE: sleep -SOURCE: (Jay Wright, Starly) Desktop ponies -WIDTH: 42 -HEIGHT: 27 - - -$$$ -$balloon15$ - $\$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▄▄▄▄▄▄ - $\$ ▄▄▄▄▄▄▄▄ ▄▄▄▄▄  - $\$ ▄▄▄   ▄ ▄▄▄▄   - $\$     ▄▄▄ ▄▄▄ ▄▄▀ -   ▄ ▄▄▄▄ -    ▄  -     ▄ ▄  -     ▄▄▄▄▄ ▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄     ▀ - ▄▄▄ ▄▀▄▄▄▄▄ ▄ ▄▄▄▄  ▄▄  ▀▀▀ -       ▄▄  ▄▄   ▄▄▄▄  ▄  ▄▄ -     ▄▄ ▄▄▄ ▄▄▄▄▄▄▄▄ ▄▄   -     ▄▄▄▄▄▄▄▄  ▄▄▄▄▄  ▀▀▀▀ -     ▄▄▄▄▀▀▀▀ ▀▀▀▀▀ - ▄ ▄▄▄▄ ▄▄▄▄▄▄ - ▀▄▄▄ ▄▄▄  ▄   - ▀▀▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ - ▀▀▄▄▄▄▄▄▄▄▄▄   -   ▄       - ▀▄ ▄▀▀▀▀▀ - ▀▀▀ - \ No newline at end of file diff --git a/ponies/bonbonlyra.pony b/ponies/bonbonlyra.pony deleted file mode 120000 index 8a478f8..0000000 --- a/ponies/bonbonlyra.pony +++ /dev/null @@ -1 +0,0 @@ -./lyrabonbon.pony \ No newline at end of file diff --git a/ponies/bonbonstand.pony b/ponies/bonbonstand.pony deleted file mode 100644 index c1f3df3..0000000 --- a/ponies/bonbonstand.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: beige -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, background, voiced -KIND: earth -LINK: regular -MANE: pink -NAME: Bon Bon (unofficial, but FAR more used) -OTHER NAMES: Sweetie Drops (official) -POSE: stand -SOURCE: (Jay wright, Starly) Desktop ponies -WIDTH: 52 -HEIGHT: 26 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▀▄▄  - ▄▀▀▄▀▀▀▀▄ ▀▄▄▄▄▄  -     ▄▀ ▄     - ▀▄ ▀▀▄▄▄▄▄▄ ▀▀ ▄    - ▀▀▄▄▄▄▄▀▄▄ ▄ ▀    -   ▄▀▄ ▀▄▄ ▄   -    ▀▀  ▄  ▄▄  - ▄   ▀  ▀ ▄▀   ▄▄▀▀▀▀▀▄▄  -   ▄ ▀▀▀     ▄▀ ▄▄▀▀▄▄ ▀▄▄  - ▀▀▄▄▄▄▄▄ ▀ ▄ ▄ ▄▀▄  ▄▄▄   ▀▄▄  -   ▄▀▄▀  ▄▄▄▄▄▄▄▀   ▀▄ ▀▄▀▄  -     ▀▄▄▀   ▀▀ ▀▄     ▀▄    - ▀▄ ▀▄▄▄▄▀ ▀▀     ▄       - ▀▄ ▄ ▀▀ ▄▀   ▄▀     ▀▄  -  ▀ ▀▀▀▀ ▀  ▄   ▀▄▀         -       ▀▄▀    ▀▄▄▄▄▀     ▄  - ▄▀▄▀           ▄▀▄▀   -               ▄▀▀▄▀▄▀▄   - ▄  ▄▀             ▄ ▀▄▀▀▀  -  ▀▀     ▀▀    ▀▄ ▀▀    -  ▀▀▀▀   ▀▀▀▀  ▀▀▀▀▀▀  - diff --git a/ponies/bonvoyage.pony b/ponies/bonvoyage.pony deleted file mode 100644 index f35dc4f..0000000 --- a/ponies/bonvoyage.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S02E22 Hurrican Fluttershy -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: pink -FREE: no -GROUP: mare, background -KIND: pegasus -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Bon Voyage (unofficial) -POSE: fly -SOURCE: [jristz] -WIDTH: 49 -HEIGHT: 20 - - -$$$ -$balloon$ -$\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▀▄  ▄▄ ▄ ▄▀▀▄ ▄▄▄  -▄▀ ▀▀▀ ▀▄  ▀▄▀ ▀▄ ▀ ▄    -  ▄  ▀▀ ▀▄▄▄▄▀ ▀▄    ▄ ▀▀  - ▀ ▀▀▄▄ ▀▄▀▀▀  ▀▄▄▀    ▄ ▀   -   ▀▀▀▀ ▄▄▄ ▄▄▀▄▄ ▀▀▄ ▀▀  -    ▄▄▄▄▄▄   ▀▄▄  ▀  ▀  ▄▄▄▄▄▄▄▄  -▄   ▀ ▄▀▄ ▀▄▄ ▄▄  ▄  ▄  ▄▄▀▀ ▀▀▄  -  ▄ ▀▀▀▀▀▀▀   ▀▀▄▄▄▄▄▄▄▄ ▀▄  - ▀▀▄▄▄▄▄▄▄▄▄ ▀ ▀▀▄▄ ▀▄▀ ▀▄▄▄▄ ▀▀▄ -▄▄▄▄▄▄▄▄▄ ▄▄▄▀▀  ▄▄▄   ▀▀▀▄▄▄▄▄▀▀  -    ▄▄ ▀   ▄ ▀▀  ▄▄  - ▀▄▄▄▄▀▀▀  ▀ ▀▀▀▀▀▀▀▀▀▄ ▀▀▄▄▄▄  -     ▀▀▄▄▄▄▄▀▀    - ▀▄   ▀▄ ▄▀▀    - ▀ ▀▀▀ ▀▀▀  - diff --git a/ponies/boxxy.pony b/ponies/boxxy.pony deleted file mode 100644 index c27dcbe..0000000 --- a/ponies/boxxy.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E15 Feeling Pinkie Keen -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: stallion, background, voiced -KIND: pegasus -LINK: regular -MANE: beige -NAME: (not mentioned) -OTHER NAMES: Crafty Crate (unofficial), Boxxy Brown (unofficial), Pete (unofficial) -POSE: fly -SOURCE: (Bot-Chan) Desktop ponies -WIDTH: 48 -HEIGHT: 28 - - -$$$ -$balloon26$ - $\$ - $\$ - $\$ - $\$ ▄▄▀▀▄  - ▄▀▀▀▀▀▀▀▄  - ▄ ▄▀▄▄▀▀▀▀▀▀▀▀▀▀  - ▄▄ ▄▄▀▄ ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀ ▄▄▀▄ ▄▀▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀  - ▀▄▀▀▀▀▀▀▄ ▄▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▀▄▀▄▄▄▀▀▄▀▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀ - ▄▄▀▀▄▀▄▀▀▀▄▄▀▀▄▄▀▀▀▄▄▀▀▀▀▀▄▀▀▄  - ▀▄▀▀▄▀▀▀▀▀▀▄▀▀▄▄▀▀▀▀▄▀▀▄▀▀▀▀▄  - ▀▄▄▀▄▀▄▀▀▄▀▄▄▀▀▄▀▄▄▀▀▀▀▀▀▀▀▀  - ▄▄▄▄▄ ▄▀▀▀▀▀▀▀▀▄▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▀▀▄ ▀▀▄▄▀▄▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▄▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▄▄▀▀  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▄▀▀ ▄▄▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄  - ▀ ▄▄▄ ▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀ ▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▄  - ▀ ▄▄▀▀▀▀▄▄▀▄ ▀▀▄▄▄▀▀▀▀▀▄▄▀▀  - ▄▀▀▀▀▀▀▀▄▄▀▀▄ ▄▀▀▀▀▀▀▄▄▄  - ▄▄▀▀▀▀▀▀▀▄▀▀▄ ▄▀▀▀▀▀▀▄▄▄  - ▄▄▀▀▀▀▀▀▄▀▀▀ ▄▄▀▀▀▀▀▄▀  - ▀▄▀▀▀▀▄▄▀▀ ▀▄▀▀▀▀  - ▀▀ ▀▀  diff --git a/ponies/braeburn.pony b/ponies/braeburn.pony deleted file mode 100644 index d029669..0000000 --- a/ponies/braeburn.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E21 Over a Barrel -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: green -FREE: no -GROUP: unicorn -KIND: earth -LINK: regular -MANE: brown -NAME: Braeburn -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 47 -HEIGHT: 25 - - -$$$ -$balloon6$ - $\$ ▄▀▀▄  - $\$ ▄▄▄▀▀▀▀▀▀▀▄  - $\$ ▄▀▀▀▀▀▄▄▄▄▄▀▄  - $\$ ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▄▄▀▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▄▄▄▄▄▀  - ▄▀▀▀▀▀▀▀▄▄▄▄▄▀▀▀▄▀▀▀▄  - ▀▄▀▄▀▄▀▄▄▄▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▄▄▄▄▀▄▄▀▀▄▄▀▀▄  - ▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▀▀▄▀▄ ▄▄▄▄▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▄▄▀▄▀ ▄▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▄▀▀▄▀▄▀▀▄▄ ▀ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▄▄▀▀▄▄▄▄▄▄▄▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄  - ▀▄▄▄▀▀▀▄▄▀▄▄▀▀▀▄▄▀▄ ▄▄▀▄▀▀▀▄▄  - ▀▄▄▀▀▀▀▀▀▄▄▀▄▀▀▀▀▄ ▄▀▀▀▀▄▀▀▀▀▄ - ▄▄▀▄▄▄▀▀▄▄▄▀▀▀▀▄▀ ▄▀▀▀▀▀▄▀▄▄▀▄ - ▄▄▄▀▀▄▄▄▄▀▀▀▀▀▀▄ ▄▄▀▀▀▄▀▄▀▄▀▀ - ▄▄▄▀▀▄ ▄▄▀▀▄▀▀▀▄ ▄▀▄▀▀▀▀▄ ▄▀▀  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▄ ▀ ▄▄▀▄▀▀▄▀  - ▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▄▄▀▄▀▄  - ▄▀▄▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▀▄▄▄▄▀▄  - ▄▀▄▄▀▀▀▀▄ ▄▀▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀  - diff --git a/ponies/bubbleberry.pony b/ponies/bubbleberry.pony deleted file mode 100644 index 3b47bbb..0000000 --- a/ponies/bubbleberry.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon12$ - $\$ - $\$ - $\$ - ▄▄▄▄ ▄▄▀▀▀▀▄  - ▄▀ ▄▄ ▀ ▄▀▀▀▀▄▄  -   ▄ ▀ ▀▄▀▀▀▄ ▄▄▀    -   ▄▀ ▀▄ ▀▄ ▄  ▀▄    - ▀▄ ▀▄  ▄▄ ▀▄     ▄▀▄   - ▀▀▀   ▄▀▀▀▄▀▀▄   ▀▀▄  -     ▀  ▄ ▀▄  ▀▄    -   ▀▀ ▄     ▄▀▄   -   ▀▀▀▀     ▀ ▄▀▀▀▄▄▀▀▀▄  - ▀▄▄▀ ▄   ▄▀ ▄▀▄▀▀▀▄    - ▀▀▀▀▀▀ ▀ ▀▄▄ ▀▄▄▄▄▄▄▄▀▄▀▀▀▄▀▄▄▄▄▄▄▄  -     ▀▄▄▄▀  ▀▄▀▄ ▀▄    -   ▄▄     ▄    ▄▄▀▀▀  - ▀▄   ▀▀ ▀▄▀  ▄▀  ▄▄   -   ▄▄▄▄ ▀ ▀▄▀▄ ▄▀▄▄▀▄    -     ▀      ▀     - ▄ ▀       ▀▄ ▄▀▄▀▀▄  -         ▀▀▀    ▄▀ ▄ - ▄ ▀       ▀▄▄ ▀  -          -  ▀▀▀▀▀   ▀▀▀▀▀   diff --git a/ponies/butterscotch.pony b/ponies/butterscotch.pony deleted file mode 100644 index dd28cc7..0000000 --- a/ponies/butterscotch.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon28$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▄  - ▄▀▀ ▄▄ ▀▀▀▄    - ▄▀  ▄▀    ▀▄   - ▄▄▄ ▄▀▀▄ ▄▀    ▄▀▄▄▀▄▄ ▀  ▀  -   ▀ ▀ ▀▄    ▄ ▀▀ ▄▄▄    - ▀▄ ▀        ▄▀▀ ▄      -  ▄ ▀      ▀    ▄ ▄▄    - ▄▄▀▀▀▄▄▀ ▀▄▄ ▀▀▄     ▀▀▀▀   - ▄▀ ▄▀▀▀▄▄▀ ▀  ▀   ▄▀  ▄ ▀▄▄▀ -   ▄▀ ▄▄▄▄▀▄▀  ▀  ▀▀▄▀ ▀ ▀▀▀▀▀▀  -     ▄▀ ▄▀▀▀ ▄▄       - ▀▄ ▀▄  ▀▄  ▄▄▀▄▄▄ ▀ ▄▀  - ▀▄ ▀▄ ▀▄  ▄  ▀  ▄▀  - ▄     ▄▀   ▄▄ ▄▄  - ▀▄▄ ▀▄▀▀   ▄▀ ▀▀▀  ▀▄    - ▀▀▀▀  ▄▄ ▀▄  ▀▀▀ ▀      - ▄▀ ▄▀▀ ▄▀ ▄▀  ▀   - ▄▀        ▀  -   ▄ ▀▀▀   ▄▀  - ▀▄ ▄▀ ▀▀  - ▀▀▀  diff --git a/ponies/cadance.pony b/ponies/cadance.pony deleted file mode 100644 index 9e0ea6f..0000000 --- a/ponies/cadance.pony +++ /dev/null @@ -1,53 +0,0 @@ -$$$ -APPEARANCE: S02E25 The Royal Wedding [Part 1] -AURA: pink -BALLOON: top -COAT: pink -DISPLAY: full, left -EYE: pink -FREE: no -GROUP: mare, royal, tritagonist -KIND: alicorn -LINK: regular -MANE: pastel -NAME: Cadance -OTHER NAMES: Princess Cadance (official, titled), Mi Amore Cadenza (official, full named without title), Princess Mi Amore Cadenza (official, full named) -POSE: stand -SOURCE: [jristz] -WIDTH: 55 -HEIGHT: 32 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▄ ▄▀  - ▄ ▀▄▄▄▀▀▀▀▄▀▀  - ▄▀ ▄▀  ▀▄▀▀▄  - ▄▀ ▄▀   ▀▄ ▀ ▀▄  - ▄▀   ▀▀▄▄ ▄▄▄    - ▄▀   ▄▀▀▀▀▄▄▄▄  ▄   -      ▄ ▄▄▀       -   ▀  ▄ ▄▀     ▀▄  -  ▄▄ ▄▀ ▀▀▀▀ ▀▄     -  ▄▄▄ ▀▄ ▀ ▀▄▄▀▄▄ ▀ ▀▄    -  ▀ ▀▀▄▀▄▄▀▄▄▄▄▄▀▄ ▀ ▄▀ ▄▄  ▄   - ▄▄▄▀▀▀▀▀▀▄▀▄ ▄▄▀▀▄▄ ▀  ▀   ▀      ▀▀  - ▄▀ ▄▄▄▄  ▄▄▀▀▀  ▀▀  ▀▄▄▀ ▄  ▀▄▄    - ▄▀ ▄ ▀ ▄▀ ▀ ▀▄  ▀▄ ▄▄▀ ▀▀    ▄▀▀▀▄▄  - ▄▀ ▄  ▄▀ ▀ ▀  ▀▀▀▀▀ ▄▀  ▄ ▀▀    -   ▄      ▀▄▄▄▄▄▄▄▄▄▀ ▀▄▄▄   ▄▀ ▄▀▄▀     -         ▄▀  ▀▀      ▄ ▀ ▀▄▀       -   ▀       ▀▀▀       ▀▄▀ ▀▄▄▄▄▀  ▄▀ -       ▄▀▀  ▄▀      ▄▄    ▄▄▀  - ▄ ▀ ▀ ▄▄    ▄▄ ▀▀      ▄▄▄▀ ▀▀▀▀▀▀  -   ▄▄▀  ▄▀ ▀▄   ▀▄ ▀▀        -   ▄      ▀▄▄    ▄▀ ▄▀        - ▀▄ ▀▀▀ ▄  ▀▄▄▄▀      ▄▀      - ▀▄▄▄▄▀ ▀▄ ▄▀▄      ▀▀▄    - ▀▀▀▀ ▄  ▄  ▀▄   ▄ ▀▄  - ▀ ▄   ▀▄ ▀▀▀▀   - ▀▀▀▀▀▀  - diff --git a/ponies/cadancecrystal.pony b/ponies/cadancecrystal.pony deleted file mode 100644 index 00b3309..0000000 --- a/ponies/cadancecrystal.pony +++ /dev/null @@ -1,53 +0,0 @@ -$$$ -APPEARANCE: S02E25 The Royal Wedding [Part 1] -AURA: pink -BALLOON: top -COAT: pink -DISPLAY: full, left -EYE: pink -FREE: no -GROUP: mare, royal, crystal, tritagonist -KIND: alicorn -LINK: regular -MANE: pastel -MASTER: cadance -NAME: Cadance -OTHER NAMES: Princess Cadance (official, titled), Mi Amore Cadenza (official, full named without title), Princess Mi Amore Cadenza (official, full named) -POSE: stand -SOURCE: [jristz] -WIDTH: 46 -HEIGHT: 31 - - -$$$ -$balloon35$ - $\$ - $\$ - $\$ - ▄▄▄▀▄ ▄▀  - ▄▀▀▄  ▀▀▀▄▀▀  - ▄▀ ▄▀▄▄▄▄▄▄▀▄▄▄  - ▄▀ ▄▀▀ ▄▄▄▄▄▄▄▄▀▄ - ▀▄  ▄▄ ▄▄▄▀▄▀▄▄▄▀ - ▄▀▀▄ ▀▄▄▄▄▀▀  ▄▀  -   ▀▀  ▄ ▄▄▀    - ▄▀▀▄  ▄ ▄▀     - ▀▄ ▀ ▀ ▀▀▀▀ ▀▄  - ▄▄▄▄ ▀▄▄ ▀▀  ▀▀▀▄▄ ▀ ▀▀  -  ▀ ▀▀▄▀▄▄▀▄▄▄▄▄ ▄▄  ▀▀  - ▄▄▄▀▀▀▀▀▀▄▀▄ ▄▄▀▀▄▄ ▀ ▄▄▄▀▄▀    - ▄▀ ▄▄▄▄  ▄▄▀▀  ▀▀ ▄▄▀▀▀▄▀ ▀▄ ▀▄  - ▄▀ ▄ ▀ ▄▀ ▀▄     ▀▄   - ▄▀ ▄  ▄▀ ▀ ▀      ▄ ▄▀  -   ▄      ▀▄▄▄▄▄▄▄▄▄▀ ▀▀▀▀▄  -         ▄▀  ▀▀       -          ▄▀▀▀        -   ▀    ▄▀▀  ▄▀        - ▄ ▀  ▄▄     ▄▄ ▀▀        -   ▄▄▀  ▄▀ ▀▄   ▄▀ ▄▀        -   ▄      ▄▀▀    ▄▀ ▄▀        - ▀▄ ▀▀▀ ▄  ▀▄▄▄▀      ▄▄      - ▀▄▄▄▄▀ ▀▄ ▄▀▄      ▀▀▄    - ▀▀▀▀▄▄  ▄▄ ▀▄   ▄ ▀▄  - ▀▀▄▄   ▀▄ ▀▀▀▀   - ▀▀▀▀▀▀  diff --git a/ponies/caesar.pony b/ponies/caesar.pony deleted file mode 100644 index 2ce5342..0000000 --- a/ponies/caesar.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: brown -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: grey -NAME: (not mentioned) -OTHER NAMES: Caesar (unofficial) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 48 -HEIGHT: 26 - - -$$$ -$balloon6$ - $\$ ▄▀▀▄▄  - $\$ ▄▄▀▀▀▀▀▄  - $\$ ▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▄▄ ▄▀▀▀▄▄▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▄▄▄▀▀▀▀▀▄▄▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▄▄▄▀▀▄▀▄▀  - ▄▀▀▀▀▀▀▄▄▄▄▄▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▄▀▀▄▄  - ▄▀▀▀▀▀▀▄▄▄▄▄▄▀▀▀▀▄▄▀▀▀▀▀  - ▄▄▀▀▄▀▄▄▀▄▀▀▀▄▄▀▀▀▀▀  - ▄▄▄▀▀▄▀▄▄▀▄▄▀▀▄▀▀▀ ▄▄▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▄▀▀▀▀▀▀▀▄▄▀▀▀ ▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▄▀▀▄▄▀▀▀▀▀▀▀▄▄▀ ▀ ▄▀▀▀▀▀▀▀▀▀▀▀▀ ▀  - ▀▀▀▀▀▄▀▀▄▀▀▀▀▀▀ ▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▄▀▄▄▀▀▄▀▀▄▄▀▀▀▀▀▀▄ ▄▀▀▀▀▀▀▀▄ ▄ - ▄▄▀▀▀▀▀▄▀▀▀▀▄▀▀▀▄▄▀▄▄▄ ▄▀▀▀▀▀▀▀▀▄▄▀▀ - ▄▄▀▄▀▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▀▀▀▀▄▀▀▀▀▀▀▀▀▄▀▀▀▀▄ ▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄ ▀▀▀▀▀▀  - ▄▄▄▀▀▄ ▄▄▀▄▀▀▀▄  - ▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▀▄  - ▄▀▄▄▀▀▀▀▄ ▄▀▀▀▄▄▀▀▀▀▄  - ▀▀▄▀▀▀▀▀▀ ▀▀▀▀▄▀▀▀▀▀▄  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/candylicious.pony b/ponies/candylicious.pony deleted file mode 100644 index bf1795e..0000000 --- a/ponies/candylicious.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E14 Suited for Success -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Candylicious (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 49 -HEIGHT: 25 - - -$$$ -$balloon3$ -$\$ - $\$ - $\$ - ▄▀▀▀▀▀▀▄▄  - ▄▀▀▄▀▀▀▀▄ ▀▄▄▄▄▄  -     ▄▀ ▄     - ▀▄ ▀▀▄▄▄▄▄▄ ▀▀ ▄    - ▀▀▄▄▄▄▄▀▄▄ ▄ ▀    -   ▄▀▄ ▀▄▄ ▄   -    ▀▀  ▄  ▄▄  - ▄   ▀  ▀ ▄▀   ▄▄▀▀▀▀▀▄▄  -   ▄ ▀▀▀     ▄▀ ▀▀▄  - ▀▀▄▄▄▄▄▄ ▀ ▄ ▄ ▄▀ ▄▄▄ ▀▄  -   ▄▀▄▀  ▄▄▄▄▄▄▄▀   ▀▄  -     ▀▄▄▀   ▀▀ ▀▄      - ▀▄ ▀▄▄▄▄▀ ▀▀     ▄▄    - ▀▄ ▄ ▀▀ ▄▀   ▄▀   ▀▄  -  ▀ ▀▀▀▀ ▀  ▄   ▀▄▀      -       ▀▄▀    ▀▄▄▄▄▀ ▄  ▄  - ▄▀▄▀           ▄▀▄▀   -               ▄▀▀  ▀▄▀   - ▄  ▄▀             ▄ ▀▄▄▄▀  -  ▀▀     ▀▀    ▀▄ ▀▀    -  ▀▀▀▀   ▀▀▀▀  ▀▀▀▀▀▀  diff --git a/ponies/candymane.pony b/ponies/candymane.pony deleted file mode 100644 index 4f8c13e..0000000 --- a/ponies/candymane.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Frienship is Magic [Part 1] -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: pink -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Candy Mane (unofficial), Sugarcoat (unofficial) -POSE: stand -SOURCE: (Pony Nooia) Desktop ponies -WIDTH: 47 -HEIGHT: 27 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▄▀▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▄▀▄▄▄▄ ▄▄  - ▄▀▄▄▄▄▀▀▀▀▀▀▄▄▀▄▀▀▄▄▀▀▄  - ▄▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▀▄▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄  - ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀  - ▀▀▀▀▄▀▄▀▀▄▀▀▀▀▄▄▀▀▀▄▄▀  - ▄▀▄▀▄▀▀▄▄▀▄▀▀▀▄▄▄  - ▄▀▀▄▀▀▄▄▄▀▀▀▀▀▀▄▄▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀ ▄▄▄▄▄▄▄▄▄  - ▀▀▀▄▄▄▄▄▄▀▀▀▀▄▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▄▄▄▄▀▀▀▀▀▄▄▄▀▀▀▀▀▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▀▀▀▀▀▄ - ▄▀▀▀▀▀▀▀▀▄▀▀▀▄▀ ▄▄▀▀▀▀▄▄▀▄ - ▄▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▄▀▄▄▀ - ▄▄▄▄▀▄ ▄▄▀▄▀▀▀▄ ▄▄▀▀▄ ▄▀▀  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▀▄ ▀▄▀▀▄ ▀  - ▄▀▀▄▄▀▀▄ ▄▄▀▄▄▀▀▀▄ ▄▄▀▀▄  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▀▄ ▀▄▄▄▀▄  - ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▄▀▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/caramel.pony b/ponies/caramel.pony deleted file mode 100644 index 92b5fb3..0000000 --- a/ponies/caramel.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E11 Winter Wrap Up -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Caramel (official, in Gameloft game), Cance-A-Lot (unofficial, but the toy ressemble him) -POSE: trot -SOURCE: (Starly) Desktop ponies -WIDTH: 39 -HEIGHT: 26 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀▀▀▄  - ▄▀▀▀▀▀▄▀▄▄▄  - ▄▄▄▄▀▄▄▀▄▀▀▄▄▄▄▄  - ▄▄▄▄▀▀▄▄▄▄▀▀▄▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▄▄▀  - ▄▄▀▀▀▄▀▄▄▀▄▄▀▀▄▄▀ ▄▄▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀ ▄▀▄▄▀▀▀▀▀▄▄▀  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄ ▄▀▄▀▄▄▀▀▄▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▄▄ ▀▄▀▀▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄ ▄▄▀▄▄▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄ ▄▄▀▀▄▀▀▀▀  - ▀▄▀▀▀▀▀▀▄▀▄▄▀▄▄▀ ▄▄▀▄▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄▀▀▄▀▄ ▄▀ - ▄▄▀▀▀▄ ▀▄▀▀▀▀▄▀▀▄▄▀▀▄▄▀▀▄▀ - ▄▄▀▀▀▄ ▄▄▀▀▀▀▄▀▀▄▄▀▀▀▀▀▀  - ▄▀▄▀▀▀▀▄ ▄▄▀▀▀▄ ▀▄▀▀▀▄▀▀  - ▄▀▀▄▀▀▀▀▀▄▄▀▀▀▀▄ ▀▄▄▀  - ▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▄▄▄▄▀  - diff --git a/ponies/carecake.pony b/ponies/carecake.pony deleted file mode 120000 index 2ed91a5..0000000 --- a/ponies/carecake.pony +++ /dev/null @@ -1 +0,0 @@ -./carrotcake.pony \ No newline at end of file diff --git a/ponies/carrot.pony b/ponies/carrot.pony deleted file mode 100644 index 7760de1..0000000 --- a/ponies/carrot.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Frienship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, right -EYE: green -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Golden Harvest (official, on collector card), Carrot Top (traiding card state this is they nick name) -POSE: sit -SOURCE: (Candybag, Pony noia) Desktop ponies -WIDTH: 44 -HEIGHT: 25 - - -$$$ -$balloon15$ - $\$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▄▄▄▄▄▄▄▄ - $\$ ▄▄ ▄ ▄▄▄▄▄ - $\$  ▄▄▄   ▄▄▄▄   -  ▄▄▄  ▄ ▄     - ▄▄     ▄▄▄▄▄▄▄▄   -   ▄ ▄▄▄▄▄▄ ▄▄▄▄ -    ▄▄ ▄▄  ▄▄ ▄▀ - ▄▄▄▄▄▄▄▄▄     ▄ ▄▄▄ ▄ ▄ ▄▀ - ▄▄ ▄▄ ▄ ▄▄▄▄▄▄ ▄ ▄  -   ▄▀▀▀▄ ▄▄  ▄▄▄▄▄ ▄▄▄▀ -     ▀▄▄▄▄▄▄▄▄ ▄   ▄ ▀▀▀ -     ▄▄ ▄▄ ▄ ▄▄ ▄▄▄▄ ▄▄▄▄ ▄▄▄ -   ▄▄   ▄▄ ▄▄ ▄▄▄ ▄ ▄▄▄▄ ▄▄▄▄ - ▀▄ ▄▄▄▀   ▄ ▄     ▄▄  ▄▄▄▄▄  - ▄▄  ▄▄   ▄▄ ▄ ▄▄▄▄ ▄ ▄▄    -       ▄▀ ▀▄ ▄  ▄     -   ▄  ▀▀ ▀▀▀▀▀▀▄  ▄ ▄▄▄▄▄▄▄ ▄▀ - ▀▄▄▄▀ ▀▀▀▀ ▀▀ ▀▀▀ -  - \ No newline at end of file diff --git a/ponies/carrotcake.pony b/ponies/carrotcake.pony deleted file mode 100644 index 8145301..0000000 --- a/ponies/carrotcake.pony +++ /dev/null @@ -1,50 +0,0 @@ -$$$ -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: stallion, backgound, voiced -KIND: earth -LINK: regular -MANE: orange -NAME: Mr Carrot Cake -OTHER NAMES: Carecake, Mr Cake, Mr Carecake, Carrot Cake -POSE: stand -SOURCE: (Anonycat, Bot-chan) Desktop ponies -WIDTH: 42 -HEIGHT: 30 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▄  - ▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▄▄▄▄▄▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▄▄▀▄▀▀▄ - ▄▀▄▄▄▀▀▀▀▀▀▀▀▄▀▄▀▄▀▀▀  - ▄▀▄▀▄▄▀▀▀▄▄▀▀▄▀▄▀▀▄▄  - ▄▀▄▄▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄ - ▀▄▄▄▄▄▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀ - ▄▄▄▄▄ ▀▄▄▄▄▄▀▄▄▄▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▄ ▀▄▄▄▄▄▀▀▀▀▄▀▀▄▄▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄ ▀▄▄▄▀▀▀▀▄ ▄▄ ▀▀  - ▄▄▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▀▄▀▄▄▀▀▀▀▄▀▄▀▄▄  -▄▀▀▀▀▀▀▀▄ ▄▄▀▀▄▄▄▄▄▄▄▀▄▄▄▄▀▀▀▄▀▄▀  -▄▄▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▄▄▄▄▀▀▄▄▄▀▄▄▄  -▄▀▀▄▄▄▄▄▄ ▄▄▀▀▀▀▀▄▀▄▀▀▀▀▄▀▄▀▀▄  -▄▀▀▄▀▄▀▀▀ ▄▄▀▀▀▀▄▄▄▄▄▀▀▀▄▀▄▄  - ▄▄▀▀▄ ▄▀▄▀▀▀▄▀▀▀▄▄▄▀▀▄▄▀  - ▀▀▀ ▄▄▀▀▀▄▄▀▀ ▄▄▀▀▄▄  - ▄▄▀▀▀▄▄▀▀ ▄▄▀▀▄▄  - ▄▀▀▀▀▀▄▀▄ ▄▄▀▀▀▄▄  - ▄▄▀▀▀▄▄▀▄ ▄▄▀▀▀▄▄  - ▄▀▀▀▀▀▄▄▀▄ ▄▄▀▀▀▀▄▄▄  - ▄▄▀▀▀▀▄▄▄▄▀ ▄▄▀▀▀▀▄▄▀  - ▀▄▄▄▄▄▄▀ ▄▀▀▀▀▀▀  - diff --git a/ponies/carrottop.pony b/ponies/carrottop.pony deleted file mode 120000 index 222bb68..0000000 --- a/ponies/carrottop.pony +++ /dev/null @@ -1 +0,0 @@ -carrot.pony \ No newline at end of file diff --git a/ponies/celestia.pony b/ponies/celestia.pony deleted file mode 100644 index 907f08d..0000000 --- a/ponies/celestia.pony +++ /dev/null @@ -1,63 +0,0 @@ -$$$ -APPEARANCE: S01E01 Frienship is Magic [Part 1] (animated in a book, real life first appearance is S01E02 Frienship is Magic [Part 2]) -AURA: yellow -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: pink -FREE: no -GROUP: mare, tritagonist, royal -KIND: alicorn -LINK: regular -MANE: pastel -NAME: Celestia -OTHER NAMES: Princess Celestia (official, full name) -POSE: stand -SOURCE: (oppl jok, StarStep) Desktop ponies -WIDTH: 95 -HEIGHT: 42 - - -$$$ -$balloon35$ - $\$ - $\$ - $\$ - $\$ - $\$ ▄ - ▄▄ ▄▄ ▄ ▄▄▄ ▄▄ - ▀▄ ▄▄▄  ▄▄   ▄ ▄   ▄ ▄▄ - ▀▄▄ ▄▄▄ ▄▄▄ ▄▄▄ ▄ ▄▄ ▄▄ ▄  ▄▄▄▄▄▄ - ▄▄▄▄▄ ▄ ▄▄ ▄ ▄▄ ▄▄  ▄▄▄ ▄▄ ▄ ▄▄▄ ▄▄▄ - ▀▄ ▄ ▄ ▄▄ ▄▄ ▄ ▄▄  ▄▄▄ ▄▄▄▄▄▄▄ - ▀▄▄ ▄  ▄▄▄  ▄▄▄▄▄  ▄▄ ▄▄▄▄ ▄▄▄ - ▄▄▄▄▄▄▄ ▄ ▄ ▄▄ ▄▄ ▄▄  ▄▄▄▄▄▄ ▄▄▄▄▄ ▄▄ - ▀▀▄   ▄▄   ▄▄  ▄ ▄ ▄▄▄ ▄▄ ▄▄ -  ▄▄ ▄▄▄       ▄▄  ▄▄▄▄ ▄▄▄   - ▀▄ ▄▄  ▄ ▄      ▄▄ ▄▄ ▄ ▄ ▄   - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄ ▄▄▄▄   ▄ ▄▄ ▄▄ ▄ ▄▀ - ▄▄ ▄ ▄▄▄▄ ▄▄▄ ▄▄▄▄ ▄▀  ▄▄▄ ▄▄▄▄ ▄▄ ▄   -    ▄▄▄▄ ▄▄      ▄  ▄▄▄▄ ▄ ▄    -   ▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄   ▄▄   ▄ ▄▄ ▄ ▄ ▄ ▄▄ -    ▄  ▀▀▀ ▀▀▄▄▄ ▄▄ ▄ ▄▄▄▄  ▄ ▄▄    ▄▄▄▄ -   ▄  ▄▄   ▄▄ ▄▄▄▄ ▄▄ ▄ ▄  ▄ ▄ ▄▄ -              ▄▄ ▄     ▄▄   -      ▄▄▄▄▀ ▀▄ ▄▄ ▄ ▄▄  ▄▄   ▄   -    ▄  ▄▀    ▄▄ ▄▄▄ ▄▄▄▄ ▄ ▄▄ ▄ ▄▄▀ - ▄▄ ▄  ▄      ▄▀▀      ▀▄ ▄ ▄▄▄ ▄▄ ▄▀ - ▄▄▄▄▄▄▄ ▄ ▄   ▄▄▄  ▄▀       ▀▀▄ ▄    - ▄▄▄ ▄ ▄▄▄ ▄▄▄ ▄▄   ▄▄ ▄▀       ▀▀▄▄▄ ▄    -▄▄  ▄ ▄    ▄▄ ▄▀       ▀▀▀▄ ▄  ▄▄ -     ▄▀ ▄▄          ▀▄     -   ▄ ▄ ▄▄ ▄▄▄▀        ▄       ▄   - ▀  ▄ ▄ ▄ ▄▀ ▄▄      ▄    ▀▄▄ ▄ ▄▀ - ▀▄    ▄▄▄▄▄▄▄▄▄       ▄ ▄       ▄    -         ▄    ▀   ▄ ▄ ▀▄ ▄ ▄ ▄▄ ▄▄ -        ▀  ▄  ▄▄▄▀    ▀▄  ▄▄▄▄▀ -   ▄  ▄ ▄   ▀▀▀▀▀▀ ▄▄ ▄▄ ▀▀▄▄▄▄▄▀ -    ▄ ▄ ▄▄▄▄▄▄▄▄▄▄ ▄▄ ▄▀▀▄   -   ▄ ▄▄▄▄ ▄▄▄▄ ▄▀ ▄▄▄▀ - ▀▄ ▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄  ▀▀ - ▀▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄ ▄▄▀ - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - diff --git a/ponies/celestiasmall.pony b/ponies/celestiasmall.pony deleted file mode 100644 index 7af181f..0000000 --- a/ponies/celestiasmall.pony +++ /dev/null @@ -1,54 +0,0 @@ -$$$ -APPEARANCE: S01E01 Frienship is Magic [Part 1] (animated in a book, real life first appearance is S01E02 Frienship is Magic [Part 2]) -AURA: yellow -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: pink -FREE: no -GROUP: mare, tritagonist, royal -KIND: alicorn -LINK: regular -MANE: pastel -MASTER: celestia -NAME: Celestia -OTHER NAMES: Princess Celestia (official, full name) -POSE: small -SOURCE: unknown -WIDTH: 80 -HEIGHT: 32 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ -  ▄▄ $\$ ▄▀▀▄  - ▀▄▀▄    ▄ ▄  - ▄ ▄ ▄▀▄▀     ▀▀ ▄  -  ▄▄▄ ▀▄▀▄  ▀   ▄▀  ▄  - ▄ ▀▀▀▄▀▄ ▀▀▄▄▄▄▀▄  -  ▄▄▄▄ ▄ ▀▀▄ ▄▄▄▄▀▀▀▀▀▀▀▄  -  ▄ ▀▄▀▀▀▄  ▄  - ▄ ▀ ▄▀  ▀ ▀▄ ▀     - ▄  ▄▀  ▄▄▄ ▀ ▀   - ▄▄ ▀ ▀▄ ▄     - ▄ ▀ ▄▄▀▀▀▄▄▀▀▀▀▄  ▄▄   -  ▄▄▄ ▀ ▀▄  ▀▄  -  ▄ ▀   ▄   ▄ ▄  -   ▄▄▄▄ ▄ ▀▀ ▄▀▀▀ ▄▀▄▄▄▀▀▀▀▄▄ ▀ ▄▄▄▄ ▄  - ▀ ▀ ▀▀▀▀ ▄    ▀ ▀▄▄  ▀▀▄ ▀▄▄▀ ▀ ▀ ▄  -  ▄ ▀ ▀  ▀  ▄▀▀   ▀▄  ▀ ▀▀ ▀ ▀   - ▄ ▀ ▄ ▀▀▀▀▀▀ ▀▄   ▀▄  ▀▀▄ ▀▄▀  ▄ ▀ ▀   -   ▄ ▀ ▄▀▄ ▄▄▄▄ ▄▄ ▀▀ ▄ ▀▀ ▀  ▄ -   ▀ ▀ ▀       ▀▄   ▀ ▀    -   ▀        ▄▀ ▀▄▄     -▄ ▀▀▀ ▄         ▀▄   ▄   -  ▄ ▄       ▄          ▀  - ▀ ▄        ▄▀   ▀▄▄▄ ▀ ▀   - ▀ ▀   ▄▀▄   ▄▀ ▄▀▄   ▄  ▄  -  ▄    ▄  ▄  ▄     ▀  - ▄▀  ▄▄       ▀     ▄ ▀  -     ▀ ▀▀  ▀    ▀ ▀▀▀  ▀▀▀▀▀▀  - ▀▀▀▀▀▄▄▄▄▄▄▀ ▀▀▀▄▄▄▄▄▄▄▀  diff --git a/ponies/cerberus.pony b/ponies/cerberus.pony deleted file mode 100644 index 6ce62f1..0000000 --- a/ponies/cerberus.pony +++ /dev/null @@ -1,60 +0,0 @@ -$$$ -APPEARANCE: S02E20 It's About Time -BALLOON: top -COAT: black -DISPLAY: full, left -EYE: red -FREE: yes -GROUP: dog, wildlife, cerberus -KIND: animal -LICENSE: CC0 -LINK: regular -NAME: Cerberus -POSE: play -SOURCE: (screenshoot) -WIDTH: 107 -HEIGHT: 33 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon46$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀ ▀▀▀▀▀▄▄▄▄  - ▄▄▀▀▀▀▄▄▀▀▀ ▀▀▀▄▄▄ ▄ ▀▄▄  - ▄▄▀▀ ▄▄▀▀ ▄▀▀ ▄▄ ▀ ▀▀▀ ▀▀▄  - ▄ ▄▀    ▀ ▄▀ ▄▀ ▀▀▄▄▄ ▀▄▄  -   ▀▄▄▄▄    ▀ ▀▄  - ▄▀▄▄ ▀▀▀▀▀▀ ▀▀▀▀▀▄ ▀▄  - ▄▀▀  ▄▀▀▀▀▀▀▀▀▀▀▄ ▀▄ ▄▄▄    - ▄▀ ▀▀ ▀▀▀▀▄▄▄ ▀▄▄ ▀ ▄▀▄ ▀▄  -  ▄▀ ▀▀ ▀ ▀▄ ▄▀▄▀▀▄ ▀▄     - ▄▄▄▄▄▄▄▀▄▄▄▀▀▀▄▄   ▄▀     ▀▄   ▄▀   ▀▄  - ▄▄▀▀ ▄ ▄▀   ▄ ▀▀▀▄ ▄▀ ▄▄ ▀▀▀▀▀▀ ▀▄▀▀  ▀ ▀▀ ▀▄▀    -   ▀ ▀▀▀▀    ▄ ▄▄▄▄  ▀▄▄▄ ▀▀▀▀▀▀▀▀▀ ▀▄▄▀▀▀▄ ▀▀ ▀▀▀ ▀▄ ▀▄ ▀▄▄▄▄  -       ▄▄ ▄ ▄▀▄▀ ▀▄ ▀▀▄ ▀▄ ▀▄ ▀▀▀▀ ▀▀▀▀▀ ▀▄  -   ▄▀▄▄▄▄▀ ▀ ▀▄ ▄▄ ▄ ▀▀▄▀▄ ▀▀ ▀▀▀▀▀▀▄▄ ▄  ▀▀▀   ▄▄▄▄ ▄   ▄▀ ▀▄ ▄  -   ▄▄▄ ▄▄▄▄▄▄▄▀ ▀▄▄▀ ▀▀▄▄▀▄▀ ▀▀    ▄▄  ▀▀▀▄   ▀▄   ▄▀   -    ▀ ▀▀▀▀▀▀ ▀▀      ▄▄▄▄▀▀▀▄▄▄▄ ▄▀       ▀▄▀   ▀▀▀▀▄▄▄▄▄▄▀▀ ▀ ▀▀ -  ▄▀ ▄▀▄ ▄         ▄▄▄▄▄▄ ▀▀▄ ▀▀   ▄▀   ▄▀▀▄ ▄     ▄ ▀  - ▀▄   ▄▄ ▀▀▀  ▄▄▀▀▀▄▄▀   ▄▄ ▄ ▀▄         ▀   ▀▀▄     ▀  - ▀▄▀▄▄▄▄▄▄▄▀▄▄  ▄▀ ▀▄    ▄▄ ▄ ▀▄ ▄▀▄  ▄▄▀   ▀▀ ▀ ▀  -     ▄▀ ▄▀▀▄ ▀▀▄ ▀▄ ▄▄  ▄  ▄▀ ▄▀▄  ▀▀▀ ▀      -   ▀     ▀▀▀▀▀▀ ▄▀ ▄▄▀ ▀▀▀ ▄ ▀▀  ▄▀▄▄▄▄▄▀ ▀▀▀▀▀▀▄▄▄▄      - ▀▄  ▄▄▄▄▀▀▀▀▀▄▄ ▀▄         ▄▀     ▄▄▄▀▀▀▀▄ ▄▄▄▄▄▀▀▄▄ ▀▀▄  - ▀▀▀ ▀▄▄▀ ▀▀▄▄▄     ▄▀▀ ▀▄ ▄▄ ▄▄▄▄▄▀▀ ▄▀ ▀ ▄▄▄▀▀  - ▀▀▀▀▀▄▄▄▀▀▀ ▀  ▄▄▄▄ ▀   ▄▄▄ ▀  - ▄▄▀ ▄▀   ▄▄▀▀    - ▄▀   ▀▄ ▄▀   ▀▀▄▄▄  - ▄▀ ▄▀ ▀▄▀ ▀▀▄    - ▄▄▄▄▀ ▄▀ ▀▀▀▀▀▀  -  ▀▀▀▀▀▀▀   diff --git a/ponies/changeling.pony b/ponies/changeling.pony deleted file mode 100644 index 8c3302b..0000000 --- a/ponies/changeling.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S02E26 The Royal Wedding [Part 2] -BALLOON: top -COAT: black -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: villain -KIND: changeling -LINK: regular -MANE: black -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WING: teal -WIDTH: 37 -HEIGHT: 26 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - ▄▄  ▄  -  ▀▄▄   ▄▄  - ▄▄▀▄▀▄ ▄▀▄    - ▄ ▀▄▀▀▄▀▀▀▀▀▀▀    - ▄▄   ▀     -  ▄ ▄   ▀   -   ▄▀  ▄▄▄▄ ▄    - ▀▀▀ ▀▄▀  ▀ ▀▄▄    - ▄  ▄▀▄  ▀▄▀ ▀▀ ▀▀  - ▀  ▀▀   ▄▀▀ ▀ - ▀ ▀▀▀▀▀▀  ▄  ▀▀▀▀▀▀▀  -  ▄▄▄▄▄▄▄▄▄▄▀▀   ▀▀▀▄    - ▀▄▄▄▄▄▄ ▀ ▄▀▀▀▄▄ ▄ ▀ ▀▄   - ▄▀▀▀▀▀▀▀▀            - ▀▀▀   ▄     ▄▀  - ▄▀▀ ▄▀▀▀▀▀   ▄   -   ▄▀      ▀▄  - ▄▀ ▄▀▄▀   ▄▀▀    -    ▄▀ ▀   ▀ ▀  ▀▄  - ▄▀▀ ▀    ▀   ▄▀ ▀   -   ▀  ▀▀▀   ▀ ▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/changelingqueen.pony b/ponies/changelingqueen.pony deleted file mode 100644 index c7247aa..0000000 --- a/ponies/changelingqueen.pony +++ /dev/null @@ -1,57 +0,0 @@ -$$$ -APPEARANCE: S02E26 The Royal Wedding [Part 2] -AURA: green -BALLOON: top -COAT: black -DISPLAY: full, right -EYE: green -FREE: no -GROUP: antagonist -KIND: changeling -LINK: regular -MANE: teal -MASTER: chrysalis -NAME: (not mentioned) -OTHER NAMES: Chrysalis (official, in manuscript and comic) -POSE: alternative -SOURCE: unknown -WING: teal -WIDTH: 65 -HEIGHT: 34 - - -$$$ -$balloon35$ - $\$ - $\$ - $\$ - $\$ ▄  - $\$ ▄ ▄▀   - $\$ ▄▄ ▀ ▀ ▄▄      - $\$ ▀▀▄   ▄▀▀ ▄▄▄▀▄▀▄▀  -     ▄▄▀▄▀ ▀▀  - ▄▄▄▄▄▄▄▄▄▄  ▄▀▀▀  - ▀ ▀▀▀▀▀▄ ▀▄ ▄▀▄▀   - ▀▄▄▄▀ ▄▀▄    ▄▀   - ▀▄▄▄▄ ▄▀ ▄▀▀▀▀    ▀▄▀    - ▄▀▀▀▄   ▀▄   ▄        ▀▄▀    - ▀▀▄▀ ▄▀▄▀▄    ▄▀▀▀▀▄    ▄▀   -  ▄   ▀▄▀       ▄       ▀   -   ▀▄▄▀▄ ▄▀▄▀    ▀▄▄▀▄▀▀▀    - ▀▄▄ ▀ ▀▄     ▄▀       - ▀▀▀▀▀▄▀ ▄▀▄            - ▄▀▀▀▀▄▄▄▄▀ ▄      ▀▄▀  ▀  - ▄▄▀▄▄▄▄▄▄▀▄ ▀▄▀ ▄        ▀  -    ▄ ▀▀▀▀▀▀    ▀    ▀  - ▄▀   ▄ ▄ ▄▀▄▄  ▀▄ ▀    - ▄▀ ▄▀▀▄  ▀▀▀▀▀▀▄       ▄    - ▄▀     ▄▀     ▄▄▀      - ▄▄▀ ▄▀ ▄▀ ▄       ▄▀▄▀  ▄  - ▄▄▀▀   ▄▀      ▄▀▄  ▀▄    - ▄▄▀▀            ▀ ▀▄   - ▄ ▀▀▀▀▄▀ ▄▀▄  ▄▀  ▄     ▀  - ▄▄▀ ▄▀▀▄   ▀   ▀ ▄   ▄▀   - ▄▀▀▀ ▄ ▄▀ ▄▀▄▀ ▀▄     ▀  ▀   -▀▀  ▄▀  ▄▄▄▀  ▄▀ ▄       ▄▀▄    ▄  -▀ ▀▀ ▀▄▀ ▄▀▀   ▀▄▀    ▀▄▀    - ▄ ▀▀▀▀▀▀ ▀▄▄▄▄▄▄▄▀▀▀ ▀▄▄▄▄▄▄▀▀▀▀▀  diff --git a/ponies/cheerilee.pony b/ponies/cheerilee.pony deleted file mode 100644 index 7e1a677..0000000 --- a/ponies/cheerilee.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: green -FREE: no -GROUP: mare, background, voiced -KIND: earth -LINK: regular -MANE: pink -NAME: Cheerilee -OTHER NAMES: Cheerelee (McDonald toy), Cheerilee Pie (on Gameloft game beta), Chirayli (russian) -POSE: stand -SOURCE: (Humle) Desktop ponies -WIDTH: 45 -HEIGHT: 25 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▀▀▄▄▄ ▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▄▀▄▄  - ▄▄▀▀▄▀▀▀▄▀▀▀▄▄▄▄  - ▀▄▀▄▀▀▀▄▀▀▄▀▀▀▄  - ▄▄▀▄▀▀▀▄▀▄▄▀▀▀▄  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▄▄ ▄▄▄  - ▄▀▄▀▀▄▄▀▀▀▄▀▀▀▄▄▄ ▄▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▄▄▄▄▄▀▀▄▄▄▀▀▀▀ ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄▀▀ ▀▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▄▀▀▄▀▀▀▀▀▀▄▀▄ ▄▄▀▀▀▀▀▄▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄ ▄▀▀▀▀▄▀▀▀▀▄▄  - ▀▄▀▀▀▀▀▀▀▄▄▀▀▀▄▀ ▀▄▀▀▄▀▄▀▀▀▀▀▄ - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▄▀▀▀▀▄▀ - ▄▄▄▄▀▄ ▀▄▀▀▄▀▀▄ ▄▄▀▀▄▀▄▀▀▄  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▄ ▀▄▀▄▀▀▄ ▀  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▄▄▀▀▀▀▀▄  - ▄▀▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▄ ▀▄▄▀▀▀▀  - ▄▀▀▀▄▀▀▀▄ ▄▀▀▀▄▀▀▀▄ ▀▀  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/cheerilee80.pony b/ponies/cheerilee80.pony deleted file mode 100644 index 9deb884..0000000 --- a/ponies/cheerilee80.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -BALLOON: top -COAT: purple -DISPLAY: full, right -EYE: green -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: pink -MASTER: cheerilee -NAME: Cheerilee -OTHER NAMES: Cheerelee (McDonald toy), Cheerilee Pie (on Gameloft game beta), Chirayli (in russian) -POSE: '80s -SOURCE: (Humle) Desktop ponies -WIDTH: 44 -HEIGHT: 24 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ - ▄▄▄ ▄▄ ▄▄▀▀▄  - ▄▀▀▀▄▀▀▀▄▄▄▄▀▄▄  - ▄▄▀▀▄▀▀▀▄▀▀▄▀▄▄▄  - ▄▀▀▀▄▀▀▀▄▄▀▀▀▄▀▀▀  - ▄▄▀▄▄▀▄▄▀▄▄▀▀▄▀ ▄  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▀▄ ▄ ▄▀▀▀▀▀▄ ▄  - ▄▀▄▀▀▄▄▀▀▄▀▀▀▄▄▄▄ ▄ ▄▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀  - ▀▀▀▀▀▀▄▀▄▀▄▄▄▄▄▄▄▄▄▄▄▀▀▀▄▀▀▀▀▀▀▄▀▀▄  - ▄▄▀▄▄▀▀▄▀▄▀▀▀▀▀▄▀ ▄▀▄▀▀▀▀▀▀▀▀▄▀  - ▄▀▄▀▄▀▄▀▀▄▄▀▄▀▄▄▄ ▄▀▀▀▄▀▀▀▄▀▀▄  - ▀▄▀▄▀▄▀▀▄▀▄▄▀▀▄▀▄ ▀▄▀▀▄▀▀▀▄▀▄  - ▀▄▀▀▀▀▀▀▀▀▄▀▀▀▄ ▀▄▀▀▀▀▄▀▀▀▄▀▀▀  - ▄▀▀▄▀▄▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀▄▀▀▀▄ - ▄▀▄▄▀▄ ▄▄▀▄▀▀▄ ▄▀▀▄▀▀▀▀▄▀▀▄  - ▄▄▄▄▀▀▄ ▄▀▀▄▄▀▀▄ ▄▀▀▄▀▀▀▀▀▄▀▄  - ▄▀▀▄▄▀▀▄ ▄▀▄▄▄▀▀▄ ▀▄▀▄▀▀▀▀▀▄▀▄ - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▀ ▀▀▄ ▀  - ▀▀▀▀▀▀▀▀▀ ▀▀▀▄▄▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/cherryberry.pony b/ponies/cherryberry.pony deleted file mode 100644 index 1e1da4c..0000000 --- a/ponies/cherryberry.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: earth -LICENSE: cc-by-nc-sa -LINK: regular -MANE: yellow -NAME: Cherry Berry -OTHER NAMES: Cherry Jubilee (common mistake, this is another pony) -POSE: stand -SOURCE: (Tyranico) Desktop ponies Deviantart -WIDTH: 45 -HEIGHT: 26 - -License summary: https://creativecommons.org/licenses/by-nc-sa/3.0 -Full license text: https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode -$$$ -$balloon26$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▀▀▀▄  - ▄▄ ▀▀▀  - ▄▀▀ ▄ ▄ ▀ ▀▀▄  - ▄▀▄    ▄▀ ▄▄▀     -     ▀▀ ▀▀     ▀▄▀ - ▄▀▄ ▀▄▀▀▀▄ ▀▀▄  - ▄▀▀▀▄▄▄   ▀▄ ▀▀        - ▄▄▀▄▄▄ ▀▀▄▄   ▀▄ ▀   ▀     - ▄▀ ▄▀ ▀▄ ▀▄ ▀▄ ▀ ▀▀ ▄▀   -   ▄▀ ▄▄▀▀▀▄ ▀▄ ▄▀    ▀▀  -     ▄ ▄▀  ▄▄▀▀▀▀▄ ▀ ▀    ▀▀▀▀▀  -   ▀ ▀▄ ▄▀ ▀  ▀▄▀   ▀      -     ▄ ▀▄   ▀ ▀ ▀▄▀ ▀ ▄▀  - ▀▄   ▄ ▀▄ ▀▄   ▄▀  - ▀▄ ▀▄▄▀▄   ▄  ▄ ▀▀▀▀ ▀   -    ▀    ▄▀▀        - ▄▀ ▄             ▀▄▀▄  - ▄▀ ▄▀  ▀▄▀             - ▀▄▄▀  ▄▀         ▀▄  ▄  - ▀    ▀▀     ▀▀   -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/cherrycola.pony b/ponies/cherrycola.pony deleted file mode 100644 index e8dd79f..0000000 --- a/ponies/cherrycola.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: green -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Cherry Fizzy (official, collector card and toy line), Cherry Cola (unofficial), Cherry Coke (unofficial) -POSE: trot -SOURCE: Desktop ponies -WIDTH: 39 -HEIGHT: 25 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀▀▀▄  - ▄▀  ▀▄▄▄  -        ▄▄▀▀▀▄▄  -     ▀▄▄  ▀▄ ▀▄  - ▄▀ ▀▀▀▀    ▀▄    -   ▄▄▄▄ ▄  ▀  -    ▄   ▀▄    ▀  -   ▄     ▄ ▀ ▄▄▀▀▀▀▀▀▄  -   ▀▀▀   ▀ ▄▀▄▄▀▀▀▀▀▄▄   - ▀▄▄▀ ▄  ▄ ▄▄ ▄▀▄▀▄▄▀▀▄ ▀   - ▀▀▀▀▀▀ ▀ ▀▄▄▄▄▀▀▀▀▀▄▄ ▀▄ ▀▄    -   ▄▀▄       ▄▀  -    ▀▀▄     ▄▀ ▄▀  - ▀▄ ▄ ▀▀         -  ▄ ▀▀ ▀   ▀  ▀▄   ▄  -     ▀▄ ▀▄   ▀▄▄ ▀▄▀ -       ▄  ▀▄▄ ▄▄▀  -   ▀▄     ▀▄ ▄▀▀  - ▄▀▀▄     ▀▄▄▀  -   ▀ ▀▀▀▄    - ▀▀▀▀▀▀ ▀▀▄▄▄▄   diff --git a/ponies/cherryfizzy.pony b/ponies/cherryfizzy.pony deleted file mode 120000 index bb50e28..0000000 --- a/ponies/cherryfizzy.pony +++ /dev/null @@ -1 +0,0 @@ -./cherrycola.pony \ No newline at end of file diff --git a/ponies/chrysalis.pony b/ponies/chrysalis.pony deleted file mode 100644 index c15f726..0000000 --- a/ponies/chrysalis.pony +++ /dev/null @@ -1,58 +0,0 @@ -$$$ -APPEARANCE: S02E26 The Royal Wedding [Part 2] -AURA: green -BALLOON: top -COAT: black -DISPLAY: full, right -EYE: green -FREE: no -GROUP: mare, antagonist -KIND: changeling -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Chrysalis (official, in manuscript and in the official comic) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WING: teal -WIDTH: 52 -HEIGHT: 36 - - -$$$ -$balloon27$ - $\$ - $\$ - $\$ - $\$ ▄▀  - $\$  ▄▄ - $\$ ▄▄▀ ▄▀ - $\$ ▄ ▄ ▄  ▄▀▀ ▀▀  - $\$ ▀▄▄▀       - ▀  ▀▄  ▄  - ▀▀▀▄▄ ▄▀▀▀▀▀▀▀▀▀▄▄    -  ▄ ▀▄ ▀▀▀ ▄ ▀ ▀▄▀ ▀▄▄▄  - ▀ ▄ ▄ ▄ ▀▀ ▄ ▄  ▀▄▀▄▀    -  ▄▄▀ ▄  ▀▄▀▀▄     ▄▀   - ▀ ▄▀  ▀ ▄▄▀      ▀   - ▄▄  ▄▀ ▀   ▀  ▀▄         - ▀ ▄▄▀  ▀ ▀▄▀ ▀▄    - ▀ ▄   ▄▄▀▄▄▀▀▄    - ▀ ▄▀ ▀     ▄▄    - ▀   ▄   ▄▀  - ▀▀  ▀ ▀      - ▄▀▀▀▀▀▀▀▀▀    ▄▄  ▄    - ▄ ▀▀▀▀▀▀▀▀▀▀▀▄ ▀  ▀      - ▄▀   ▄ ▀▀ ▀  ▄▄       - ▄▀     ▀▀▀▀ ▄   ▀▄   ▄▀  - ▄▀     ▄   ▀       ▀     - ▄▀▀ ▄▀▄ ▀▀▄▀ ▄▄▀      ▀▀ ▄▄▄  - ▀▄▄▄▄▄▄▀▀ ▀ ▄▀      ▀▄       ▀ ▀▄  - ▀▄▄▄ ▄▄         ▀▄       ▀   - ▄▄▀ ▀ ▄ ▄▀         ▄▀      - ▀ ▀▀ ▄▄ ▀▀▀   ▀▄ ▀▄     ▄      - ▀▀▀▄▄▄▄▀▀ ▄▀    ▀         ▀    - ▀   ▄       ▀▄  ▀▄  ▄    - ▀▄ ▀  ▄▀   ▄▀ ▄▀▀ ▄▀   -  ▄▀     ▄     ▀▄ ▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/clockwork.pony b/ponies/clockwork.pony deleted file mode 120000 index 1b02864..0000000 --- a/ponies/clockwork.pony +++ /dev/null @@ -1 +0,0 @@ -./quickfix.pony \ No newline at end of file diff --git a/ponies/cloudchaser.pony b/ponies/cloudchaser.pony deleted file mode 100644 index 9ba8789..0000000 --- a/ponies/cloudchaser.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S02E22 Hurricane Fluttershy -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, background, voiced -KIND: pegasus -LINK: regular -MANE: cyan -NAME: Cloudchaser -POSE: bridge -SOURCE: (fanofetcetera) Desktop ponies -WIDTH: 50 -HEIGHT: 20 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▀  ▀▀▀▀▀  ▀▀▄▄  - ▄▄▄ ▄▀     ▄▄▄ ▄ ▀▄  - ▀▄ ▀▀▀▀▀ ▄ ▀ ▀▀▀▀ ▀▀▄▀▄ ▀▄  - ▄▄▄▀ ▄▀ ▄ ▀ ▀▀▄▀ ▀ ▄▄ ▀▄  -  ▀ ▄▄ ▀▄   ▄▀  ▄▀ ▀▄▄▄▀▀▀▀▄▄ ▀▄  -    ▀              ▄▄▄▄▀▀▄ ▄▀    -           ▄▀     ▀▄ ▄▀▀▄    - ▄▀▀▀▀▀▀▀▄ ▄▀▀▄ ▀▄ ▄▀ ▄▀   ▄ ▀▄ ▀▄ ▀▄  -    ▀▄ ▀ ▀▄▀▄       ▄    ▀▄▄▄▄▄▀▀▀     -   ▄ ▀▀ ▄    ▄▄▄     ▄ ▀▀▀▀ ▀     - ▀▄ ▀▀    ▄▀ ▄▀▀  ▀▄ ▄  ▄▄ ▀ ▀▄   ▄ - ▀▄▄▄▄▄▄▄▄▀  ▄▀▀▀ ▀ ▀▄ ▀▄ ▄▀▄   ▀     -  ▀▀    ▄ ▀▄ ▀ ▀▄▀▄ ▀▀▄ ▀      - ▀▀ ▀   ▄▀▀▀▀▀ ▀▀ ▄▄▄▄     - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/cloudkicker.pony b/ponies/cloudkicker.pony deleted file mode 100644 index 1e5a22b..0000000 --- a/ponies/cloudkicker.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, background -KIND: pegasus -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Cloud Kicker (unofficial) -POSE: derped -SOURCE: (Tyranico) Desktop ponies -WIDTH: 47 -HEIGHT: 24 - - -$$$ -$balloon38$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▀▀▀▄  - ▄▀▀ ▄ ▀▀▀   - ▄▄▄ ▄▀▀▄ ▄▄▄▀   ▄▀   -   ▀ ▀ ▀      ▄▄▄▀ ▀ ▄▀  - ▀▄ ▀    ▄▀▀▀▀ ▀▀▀▀  -  ▄ ▀       ▀ ▀  ▀▄ ▀ ▀  - ▄▄▄▄▄▄▀▄ ▀▄▄ ▀▀ ▀▄   ▀▀     - ▄▀▀ ▄▄▄▄▀▀ ▀  ▀   ▄   ▀   - ▄▀ ▄ ▀▀▀  ▀  ▀  ▄    ▄▄▄▄▀  - ▄▀ ▄ ▀▀ ▀▄▄▀   ▀▀▀▄  ▀▀▄ ▀▀▀  -    ▄▀ ▄▀ ▄▄▄ ▀    -        ▀▀▀▀▄ ▄▀  -    ▄▀ ▀▄ ▄▀  - ▄▀    ▄  ▄ ▀▀▀▀ ▀   - ▄ ▄▀ ▄      ▀      -  ▄ ▀ ▄▀       ▀ ▄  - ▀▄▄▄ ▀▀          - ▀▀▀▀       ▀ ▄  -          -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/clyde.pony b/ponies/clyde.pony deleted file mode 100644 index 02c67fb..0000000 --- a/ponies/clyde.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: brown -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: grey -NAME: (not mentioned) -OTHER NAMES: Clyde (unofficial) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 47 -HEIGHT: 25 - - -$$$ -$balloon10$ - $\$ ▄▀▀▄  - $\$ ▄▀▀▀▀▀▀▀▀▀▄  - $\$ ▄▀▀▀▀▀▀▀▀▀▀▀▄  - $\$ ▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▄▀▀▀▀▀▀▀▄▄▀▄▄▄▄▄▄▄▄  - ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▀▀▀▀▀▄▀  - ▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▄▄▄▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▄▄▄▄▀▄▄▄  - ▄▀▀▀▄▀▀▄▄▄▄▄▀▄▄▄▀▄  - ▄▀▀▀▀▄▀▀▄▀▀▄▀▀▄▄▄▀▀ ▄▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▄▀▀▄▄▄▀▀ ▄▀▄▄▄▄▄▀▀▄  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀▄▀ ▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀ ▄▄▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄▀▀▄  - ▀▄▀▀ ▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▄▀▀▄▄▀▄ - ▀ ▀ ▄▀▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄ ▄▄▄▀▄▄▀▀ - ▄▄▄▄▀▀▀▀▀▀▀▄▄▀▀▄▄▀▀ ▄▀▄▄▄▄ ▀ - ▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀ ▀  - ▀▄▀▄▄▄▀▀▄ ▀▄▀▀▄▀▀▀▄ ▀  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▄▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▄▄▀▀▀▀▄ ▄▀▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀  - diff --git a/ponies/colgate.pony b/ponies/colgate.pony deleted file mode 100644 index 20d6632..0000000 --- a/ponies/colgate.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: cyan -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: blue -NAME: Minuette -OTHER NAMES: Colgate (unofficial), TARDIE (unofficial), Romana (unofficial), Aquafresh (unofficial), Minty Fresh (unofficial) -POSE: stand -SOURCE: (RJP!, vulcan539/james539, Anonymous) Desktop ponies -WIDTH: 49 -HEIGHT: 26 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▀▄▄▄▄▀▀▀▄▀▄▄  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▄  - ▄▀▄▀▀▀▀▄▀▄▀▀▄▄▄▀▄▄▄▄▀▀▄  - ▄▄▄▀▀▄▄▄▄▄▄▄▀▀▀▀▀▀▄▄▄▄▄  - ▄▄▀▀▄▄▀▀▄▀▀▀▀▄▄▀▀▀▄▄▄▄▄ ▄▀▀▀▀▀▀▀▀▀▄▄  - ▄▀ ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▄▄▄▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▄▄▀▀▀▀▀▀▄▀▄▄▄ ▄▀▀▀▀▄▀▀▀▀▀▀▀▀▄▀▀▀▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄ ▄▄▀▄▀▀▀▀▀▀▀▄▀▀▀▄▀▀▀▄  - ▀▀▄▄▄▄▄▄▀▀▀▀▄▀▄▀▀▄▄▄▄▄▄▀▀▄▀▀ ▄▄▀▀▄▄▀▄  - ▄▄▀▀▄▄▄▄▄▄▀▀▀▀▀▄▀▀ ▄▄▀▄▄▀▄  - ▄▄▀▀▀▀▄▀▀▄▀▀▀▀▀▀▄ ▄▄▀▀▄▀▄  - ▄▄▀▀▀▀▀▀▀▄▀▄▀▀▄▄ ▄▀▀▀▄▀▀▀  - ▄▀▀▀▀▀▀▀▀▄▀▀▀▄ ▄▄▀▄▄▀▄  - ▄▀▄▄▀▄▀▀▀▀▀▄▀▀▀▄ ▀▄▀▀▄▄▀▀▄▄▄ - ▄▄▄▄▀▄ ▄▄▀▄▀▀▄ ▀▄▀▀▀▄▄▄▀  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▀▀▄▄▀▄  - ▄▀▀▄▄▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▀▀▄▀▀▀▀▀▀ ▀▀▀▄▄▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/colton.pony b/ponies/colton.pony deleted file mode 100644 index b93f4e1..0000000 --- a/ponies/colton.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E07 Dragonshy -BALLOON: top -COAT: beige -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: stallion, background -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Goldengrape (official, toy line), Colton Vines (unofficial), Sir Colton Vines III (unofficial) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 41 -HEIGHT: 25 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▀▀▀▄▄  - ▀▀▀▀▀▄▀▀▀▄▀▄▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄  - ▄▄▀▀▀▀▀▄▀▄▀▄▀▀▄▄▄  - ▄▄▀▀▄▄▀▀▄▄▄▀▀▀▀▀▀▄▄  - ▄▀▀▄▄▀▀▄▀▄▄▀▄▀▀▀▄▄▄  - ▀ ▄▄▀▀▀▄▀▄▄▀▄▄▀▀▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄ ▄▀▀▀▀▀▀▄▄▄▄  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀ ▄▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀ ▀▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▄▀▀▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄ ▄▄▀▀▀▀▀▀ - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▄▀▀▀▀▄ ▄▄▄  - ▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀  - ▄▄▄▀▀▄ ▄▄▀▄▀▀▀▄  - ▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▀▄  - ▄▀▄▄▀▀▀▀▄ ▄▀▀▀▄▄▀▀▀▀▄  - ▀▀▄▀▀▀▀▀▀ ▀▀▀▀▄▀▀▀▀▀▄  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/cottoncloudy.pony b/ponies/cottoncloudy.pony deleted file mode 100644 index 4ee9430..0000000 --- a/ponies/cottoncloudy.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E12 Call of the Cutie -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: filly -KIND: pegasus -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Cotton Cloudy (unofficial) -POSE: trot -SOURCE: desktop ponies -WIDTH: 37 -HEIGHT: 20 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▀ ▀▀▀▀▄▄▄▄ ▄▄  - ▄▄▄ ▀  ▄▀▄  -  ▀▀ ▀ ▄▄▄▀▀▀    ▄  - ▀▀▀▀▀ ▄▀    -   ▄▄▄▄ ▄     -       ▀     - ▄  ▄ ▄▄▀▄ ▄   ▄▄▄▄▄▄▄  -   ▄ ▀▀ ▀ ▄▀▀ ▀▄▄ ▄▀ ▀▀ ▀▄  - ▀▀ ▀▀▀▀▀▄  ▄▀▄▀ ▀▄▀ ▄▄▄  ▀▄  -    ▀▄▀▄▀▄▀▀   ▄ ▀    -   ▀▀    ▀      - ▄▄▀  ▀▀▄ ▀▄▄▄▄▄   ▀▀▄   -    ▀ ▀ ▀▄  ▀▄ ▀▄▀  -   ▀▄▄▄▀    ▀▄▄▀   ▄ ▀▄ -  ▀▀▀▀ ▀▀▄▄▀ ▀▄ ▄▀▀  - diff --git a/ponies/cow.pony b/ponies/cow.pony deleted file mode 100644 index 7838b3a..0000000 --- a/ponies/cow.pony +++ /dev/null @@ -1,52 +0,0 @@ -$$$ -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -COAT: white -DISPLAY: full, front -EYE: black -FREE: yes -GROUP: cow -KIND: animal -LICENSE: CC0 -LINK: regular -MANE: brown -NAME: (not mentioned) -POSE: stand -SOURCE: [jristz] -WIDTH: 27 -HEIGHT: 24 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon3$ -$\$ - $\$ - $\$ - ▄▀▄ ▄▄ ▄ ▄ ▄▀▄  -     ▄ ▄      -   ▀▀ ▄▄▄▄▄▄    - ▀▄ ▀ ▀ ▄▀  - ▀▀▄▄ ▀▄▀▀▀▀▄▀  - ▄▄▄▄▄ ▀▀ ▀ ▀▄▄▄ ▀ ▄▄▄▄▄ - ▀▀▄▄     ▀  ▀  ▀▀▀▀  -   ▀▀▀ ▀▀▀    - ▄▄▀▀▄▄▄▄▀▀▄▄▄▄▀▀▄▄  - ▄▄   ▀ ▀   ▀▄  -   ▄▀▄ ▀▀▀▀▀▀ ▄▀ ▄   -   ▀ ▄▄▄▄▄▄▄▄ ▀▀     -   ▄ ▀ ▀▀ ▀   - ▄  ▀▀ ▄▄ ▀  -  ▄   ▄▀  - ▄▀▀ ▀   ▀▄▄   - ▄▀     ▀▀   ▄ ▀▄  - ▀▀▀▀  ▀   ▄▀▀▀  - ▄▀ ▄     ▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/crackle.pony b/ponies/crackle.pony deleted file mode 100644 index e2cc972..0000000 --- a/ponies/crackle.pony +++ /dev/null @@ -1,80 +0,0 @@ -$$$ -APPEARANCE: S02E21 Dragon Quest -BALLOON: top -COAT: green -DISPLAY: full, right -EYE: red -FREE: sharable -GROUP: dragon -KIND: animal -LICENSE: cc-by-nc-sa -LINK: regular -NAME: Crackle -POSE: derped -SOURCE: deviantar brony art group -WIDTH: 131 -HEIGHT: 60 - -License summary: https://creativecommons.org/licenses/by-nc-sa/3.0 -Full license text: https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode -$$$ -$balloon61$ - $\$ - $\$ - $\$ - ▄▄   - ▄▄   - ▄▀▀▄   - ▄▀▀▀▄▄   - ▄ ▀ ▀▄▄   - ▄ ▄ ▄ ▀ ▀▄▄   - ▄▄▄▄▄▀ ▄ ▄  ▀▄▄▀▀▄   ▄▄▄▄▄▄▄▄▄▄ ▀▀  - ▄  ▄ ▄▄▄ ▀ ▀ ▀ ▄▄▄▄▄▄▀▀ ▀▀▀▀ ▀▀▄▄ ▀▀  -      ▄▀▀ ▄▄ ▄▄ ▄▄▄▀ ▀▄ ▀▄ ▀▄▄▄▄ ▀▀  - ▄ ▄ ▄ ▄ ▄▄▄▄▄▄▄▄▄   ▀▀  ▄ ▀▄ ▀▄   ▄▄ ▀▀  - ▀▄ ▀ ▀▄▄▄▄ ▄▄▄▄ ▀ ▀▄▀  ▀   ▀▄ ▄▄ ▀▀  - ▄ ▀ ▀▀▀▀ ▄  ▀  ▀ ▀▀  - ▄▄▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀  ▀▀  - ▀▀▀▀▀▀▀▀▀ ▄▀▄▄▄▄▄ ▄▀▄▄▀▄▄ ▄▀▄▄▄▄▄▀▀▀▀▀▀▀▄  ▀▀  - ▀  ▄   ▄▄     ▀ ▀▀▄▀ ▀▀▄▀▄▀▄▄ ▄▀     ▀▀  -      ▀▀▄▀▀▀▀▀▀▄▄▄▄▀▀▀▀▄▀▀▄▀ ▄▀  ▀ ▄▀   - ▀ ▀ ▀▀▀▄  ▄  ▄   -   ▀▄ ▄     -  ▄ ▀ ▄ ▄    -   ▀ ▄    - ▄  ▄  ▄    -   ▄▀▄▄▀   ▄▄▀▀ ▀▄▄▄▄▄▄▀ ▄  ▄  -  ▄ ▀▄▀▀  ▄▀  ▄▀▄▄ ▀▀  ▄▀    ▄▄▄  -    ▄   ▀▄   ▀  ▀▄▀ ▄ ▄  ▄    ▀▄▄ ▄▀  ▄  - ▄  ▀ ▀     ▀ ▀▄ ▀▄▀ ▀       ▄ ▀    ▄▀▄     -   ▄ ▄▀          ▄ ▀ ▀▄▄ ▄▄▄▄▄▄▄▄   ▄▄▄     -   ▄                ▄▄▄▀▀▀▀▄▄ ▀▀▀▀▀▄▀▀ ▄▄ ▄  -   ▀▄            ▀ ▄▄▄▄ ▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄ ▀▀ ▄  - ▄ ▀ ▀  ▀      ▄▀ ▄▀ ▀▄ ▄ ▀▀▀ ▀▀▀▀ ▀▄ ▄▀  -       ▄ ▀▄  ▄▀ ▀ ▀ ▀▄ ▄ ▀▀▀ ▀ ▀▄ ▄▀▀  -   ▄▄ ▄▄       ▀ ▄▄ ▀▄ ▀   ▀ ▀▀▀ ▄▄▄▄  -   ▀▀ ▀▀ ▄▀    ▄▀ ▀ ▄ ▄ ▀▀ ▄  - ▄ ▀  ▀▀▀▀▀ ▀ ▄ ▄▄▄ ▀▀ ▀▄    -   ▀▀  ▄▀ ▄   ▄▄▀▀▀▀▀▀ ▀▄ ▀   ▀ ▀▄     -     ▀▄   ▄   ▄ ▀▄ ▀▄▄▄▀ ▄▄ ▀ ▄▄▄ ▀▄ ▀ ▀▄ ▄▀▀  -   ▄▀       ▄▄▄ ▀ ▀ ▀   ▄▄ ▄▄▄▀▀ ▀ ▀▀ ▀▀▀  -  ▀▄ ▀  ▀ ▄▀ ▀▀ ▀ ▄ ▄▀▀ ▄  -  ▄   ▀▀▀▀▀▀▄▄▄ ▄▀▀▀▄ ▄▄▄▄ ▀▀▄▄ ▀ ▀▄    -   ▀ ▀▀▀▄▄▄▄▄▄ ▀ ▀   ▀▀▀▀ ▄ ▀▄▄▄▀ ▀ ▀▀ ▀▀ ▀ ▀▄     -  ▀▀ ▀▀▀▄▄▄▄▄ ▀▄ ▀▀ ▄ ▀▀ ▀ ▀   ▀▀▄▄ ▀▀   ▀   - ▀ ▀ ▀ ▀▀▀▀▀▀▀▀ ▀▀▄▄▄ ▀▄ ▀▀   ▀   - ▀▄▄ ▀▄     ▄ ▀  ▄ ▄  ▄ ▀ ▀▀ ▀▀▀▀▀ ▀▄   ▀ ▄  - ▀ ▀▀▀   ▀        ▀▄ ▀▄ ▀▄   ▀  ▀▄ ▀▄     ▀ ▀▄  ▀▀  ▄ - ▄▄ ▀▀▄ ▄   ▄▄▄▄▄     ▀▀▀▀▀▀▀▀▀ ▀▀▀▀  ▄   ▄▄▄▄▄     ▀▀▄  ▀▀ ▄    - ▄▄    ▄        ▄   ▄        ▀▄     ▀▄  ▀▄▀    -   ▄▀ ▄▀▄▄▀    ▀▄ ▄   ▄▀ ▄ ▄▀▄▀     ▄   ▄         - ▀▀▀▀▄▄▀▀ ▄  ▀ ▀▀▄ ▀▀   ▀▄▄ ▀ ▀▀▄   ▀▄▀▄   ▄   ▀▄▄▀    - ▀▄▄ ▀ ▀▄   ▀  ▄▀ ▄   ▀  ▄▀ ▄  ▀▀▄▄ ▀  ▄ ▀▀▀ ▀▀ ▄ ▄ ▄▀  - ▀▀▀▀▀▀▀ ▀▀▀▀▄ ▀▀▀▀▀▀ ▀▀▀▀▄ ▀▀▀▀▀▀ ▀▄▄ ▀ ▀▄▀▀▄▄ ▀▄  ▀▄▄▀  - ▄▄▄▄▄▄ ▀▀▀ ▄▄▄ ▀▄▄▄▄▀ ▄▀  - ▄▄▄ ▀▀▀▀▀▀▀ ▄ ▄▄▄ ▀▀▀ ▄▄▀▀ ▄▄▄▄▀▀▀  - ▄ ▀ ▄▄▄  ▄ ▀ ▄▄▄ ▀▀▀▀▀▀▀  - ▀ ▀▀▀▀▀▀▀ ▄▄▄▄▀▀  - ▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀ ▀▀▀▀ ▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/craftycrate.pony b/ponies/craftycrate.pony deleted file mode 120000 index 00fc48b..0000000 --- a/ponies/craftycrate.pony +++ /dev/null @@ -1 +0,0 @@ -./boxxy.pony \ No newline at end of file diff --git a/ponies/cupcake.pony b/ponies/cupcake.pony deleted file mode 100644 index acfba73..0000000 --- a/ponies/cupcake.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, backgrund, voiced -KIND: earth -LINK: regular -MANE: red -NAME: Mrs Cup Cake -OTHER NAMES: Cup Cake, Mrs Cupcake, Cupcake -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 43 -HEIGHT: 28 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - $\$ ▄▄▄ ▀▀▀▄▄  - $\$ ▄▄▀▀▀▀▀▀▀▀▀▄ - ▄▀▀▀▀▄▀▀▀▀▀▄▄▄▀ - ▄▄▄ ▄▄▀▀▀▀▀▀▄▀▀▀▀▀▄  - ▄▀▄▀▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▄▀▀▀▀▄▀▀▄▀▀▀▀▄▀▀▀▄▀▀▄ - ▄▄▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▀  - ▀▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▄▄▀▀▀▀▄▀▄▀▄▀▀▄  - ▄▄▄ ▄ ▀▄▀▄▄▀▄▄▀▄▄▄▄▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▄ ▄▀▄▄▀▀▀▀▀▄▀▀▀▀▀▀▄▄▀▀▀▀  - ▄▄ ▄▄▄▀▀▀▄▄▀▀▀▄ ▀▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▄▀  - ▄▀▀▄▀▀▄▀▄▀▀▄▄▄▄▀▀▄▄▄▄▄▀▄▀▄▀▀▀▀▀▄▄▄▄▀▀▀  - ▄▄▀▄▀▄▄▀▀▀▀▀▄ ▄▀▄▀▀▀▀▄▀▀▀▄▀▀▀▀▄  - ▀▄▀▀▄▀▀▀▀▀▀▄▀▄▄▄▄▄▄▄▄▄▄▀▀▀▄▀▀▀▄▄  - ▄▀▄▀▀▄▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▄▀▄▀▀▄▀▄▀  - ▄▄▄▀▀▀▀▀▀▀▄▀▀▄ ▀▄▀▀▀▀▀▄▄▄▄▀▄▀▀▀▀  - ▀▄▀▄▀▀▀▀▀▄▀▄▀ ▄▀▄▀▀▀▀▀▄▀▄▀▀▄▀  - ▀▄▀▀▀▄▄▀▀▄▄ ▄▄▀▀▄▄▀▀ ▄▄▀▄▄▄  - ▄▄▀▀▄▀▀▀ ▄▄▀▀▄▄▀▄ ▄▄▀▀▄▄▄  - ▄▀▀▀▀▀▄▄ ▄▄▀▀▄▄▀▄ ▄▄▀▀▀▄▀▄▄  - ▀▀▄▄▄▀ ▄▄▀▀▀▄▄▄▀ ▄▄▀▀▀▄▀▀▀  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/cutiemarkcrusaders.pony b/ponies/cutiemarkcrusaders.pony deleted file mode 100644 index 97c92ea..0000000 --- a/ponies/cutiemarkcrusaders.pony +++ /dev/null @@ -1,70 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -APPEARANCE: S01E01 Friendship is Magic [Part 1] -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: green -AURA: (no magic) -AURA: (no magic) -BALLOON: top -COAT: white -COAT: orange -COAT: yellow -DISPLAY: full, left -DISPLAY: full, left -DISPLAY: full, left -EYE: green -EYE: purple -EYE: brown -FREE: no -GROUP: filly, deuteragonist -GROUP: filly, deuteragonist, chicken (😊 ) -GROUP: filly, deuteragonist -GROUP NAME: Cutie Mark Crusaders -KIND: unicorn -KIND: pegasus -KIND: earth -LINK: regular -LINK ON: 3 -MANE: pink -MANE: purple -MANE: red -MASTER: applebloom -NAME: Sweetie Belle -NAME: Scootaloo -NAME: Apple Bloom -OTHER NAMES: (none) -OTHER NAMES: (none) -OTHER NAMES: (none) -POSE: skip -POSE: skip -POSE: skip -SOURCE: desktop ponies deviantart group -WIDTH: 110 -HEIGHT: 24 - - -$$$ -$balloon97$ - $\$ - $\$ - $\$ - ▄▄ ▄▀ ▄  - ▄▄▀▄▀▀▄▄▄▄ ▄▀  ▄▄▄▄▄▄ ▀ ▄ ▄▀▄▀    -      ▄▄▄▄▄▄▄  ▀▀▄▄▄ ▀▀▄  ▀▄ ▄▄▄▄▄▄▄ ▄▀ ▄▀    - ▀▄   ▄▀▀ ▀▄ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀ ▀ ▀▄ ▄▀▀ ▄▄▄▄▄▀▀▄ ▄▀ ▄▀   ▄▄▄▄▄  - ▄▀  ▄    ▀▄▀ ▀▄▄▄ ▀▀▄▄▄▀ ▀ ▄▄▄▄ ▀▀ ▄▄   ▄▀▀▀ ▀▀▄▄▀ ▀▄▄▄▄ ▀▄   -   ▀ ▄▀ ▀▄▄▄▀▀▀▀▄   ▄ ▀▄▄ ▀▀▄▀   ▄  ▀▄ ▀▀▀▄ ▀▀▄▄▀   ▄▄▀▀ ▄▀  - ▀▀▀        ▄  ▄  ▄▄▄▄▄  ▄ ▀▀▄  ▀▄    ▄▄▄▄▄ ▀▀  -   ▄▀▀▀▄ ▄▄▀▄▀   ▄▀▀▀▄ ▄▀▄▀  ▄▀▀ ▀▄ ▀▄▄▀ ▄▀▀▀▄ ▀▄▀ ▄ ▄  -   ▀  ▀▀▄ ▀▄   ▄▄▀▀▀▀▀▀▄▄   ▀  ▀ ▀▀▄▀▀▄ ▄ ▀▄▄▄▄▀▀     ▀  ▀ ▀▀▀ ▀▄▄ ▄▄▀ ▀▄  -  ▄ ▀▄▀▄   ▄▀ ▄▄▄▄▄▄ ▀▄ ▄ ▀▄   ▀▀ ▀ ▀ ▀▄    ▄ ▀▄ ▄ ▀▀    ▄ ▄▄▀▀ ▀    - ▀▄▀ ▄▀▀ ▄▄▀▄▀▄  ▀▄▀▄▀   ▄▀   ▄▄     ▀▄▀ ▄▀▀ ▄▀▄▀▀▄▄ ▀▄ ▀▄  - ▀▀▄▄▄▄ ▄▀ ▄▄▀▀▄▄▄▀ ▄▄▄    ▀▀▄▄  ▀▀▄▄  ▄▀ ▀▄     ▀▀▄▄▄▄▄ ▀▄▄ ▀▄▄▀▄▀ ▀▄ ▀▄   -       ▀    ▀ ▀▄  ▄▀  ▄   ▀▀▀▄▀   ▄   ▀▄   ▀▄▄▄▄▄▀▀ ▄   ▄▀     -   ▀▄▄▄▄▄▀   ▄▄   ▄▀     ▀▄▀▀▄ ▄ ▀  ▀▄▀▄▄ ▀▄ ▄   ▄▀     ▄     - ▄▄    ▀▄  ▄▀   ▄▀  ▄▀▄▄ ▄  ▄ ▄▀ ▀▀         ▀▀ ▄  ▄▄    ▀▄  ▄▀ ▄▀   ▄▀ -    ▀▄▄ ▀▄ ▀▀ ▀▄▄▄▄    ▄▄ ▀▄  ▀▀ ▀ ▀▄▀ ▄▄▄▀   ▀▄ ▀▄▄▀▄▀    ▀▄▄ ▀▄ ▀▀     ▄▀  - ▀▄▀ ▄▀▄▄▄ ▀▀   ▀▄▀▀▄   ▄▀▀ ▄▀▀ ▀▄   ▀▄ ▄▀ ▀▄▀ ▄▀▄▄▄ ▀▀ ▀▄  ▀▀  -   ▄▀ ▀▄▄▄▀   ▄▀ ▀▄ ▄▄▀ ▀ ▄▄▄▀ ▀▄▄  ▀   ▄▀ ▀▄▄▄▀ ▀▀▀  - ▀▀▀▀▀ ▀▀▄▄▄▄▀▀ ▀  ▄▀    ▀▀▀ ▀▀▀▀▀  - ▀ ▀▀▀  diff --git a/ponies/daisy.pony b/ponies/daisy.pony deleted file mode 100644 index a3ad442..0000000 --- a/ponies/daisy.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is magic [Part 1] -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, background, voiced -KIND: earth -LINK: regular -MANE: green -NAME: Daisy -OTHER NAMES: Flower Wishes (unofficial, a toy match here) -POSE: trot -SOURCE: (Anonycat) Desktop ponies -WIDTH: 45 -HEIGHT: 26 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄  - ▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▄▄▀▀▄▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▄▄▀▄▄▄  - ▀▄▄▀▀▀▀▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄  - ▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄  - ▀▄▄▄▄▀▀▄▀▄▀▀▄▄▀▀▀▄▀▀▀▄  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▄▀▀▀▀  - ▄▀▄▀▄▄▄▀▀▀▀▀▀▄▄▀▀▀▀ ▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀ ▄▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▄▄▄▄▄▀▄▄▀▀▀▀▄▄▄▄▄▄▄▀▀▀▀▀▀▄▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▄▀▀▀▄▄▄▀▀▄▀ ▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▄▀▄▀▀▄ ▄▄ ▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▀▄▄ ▄▄▀▄▀▀▀▀▀▀▀▄  - ▀▄▄▀▀▀▀▄▄▀▀▀▄▄▄ ▀▄▄▄▀▀▀▀▀▀▀▀  - ▄▀▀▀▄▀▀▀▄▀▀▄▄▀▀▄ ▄▄▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▀ ▄▄▀▀▄▄▀▀▀▄▀▄▀▀▄▄▄▄▀▀▄ - ▄▀▀▀▀▄ ▄▀▀▀▄ ▀▄▀▀▀▀▄▀▀▀▄▀▀▀▀▄ - ▄▄▄▀▀▀▀▄▀▀▀▀▄ ▄▄▀▀▀ ▀▄▄▄▀  - ▄▄▀▀▄▀▀▀▄▄▀▀▀▄ ▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀  diff --git a/ponies/daringdo.pony b/ponies/daringdo.pony deleted file mode 100644 index 1868458..0000000 --- a/ponies/daringdo.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E16 Read it and Weep -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: pegasus -LINK: regular -MANE: grey -NAME: Daring Do -POSE: stand -SOURCE: (Anonymous) Desktop ponies -WIDTH: 50 -HEIGHT: 27 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▄ ▄▄▄▄▄▄▄  - ▄▄▄▀▀▀▀▀▄▄▀▀▄▀▀▄▀▀  - ▄▀▀▄▄▄▀▀▀▀▀▄▄▄▄▄▀▀▄  - ▀▄▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▀▄  - ▄▀▀▀▀▄▀▀▀▀▀▀▄▀▄▀▄▀▀▄▀  - ▄▀▀▀▀▄▀▀▄▀▀▄▀▀▀▀▀▀▄▀▀▀▄  - ▄▄▄▄▄▄▄ ▀▄▀▀▄▀▀▀▄▄▄▄▀▀▄▀▄▄▀ ▀▄▀▄ - ▄▀▀▄▄▄▄▄▄▄▀▀▄ ▄▀▄▀▀▄▄▀▀▀▄▀▀▄▄  - ▄▀▄▀▀▀▀▀▀▀▀▀▄▀▄▄ ▄▀▀▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄▄▄ ▄▀▀▀▄▀▀▀▀▀▀▀▀▀  - ▄▀▀▄▀▀▀▀▀▀▀▀ ▀▀▀▄▄▄▄▄▄▄▄▄▄▀▀▀▀▄  - ▄▀▄▀▀▀▀▀▀▀▀ ▄▀▄▄▄▄▄▄▄▄▄▄▄▀▀▄▀  - ▄▀▄▀▄▀▄▀▄▀▀▀ ▄▄▄▀▄▄▄▄▀▀▄▄▄▄▄▄▀  - ▄▀▀▄▀▄▀▀▀▀▀ ▀ ▀▄▀▀▀▀▄▀▄▄▀▄▀▄▀▀  - ▄▀▄▀▀▀▄▀▄▀▀ ▄▀▄▀▀▀▀▀▄▄▄▄▄▀▀  - ▀ ▄▄▀▀▀▄▄ ▄ ▄▄▀▀▄▀▄▀ ▄▀▀▀▄▄  - ▄▀▀▀▀▀▄▀ ▄▄▀▄▀▀▄ ▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀ ▄▄▀▀▄▀▀▄ ▄▄▀▀▄▀▄  - ▄▄▀▀▄▀▀▄ ▄▄▀▀▀▀▀▄▄  - ▄▄▀▀▀▄▀▀▀ ▄▄▀▀▀▄▀▀▀  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/davenport.pony b/ponies/davenport.pony deleted file mode 100644 index e2b2d56..0000000 --- a/ponies/davenport.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E24 Owl's Well That Ends Well -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: green -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Davenport (unofficial) -POSE: stand -SOURCE: desktop ponies -WIDTH: 39 -HEIGHT: 25 - - -$$$ -$balloon23$ - $\$ - $\$ - $\$ - ▄▄▄▄▀▀▀▀▀▀▄  - ▄▄▄▀▄▄▀▀▄▀▀▄▀▄▄  - ▄▄▄▄▄▄▄▄▀▀▄▀▄▄▄▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▄▀▄▀  - ▄▄▀▀▄▀▀▀▀▀▄▄▄▀▀▀▀▄  - ▄▄▄ ▀▄▄▀▄▄▀▀▄▄▀▄▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▄ ▀▄▄▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄ - ▄▄▀▀▄▄▄▄▀▄▄ ▀▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▄▀▀▀▀▀▀▀▀▄ ▄▄▄▄▀▀▀▄▄▄▄▄▄▄▀▀  - ▄▄▀▄▄▀▀▀▀ ▀▄▀▀▀▀▀▄▀▀▀▀▄▄▀▀▀▀▄▄  - ▄▄▀▀▄▀▀▀ ▄▀▀▀▀▀▀▄▀▀▀▀▀▄▀▀▄▀▄▀▄  - ▄▄▀▀▀▄▄ ▄▄▄▀▄▀▄▄▀▀▀▀▀▀▄▀▀▄▀▄▀  - ▄▄▀▀▀▄ ▀▄▀▀▀▀▄▄▀▀▀▄▄▄▄▄▄▀  - ▄▄▀▄▄ ▄▄▄▀▀▀▀▄▄▀▄▄▀▀▄▀▀  -▄▄▀▀▄▄ ▄▄▀▀▀▄▀▄▀▀▀▄▄▀▀▄▄  - ▀▀▀▀ ▄▀▀▀▀▄▄▀▄ ▄▄▀▀▀▄▄  - ▄▄▀▀▀▄▄▀▄ ▄▄▀▀▀▄▄  - ▄▄▀▀▀▀▄▄▀▄ ▄▄▀▀▀▀▄▄▄  - ▄▄▀▀▀▀▄▄▄▄▀ ▄▄▀▀▀▀▄▄▀  - ▀▄▄▄▄▄▄▀ ▄▀▀▀▀▀▀  - diff --git a/ponies/derpy.pony b/ponies/derpy.pony deleted file mode 100644 index 42fe05f..0000000 --- a/ponies/derpy.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: closed, yellow -FREE: no -GROUP: mare, background, voiced -KIND: pegasus -LINK: regular -MANE: yellow -NAME: Derpy -OTHER NAMES: Derpy Hooves (partially offical), Ditzy Doo (official, in manuscript) -POSE: fly -SOURCE: (Jay Wright, vulcan539/james539, Blackfeathr, The Coop) Desktop ponies -WIDTH: 49 -HEIGHT: 27 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄▄▄▄ - ▄▄ ▄ ▄▄▄▄▄▄ -  ▀ ▄   ▄▄▄ -   ▄▄▄▄▄▄ ▄ ▄▄    ▄  ▄  ▄▄ -   ▄▀   ▄▄▄▄▄ ▄       ▄   -     ▄▄▄▄▄▄ ▄       ▄▀ - ▀    ▄  ▄▄    ▄    ▄▄▄▄ - ▄    ▄   ▄▄  ▄      -   ▄    ▄▄   ▄   ▄▄▄▄▄▄▄ - ▀▀▄▄▄▄▄▄   ▄   ▄  ▄ ▄ ▄   -   ▄   ▄  ▄  ▄▀▀▄ ▄▄ -  ▄  ▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄  - ▀▄ ▄▄ ▄  ▄▄ ▄▄   ▄   ▀ - ▄▄ ▄▄▄ ▄ ▄     ▄▄  ▄▄ -  ▄ ▄  ▄ ▄▄       ▀▄ ▄▄▄ -     ▄ ▀▀▀ ▀▄ ▄▄▄▄▄▄▄▄ ▀▄ ▄▄▄▄ ▄▄▄ -     ▄▄  ▄ ▄ ▄▄▄▄ ▀▄▄ ▄▀▀▀▀ - ▀         ▄ ▀▀▀ - ▀▄   ▀▄ ▄▄   - ▀ ▀▀▀▀▄ ▄▀ - ▀▀ - \ No newline at end of file diff --git a/ponies/derpybags.pony b/ponies/derpybags.pony deleted file mode 100644 index b1e5e04..0000000 --- a/ponies/derpybags.pony +++ /dev/null @@ -1,53 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: gray -DISPLAY: full, right -EYE: closed, yellow -FREE: no -GROUP: mare, voiced -KIND: pegasus -LINK: regular -MANE: yellow -MASTER: derpy -NAME: Derpy -OTHER NAMES: Derpy Hooves (partially offical), Ditzy Doo (official, in manuscript) -POSE: bags -SOURCE: (Jay Wright, vulcan539/james539, Blackfeathr, The Coop) Desktop ponies -WIDTH: 45 -HEIGHT: 32 - - -$$$ -$balloon27$ - $\$ - $\$ - $\$ - ▄▀ ▄▄▄  -  ▄▀▄▄ ▀▀▀▀▀▄▄▄  -   ▀▄ ▀ ▀▀▄  -   ▀▄ ▀    -  ▀▀▀▄▄▄   ▀ ▀▀    - ▀▀▄    ▀▀   -      ▀▀▀▀   -   ▄▀  ▄▀  - ▄▀       -   ▀▄  ▀ ▀▄  - ▄▄   ▄  ▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄ -  ▄▄▄    ▄     ▀▄▄▄ ▀▄▄▄▀▀    - ▀▄      ▀ ▄▄▄▄ ▀▄ ▀▄   - ▄▄  ▀▄       ▀ ▄ ▄▀ ▀▀▄   -   ▀   ▀   ▀▄▀▀       ▀ - ▄▀▀▀▀▀▀▄  ▀      ▀▄ ▄ ▀   -    ▄▄▀     ▀▄  ▀▀▀  -    ▀ ▀ ▄  ▄▀ ▀▄▀▄  ▀▀▀▀  -   ▄  ▄▀▄▀▄▄ ▀  ▄  ▀     -  ▀▄    ▄▀  ▄▀ ▄ ▀▀  - ▄▀    ▀▄▄   ▄▀  - ▄▀   ▄  ▄ ▀▀▀▀ ▀   - ▄▀ ▄      ▄▀▀    ▄ ▄ ▄  - ▄▄▀ ▄▄▀ ▄▀ ▄ ▄ ▄ ▀    ▄ ▄   ▀    - ▀▀▀▀▄ ▄▀   ▄ ▀       ▄ ▀      - ▀▀▀      ▀▄      ▀▄  -   ▄ ▀▄▄▄    ▄ ▀▄▄▄   -  ▀ ▀▀▀▀   ▀ ▀▀▀▀   diff --git a/ponies/derpycloud.pony b/ponies/derpycloud.pony deleted file mode 100644 index c1cade8..0000000 --- a/ponies/derpycloud.pony +++ /dev/null @@ -1,80 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: mare, background, voiced -KIND: pegasus -LINK: regular -MANE: yellow -MASTER: derpy -NAME: Derpy -OTHER NAMES: Derpy Hooves (partially offical), Ditzy Doo (official, in manuscript) -POSE: cloud -SOURCE: (Jay Wright, vulcan539/james539, Blackfeathr, The Coop) Desktop ponies -WIDTH: 96 -HEIGHT: 59 - - -$$$ -$balloon42$ - $\$ - $\$ - $\$ -    -    -    -    -  ▀    -   ▄▀  -      -  ▀     -      -  ▄    - ▀     -      -      -  ▄  ▀ ▄  -      - ▀     -      -      - ▄▀▄ ▀▄ ▄ ▄▄ ▄▄  ▀  - ▄  ▄▄ ▀▄ ▄▄ ▄▄▄     - ▄ ▄▀▀▀▀▀▀▀▄▀▀▀▄▄ ▄ ▄ ▀  ▀  -   ▀ ▀▄▀ ▀ ▀ ▄▀ ▀ ▀    - ▀ ▀ ▀▀▀▄▀ ▀▀▀▀ ▄▄▄▄▄ ▄▀▄▄▄▄▄▄▄  - ▄▄▄▄▄  ▀▄▀▄▀▀▄▄  ▄▀ ▀▀▄ ▄▀▄▀ ▄▄▄▄▄   - ▀ ▀▀▀  ▀▀▄▀▀▀ ▄▀ ▄▄▄▄▄ ▀▄▀▄▄▄▄ ▀▀▀  - ▀▄▀  ▄▄ ▄▄▄  ▀▀▀▀ ▄▀▀▄▀ ▀ ▀▄  -       ▀▀▄▄▀ ▄▀  ▄▀ ▄▀▄  ▀ ▀ ▀▄  - ▄▀▀  ▀ ▀▄ ▀▀ ▄▀   ▄▀ ▄▄▀ ▀▄▄▄▄▀▀▄▄   - ▄▄▀ ▀▄▀ ▀▀▀▀ ▄▀  ▄ ▀▄   ▀▄▀ ▄▄ ▄▀  - ▄▀▀ ▄▀▀ ▀▀▀▀▀ ▀▄ ▀  ▄ ▀▄▄ ▀▄▄▀ ▀▄   ▀  -  ▀▀▀ ▄ ▄▀▀ ▀ ▀▀     ▄▀  ▀  ▄ ▄   - ▀▀▀    ▄ ▀▄▀▀    ▀ ▄      ▀   - ▄▀ ▄▀ ▄ ▀▄▄▀     ▀▄       ▄  -    ▀    ▀▀ ▄▀ ▀        ▄  ▄▄ ▄   -  ▀▀ ▀ ▀▀ ▀▄  ▄▄ ▄▄     ▀▄▄▀  - ▀▀ ▀      ▀     ▀   - ▄▀          ▄   -           ▀   - ▄▀ ▄▄▀  ▄     - ▄▄▄▄▄ ▄▄▀▀▀▄▀  ▄▄▄  ▄  - ▄▄▀▀ ▀▀▀▄▄▄▀▀ ▄▀▀▀▄▀▀▀▄ ▀▀ ▀▄▄▄▄▀▀▄  - ▄▀ ▀▄ ▀ ▀   ▄▄▀▀▀▀▀▄  - ▄▄▄▄  ▄▀▀▀ ▀ ▀▄ ▄▀▀▀▀▀▀▀▀▄▄ ▀  ▀▄▀ ▀▄  - ▄▀▀     ▀        ▄▄▄▄▄▄    -   ▄▄▄ ▀ ▀ ▀ ▄    ▄     ▄ ▀ ▀   ▀▀▀▀▄▄  - ▄▄▄ ▀   ▀▄ ▀ ▀▀▀▀▀ ▄  ▀ ▀▀▀▀▀▀▀ ▄ ▀ ▄ ▀▄ ▀ ▄   ▀    - ▄▀   ▀   ▀▀ ▀  ▀▀ ▀▀ ▀▀ ▄▄  ▄  ▄ ▀ ▄▀ ▄    -   ▀▀▀▀▄ ▀▀▀▀▀▄ ▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀ ▀▀▀  ▀▄▄▀▀▀▄ ▀  ▀ ▄▄▄▄▄▄  -  ▀ ▀ ▀▀▀▀▀ ▄▄ ▀▀▀ ▄▄▄ ▀▄ - ▄▀▀▀▀▀▀ ▄▄  -  ▀▀▀ ▀▀▀ ▀▀  - ▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀  - ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀  - ▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/derpysad.pony b/ponies/derpysad.pony deleted file mode 100644 index 02ca0af..0000000 --- a/ponies/derpysad.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: mare, background, voiced -KIND: pegasus -LINK: regular -MANE: yellow -MASTER: derpy -NAME: Derpy -OTHER NAMES: Derpy Hooves (partially offical), Ditzy Doo (official, in manuscript) -POSE: sad -SOURCE: (Jay Wright, vulcan539/james539, Blackfeathr, The Coop) Desktop ponies -WIDTH: 43 -HEIGHT: 19 - - -$$$ -$balloon26$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄▄  - ▄▀ ▀▄  - ▄▄▀▀▀▀▀▄▄▄▀▀▄ ▀▄  - ▄▀▀ ▄▀▀▀▄ ▄▀▄      - ▄▄▀▀▀▀▀▀▄▄▄ ▀▀▄▀▄▀▄  ▀▄       -▄▀▄▄▀ ▀▀  ▄▀▄▀▄▀▄ ▀    ▀  ▄ ▄ -  ▄▀ ▄      ▄▀ ▄     ▄ ▀ ▄▄▄▀  - ▄▀ ▄▀ ▄▀ ▄▀ ▀  ▀▄ ▀▄▀▄ ▀    -▄▀▄▀     ▄   ▄▄      ▀ ▀▄ ▄▄▀  - ▀▄▀▄  ▄▄▀ ▀▀▀▀  ▄  ▀▄▀▄   ▀▀▀  -▀ ▀  ▄▀ ▀ ▀ ▀▄▄▄▀          -   ▄▀▀▀ ▀▀▀▀ ▄ ▀ ▀       - ▄ ▀ ▀▄ ▄▀     ▀▄    - ▀▀▀ ▀▀  ▄▄▀▀▄▄▄▄▀  - ▀▀▀  diff --git a/ponies/derpysit.pony b/ponies/derpysit.pony deleted file mode 100644 index ed467c4..0000000 --- a/ponies/derpysit.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: mare, background, voiced -KIND: pegasus -LINK: regular -MANE: yellow -MASTER: derpy -NAME: Derpy -OTHER NAMES: Derpy Hooves (partially offical), Ditzy Doo (official, in manuscript) -POSE: sit -SOURCE: (Jay Wright, vulcan539/james539, Blackfeathr, The Coop) Desktop ponies -WIDTH: 43 -HEIGHT: 20 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄ - ▄▄ ▄ ▄▄   -  ▀ ▄ ▄▄▄   ▄   -   ▄▄▄▄▄▄ ▄▄▄▄      -   ▄▀ ▄▄ ▄▄▄▄▄ ▄  -   ▄ ▄ ▄▄ ▄▄    - ▀  ▄  ▄  ▄▄  ▄▄   -  ▄ ▄ ▄▄ ▄ ▄▄     ▄▄▄▄▄▄ - ▀▄▄  ▄▄     ▄▄ ▄▄▄ ▄▄ - ▀▀▀▀  ▄▄▄▄ ▄▄  ▄▄▄▄▄▄ ▄▄ - ▄▄▄▄▄   ▄▄▄   ▄▄▄▄▄   - ▄▄ ▄▄▄▄▄▄▄▄  ▄▄ ▄▄▄  -  ▄▄▄  ▄▄▄▄   ▀ - ▀▄▄▄▄▄▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀ -  - \ No newline at end of file diff --git a/ponies/derpystand.pony b/ponies/derpystand.pony deleted file mode 100644 index 0217836..0000000 --- a/ponies/derpystand.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: mare, background, voiced -KIND: pegasus -LINK: regular -MANE: yellow -MASTER: derpy -NAME: Derpy -OTHER NAMES: Derpy Hooves (partially offical), Ditzy Doo (official, in manuscript) -POSE: stand -SOURCE: (Jay Wright, vulcan539/james539, Blackfeathr, The Coop) Desktop ponies -WIDTH: 48 -HEIGHT: 25 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▀▄▄▄ ▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄  - ▄▄▀▀▀▄▄▄▀▀▀▀▀▄▀▀▄▄▄▄  - ▄▄▀▀ ▄▀▀▀▀▀▀▄▀▀▄▀▀▀▄▄  - ▄▀ ▄▀▄▀▀▀▄▀▀▀▀▄▄▄▄▄  - ▀ ▄▀▄▄▀▄▀▄▀▄▀▄▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▄▀▀▄▀▄ ▄▄▄▄▄▄  - ▀▄▄▀▄▀▀▀▀▀▀▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▄▀▄▀▄▀▀▄▄▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▄▀▀▄▄▄▄▀▀▄▀▄ ▄▄▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▄▀▀▄▀▄▀▄▄▀▄▀▄ ▄▄▀▀▀▀▀▀▄▀▀  - ▀▄▀▀▄▄▄▄▄▀▄▀▀▀▀▀ ▄▄▄▄▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▀▄▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄ ▀▄▀▀▄▀▀▄ ▄▄▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▄ ▀▄▀▀▀▀▄▄▄▄▀▀ - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▀▀▄▀▄  - ▄▀▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▀▄▀▀▀▄ ▄▀▀▀▄▀▀▀▄  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/derpystandwing.pony b/ponies/derpystandwing.pony deleted file mode 100644 index 517bdb2..0000000 --- a/ponies/derpystandwing.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: mare, background, voiced -KIND: pegasus -LINK: regular -MANE: yellow -MASTER: derpy -NAME: Derpy -OTHER NAMES: Derpy Hooves (partially offical), Ditzy Doo (on manuscripts) -POSE: wings -SOURCE: (Jay Wright, vulcan539/james539, Blackfeathr, The Coop) Desktop ponies -WIDTH: 48 -HEIGHT: 25 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▀▄▄▄ ▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄ ▄▄  - ▄▄▀▀▀▄▄▄▀▀▀▀▀▄▀▀▄▄▄▄▄ ▄▄▀▄▄▀▀▀  - ▄▄▀▀ ▄▀▀▀▀▀▀▄▀▀▄▀▀▀▄▄▄▄▄▀▄▀▄▀▀▀  - ▄▀ ▄▀▄▀▀▀▄▀▀▀▀▄▄▄▄▄▄▄▄▀▄▀▀▄▄▄  - ▀ ▄▀▄▄▀▄▀▄▀▄▀▄▀▄▀▄▄▀▀▀▄▀▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▀▀▄▀▄▄▄▄▀▄▀▀▄▀▄▄▄▄▄▄  - ▀▄▄▀▄▀▀▀▀▀▀▄▀▀▄▄▄▄▀▀▀▄▄▀▄▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▄▀▀▄▄▀▀▀▄▀▄▄ ▄▄▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▄▀▄▀▀▀▀▄▀▄ ▄▄▀▀▀▀▀▀▄▀▀  - ▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀ ▄▄▄▄▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▀▄▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄ ▀▄▀▀▄▀▀▄ ▄▄▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▄ ▀▄▀▀▀▀▄▄▄▄▀▀ - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▀▀▄▀▄  - ▄▀▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▀▄▀▀▀▄ ▄▀▀▀▄▀▀▀▄  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/descent.pony b/ponies/descent.pony deleted file mode 100644 index 9cae5a9..0000000 --- a/ponies/descent.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 2] -BALLOON: top -COAT: grey -DISPLAY: full, right -FREE: no -GROUP: stallion, shadowbolt -KIND: pegasus -LINK: regular -MANE: blue -NAME: Descent -POSE: fly -SOURCE: [jristz] -WIDTH: 46 -HEIGHT: 23 - - -$$$ -$balloon23$ - $\$ - $\$ - $\$ - ▄▀▀▄ ▀ ▀▄▄▄▄  - ▄▄   ▀▄▄ ▀ ▀▀▀▀▀▀▄▄▄  - ▄▄▄    ▄     ▀▄ - ▄▀▀ ▀▀▄         ▄▀▀    - ▄▀ ▀ ▄▀  ▄▄   ▄▀▄  ▄▄▀▀   -   ▀   ▀▄   ▄▀     ▄ ▀▄    -       ▄      ▀ ▄▄▄ ▀▀▀▀▄  -   ▄▀▀▄  ▄▄▄▄ ▄ ▄▀▄  ▄   ▀▀▄▄ ▄▄▀  - ▀▄ ▄▀  ▄▄ ▀▀  ▄▄▄▀ ▀▀▀▀▄ ▀▀ ▄   - ▀▄ ▀▄   ▀ ▀  ▀ ▀▀▀▀▄ ▀   -       ▀▄▀▄  ▄ ▀▀ ▀▄▄▄▄   -   ▄▀     ▄ ▄  ▀▀▀▀ ▀▀▀▀▀▀▀  -        ▄▀▀  ▀▀▀▀ ▄▄  - ▄▄▀▄▀  ▄▄ ▄▀▄▀ ▄ ▀▀▀ ▄ ▄▄  - ▀▀▀▀▀ ▄▀ ▄▀▀   ▄▀      - ▄▀      ▀ ▀▀▄    -   ▄ ▀   ▀▀▀ ▀ ▄▀  - ▀▄ ▄▀ ▀ ▀▀ ▀▄    - ▀▀ ▀▀▀ ▀▄▄▀  diff --git a/ponies/diamondmint.pony b/ponies/diamondmint.pony deleted file mode 100644 index afab918..0000000 --- a/ponies/diamondmint.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 2] -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: purple -NAME: (not mentioned) -OTHER NAMES: Diamond Mint (unofficial) -POSE: trot -SOURCE: (StarStep, Starly) Sesktop ponies -WIDTH: 47 -HEIGHT: 25 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ - ▄▄ ▀ ▀▀▄▄▄  - ▄ ▀▄▄ ▀▀▀▀▄▀▄▄  - ▄▀ ▄▀ ▄▀▄▀▄▄▄ ▄ ▄▄  - ▄▀ ▄▀ ▄▀▀ ▄▄▄▀▄ ▄▄  -   ▄▀▄▀▄▄ ▄▀▄ ▀      -   ▄ ▀▄▀▄▀ ▀▄▄ ▄▀▀    -  ▀▀▀ ▄  ▀▀   ▄ ▀▀ ▀▀  - ▀ ▄   ▀  ▀     ▄▄▀▀▀▀▄▄▄  -   ▄ ▀▀▀      ▄▀▀▄▄▄▄▀▀ ▀▄  - ▀▀▄▄▄▄▄▄ ▄ ▀▄  ▄▀ ▄▀▄▀▀▀▀▀▀ ▀▄    -   ▄▀ ▄▀     ▀▄▀▀▄ ▀     ▀  -   ▀▀▀▀▀▄    ▀  ▀▄   ▀▄   - ▄▄  ▀▀▄▄▄▀ ▄ ▀  ▀▄    ▀▄  -   ▀▄  ▄ ▄ ▀▄▀▀   ▀▄      -   ▀   ▀▀▀▀▀▄▄ ▀▀      ▄▄  -              ▀▄ ▀▄  - ▀    ▀   ▄   ▄ ▀▄ ▀▄  -          ▀  ▀▄ ▀▀▀▀  -       ▄▀  ▀▀ ▄▄ -  ▄ ▀▀ ▀▀▀▀▀▀▀  - ▀▀▀▀▀▀  diff --git a/ponies/diamondtiara.pony b/ponies/diamondtiara.pony deleted file mode 100644 index 13d2992..0000000 --- a/ponies/diamondtiara.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E12 Call of the Cutie -BALLOON: top -COAT: pink -DISPLAY: full, left -EYE: teal -FREE: no -GROUP: filly, villain -KIND: earth -LINK: regular -MANE: purple -NAME: Diamond Tiara -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 36 -HEIGHT: 21 - - -$$$ -$balloon7$ - $\$ ▀ ▄  - $\$ ▄▀▄▄ ▄  - $\$ ▄ ▄ ▄▄  - ▄▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▄▀▀▄▀▀▀▄ ▄▄  - ▄▄▀▄▀▀▀▄▀▀▄▀▀▀▄▀▀▄  - ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▄▀▄▄▄  - ▀▄▀▀▀▄▀▀▄▀▀▄▀▀▀▀▀▀▄  - ▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄  - ▄▄▀▄▀▀▄▄▄▀▀▄▀▀▄▀▄▄  - ▀▀▄▀▀▄▀▄▄▄▄▀▀▀▄▀  - ▄▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄▄ ▄▄▄  - ▀▄▄▀▄▀▀▀▀▀▀▄▀▀▀▀▀ ▄▀▀▀▀▀▄▄  - ▀▀▀▀▀▄▀▀▄▀▀▄▄▄▄▀▄▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▄▀▄▀▄▄▄▄▀▄▄▄  - ▄▀▀▀▀▀▀▀▄▀▀▄▀▄▄▀▀▀▀▀▄ - ▄▄▄▄▀▀▀▀▄▀▀▀▄ ▀▀▀▄▀▀▀ - ▄▀▄▀▀▀▄ ▄▄▄▄▀▀▄ ▄▄▀▄▄▄ - ▄▀▄▄▀▀▄ ▄▀▄▄▀▀▄ ▀▀▀▀  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/dinky.pony b/ponies/dinky.pony deleted file mode 100644 index 0279047..0000000 --- a/ponies/dinky.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E11 Winter Wrap Up -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: unicorn, background -KIND: filly -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Dinky Doo (unofficial), Dinky Hooves (unofficial) -POSE: trot -SOURCE: (Anonycat) Desktop ponies -WIDTH: 38 -HEIGHT: 21 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▀▀▀▄▄  - ▄▄▄▄▄▄▀▀▀▀▀▄▀▄  - ▄▀▀▄▀▄▀▄▀▀▀▀▀▄▄▀▄▄  - ▄▀▀▀▄▀▀▀▀▀▄▀▀▄▄▀▄▄▄▄  - ▄▀▀▀▀▄▄▀▄▀▄▀▀▀▀▀▀▄▄▄  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄  - ▄▄▀▀▄▀▄▀▄▄▀▀▄▄▀▀▀▀▄ ▄▄▄▄  - ▄▀▄▀▄▀▀▀▄▄▀▄▄▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀ ▄▀▄▄▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▄▄▄▀▀▀ ▄▀▄▀▀▀▀▀▀▀▀▄▀▀▄  - ▄▄▀▀▄▀▄▄▀▀▀▄▀ ▀▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄ ▀▄▀▀▀▀▄▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▄ ▀▄▀▀▀▄▀▄  - ▄▄▀▀▀▀▀▀▄▀▀▄▀▀▄ ▀▄▀▀▄▄  - ▄▄▀▀▀▄ ▄▀▀▀▀▀▀▀▄ ▀▄▀▀▄▄▀ - ▄▄▀▀▀▀▀▀▄▀▀▀▀▄▀▀▀ ▀▀▀  - ▀▀▀▀▀ ▀▀▀▀▀  diff --git a/ponies/discord.pony b/ponies/discord.pony deleted file mode 100644 index a815911..0000000 --- a/ponies/discord.pony +++ /dev/null @@ -1,73 +0,0 @@ -$$$ -APPEARANCE: S02E01 The Return of Harmony [Part 1] -AURA: (invisible) -BALLOON: top -COAT: multiple -DISPLAY: full, right -EYE: red -FREE: no -GROUP: antagonist, reconciled -KIND: draconequus -LINK: regular -MANE: grey -NAME: Discord -POSE: disgusted -SOURCE: (StartStep) Desktop ponies -WIDTH: 92 -HEIGHT: 53 - - -$$$ -$balloon11$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▀  - ▄▀▀ ▄▄▄▄▄ ▄▄▄▄ ▀  - ▄  ▄▀▄▄▄▄▄▄▄▀ ▄▀▀▄  -  ▀▄▀▄▄ ▄▀▀ ▀ ▀▀▀▄  -   ▄▀ ▄▄▄▀▀▄   ▀▀▄▀  - ▄▀▀▀ ▀▄  ▄▄▄▄ ▀ ▀ ▀▀   ▄  - ▄▄▄▀▀▄ ▄    ▄ ▀▄    -   ▀▄ ▀  ▄▄▄▄▄▄▄▄▄▄ ▀ ▀▀▀  ▄  -    ▄  ▀▀▄▄▄▀▄▀ ▄ ▄▄ ▄  -   ▄▀  ▄▀▄   ▄▄ ▀▄ ▄  - ▀▄  ▀▄ ▄ ▀  ▀▀ ▀▄   -  ▄ ▄▄▄ ▀▀▀▀▀ ▄▀ ▀▀▀▀▀▄     - ▀▄▀▀▄▀▄ ▄▀▀▄▄▄▀ ▀▄   ▀  -▄▀▀ ▀ ▄  ▄   ▄  - ▄▄▄▀▀▀▀   ▀▄ ▀▄   -  ▀▀▄▄ ▄▀       - ▀ ▄▀▀▀▀       - ▄ ▀▄▄     ▀  -    ▀▄▀ ▄▄▀     - ▀    ▀ ▄▄▀▀       - ▀▄  ▄▀▀   ▄ ▄ ▄▀▀▀▄  - ▄▄▀ ▄▀ ▀▄ ▀  - ▄ ▀▀ ▀▄ ▀▀▄    -  ▀▀▀▄ ▀ ▄▄▀ ▀    - ▄  ▄  ▀▀▄▄▀ ▀   - ▄▀ ▄ ▀▀   ▄▄▄▀▀▀ ▄▀  ▄▀ ▀▄ ▄▄▄▀▀▀▀▀▀▄▄▄▄  -    ▀      ▀ ▀▀▀▄▄ ▀▄ ▀▀▄▄ ▄▀ ▄▀▀▀▄  -   ▄▀ ▀▀    ▀▀▄ ▀▄  ▀▄▀ ▀  ▄▄▄▄▀▀▀ ▀▀▀▄ ▄▀▀▄▄▄▄  -  ▀  ▄▄   ▄▀▄▀▄   ▄     ▄  ▄ ▄▄ ▄▀ ▄▄▀ ▀▀▀ ▄ ▀▀ ▄ ▀ ▄ -  ▄ ▀ ▀▀    ▀▄▄▄▄▀▀  ▀▀        ▄▀ ▀    -     ▄▀   ▄▀▄▀  ▄▀▄ ▄▄ ▄▄ ▄▀▄▄▄ ▀▀  - ▀      ▀    ▄▀▀▄▄▄    ▀▄▄▀▀  ▄▀  -     ▄▀▀▀ ▀▀ ▀▀▀▀▀ ▀ ▄▀  - ▀▄ ▀▄ ▄▄▄ ▀ ▀ ▄▄ ▄▀▀  -   ▀ ▄▄▀  ▄▄▀▄▄  - ▀▄ ▀▀▀▄▄▄▄▀▀ ▄▄▄▄▄▄▄▄▀▀▀  - ▀▄ ▄▀▀  - ▀▄ ▄▀ ▀▀▄▄▄▀  -  ▀▄▄▄▄   ▀▄  -  ▄ ▀ ▀▀▀▀▀▀▀▄   -   ▄▀ ▀▀▄    -   ▀▄ ▄▀▀▄▄ ▀▄    - ▄ ▀▀     ▄▀    - ▄▄▄ ▄   ▀▀ ▄▀ ▄▀  - ▄▀▀▄ ▀ ▄     ▀▄  - ▄▀ ▀▀ ▀▄ ▄▀   ▀▄▄  - ▀▀ ▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄▄ ▀ ▄  - ▀▀▄▄▄▄▄   - diff --git a/ponies/discordamused.pony b/ponies/discordamused.pony deleted file mode 100644 index 4159533..0000000 --- a/ponies/discordamused.pony +++ /dev/null @@ -1,53 +0,0 @@ -$$$ -APPEARANCE: S02E01 The Return of Harmony [Part 1] -BALLOON: top -COAT: multiple -DISPLAY: head, front, left -EYE: red -FREE: no -GROUP: antagonist, reconciled -KIND: draconequus -LINK: regular -MANE: grey -MASTER: discord -NAME: Discord -POSE: amused -SOURCE: (screenshoot) -WIDTH: 83 -HEIGHT: 33 - - -$$$ -$balloon19$ - $\$ - $\$   ▄  - $\$   ▄▀ ▄▄▄▄▀  - $\$ ▄▀  ▄▄▀▀▀▀▀  - $\$ ▄▄▄▄▄   ▄▀▀  - $\$ ▄▄▄ ▀▄▄▄▄ ▄▀▀ ▄▄▄▄  - $\$ ▀▀▀ ▀ ▀▀▄ ▄▀ ▄▀ ▀▄▄▀  ▀▀▀▀▀▄▄  - $\$ ▀▀▄▄▀▀▀▄ ▄▄ ▀ ▄▄ ▀▄ ▀  ▄  ▀▀▄  ▀  - ▄▄▄▄ ▄ ▄▄ ▄▄▄▄▄▀ ▀▄ ▀▄ ▀▄▄▀▀▄ ▀▄▄▄▀▄▄▄▄  -   ▀▄ ▄▄ ▄▄▄▄▄▄▄▄▄  ▄▄ ▄▀▄ ▄▄ ▀ ▀    ▄ ▀▄▀▀▀▀▀▀▄  -       ▄▄▀▀ ▄ ▀ ▄▄▄▄▄▄▀  ▄▄▄▀▄▄▄▄▀▀▄ ▀▀▀▀ ▀▀   - ▀▄   ▄▄▄▄▄▀ ▄ ▄▀ ▀▄ ▀▀▀▄▄▀▄▄ ▀▄▄ ▄▀▄▄▀▀▀▀▀▀ ▀▀▀▄    - ▀▀▄ ▀▄ ▀▀▄▄▄▄▀  ▄▀   ▀▀▄▄▄▄▄▄▄▄ ▀▄    -   ▀▀▄▄▀    ▄▀  ▄▄ ▄▄▄     ▀▄ ▀▄    - ▄▄▄▄▄▀ ▄      ▀▀▀ ▀▄▀▄▄     ▀▄     ▄▀  - ▄▀▀▀▀ ▄ ▀     ▄ ▀▄▀       ▀▄  ▄▄▄▄  -   ▄▀▀▀▄  ▄ ▀▄  ▀ ▀  ▀▀ ▄▀ ▄▀ ▀▄  ▀▀▀▀▀▀▀▄ ▄▄▄  ▄▀  - ▀▄ ▄▀▀   ▀▀ ▀▄ ▀▀   ▄▀  ▀▄ ▀▄ ▀▄   ▄▀  ▀    - ▀▀ ▄▀ ▄▀▄▄   ▀ ▄   ▀▀▄▄▄▀▀     ▄▀▀     - ▄▀   ▀▀▀▄▄▄▄   ▀▀▀ ▄▀ ▄▀   ▄▀   ▄▄▄▄▄  -      ▄ ▀▀  ▄▄▄ ▄▀   ▄▀ ▄▀▀ ▄▄▀▀    - ▀▄▄▄▀ ▄▄▀ ▀▀▀  ▄ ▀▀▄▄▄▀ ▀▀▄▄     ▀▀▀ ▄▄▄▄▀  - ▀ ▀ ▀▄   ▀▀▄ ▀▀▄▄   ▄▀ ▄▄▄▄▀▀▀  - ▄▀▀▄▀     ▀▀▄▄ ▀▀  ▀▀▄ ▀ ▀▄    -   ▄▀ ▀▄▄▄▄▄▀▄   ▀▄ ▄▀ ▀▄ ▄▀  ▀▄▄   -  ▀ ▄▀▀     ▀▀▄▄ ▄▀       ▀▄ ▄▄  -   ▄  ▀▄ ▀▀▄    ▄   ▀▄ ▀▄  - ▄▄ ▀▀▄▀   ▄▀   ▄▀  ▀▄▄   ▄ ▀▄▄  - ▀    ▄▄▀▀     ▀▀▄▄▄▀▀▀▀▀▀▀▀ ▀▀▄  - ▀▄▄▄▄▀▄▄ ▄▄▀▀ ▀▄▀ ▀▀▀▄▄▄ ▀▄   -   ▀▄▄▄ ▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/discordpuppetmaster.pony b/ponies/discordpuppetmaster.pony deleted file mode 100644 index 9af18ed..0000000 --- a/ponies/discordpuppetmaster.pony +++ /dev/null @@ -1,58 +0,0 @@ -$$$ -APPEARANCE: S02E01 The Return of Harmony [Part 1] -AURA: (invisible) -BALLOON: top -COAT: multiple -DISPLAY: full, left -EYE: red -FREE: no -GROUP: antagonist, reconciled -KIND: draconequus -LINK: regular -MANE: grey -MASTER: discord -NAME: Discord -POSE: puppet master -SOURCE: (StartStep) Desktop ponies -WIDTH: 90 -HEIGHT: 37 - - -$$$ -$balloon12$ - $\$ - $\$ ▄▀▀▀▀▀▀▄  - $\$ ▄▀▀▀▀▄▄▀▀▀▀▀ ▀▄  - $\$   ▄▀ ▀▄▄▄▀▀  ▄▀   - $\$ ▄▀▀ ▄▀ ▀▄ ▄▀ ▄▀▀▄▀  - $\$ ▄▀ ▄▄    ▄▀ ▄ ▄▄▀▀▀▄  - $\$ ▄ ▄ ▀  ▄▀▀▀▀▄  ▄▄▄▀ ▄▀ ▄▄▀▀  - $\$  ▀   ▀▀  ▄▀    ▄▀ ▀ ▄ ▄  - ▄  ▄▄ ▀▀ ▀▀ ▄▄▄▄▄     ▄▄▀  -  ▄▄  ▄ ▀ ▄▄▄▀ ▄▄▀▄▀▀▄▄   ▀▀▄  -  ▄  ▄▀    ▀ ▀▀▀   ▀ ▀  -  ▄ ▀   ▄ ▀▀▀   ▄▀▀▀ ▀ ▀▀  - ▄ ▀ ▀  ▄ ▀    ▄▀ ▀▀▀  - ▀▀▀▀▄ ▀▀▀▄▄▄▄▄▄▄ ▀▀▄ ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄  - ▄▀▀▀▄▀▄▄ ▀▀▀ ▄▀   ▄▄▄▄▄▄▄▄▄ ▀  ▄▄▄▄▄▄▄▄▄▄▄ ▄▀ ▀▄ - ▄▄▀   ▄  ▄▀▀▀▀▀▀▀▀  ▄▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▀▄ ▀ ▀▀ - ▄▀  ▄ ▄▄▄ ▄▀    ▄ ▀▀   ▀  ▀  - ▄▀ ▄▀▀▀▄ ▀▀       ▀▀▀ ▀▀ ▀▄▄  - ▄▄▄       ▄▀▀▀▀     ▄▀▀▀▀▀▀▀▀▀   -   ▀▄▄   ▄▄ ▄▀▀       ▀ ▀ ▀▀  - ▀ ▀ ▄▀▀ ▀▄  ▄▀▄     ▀  - ▄ ▀ ▀▀ ▀▀  ▀▄ ▀ ▀▄      - ▄▄ ▀▀   ▀▀▄▄▀▄ ▄▄▄▄▄ ▄▄▄    - ▀▀▀ ▀ ▀▄      ▀▄ ▀▄  - ▀▀▀▀      ▀▄▀▄ ▄▀▀▄▄  -     ▄▀   ▀   ▀▀▀▀▀▀▄▄▄▀▀ ▀▄  -  ▄ ▀▄   ▀▄▀▀▀▄  ▀▄▀▄  - ▀ ▄▄  ▄▀▄ ▀▄▄ ▄▄▄▄▄  ▀  -  ▀▀▀    ▀▀▀▀▀▀▀ ▀▄ ▀▄ ▄ ▀  - ▀ ▀▀▀ ▀▄ ▀▄▄ ▄ ▄▄ ▀▄▄▄▄  - ▀▄    ▄ ▀▀  -    ▄▄▀▀  - ▄  ▄▄ ▀▀  - ▀▄ ▄▄▀  ▄  - ▀▀     - ▀▀▀▀▀  diff --git a/ponies/djpon-3.pony b/ponies/djpon-3.pony deleted file mode 120000 index 3845885..0000000 --- a/ponies/djpon-3.pony +++ /dev/null @@ -1 +0,0 @@ -./vinyl.pony \ No newline at end of file diff --git a/ponies/doctor.pony b/ponies/doctor.pony deleted file mode 100644 index a968399..0000000 --- a/ponies/doctor.pony +++ /dev/null @@ -1,30 +0,0 @@ -$balloon$ - $\$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▄▄▄▄▄▄ -     - ▄▄   - ▄▄  ▄▄ - ▄   ▄▄▄ ▄▄ - ▄▄ ▄▄▄▄▄▄▄▄▄  ▄▄ ▄▄ - ▄▄ ▄▄       -     ▄▄▄▄   ▄▀ -      ▄   ▄▄     -▄▄▄   ▄ ▄     ▄▀ ▄▄▄▄▄▄ - ▀▄▄  ▄▄▄   ▄▀ ▄▄ ▄▄ ▀ - ▀▄▄▄ ▄   ▄▀ ▄▄  ▄ - ▀▀▀▀▀▀ ▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▄ ▄▄ -   ▄▄ ▄  ▄▄   ▄▄  - ▄   ▄ ▄ ▄   ▄▄    ▀ - ▀▀▄   ▄▄▄▄▀ ▀▀   ▄▀ -    ▄▄▄▄ ▄ ▄▄  ▄▀ -      ▀▄▄    ▀ - ▄▄▄         -            - ▄ ▄▄         -  ▄     ▄▄    -  ▄▄▄▄▄   ▄▄▄▄▄  - - \ No newline at end of file diff --git a/ponies/doctornohat.pony b/ponies/doctornohat.pony deleted file mode 100644 index 502a322..0000000 --- a/ponies/doctornohat.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon11$ - $\$ - $\$ - $\$ - ▄▄▄▄ ▄▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▄  - ▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▄▄▀▀▄  - ▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀  - ▄▄▀▄▄▀▄▀▀▄▄▀▄▀▀▀▄▄▀▀▄  - ▄▄▀▀▀▄▄▀▀▀▄▀▄▄▀▄▄▀▀▄▄▀▀▀ ▄▄▄▄▄▄  - ▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀ ▄▀▀▀▀▀▀▀▀▀▀▀  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀ ▄▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▄▄▀▀▀▄▀▀▀▀▀▀▀▄ - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▄▀▀▄▄ ▄▄▀▀▀▀▄▀ - ▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▄▀▄ ▀ - ▀▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▄▀ ▀▀ ▄▄▀▀  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀  - ▄▄▄▀▀▄ ▀▄▀▀▄▀▀▀▄ ▀  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▄▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▄▄▀▀▀▀▄ ▄▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀▀  - diff --git a/ponies/drhooves.pony b/ponies/drhooves.pony deleted file mode 120000 index 59006d5..0000000 --- a/ponies/drhooves.pony +++ /dev/null @@ -1 +0,0 @@ -./timeturner.pony \ No newline at end of file diff --git a/ponies/drhooves1.pony b/ponies/drhooves1.pony deleted file mode 100644 index 0ecbe1d..0000000 --- a/ponies/drhooves1.pony +++ /dev/null @@ -1,23 +0,0 @@ -$balloon9$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄▄  - ▄▀ ▄ ▀▀▀▀▀ ▀▄  - ▄▄▄▄ ▀▀   ▀    - ▄▀ ▀▀ ▀ ▄  ▄    - ▄▀▄▄▀▀▀▀ ▀   ▀  ▄▀▀▀ ▄▄  -    ▀▄ ▀▄     ▄ ▄▀ ▄▀ ▀▄  - ▄▀ ▄▄▄ ▀▄▄ ▀▄▀▀     ▀ ▄ ▀▀▄ ▀▄  - ▀▄▄▄ ▀▀  ▄▀ ▄▄▀   ▄ ▀▄▄▄      - ▀▄▄▄▄▄▄▄▄ ▄▄ ▀▀▄▀▀▀▄▄▀ ▀▀▀▄   ▀    - ▄▄ ▀▄▀ ▄▄▀ ▄▄▄▄▀  ▀   ▀▀  - ▄▀ ▄▀▄   ▄▀▄   ▄▀       - ▀▄▀▄▀ ▀  ▀▀▀▄▀       ▄ -    ▀▄▄ ▀ ▀▄   ▀  ▄▀  - ▄▀    ▀▄▀      ▀▄ ▀▄▀ -  ▀▄       ▀▄ ▀▄▄ ▀▀  -  ▀           -  ▄ ▄▄▄▀▀      ▀▄  - ▀ ▀ ▄▀ ▀▀▀     - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/drhooves10.pony b/ponies/drhooves10.pony deleted file mode 100644 index 31dfb5b..0000000 --- a/ponies/drhooves10.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon7$ - $\$ - $\$ - $\$ - ▄▀ ▀▄▀▀▀ ▄▄  -  ▄   ▀▀  ▄▄▀ ▀▄  -   ▀ ▄▄▄▄▄▄  ▀▄ ▀▀  - ▀▄▄▀▀     ▀▄  - ▄ ▀▀▀▀ ▄▀▀▀▀  - ▄  ▄   ▀▄      -   ▄     ▄▀▀ ▄ ▄▄▄▄▄▄  -   ▀▀▀    ▀  ▄▀ ▀▀ ▀  - ▀▄▄▀ ▄▄▀     ▄▀  ▄  - ▀▀▀▀▀▀  ▄▄▄▄▀▄▄▄▄ ▄▄▄▀▀▀▀▀▄ ▀▄ - ▄▄▀ ▀▄▀▄ ▀ ▄▄▄▄▄   ▀▄  - ▄▄▀▄▀ ▄▀ ▀ ▄▀▄   ▄▀    ▀ -   ▄ ▄▀ ▄  ▀▀▀▄▀ ▀▀   ▄▀  - ▀   ▀ ▀▀ ▄ ▀ ▀▄  ▀▀  - ▀     ▀▄▀    ▀  - ▄ ▀          -            - ▄ ▀ ▀          -  ▀  ▀▀▀▀  ▀▀     -  ▀▀▀▀▀   ▀▀▀▀▀   diff --git a/ponies/drhooves11.pony b/ponies/drhooves11.pony deleted file mode 100644 index b2a0daa..0000000 --- a/ponies/drhooves11.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon15$ - $\$ - $\$ - $\$ - ▄▄▄▄ ▄▀▀▀ ▄▄  - ▄▄▀▀ ▀▀ ▄ ▄▄▀ ▀▄  - ▄▀ ▄▄▄▄▄▄  ▀▄ ▀▄  - ▄▀ ▄▀        -   ▄▀ ▄▄▄▄   ▄▀  -   ▄ ▀    ▀▄       - ▄▄▀ ▄ ▀▀▄ ▀▀   ▄▀ ▄▄▄▄▄▄  - ▀▄▄▄ ▀    ▄▀ ▄  ▀▀ ▀  - ▀ ▀ ▄▄▄▀   ▄▀ ▄   ▄  - ▀▀▀▀▀▀  ▄▀▄▄▄▄▀▀▀▀▀▄ ▀▀▀▄ ▀▄ -   ▄▀▄▀ ▄  ▄▄▄▄▄   ▀▄  - ▄▀▄▄▄ ▄▀▀▄ ▄▀▄   ▄▀    ▀ - ▀▄▄▄ ▀▀▄    ▀▀▀▄▀ ▀▀   ▄▀  - ▄ ▀ ▄▄ ▄ ▀ ▀▄  ▀▀  -   ▄▄ ▀▄▀    ▀  - ▄ ▀ ▀          -   ▀▀        - ▄ ▀ ▀          -  ▀  ▀▀▀▀  ▀▀     -  ▀▀▀▀▀   ▀▀▀▀▀   diff --git a/ponies/drhooves2.pony b/ponies/drhooves2.pony deleted file mode 100644 index f625b43..0000000 --- a/ponies/drhooves2.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon5$ - $\$ - $\$ - $\$ - ▀ ▀▀ ▀▀▀▄  - ▄▀▀▀  ▄▄▀▄▄  - ▄ ▀  ▀▄    - ▄▀  ▀▀ ▀▄        - ▀ ▄▄▄▀▄▄▄▄▄▄ ▄    - ▄ ▄ ▄▄▄▄▀  ▄    - ▄▀ ▄▄▄▀▀  ▄ ▀ ▄▀▀▀ ▄ ▀  - ▀▄▄ ▀ ▀▀ ▀     ▀▄  - ▀▀ ▀ ▄ ▄▄▄▄▀ ▄▄▄▄▄ ▄▄ ▄▀ - ▀▀ ▀▄▀  ▀ ▀   ▄▄▄   ▀▄ ▄ - ▄▀  ▄ ▀  ▄ ▄ ▀▄▀   ▀▄   - ▄▀▄▄ ▄▀ ▀ ▀ ▄▄▄       - ▀  ▀ ▀  ▄▀   ▀▀ -    ▀▀ ▄ ▀ ▀▄  - ▄       ▀▄    -  ▀▄       ▀▄  - ▄▄           -  ▄ ▄▄▀▀▀      ▀▄  - ▀ ▀ ▄▀ ▀▀▀     - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/drhooves3.pony b/ponies/drhooves3.pony deleted file mode 100644 index a1393c9..0000000 --- a/ponies/drhooves3.pony +++ /dev/null @@ -1,26 +0,0 @@ -$balloon5$ - $\$ - $\$ - $\$ -  ▄▄ ▄▄▄ ▄▄▄  - ▄▄▄▀  ▀▄ ▀▄▄▀ ▀▄  - ▄▀ ▀▄  ▀▄  ▄▄▄    -   ▄   ▄▄ ▀     ▄▀  -   ▀ ▀ ▀▄▄ ▄▀▄▄ ▀   ▀▄  - ▄▀▄  ▀▄▄▀ ▀▀ ▀   ▄    -   ▀▄   ▄▄▄▄ ▄▀ ▄▀  - ▀▀   ▄▀ ▄▄  ▄ ▀▄  - ▄▀ ▀▀▀▀   ▀    -  ▀▀▀▄ ▀▄ ▀ ▄▄▀ ▄▄▀▀▀▀▀▄  - ▀▄▄▄▄▄▄▄▄▀   ▄▄▀ ▄▄▄▄▄▄  ▀▄  -   ▀▄▄▀ ▄▄▀▀▀▀ ▀▄▄▀▀▄     -   ▄▄▀    ▄▄▄   ▄ ▀▀  -  ▄ ▄▀▄   ▄▀▄      ▄▀  - ▀▄       ▄▀▀▀▄▀  ▀ ▀▀▀▄  - ▀▀ ▄   ▀▄  ▄▀▄▄▄    -    ▀▀▀▄▀      ▄ ▀▀▀  - ▄ ▀       ▀▄   ▄▀▀ ▄   -  ▄▄▄▀▀▀▄         ▀▄▄▄▀▀  - ▄  ▀▀▀ ▀         ▀▄▄▄▀  -  ▀  ▀▀▀▀  ▀▀▀     -  ▀▀▀▀▀   ▀▀▀▀▀▀▀  diff --git a/ponies/drhooves4.pony b/ponies/drhooves4.pony deleted file mode 100644 index c87ad10..0000000 --- a/ponies/drhooves4.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon5$ - $\$ - $\$ - $\$ -  ▄▄ ▄▄▀▀▀▄  - ▀▄▀▀▄ ▀▄▀  ▄▄  - ▄▀▀▀▀▄  ▀▀ ▀▄▀▄▄▄  - ▄ ▄▄▄ ▄▄  ▀▄▀▄    -  ▄ ▀▄ ▀     ▀ ▀  -   ▄ ▀▄▄▀▀▄▀▄   ▀▄  -    ▀ ▄ ▀▄▀  ▀ ▀▄    - ▄ ▀▄▀ ▄▄ ▀▄▀ ▀▄▀   -  ▀ ▀ ▄ ▀▀ ▄▄▀▀▀▀▀▄  - ▀ ▀▀ ▄ ▄  ▄    ▄▀ ▀▄ - ▀▀▀▀▀▀▀▀▄▀▄▀ ▀▄▄▀▀ ▄▄▀▀▀▀▀▄   -  ▀▀▄▄  ▀  ▄▀▄▄▄▄▄   ▄▀ -  ▄   ▄▀▀ ▄ ▄▀▄   ▄▀ ▄▀▀▄  - ▄    ▀ ▄  ▀▀▀▄▀   ▄▄▀   -   ▄     ▀ ▄ ▀ ▀▄▀▄ ▄▀  -   ▄      ▀▄▀    ▀▀▀  - ▀  ▄▄▀          -  ▄  ▄▄▄         - ▄ ▀ ▀▀          -  ▀  ▀▀▀▀  ▀▀     -  ▀▀▀▀▀   ▀▀▀▀▀   diff --git a/ponies/drhooves5.pony b/ponies/drhooves5.pony deleted file mode 100644 index 488378d..0000000 --- a/ponies/drhooves5.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄▄ ▄▄  -  ▄▄▄▄ ▀▄▄ ▀▄  - ▄ ▀▄▀ ▄▀▄ ▄▄▀▄    - ▄▀▄  ▀▄ ▀▄   ▀▄     -  ▄  ▄▀ ▀▀ ▀    ▄ ▄▀  - ▀▄▄ ▀▄▄▄ ▄  ▀  -   ▄ ▀▀   ▄     -    ▀ ▄  ▄▀   ▀  -   ▀▀▀▀      ▄▄ ▀▀▀▄  - ▀▄▄▄▀ ▄ ▄▀▀▀ ▄▀ ▀▄ ▀▄  - ▀▀▀▀▀ ▀▀ ▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▀▀▄      -    ▄▀▀ ▀  ▄▄▄▄▄  ▀▄ ▀▀  -    ▄▀▀▄   ▄▀▄       ▄▀  - ▀▄▀     ▀▀▀▄▀  ▀▄▄▀▀▀▄  -    ▄▄▄ ▀  ▄▀▄▄▄     -     ▀▄▀     ▀▄ ▀▀▀  - ▄ ▄       ▀▄  ▀▄▀▀ ▄   -  ▀▄▄▄▄▄        ▄ ▀▀▀▄▀  - ▄ ▀ ▀         ▀▄▄▄▀  -  ▀  ▀▀▀▀  ▀▀▀     -  ▀▀▀▀▀   ▀▀▀▀▀▀▀  diff --git a/ponies/drhooves6.pony b/ponies/drhooves6.pony deleted file mode 100644 index 38ffb1a..0000000 --- a/ponies/drhooves6.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon6$ - $\$ - $\$ - $\$ - ▄ ▀▀▄ ▄▄▄  -   ▀▄ ▀▄ ▀▀▄▀▀▄  - ▄▀▀▀▀  ▀▄ ▀   ▀▄ ▀▄  -    ▄▀ ▀▀▄▄▄▄▄  ▀  ▄    - ▀ ▀  ▀▄ ▀      - ▄▀ ▄▄▄▄▄▄ ▄  ▀▀  - ▄▀ ▄▀ ▄        - ▄▀ ▀▀▀▀▀ ▄▀   ▄▀▀▀▀▀ ▄  -  ▀▀▀ ▀▄▀▀▄   ▄▀▄▀▀▀▀▄ ▀   - ▀▄▄▄▄▄▄▄▄▀   ▀▀▄▀▄▄▄▄  ▀▄▀▀▀    ▄▄  -   ▄▀▄▀▄▀▀▄▄▄▄▄▄ ▀▄▀▀   ▀▄▀ ▀▄  - ▄▀▀▄ ▀  ▄  ▄▀ ▀▄▀     ▄▄▄▀▀▄▄▄   - ▄▀     ▄▀ ▄▀ ▄  ▄▄    ▀▄  ▀ ▀ ▀  - ▄ ▄     ▀ ▄▀▀▄▀    ▀▄ ▄▀ ▀▀▀   -      ▀▄▄▀▄▄▀ ▄   ▀▀▀▀ ▀ ▄▀   -   ▄    ▀▄▀▄▄▀▄     ▀▀ ▀ - ▄▄        ▄▀▄▀▄▄▀▄ ▀▀▀▀  - ▄ ▀▀▀▄▄▄▄ ▀    ▄▀    -  ▄▀▄▄▄▄▄▀    ▄  ▀▄  - ▀ ▀ ▄▀ ▀▀▀     - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/drhooves7.pony b/ponies/drhooves7.pony deleted file mode 100644 index 03b7b07..0000000 --- a/ponies/drhooves7.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon10$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄▄  - ▄▀ ▄▄▄ ▀▄  -  ▄▄▄▄▄ ▄       - ▀▄▄▄   ▄ ▄▄▄▄  - ▄▀ ▀▀▀▄ ▀      - ▄▀ ▄ ▀ ▀ ▀▀ ▄ ▀▀▀▀  - ▄▀ ▄▀ ▄ ▀▄      -   ▀ ▄▄ ▀▄ ▀▄ ▀▀▄ ▄▄▄  - ▀ ▀▀ ▀▀  ▄▄▀▀   ▀▀▄  - ▀▄▄▄▄▄▄▀ ▄▄ ▄▄▄▄▄▄ ▄  ▀  -   ▄▀▀ ▄▄   ▄▄▄▀  ▄    - ▀▄ ▄ ▀▄▄   ▀▄▀  ▀ ▀ ▄ - ▀▄▀▄▀  ▄ ▀▄▄       - ▄   ▄ ▄  ▄▀   ▀▄ ▀ - ▀    ▀▀ ▄ ▀ ▀▄  -  ▄      ▀▄    -  ▄▀       ▀▄  - ▄▄           -  ▄ ▄▄▄▀▀      ▀▄  - ▀ ▀ ▄▀ ▀▀▀     - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/drhooves8.pony b/ponies/drhooves8.pony deleted file mode 100644 index bd4916c..0000000 --- a/ponies/drhooves8.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon9$ - $\$ - $\$ - $\$ - ▄▄▄▀▀ ▀▄ ▀▄▄  - ▄▀ ▀   ▄▄▀    -  ▀▄▀ ▀ ▀▄ ▀▄    - ▄▄  ▄▀▀▀▄ ▄      - ▄▀ ▄ ▀▀▀▄ ▄ ▄      - ▄▀ ▄▄     ▀   ▄   -   ▀▀▀▀▀ ▄    ▀ ▄▀▀ ▀▀▄▄  -   ▄     ▄▀   ▀ ▀  - ▀ ▀ ▄▄▀ ▄▀▀▀▄▀▄▄▄▀▄        - ▀▀▀▀▀  ▄▄▀▀ ▀ ▀ ▄▄▀  ▀ ▄ - ▄▀▄   ▀▄ ▄▀▀▄▀     ▄   - ▄ ▄ ▀▄ ▀▄ ▄▄▄   ▄     - ▀▄▄ ▄▀▀▄           -    ▀▀ ▀ ▀ ▀▄ ▀▄ ▀  - ▄      ▀▄   ▀  -  ▀▄       ▀▄  - ▄▄           -  ▄ ▄▄▄▀▀      ▀▄  - ▀ ▀ ▄▀ ▀▀▀     - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/drhooves9.pony b/ponies/drhooves9.pony deleted file mode 100644 index e454d47..0000000 --- a/ponies/drhooves9.pony +++ /dev/null @@ -1,23 +0,0 @@ -$balloon12$ - $\$ - $\$ - $\$ -  ▄▄▄  - ▄▄▄▄▄▄▄  ▄    - ▄ ▀▀▀▀ ▀ ▄   -   ▄▄▄▀▀ ▀▄  - ▄▀ ▄▄ ▀▀ ▀▄ ▄▀  - ▄▀ ▄   ▄  ▄ ▄ ▄▄ -   ▄ ▀▀▀ ▄   ▄ ▀ ▄  - ▀ ▀▀ ▄ ▀  ▄ ▄▀ - ▀▀▀▀▀ ▀ ▄▀▄▄▄▄ ▄▄▄▄▀▀▀  -   ▄▀▄▀ ▀ ▄ ▄▄▄▄▄  -   ▄ ▀ ▀▀▄ ▄▀▄    - ▀▄▀    ▀▀▀▄▀  -       ▀ ▄ ▀ ▀▄  -    ▀   ▀▄▀     - ▄   ▀         -   ▄▀▀▀ ▄        - ▄ ▀ ▀▀ ▀▀         -  ▀  ▀▀▀▀  ▀▀    -  ▀▀▀▀▀   ▀▀▀▀▀  diff --git a/ponies/drhoovesdiscorded.pony b/ponies/drhoovesdiscorded.pony deleted file mode 100644 index 00332e1..0000000 --- a/ponies/drhoovesdiscorded.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon23$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄▀ ▀▄  - ▄▀     ▀▀    - ▀   ▄ ▀▄▄▄▄▄▄    - ▄▀   ▀ ▀ ▄  -  ▀▄ ▄ ▀▄  -       ▄▄▄▄▄▄ ▀▄  - ▄▄▄▄▀▀▀▀▀▀▄   ▄▀▄ ▀▄  ▀▀ ▀▄ - ▄▀   ▀▄▀   ▀ ▀ ▄▄   -  ▄ ▀▀▀ ▀ ▀▄   ▀▄▄▄▄▄▄▄▄▀  -   ▄ ▄▀ ▀▀▄▄▄▄▄▄▄▄▄▄▀▄    -  ▀▄ ▄       ▀▄ ▀▄▀    -    ▀▄▄   ▄ ▀ ▀▄   ▄  -       ▀▀▀ ▄ ▄▀▀  - ▀▀▄ ▄▀ ▄ ▀▀▀▀     -    ▄▀▀       -         ▀▄▄  -             -         ▀▄ ▄  -    ▄▄     ▄   -  ▀▀▀▀▀   ▀▀▀▀▀   diff --git a/ponies/duskshine.pony b/ponies/duskshine.pony deleted file mode 100644 index f871d16..0000000 --- a/ponies/duskshine.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon30$ - $\$ - $\$ - $\$ - ▄▄▀▀   - ▄▄▀▀▀▀▀▄ ▀▀▀▀▀▄   -  ▄    ▀▄ ▄▀▄▀▄▀    - ▄▀  ▄ ▀▀▀ ▀▀    ▀▄  -     ▀ ▄▀▀▀▀▀▀ ▀▄▀  - ▀▄▄▀▀▄ ▄▀▀▀▀▄ ▀▄  -  ▀▀▄    ▄▄▄  ▀▄  - ▀▄ ▄▀ ▀▄ ▀▄▄ ▀▄ - ▄▄▄▄▄  ▄   ▄   - ▄▀▄▀▀▀▀▄▄▄ ▄▄▄▄▄ ▀▄  ▀▄▄▄▄▄▄▄ ▀  -     ▄▀ ▄▀▀ ▀▄ ▄ ▀▀▀▀    -     ▄▀    ▄ ▀▀ ▀▀  -     ▄▀    ▄▄▀▄▄▄ ▄▀  -       ▀    ▄▀ ▄▀  - ▄▀▄▀    ▄▀ ▄ ▀▀▀▀      - ▄▀ ▄       ▄▀        -  ▀ ▀ ▀▀▀▀▄          -          ▄  - ▄▀          -    ▀▀▀ ▀▄ ▀▄▀  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/elsie.pony b/ponies/elsie.pony deleted file mode 120000 index acc1800..0000000 --- a/ponies/elsie.pony +++ /dev/null @@ -1 +0,0 @@ -./prettyvision.pony \ No newline at end of file diff --git a/ponies/elusive.pony b/ponies/elusive.pony deleted file mode 100644 index 739a2f1..0000000 --- a/ponies/elusive.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon29$ - $\$ - $\$ - $\$ - ▄▄▄▀▀ ▄  - ▄▀▄▄ ▄▀▀▄▄ ▀ ▄▀   -  ▄▀  ▀▄ ▀▄ ▄▀▄▀▄ ▄ -      ▄▀ ▀▄ ▀▄▄▀▄ ▀ -     ▄▄▀▀▀▀  ▀  - ▀▄  ▀ ▄▄▀▀▀     -   ▀▄ ▀ ▄ ▄▄    - ▄▀▀▀▀▄  ▄▀▄▀ ▀▀▀    -  ▀▄▄▄▄▀▄▄    ▄▀   ▄ ▀▄▄▀  -   ▀ ▄▄▄▄▀▀▄▄▄▄▄▄ ▄ ▄▄  ▀ ▀▀▀▀▀▀  - ▄▀▀▄ ▀▄   ▄ ▀▀▀▀    -  ▀▀▄▀    ▄ ▀    -  ▀▄ ▄▄▄ ▄  ▀ ▄ ▄▀  - ▄▀▀  ▀▄▄ ▄   ▄ ▀▀ ▀   -  ▄ ▄▀▄▀▀▀▄ ▀▄ ▀▀      - ▀▄▀▄ ▀▄  ▄▀        - ▄▀ ▀▄▄▄    ▄▀     ▄▀     -  ▄▄▄▄▀   ▀▄▄▀     ▄▀▀▄  - ▀▄▄▄ ▀ ▀   ▀▄▄▄ ▀    -  ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/epona.pony b/ponies/epona.pony deleted file mode 120000 index 1b02864..0000000 --- a/ponies/epona.pony +++ /dev/null @@ -1 +0,0 @@ -./quickfix.pony \ No newline at end of file diff --git a/ponies/fancypants.pony b/ponies/fancypants.pony deleted file mode 100644 index 4cfe1fc..0000000 --- a/ponies/fancypants.pony +++ /dev/null @@ -1,50 +0,0 @@ -$$$ -APPEARANCE: S02E09 Sweed and Elite -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: stallion -KIND: unicorn -LINK: regular -MANE: blue -NAME: Fancypants -POSE: stand -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 46 -HEIGHT: 31 - - -$$$ -$balloon28$ - $\$ - $\$ - $\$ - $\$ ▄▀  - ▄▄▄▄▄▄ ▄▀▄▀  - ▄▄▄▀▄▀▀▀▀▄▀▄▀▀▄▀  - ▄▀▀▄▀▀▄▀▄▀▀▀▀▀▄▀▀  - ▄▄▄▀▄▀▀▄▄▄▄▀▀▀▀▀▀▄  - ▄▄▀▄▄▄▄▄▀▀▄▀▀▀▀▀▄▀▀▄  - ▄▄▀▀▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▀▄▀▀▀▀▄▀▄▄▀▀▄▀▀▀▀▄▀▄  - ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀ - ▄▄▄▄▄▄ ▀▄▀▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▄ ▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄ ▀▄▄▀▀▀▀▀▀▀▀▄ ▄▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▀▀▀▄▀▀▀▄▀▄  - ▄▀▀▀▄▀▄▄▀▀▀▀▀▀▀▄▄▄▄▄▄▄▀▀▀▀▄▀▀▀▄▄▄▀▀▄▄▄▀  - ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▀▀▀▄▀▄▀  - ▄▄▀▀▀▀▀▀▄▀▀▀▄▄▀▀▄▄▄▄▄▀▄▀▀▀▀▀▀▀▄▄▀▀▄▄▀▄▄▀  - ▀▄▀▀▀▀▀▀▀ ▀▄▀▀▀▄▀▀▄▄▄▄▄▀▀▀▀▀▀▀▄▄▀▄▄▀▄▄▄  - ▀▄▀▀▀▀▀▄▄▀▀▀▀▄▄▀▀▀▀▄▄▄▄▀▄▀▀▀▀▀▄▀▄▀▄▄▄  - ▀▄▀▀▀▄ ▀▀▀▄▀▀▀▀▀▀▀▄▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▄ ▄▄▀▀▀▀▄▀▀▀ ▄▀▀▀▀▀▄▄▄▄▄▄  - ▄▀▀▄ ▄▄▀▀▀▀▄▀▀▀ ▄▄▀▀▀▄▀▀▀▀▀  - ▀▀▀▀▀▀ ▄▄▀▀▀▄▄▀▄ ▄▀▄▄▄▄▀▄▀▀▀▄  - ▄▄▀▀▀▀▄▄▀▄ ▄▄▀▀▀▀▄▀▀▀▀▀  - ▄▄▀▀▀▀▄▀▀▀▄ ▄▄▄▄▄▄▄▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀  - diff --git a/ponies/faust.pony b/ponies/faust.pony deleted file mode 100644 index bd0c2ab..0000000 --- a/ponies/faust.pony +++ /dev/null @@ -1,34 +0,0 @@ -$$$ -FREE: yes -$$$ -$balloon3$ -$\$ - $\$ - $\$ -  ▄ ▄▄ ▄▄  - ▀ ▄ ▄▀  ▄▀▀ ▄▀  - ▀ ▄ ▄ ▄▀▀ ▄▀▀ ▄▄▀  -   ▄ ▄ ▄▀ ▀ ▄▀ ▄ ▄▀▀▀▄  -   ▄▄▄▄▄▄▄▀   ▄▀ ▄▄ ▄ ▀ ▄▄▀  - ▄  ▄▄▀   ▄   ▄▀▄▀▀  ▀▄▄  ▀ ▄▄▀  - ▄▀ ▄▀ ▄ ▀      ▄ ▀▄ ▀▄ ▀ ▀ ▀▀▄▄▄▄▄  - ▄ ▀▀▀▀▄▀▄▀▄▀▄ ▀▄   ▄▀   ▄▀▀  - ▄▀    ▄ ▄▄▄  ▀ ▄▄▀ ▄▄   -   ▄ ▀▀ ▀▀ ▀▄▀   ▀ ▄  ▀▀ ▄▀▄▄▄  - ▀▀ ▀▀▀▀▀▄  ▀▄ ▄▀ ▀▀▄ ▄▄▀▀▀▀▀ ▀▀▄  -   ▄▀ ▄▀▄▀▄ ▄▀▀ ▀▀▀▄▄▄ ▀▄ ▄▀▄  -    ▀▄▄▄    ▀▀ ▄▄▀▀▄ ▀▄   ▀▄  - ▄▀   ▄ ▄▀   ▀ ▀    ▀        -   ▀ ▀ ▀ ▄ ▀▀▄   ▀          -   ▀▀ ▀▀▀▀▀            -  ▄▄ ▄▄▄▄          ▀▄  -         ▀▄ ▄▀  ▀  ▀▄    -       ▀▄     ▀          -       ▀▄   ▀▄ ▀▄▀▄ ▀▄  ▀▄  - ▄▀     ▀▄     ▀ ▀▄   ▀▄  -   ▄▀         ▀▄  ▀▄  - ▄▀      ▄▀ ▀▄ ▀▀▄▄▄▄▀▀ -              -       ▄       -   ▄▀   ▄▀ ▄▀    - ▀▀▀▀ ▀▀▀▀▀ ▀▀▀ ▀▀▀▀   diff --git a/ponies/featherweight.pony b/ponies/featherweight.pony deleted file mode 100644 index 47959b9..0000000 --- a/ponies/featherweight.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S02E23 Ponyville Confidential -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: colt, backgound -KIND: earth -LINK: regular -MANE: brown -NAME: Featherweight -POSE: trot -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 31 -HEIGHT: 25 - - -$$$ -$balloon15$ - $\$ - $\$ - $\$ - ▄▀   - ▄▀    -     ▄ ▄▄▄▄  -   ▀ ▄▀▀▀ ▀▀▄  - ▄▀▀▄▄▄ ▀▀▀ ▄▄ ▀▄ -   ▀▄ ▀▀  ▀▄   -    ▄▀▀▀▄▄▄▄ ▄▀▀ - ▀▄   ▄▄▄▄    - ▀▄ ▀ ▄▀▀ ▄  ▀▄▄  - ▄▀▀▀▄ ▀ ▀ ▀▄ ▄ ▀    -   ▄   ▀▄▀▀  ▀  -  ▀   ▀   ▀▄▄  ▀▄▄▄▄▀▀  -    ▀▀▀▀▄▄▀▀ ▀▀▀     -  ▄▀ ▀▀▄ ▄▀ ▄▀  -   ▀▀▀▀▀▀ ▄▀  - ▄  ▄▀  ▄▀▄▄▄  - ▄  ▄▀▀          -       ▄▀  ▄▀    -       ▄▄▀ ▄▀     -    ▀▄  ▄▀ ▀▀▀  - ▀▀▀▀ ▀▀▀  diff --git a/ponies/fiddlesticks.pony b/ponies/fiddlesticks.pony deleted file mode 100644 index 72a1575..0000000 --- a/ponies/fiddlesticks.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E04 Luna Eclipsed -BALLOON: top -COAT: creme -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Fiddlesticks (unofficial) -POSE: trot -SOURCE: (vulcan539/james539) Desktop ponies -WIDTH: 42 -HEIGHT: 26 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - ▄▀▄ ▄  -    ▄▀   -   ▀    - ▄▄▄▄▄ ▀▀▀ ▀▄▄  -  ▄▀ ▀▀▀▀  ▄▀▄▄  - ▀▄▄▄▄▄▄▄▄▄▄▀▀▄     ▀▄  - ▀▄   ▀▀▄▄▀▄▀ ▀  ▄▄▀  - ▄▄ ▀▄▄▄▄▄▄ ▀   ▄▄▄▄▄▄  -   ▄ ▀   ▄ ▄▀  ▄▀ ▄▄▄ ▀▄  - ▄   ▀▄▄ ▀▄ ▀▄▀   ▄▀▄ ▀▀ ▀▄    -   ▄  ▄ ▀  ▄  ▀▀▄▀▄   ▀▄  - ▀▀▄▄▄▄▄▄▄▄▄▀  ▄▀▄▄▄▄▄▀▄▀▀  ▀▄      -   ▄▄▄▀▄▀▄ ▀ ▄▀ ▀▄        - ▄▄ ▀▀▀ ▄▄   ▀     ▀▄   - ▀▄   ▀▀ ▀          -  ▀ ▀▄▄▄ ▀▀       ▀  - ▄▀▀  ▄  ▀ ▄▀ ▀▀   ▀▄▄  - ▄▄▀▀▀ ▄ ▀▄     ▀▄ ▀▄▄ ▄▀▄▄▄  -     ▀▄▄▄ ▄▄      ▀▄ ▀▄▀ ▀  -     ▀▄     ▀▄ ▀▄ ▀▀  - ▀▄ ▄▀ ▀▄▄  ▀▀    ▀▀▀▀  -  ▀▀▀ ▀▀  ▀▀▀   diff --git a/ponies/fido.pony b/ponies/fido.pony deleted file mode 100644 index d421f70..0000000 --- a/ponies/fido.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E19 A Dog and Pony Show -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: dog, antagonist, diamond dog -KIND: animals -LINK: regular -NAME: (not mentioned) -OTHER NAMES: Fido (official, in manuscript) -POSE: angry -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 47 -HEIGHT: 26 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ ▄▄▀▀▀▄▄▄▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▄▀▄▄▀▀▀▀▀▄  - ▄▀▀▄▄▀▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▄▀▀▀▀▀▀▀▄  - ▄▀▀▀▄▄▀▀▀▀▀▄▄▀▄▄▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄  - ▀▄▄▄▄▄▄▄▄▀▀▄▄▀▄▄▀▀▄▄▀▄▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀  - ▄▄▄▄▄▄▀▀▀▀▄▀▀▀▀▄▄▄▀▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▄▄▀▀▀▄▀▀▀▀▀▀▄▀▀▄▄▀▀▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▀▀▀▀▄▄▀▀▄▄▄▀▀▀▀▀▀▄  - ▀▀▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▄▀▀▄▀▄▀▀▀▄▀▀▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▄▀▀▄ ▀▄▀▀▀▄▄▄▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▄▀▄▀▄ ▀▄▀▀▄▀▄▄▀▄▄▄▄▀▀▀▀▀  - ▄▄▀▄▀▀▀▀▀▀▀▀▀▄▀▀▀ ▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▄▄  - ▄▄▀▄▀▄▄▄▀▀▀▀▀▀▀ ▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▄▀▀▀▄  - ▄▄▀▄▄▀▀▄▀▀▀▀▀▀▀ ▄▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▄▄▀▀▄  - ▀▀▄▄▄▀▀▀▀▀▀▄▀ ▄▀▄▀▀▀▀▀▀▀▄▀▀▄▄▄▄▀▀▀▄▄▄▄▀  - ▄▀▀ ▀▀▀▀ ▄▄▀▀▀▄▄ ▄▄▀▄▄▄ ▄▄▄▀▀▄▀▀ - ▀ ▀▄▄▄▄▄ ▄▄▀▀▀▀▄▀▀▄▀▀▀▀  - ▄▄▄▄▄▀▀ ▀▄▄▄▄▀▀▄▀▀▀▀▄▀ - ▄▄▀▀▀▀ ▀▄▀▄▀▀  - ▀▀▀ ▄▀▀▀▀▄  - ▀▀▀▀▀▀  diff --git a/ponies/fillistia.pony b/ponies/fillistia.pony deleted file mode 100644 index 8fa639e..0000000 --- a/ponies/fillistia.pony +++ /dev/null @@ -1,27 +0,0 @@ -$balloon25$ - $\$ - $\$ - $\$ - $\$ - $\$ ▄ ▄▄ ▄  - $\$ ▄▄▄▄▄▄ ▄▄▄▄▄ ▄ -   ▄▄▄▄▄ ▄▄ ▄ ▄▄ - ▄▄▄▄▄ ▄▄▄▄    -  ▄  ▄▄ ▄▄▄▄▄▄    - ▄▄▄▄       ▄   ▄▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄ ▄▄  ▄▄   ▄▄     -  ▄ ▄ ▄▄ ▄▄  ▄ ▄▄  ▄▄▄▄ ▄▄ ▄ ▄▄ -     ▄ ▄▄▄▄▄▄▄▄▄ ▄▄  ▄  ▄▄▄▄ ▄▄▄▀ - ▄▄   ▄▀   ▄▄▄  ▄▄▄   ▄▄▀ -         ▄▄▄▄▄▄▄▄▄ ▄▄▄▄    -          ▄▄ ▄     -     ▄   ▀▄ ▄▄     -           ▄▄▄▄▄▄   ▄     -        ▀             -   ▄    ▄▄▄▄▄▄▄    ▄▄▄▄   ▄▄▀ -            ▄▄▄▄▀ ▄▄ ▄ ▄▄    -            ▄▀▀ ▄▄▄   ▄▄▄ ▄▄▄▀ - ▄▄▄▄  ▄   ▀▄▀ ▀▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▀▀ - ▀▄▄▄▄▄▄▀ ▀▄▄▄▄▄▄▄▀▀▀ -  - \ No newline at end of file diff --git a/ponies/fillycadance.pony b/ponies/fillycadance.pony deleted file mode 100644 index c9ac399..0000000 --- a/ponies/fillycadance.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S02E25 The Royal Wedding [Part 1] -AURA: pink -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: pink -FREE: no -GROUP: mare, royal -KIND: alicorn -LINK: regular -MANE: pastel -MASTER: cadance -NAME: Cadance -OTHER NAMES: Princess Cadance (official, titled), Mi Amore Cadenza (official, full named without title), Princess Mi Amore Cadenza (official, full named) -POSE: filly -SOURCE: (Kloopp) Desktop ponies -WIDTH: 49 -HEIGHT: 27 - - -$$$ -$balloon32$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▄▄ $\$  -   ▄▄▄▄ ▀▄ ▄▄ $\$  -   ▄ ▀▀▀▀▄▄ ▀▀  -     ▄▄▄▄ ▀▀▄▄▄▄▀▄▄▀▀▀▀▀▀▄▄▄▀   -  ▀▀  ▄▀ ▀▀  ▄ ▄▀▄   ▀▀▀▀▀▄▀▄▀▄▄  - ▄▀ ▄▀▄▀ ▀    ▀     ▀▀▀▄▄▄▄▄ ▀▀▄▄▀▄ -  ▀▄▀      ▄▀   ▀▀▄▄▄▄▄▄ ▀▀▀▀▀▀▄  - ▀▄▀▄▄▀▄        ▀▄  ▄ ▀     - ▀▀▄▄▄▄▀   ▀▄   ▄   ▄▄     - ▄▄▄▄▄▄▄   ▀▄ ▄▀▄ ▀  ▀▄  - ▄▀ ▄▄ ▀▀▀▀▄▄▀  ▀▄▄▄▄  ▄    -   ▄ ▀▀▀▀▀▄▄ ▄▄▄▄▀▀▀▀▄▄▄  ▄▄▄▄▄▄▀▀  -    ▄ ▀ ▀▀ ▀▀▄ ▀▄▄▄▄▄▄▄    -    ▄     ▀▄ ▄▀▄▀▄ ▀▀  -   ▀   ▀   ▀▄▄▄▄▄▀ ▄▀  -   ▀ ▀     ▄▄ ▀▀▀▀▀ ▀   - ▄▀▀▀▀▄    ▀  ▄▄ ▀▄ ▄  ▄  ▀▀▄  -     ▄     ▄  ▄▀ ▄▀     ▄▀ ▀▀ ▀ ▀▄  -    ▀▄▄▀     ▄▀      ▄▄▀ ▄▀      - ▀▄▄▀▀▀ ▄ ▀ ▄▀ ▄▀     ▄▀      - ▀▀▀▀▀     ▀▀  ▄▄▀ ▀▄ ▄▀  -  ▀▀▀  ▀▀ ▀▄▄   - diff --git a/ponies/fillycelestia.pony b/ponies/fillycelestia.pony deleted file mode 100644 index 30a7de0..0000000 --- a/ponies/fillycelestia.pony +++ /dev/null @@ -1,26 +0,0 @@ -$balloon6$ - $\$ - $\$ - $\$ - ▄  - ▄▄ ▄▀▄▄▄▄  - ▀▄▀▄▄▄▀▀▀▄▀▀▀▀▄  - ▄▄▀▄▀▀▄▄▄▀▀▄▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▀  - ▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▄▀  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▀▀▄▀▀▀▀▀▀▀▀▀▀▄▄▀▀  - ▄▀▄▀▀▄▄▄▄▄▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄ ▄▄▄▄▄▄  - ▀▀▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▄▀▄▄▄▀▄▀▄▀▄▄▄▀▄▄▄▄▀▀▄  - ▄▀▀▀▀▄▀▄▄▄▄▄▀▄▀▀▀▀▄▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▄▄▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀▄ - ▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▀▀▄▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▄▄▄▄▄▀▀▀▀  - ▄▄▀▄▄▀▄  - ▀▄▄▄▄▀  - diff --git a/ponies/fillydash.pony b/ponies/fillydash.pony deleted file mode 100644 index e3d3c9f..0000000 --- a/ponies/fillydash.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: rainbow -MASTER: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: filly -SOURCE: (PsychoSutin, Starly, asluc96) desktop ponies -WIDTH: 40 -HEIGHT: 22 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ - ▄▄ ▄▄ ▄ ▄  - ▀▀▄▄▄▀▀▀▄▄▄▀▄▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄  - ▄▀▀▀▄▀▄▀▄▀▄▀▀▀▀▀▄▄  - ▀▀▀▀▄▀▀▀▀▀▀▀▄▀▀▀▀▄▀ ▄ ▄  - ▀▄▀▀▄▀▀▀▄▄▀▀▀▄▀▄ ▄▀▀▄▀▀▄▄▄  - ▄▀▀▀▀▄▄▀▀▀▀▀▄▀▀▀ ▄▀▀▄▄▄▄▄▄▀▀▄  - ▀▄▄▀▄▀▀▀▀▀▄▀▀▀▄▄ ▄▀▄▄▀▀▄▀▀▄▄▀▄  - ▀▀▀▀▀▀▄▄▀▀▀▄ ▄▄▄▄▄▄▀▀▄▄▀▀▀▀▀▄▀  - ▄▄▀▀▄▄▄▄▄▀▀▀▄▀ ▄▄▄▀▀▀▀▄▀▀  - ▄▀▀▀▀▄▄▄▀▀▀▀▄ ▄▄▄▀▄▀▄▀▀▀  - ▄▄▀▄▄▀▀▀▄▀▀▄ ▀▀▄▀▀▀▄▀▄▀▄  - ▄▄▄▄▀▄▀▄▀▄▀▀▀ ▄▀▀▄▀▄▀▀▀▄  - ▄▄▄▄▀▀▄ ▄▄▄▄▀▀▄ ▀▀▀▄▀▄▀▄▀▀  - ▀▀▄▀▀▀▀ ▀▀▄▀▀▀▀ ▀▀▀▀▄▀▄▀▀ - ▀ ▀▀▀  diff --git a/ponies/fillydashfly.pony b/ponies/fillydashfly.pony deleted file mode 100644 index dba5b38..0000000 --- a/ponies/fillydashfly.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: rainbow -MASTER: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: filly fly -SOURCE: desktop ponies -WIDTH: 49 -HEIGHT: 18 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ ▄▀▀▄▄  - $\$ ▄▀▀▀▀▀▀▀▀▀▀▄▄  - $\$▀▄▄▄▄▄▀▀▀▀▀▀▀▄▀▄  - $\$ ▀▄▄▄▀▀▀▄▀▀▀▀▄▄  - ▄ ▄▄▄▀▄▄▄▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀ - ▄ ▄▄▄▄▄▄▄▄▄▀▄ ▄▄▀▄▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▄▄▄▄▄▀▀▀▀▀▄▄ ▄▀▀▀▀▀▀▀▀▄▀▀▀▀▄▄▀▀▀▀▀▀▄ -▄▀▀▀▀▀▄▄▄▀▀▀▀▀▄▀▄▄ ▀▄▀▄▀▀▄▄▄▄▄▀▀▀▄▄▄▄▀▀▄▀▀▄ - ▀▄▀▄▀▀▀▀▀▀▄▄▄▀▀▀▀▄▄▀▀▄▀▄▄▄▄▀▀▀▀▄▄▀▀▀▀▀▀▄▄ - ▄▀▄▄▀▀▀▀▀▀▄▄▄▀▄▀▀▄▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▀▄▀▀▀▀▀▄▄▄▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀▀  - ▀▀▀▀▀ ▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▀  - ▄▀▀▀▄▀▀▀▀▀ ▄▄▀▀▄  - ▀▀ ▀▀▀▀  diff --git a/ponies/fillyjack.pony b/ponies/fillyjack.pony deleted file mode 100644 index 74b909a..0000000 --- a/ponies/fillyjack.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 1 Apple Jack -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: yellow -MASTER: applejack -NAME: Applejack -OTHER NAMES: AJ (official, short) -POSE: filly -SOURCE: (SupaSpeedStrut) Desktop ponies -WIDTH: 34 -HEIGHT: 21 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄ ▄▄  - ▀▀▀▄▄▄▀▀▀▀▄▀▀▄  - ▄▀▀▀▀▄▄▄▀▀▀▄▀▀▀▄  - ▄▀▀▀▄▄▀▄▀▀▄▀▀▀▀▀▄  - ▀▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▄▀▀▀▄▀  - ▀▀▄▀▄▀▀▀▄▄▀▀▀▄▄  - ▄▀▀▀▀▄▄▀▀▀▀▄▄▀▄ ▄▄▄▄▄▄  - ▀▄▄▀▄▀▀▀▀▀▄▀▄▄▄ ▄▀▄▄▄▄▀▀▀▄  - ▀▀▀▀▀▄▀▄▄▄▄▀▄▄▄▄▄▀▀▀▀▀▄▄▀▄  - ▄▀▀▄▀▄▄▀▀▀▀▀▀▄ ▀▄▀▄▄▄▄ - ▄▀▄▀▄▀▀▀▀▀▀▀▄ ▄▄▄▄▄▄ - ▄▄▀▀▄▀▀▀▄▀▀▄ ▄▄▄▄▀▄▄ - ▄▄▄▄▀▄▀▄▀▄▀▀▀ ▄▀▄▄▄▀  - ▄▄▄▄▀▀▄ ▄▄▄▄▀▀▄▄▀▀▀▀▀▄  - ▀▀▄▀▀▀▀ ▀▀▄▀▀▀▀▀▀▀▀▄▄▀  - ▀ ▀▀▀  diff --git a/ponies/fillyjacktravel.pony b/ponies/fillyjacktravel.pony deleted file mode 100644 index 09049a0..0000000 --- a/ponies/fillyjacktravel.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 1 Apple Jack -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: yellow -MASTER: applejack -NAME: Applejack -OTHER NAMES: AJ (official, short) -POSE: filly travel -SOURCE: (SupaSpeedSrut) Desktop ponies -WIDTH: 39 -HEIGHT: 21 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄ ▄▄  - ▀▀▀▄▄▄▀▀▀▀▄▀▀▄  - ▄▀▀▀▀▄▄▄▀▀▀▄▀▀▀▄  - ▄▀▀▀▄▄▀▄▀▀▄▀▀▀▀▀▄ ▄▀▀  - ▀▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄ ▄▀▀▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▄▀▀▀▀▄▀ ▄▀▀▀▄▀▄▄▀▄▀▀▀  - ▀▄▄▀▄▀▀▀▄▄▀▀▀▀▄▀ ▀▀▄▄▀▄▄▄▄▄▄▄▄  - ▄▀▀▀▀▄▄▀▀▀▀▄▀▄▄▄ ▄▄▀▀▀▀▄▄▄▀▄▄▀▄▄  - ▀▄▄▀▄▀▀▀▀▀▄▀▀▄▀▄▄▄▀▀▀▄▀▀▀▀▄▀▄▄▀▄▄▄▄▀ - ▀▀▀▀▀▀▄▀▄▄▄▄▀▄▄▄▄▄▀▀▀▀▀▄▀▄▄▄▄▄▄▀▀ - ▄▄▀▀▄▀▄▄▀▀▀▀▀▀▄ ▄▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▄▀▄▀▄▀▀▀▀▀▀▀▄ ▄▀▀▀▀▀▀▀▄▀  - ▄▄▀▄▀ ▄▀▀▀▄▀▀▀▄▀▀▀▄▄ ▀▀▀▀▀▀▀  - ▀▀▀ ▄▄▀▀▀▀ ▄▄▀▀▄▀▀▄ ▄▄▀▀▀  - ▄▄▀▀▀▀▄▄▀▀▀▀▄▄▀▀▄ ▄▀▀▀▄▄  - ▄▀▀▀▀▀ ▄▀▀▀▀ ▀▀▀ ▀ ▄▄▄▀▄  - ▀  diff --git a/ponies/fillypinkie.pony b/ponies/fillypinkie.pony deleted file mode 100644 index 53bcd48..0000000 --- a/ponies/fillypinkie.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: filly -SOURCE: desktop ponies -WIDTH: 33 -HEIGHT: 20 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄ ▄▀▀▄  - ▄▀▀▄▀▄▀▀▀▀▄▄▀▀▄  - ▄▀▀▄▀▀▄▄▀▀▀▄▀▀▄▄▄  - ▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▄▄▀▀▀▄▀▀▀▀▀▀▀▀▄▄▄  - ▄▄▀▄▄▀▀▄▄▀▄▄▀▀▀▀▄▄▄▄  - ▄▄▀▄▀▄▀▀▀▀▀▀▄▄▀▄▄▄▄▄  - ▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄ ▄▄▄▄  - ▄▄▀▄▄▄▀▀▀▀▀▀▄▀▀▄▄▄▄▄ ▄▀▄▄▀▄▀▄  - ▄▄▀▄▄▄▄▄▄▄ ▄▄▀▀▄▀▀▀▀▄▄▀▀▄▀▄▀▄▀▄  - ▀▀▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▄ ▄▀▄▀▄▀▄ - ▄▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄▄▄▄ - ▄▄▄▄▀▀▀▀▄▀▀▄▄ ▀▀▀▀▀▀▀ - ▄▀▄▀▀▀▄ ▄▄▄▄▀▀▄  - ▄▀▄▄▀▀▄ ▄▀▄▄▀▀▄  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/fillypinkiecurly.pony b/ponies/fillypinkiecurly.pony deleted file mode 100644 index b69abc8..0000000 --- a/ponies/fillypinkiecurly.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: filly curly -SOURCE: desktop ponies -WIDTH: 47 -HEIGHT: 24 - - -$$$ -$balloon23$ - $\$ - $\$ - $\$ - ▄ ▄▄▄ ▄▀▀▀▄ ▄  - ▄ ▀▄▄▀▀▀▄▀▄▄▀▀▀▀▀▀▄▄▄▀  - ▀ ▀▄ ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄  - ▄▄▀▀▀▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄ - ▄▀▄▀▀▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀  - ▄▄▀▀▀▀▄▄▀▀▄▄▀▀▄▀▀▄▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▄▄▄▄▀▀▀▄▄▀▀▀▀▀▄▀▄▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▀▀  - ▄▀ ▀▄▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄  - ▄ ▄ ▄▄▀▀▀▄▄▀▀▀▀▄▄▀▄▀▄▀▀▄  - ▀ ▀▄▄▄ ▀▄▀▀▀▀▄▄▀▀▀▀▄▄▀▀▄▀▄▄  - ▄▀▀▀▀▀▄▄▄▄ ▀▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄ ▄▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▄▄▄▄▄▀▀▀  - ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▄  - ▄ ▄▀▀▀▀▄▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▀ ▀ ▀▄▄▀▀▄▀▀▀▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▄ ▄▀▄▀▀▄▄▀▀▀▄▄▄  - ▀ ▄▀▀▀▄▄▄ ▄▄▀▀▄▀▄  - ▄▄▀▀▄▄▀ ▄▄▀▀▄▄▀  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/fillyrarity.pony b/ponies/fillyrarity.pony deleted file mode 100644 index 3e9bb04..0000000 --- a/ponies/fillyrarity.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: blue -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: rarity -NAME: Rarity -POSE: filly -SOURCE: (RJP!) Desktop ponies -WIDTH: 38 -HEIGHT: 21 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▀▀▄ ▄▄  - ▄▀▀▄▄▀▀▄▀▀▄▀▄▄▀▄  - ▄▀▄▄▄▄▀▄▄▄▄▄▄▀▄▄▀▄▄  - ▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▄  - ▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀  - ▀▀▀▄▀▄▀▄▀▄▀▄▄▀▀▀▄▄▀  - ▄▄▄▀▀▀▀▀▄▄▄▀▀▄▀▄ ▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄ ▄▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▄▀▄▀▀▀▀ ▄▄▄▄▀▀▄▄▀▄▀▀▄  - ▄▄▄▀▀▀▀▄▄▀▀▄▀ ▀▀▀▀▀▀▄▀  - ▄▄▀▀▀▀▄▀▄▀▄▀▄ ▄▀▀▀▀▄▀  - ▄▀▀▀▀▄▄▀▀▄▀▀▀ ▄▀▄▄▀▀▀  - ▄▄▄▄▀▀▀▀▄▀▀▄▄ ▀▀▀▀▀▀ ▄  - ▄▀▄▀▀▀▄ ▄▄▄▄▀▀▄ ▄▀▀▀▀▀▀▀ - ▄▀▄▄▀▀▄ ▄▀▄▄▀▀▄ ▀▀▀▀▀▀▀ - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/fillyshy.pony b/ponies/fillyshy.pony deleted file mode 100644 index 9ed5a85..0000000 --- a/ponies/fillyshy.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: closed, teal -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: pink -MASTER: fluttershy -NAME: Fluttershy -OTHER NAMES: Shy (sometimes) -POSE: filly -SOURCE: (PsychoSutin) Desktop ponies -WIDTH: 42 -HEIGHT: 21 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄  - ▄▀▀▀▀▄▀▀▀▀▀▄▄▄▄▀▄  - ▄▄▀▄▄▀▀▄▀▀▀▀▀▀▀▀▄▀▄▄▀▀▄ ▄▄  - ▄▄▄▄▀▄▀▀▀▀▀▀▀▀▀▄▄▄▀▄▄▀▀▄▀  - ▄▄ ▄▄▀▄▄▀▀▀▀▀▀▀▀▄▄▀▄▀▀▄▀▀▄▄▄▄▄▄▄▄▄  - ▄ ▄▀▀▀▄▀▀▄▄▄▀▄▀▄▄▀▀▄▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▄▀▄▀▀▄▀▄▀▀▀▀▀▀▄▀▀▀▄  - ▀▀▀▀ ▀▀▀▀▀▄▀▀▀▄▄▄▀▄▀▀▀▄▄▀▀▄▀▀▀▀▄▄▀▄  - ▀▄▀▄▀▀▀▀▀▀▄▀▀▄▀▄ ▄▄▀▀▄▄▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▄▀▀▄  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▄▀▀▄  - ▀▄▀▄▀▄▀ ▀▄▀▄▀▀▀▄▄▀▀▀▄▀▀▀  - ▄▀▄▀▀▄ ▄▄▀▀▀▀▀▄▄▀▄▀▀▀ ▄ - ▀▀▄▀▄ ▄▄▀▄▄▀▀▀▄▄▀▀▄ ▄▀▀ - ▀ ▀▄▄▀▄▀▀▄▀▄▀▀▀▀▄▀  - ▀▀ ▀▀▀▀▀▀  diff --git a/ponies/fillytwilight.pony b/ponies/fillytwilight.pony deleted file mode 100644 index fc1ef39..0000000 --- a/ponies/fillytwilight.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple (whitish lilac in season 1) -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: twilight -NAME: Twilight -OTHER NAMES: Twilight Sparkle (official, full name) -POSE: filly -SOURCE: (Pony Noia, RJP!) Desktop ponies -WIDTH: 35 -HEIGHT: 21 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▄▄▄ ▄▄  - ▄▀▀▀▄▄▀▀▀▄▀▀▀▀▄▀▄  - ▄▀▀▀▀▀▄▀▄▀▀▀▀▀▄▀▄▄▄  - ▄▀▀▀▄▀▀▄▄▄▀▀▄▄▀▀▀▀▄  - ▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▄▀▀▀▄▄  - ▀▀▄▀▄▀▀▀▄▄▀▀▀▄▄▄ ▄▄▄  - ▄▀▀▀▀▄▄▀▄▀▀▀▄▄▀▄ ▄▀▀▀▀▀▀▄  - ▀▄▄▀▄▀▀▀▀▀▀▄▀▀▀▀▄ ▄▄▀▄▄▄▀▀▀▄  - ▀▀▀▀▀▄▀▀▄▄▄▄▀▄▄▄▀▄▄▄▀▀▄▀▄▄▄ - ▄▄▀▀▄▀▀▀▄▀▀▀▄ ▄▄▄▄▄▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▄ ▄▄▄▀  - ▄▄▀▀▄▀▀▀▄▀▀▄ ▄▀  - ▄▄▄▄▀▄▀▄▀▄▀▀▀  - ▄▄▄▄▀▀▄ ▄▄▄▄▀▀▄  - ▀▀▄▀▀▀▀ ▀▀▄▀▀▀▀  - diff --git a/ponies/filthyrich.pony b/ponies/filthyrich.pony deleted file mode 100644 index 05f007c..0000000 --- a/ponies/filthyrich.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S02E12 Family Appreciation Day -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: black -NAME: Filthy Rich -OTHER NAMES: Filthy (official, short name), Rich (official, he prefers that you call him by surname) -POSE: stand -SOURCE: [jristz] -WIDTH: 45 -HEIGHT: 27 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀ ▄  - ▄   ▄  ▄  - ▄  ▄▄    ▄  -  ▄▄▄▄▄▄ ▀   ▄  - ▀ ▀▄▀▀▀▀ ▀   ▀▀  - ▄▀ ▄▄▄▄▀ ▄▀▀ ▄  - ▄▀ ▄   ▀   ▄▄▀▀  -   ▄▄   ▄▀▀▀▀▀▀ ▄ ▄▄▄  -   ▄ ▀▀▀▀   ▀ ▄▄▄▄▄ ▄▄▄  - ▀▀▄▄▄▄▄▄▄▄▀ ▄▀ ▄▄▄▄▄▄▀▀ ▀▄ ▄ ▀▄  -   ▄▀▄▀ ▄▄▀ ▄▄▄ ▀▄ ▀▄    - ▄▄▄▀▄▀ ▄ ▀▀▀ ▄▄▄   ▀▀   - ▀▄▄▀  ▄   ▀▄▄ ▀▀▀   ▄  -  ▄ ▄▀▀   ▀▀▀ ▄▀  ▀ ▄ -  ▄▀  ▄ ▄ ▀ ▀▄  ▄    -  ▄▄▀  ▀▀▀▀▀▄▀  ▀▄ ▀▄ ▀▀▀▀  - ▀       ▀▄   ▀▀  -          ▀▄  - ▄▀        ▀▄  -             - ▀    ▀▀     - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀  - diff --git a/ponies/firestreak.pony b/ponies/firestreak.pony deleted file mode 100644 index 919d69e..0000000 --- a/ponies/firestreak.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E16 Sonic Rainboom -BALLOON: top -COAT: white -DISPLAY: full, left -FREE: no -GROUP: stallion, wonderbolt -KIND: pegasus -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Fire Streak (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 43 -HEIGHT: 25 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄ ▄▀▀ ▀ ▄▄▄▄▄  -  ▄ ▄▀ ▄▀▀▀▀    - ▄▀ ▄ ▀ ▀▀     ▄▀  - ▄▀ ▄▀   ▄  ▄   ▀▄▄  -    ▀▄▄▄▄▄▄ ▀▀▄   ▄▀  - ▀▀▄▄ ▀▄▄ ▀ ▀▄ ▄▄  -    ▄▀ ▄       - ▄▀ ▀ ▀▄▄▀▄ ▀   ▄▄▄  ▄▀▀▀▀▀▀▄▄▄▄  -   ▄  ▀▀▀   ▀▄   ▄▄▄ ▀▄  - ▀ ▀▀▄▄▄▄▄▀   ▄▀▄▄▄▄▄▄ ▀▀▀ ▀ ▀   -  ▄ ▀▀▀▀ ▄   ▀▄ ▀    - ▀▄ ▀ ▄▄▄▄▄▄ ▄ ▀   ▄  ▀▀  ▄  - ▀▄  ▄▀▄▀▄▀▄▀ ▀   ▀   ▄ ▀▄  -  ▀ ▀▀▀▀▀▀    ▀▄ ▀    -    ▀▀ ▀ ▀ ▀▄ ▀    ▀▄  -      ▄▄▀      ▄    -         ▀▄   ▀ ▀▄▄ - ▄▀          ▀▄▄    -  ▄  ▄▄▄   ▄▄  ▄▄▄ ▀▀▄  - ▀ ▀▀▀ ▄▀ ▀▀▀ ▄▄▄    - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/flam.pony b/ponies/flam.pony deleted file mode 100644 index 1d578a0..0000000 --- a/ponies/flam.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S02E15 The Super Speedy Cider Squeezy 6000 -BALLOON: top -COAT: yellow -DISPLAY: full, right -EYE: green -FREE: no -GROUP: stallion, antagonist -KIND: unicorn -LINK: regular -MANE: red -NAME: Flam -POSE: trot -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 44 -HEIGHT: 29 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▀▀▀   - ▄▀ ▄▄▀▄ ▄▄ ▀ ▄▄  - ▄▀ ▄▀▀ ▄▄▀ ▀▀  ▄   - ▄▀ ▄▀ ▄▀ ▄▄▄ ▄▄  ▄▀  - ▀▄▄▀ ▄▀ ▄▀ ▄  ▀▄ ▀    - ▀▄  ▄▀▀▀ ▀▄▀ ▀▀▀ ▄▄▄▄▄  -     ▀ ▄  ▀▀▀▄ ▄ -  ▀▀▄▀▀ ▄▀ ▀▄▄▀▄▀ - ▄▄▄ ▄▀▄ ▄ ▄ ▀▀▀    - ▄▀▄▄▄▀▀▄ ▄▀▄▀    ▄▄▀▀▀  -   ▄▀ ▀▄   ▀▄▀   ▀▄▄▄▄▀▀▀  -      ▀▀▄▀ ▄▄▀▀▀▀▄▄▄▄▄▄ ▄▄ ▄▄  -       ▄▀ ▄▄ ▄▀▀▀▀▀       -  ▄ ▀ ▀ ▀▄   ▄▀ ▀▄  ▄▄▄▄▄▄▄▄▄  - ▄ ▀▀▄▀      ▀▄ ▀  ▄▄▄▄▄▄    - ▄▄▀      ▄▀  ▄▄▀▀▀   - ▀▀▄▄▄▄  ▀▄▄ ▀▄▄▄▄▀▀▀▀  ▄   - ▄▀▄    ▄   ▄▄    - ▀ ▀▀        ▄▀      - ▄▀       ▄▀ ▄▀    - ▄▀      ▄ ▀▀     -   ▄▀ ▀▄▄▄▀  ▄▀   ▀▄  - ▀▄▀ ▀▀▀      -      - ▀▀▀▀  diff --git a/ponies/fleurdelis.pony b/ponies/fleurdelis.pony deleted file mode 100644 index ed27708..0000000 --- a/ponies/fleurdelis.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S02E09 Sweet and Elite -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Fleur de Lis (unofficial) -POSE: stand -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 46 -HEIGHT: 29 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ -  ▄  - ▀▄▀▄  - ▄▀ ▀▄▄▄▄▄▄▄▄ ▄  - ▄▀ ▀▄ ▄▄ ▄▀   - ▄▀ ▀▀▀▄▄ ▄       -      ▄▄▄▄▄ ▀ ▄▀  -       ▄▄▄▄▄ ▄▀   -   ▀   ▄ ▀▄  ▀   ▀▄  - ▀▄  ▄  ▄▀▄▀ ▄     - ▀▄▀▄▄▄▀ ▄ ▀▄    - ▀▄ ▀▀▀▀▀  ▄     - ▀▄  ▀  ▄▀   ▄▄▄▄▄  - ▀▄  ▄▀ ▄▀▄▄   ▄▀▀▀▀▀▀▀▄▄▄  -      ▀▀▀▀▄   ▄▄▄▄▄▀▀▀▀▀▀▀  ▀▄  -  ▄▄▀     ▀▄  ▄ ▀ ▀▄▀ ▀▄      - ▀▄▄    ▀▄▄▀ ▀▀ ▀▀  ▀▄      - ▄▀▄▄▄▄▄▄▀ ▀ ▀   ▀▀▀  ▀▀▀▄▀    ▄   -  ▄▄   ▀▄▀ ▀  ▀▀  ▄▀ ▀▄ ▄▀ ▄    - ▀▀▀     ▀▄ ▀▄ ▀▄▄ ▀     ▄▄▄ ▄▄  -   ▀        ▀▄   ▄ ▀ ▀   - ▄▀     ▄▀         ▀▄▄▄▄▀ - ▄▀   ▀▄ ▄▀ ▄▀  ▄  ▀▄ ▄  - ▄▀ ▄▀   ▄▀ ▄▀  ▀▄ ▀▀▀▀▄▀  - ▀▀▀▀ ▀ ▄▀ ▀▀▀ ▀ ▄▀ ▀▄▄▄▄▀▀  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/fleurdelishair.pony b/ponies/fleurdelishair.pony deleted file mode 100644 index 93bda2e..0000000 --- a/ponies/fleurdelishair.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S02E09 Sweet and Elite -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: pink -MASTER: fleurdelis -NAME: (not mentioned) -OTHER NAMES: Fleur de Lis (unofficial) -POSE: hair -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 46 -HEIGHT: 30 - - -$$$ -$balloon28$ - $\$ - $\$ - $\$ - $\$ ▄▀  - $\$ ▄▀▄▀  - ▄▀▄▄▀  - ▄ ▄▄▀▀▀▀▀▄▀▀▄▀▄▄  - ▄▀▄▄▀▀▀▀▀▀▀▄▄▀▄▀▀▀▄  - ▄▄▄▄▄▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀  - ▀▄▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▀▀▀▄▀ - ▄▀▄▄▀▀▄▀▀▀▀▀▄▀▀▀▄▄▀▀▀▄ - ▄▀▀▄▄▀▀▀▄▀▀▀▀▀▄▀▀▄▄▀▀▀▄ - ▄▄▀▄▄▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▄▀▀ - ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▀▄▀  - ▄▄▀▀▄▄▀▀▀▀▄▀▀▀▀▀▄▄▀▀  - ▄▄▄▄▄ ▄▄▀▀▀▀▄▄▀▀▀▄▄▀▀▀▄▀▄▄▄▀  - ▄▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▄▀▀▀▀▀▄▀▀▀▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▀▄▀▄▄▄▄▄▀▀▄▄▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀ ▄▀▀▀▀▀▄▄▄▀▄▀▄▀▀▀▀▀▀▄▄▀▀▀▄▀▀▄▀  - ▄▄▀▀▀▀▀▀▀ ▄▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▄▀▀▀▀▄▄▄▀▀  - ▄▄▀▀▀▀▄ ▀▄▀▀▀▀▀▄▄▄▀▀▄▄▀▀▀▀▄▄▀▄▀▀▀▀▀  - ▄▄▀▀▀▀▄ ▄▀▀▀▀▀▄▀ ▀▀▀▄▀▀▄▀▀▀▀▄▀▀▀▀  - ▄▄ ▄▀▀▀▀▀▀▄ ▄▀▀▀▀▀▄ ▄▄▀▄ ▀▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▄ ▄▄▀▄▀▀▀▀▀▄▀▄▀▄ ▀▄▄▄▀  - ▀▄▄▄▄▀▀▄▀▀▀▄ ▄▄▀▄ ▄▄▀▀▀▀▄▀▄  - ▄ ▄▀▀▀▀▀▀ ▄▄▀▀▀▄ ▄▄▀▀▀▀▄▀  - ▀▄▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▀▀▄▄▄▄▀ ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀  diff --git a/ponies/fleurdelislay.pony b/ponies/fleurdelislay.pony deleted file mode 100644 index 0c8ffd0..0000000 --- a/ponies/fleurdelislay.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S02E09 Sweet and Elite -BALLOON: top -COAT: white -DISPLAY: full, left, turned -EYE: purple -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: pink -MASTER: fleurdelis -NAME: (not mentioned) -OTHER NAMES: Fleur de Lis (unofficial) -POSE: lay -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 45 -HEIGHT: 21 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - $\$ ▄▄▀▀▀  - ▄ ▄▄▄▄▄▄▄ ▄▄▀▀▀▄▀  - ▄▀▄▄▀▀▀▀▀▀▄▄▀▀▀▄▀  - ▄▄▀▄▀▄▀▀▀▀▀▀▄▄▄▀▀▀▄  - ▄▄▀▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄  - ▄▄▄▄▀▄▀▀▀▀▀▀▄▀▀▄▄▀▀▀▄  - ▄▀▀▄▀▄▀▀▄▄▄▀▀▄▀▀▀▄▄▀▀▀  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄  - ▄▄▄▄▀▀▀▄▀▀▄▄▄▄▄▀▀▀▀▀▄▀▀▄▀▀▀▀▀▀▀▀▄▀▀▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄ - ▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀▄▀▄ - ▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▄▄▀▄▄▀  - ▄▄▀▀▀▀▀▀ ▄▀▀▀▀▀▀▄▀ ▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▄  - ▄▀▀▀▀ ▄▄▀▀▀▀▀▀ ▀▄▀▀▀▀▀ ▄▄▀▀▀▀▄  - ▄▀▀▀▀▀ ▀▀▀ ▀▄▀▀▀▀▄  - ▀▄▄▀▀▀  diff --git a/ponies/flim.pony b/ponies/flim.pony deleted file mode 100644 index f81bce4..0000000 --- a/ponies/flim.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S02E15 The Super Speedy Cider Squeezy 6000 -BALLOON: top -COAT: yellow -DISPLAY: full, right -EYE: green -FREE: no -GROUP: stallion, antagonist -KIND: unicorn -LINK: regular -MANE: red -NAME: Flim -POSE: trot -SOURCE: (Bot-Chan) Desktop ponies -WIDTH: 39 -HEIGHT: 28 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▀▀▀   - ▄▀ ▄▄▀▄ ▄▄ ▀ ▄▄  - ▄▀ ▄▀▀ ▄▄▀ ▀▀  ▄   - ▄▀ ▄▀ ▄▀ ▄▀▀▀▀▄  ▄▀  - ▀▄▄▀ ▄▀ ▄▀▀▄▄▄▀▀▄▀   - ▀▄  ▄▀▀▄▄▀▀▀▄▄▀▀ ▄▄▄▄▄  -     ▀ ▄   -  ▀▀▄▀▀ ▄▀  ▄▀▀▀  - ▄▀▀▀▀▄ ▀  ▄ ▄ ▀▀▀ ▀▀▀   - ▄▀▄ ▀▀ ▀  ▄▀▄  ▄▄▀▀▀  - ▄▀  ▄ ▀  ▄▄▀   ▀▄▄▄▄▀▀▀  - ▄▀   ▀▄▀▄▀▄▄▄▄▄▄▄▄▄▄ ▄▄ ▄▄  -         ▄▄▀▄▀▄▄▄▄▄       - ▀▄  ▀       ▄  ▄▄▄▄▄▄▄▄▄  - ▄▀▄▀▀▄     ▀  ▄▄▄▄▄▄    - ▀▀▄▀▄▀▀ ▀▄ ▄▀ ▄▄▀▀▀   - ▀▀  ▄ ▀▀▀▀▀▀▄▄ ▄▀ ▀▄  -       ▀▀▀▄ ▀▄  - ▄▀  ▀▄     ▀▄ ▀▄  - ▄▀      ▄        - ▄▀     ▄▀        - ▄▀              -  ▀▀▀  ▀▀▀   ▄▀ ▀▀▄   - ▀▀▀  diff --git a/ponies/flitter.pony b/ponies/flitter.pony deleted file mode 100644 index 447029e..0000000 --- a/ponies/flitter.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S02E22 Hurrican Fluttershy -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, backgroun, voiced -KIND: pegasus -LINK: regular -MANE: cyan -NAME: Flitter -POSE: exercise -SOURCE: (fanofetcetera) Desktop ponies -WIDTH: 52 -HEIGHT: 22 - - -$$$ -$balloon37$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀ ▄  - ▄▀▀▀▄▄▄▄▄▄ ▄▀ ▀▀▀▀▀▀ ▀▄  - ▄▄▄▄▄▄▄▄▄▄▀▄▄▄   ▄▀▀▀▀▀▀ ▀▀▀▀▀ ▀▄  ▄  -         ▀▄▄ ▄  ▄▀ ▄▄ ▀▄ ▀▄▀▄ ▀▄ ▀▄  -  ▄▀   ▀▄  ▄▀  ▄▀▀▀    ▄▄▄▀▀ ▀▄   ▀▄      - ▀▄▀▄ ▀▄▀▄       ▀▄ ▄▀  ▀▄▀             - ▄▀ ▀▄ ▀▄▀ ▀      ▄▀  ▀▄  ▄▀▄▀   ▀   - ▄▀ ▄▄▄ ▄▀   ▄      ▄    ▀▄  ▀▀ ▄▀ ▀▄▄▀  -       ▀▄▀       ▄▄▄▄ ▀▀▀   ▀ ▀▄▀▄ ▀▄▄▄▀ -    ▄             ▄▀ ▀▄▄▄ ▀▄ ▀▄▄▀▄▀  -  ▄▀ ▄▄ ▀▄▀▄▀     ▄▀ ▄   ▀▄  ▄▄▄▄▀  - ▀▄  ▀▀▀ ▄  ▀ ▄ ▀▄ ▀▀▀        - ▀▀▀▀▀▀▀▀  ▄▄▀   ▄▀▀▀▀          - ▄▀ ▀  ▀▄ ▄▀          - ▄▀ ▄ ▀▀▄ ▀  ▀▀▀▀▀   ▄    - ▄▀ ▄ ▀▀ ▀  ▀▀▀▀▀   - ▀▀▀▀▀▄ ▀▀  -  ▀▀▀▀▀   diff --git a/ponies/flowertrio.pony b/ponies/flowertrio.pony deleted file mode 100644 index d01b98d..0000000 --- a/ponies/flowertrio.pony +++ /dev/null @@ -1,75 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is magic [Part 1] -APPEARANCE: S01E04 Applebuck Season -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -COAT: pink -COAT: beige -COAT: pink -DISPLAY: full, left -DISPLAY: full, right -DISPLAY: full, left -EYE: closed, blue -EYE: grey (ponysay), green (source) -EYE: closed, orange -FREE: no -GROUP: mare, background, voiced -GROUP: mare, background -GROUP: mare, background -GROUP NAME: Flower Trio -KIND: earth -KIND: earth -KIND: earth -LINK: regular -LINK ON: 1 -MANE: green -MANE: red -MANE: yellow -MASTER: daisy -NAME: Daisy -NAME: Rose -NAME: (not mentioned) -OTHER NAMES: Flower Wishes (unofficial, a toy match here) -OTHER NAMES: Roseluck (official, toy line) -OTHER NAMES: Lily Valley (official, on collector card) -POSE: disaster -SOURCE: (Bot-chan) desktop ponies deviatart group -WIDTH: 122 -HEIGHT: 34 - - -$$$ -$balloon78$ - $\$ - $\$ - $\$ - ▄ ▄▄▄ ▄▄▄▄  - ▄▄▄▄ ▄▄ ▄▀ ▀▄▀▀▄     ▀▄  - ▄▀ ▀▄▀  ▄▄      ▀▄ ▀▄    -   ▄▀▀▀▄▄▀▀▀▀▀  ▄▄▄    ▄▀  ▄▀▀▀   ▄▀▀▀▄ ▄▄▄  - ▀▄ ▀▄▄▀   ▄ ▀   ▀  ▄ ▀▄▄▀ ▄    ▀▄ ▀ ▀▄  - ▄▀▀▀ ▄▀     ▄▀▄▄      ▀ ▄▄▄▄▄▄▀▀    ▄▄  - ▄▀ ▄▀ ▀▄ ▄▀▄ ▄▀▄  ▄▄▀▀ ▀▀ ▀▄  -     ▄▀▄ ▄▀   ▄▀▄▀▀  ▄▀ ▄▀▀▄    -    ▄▄▄ ▀▀▄▄▄▀▄▄▄ ▀▀▀▀▀▀ ▀▀▀  ▄  ▄▄▄ ▄▄▀  ▄  ▄▀  - ▀▄▄▀▄▄▀▀▀ ▄▄ ▀ ▀▄ ▀ ▀▄ ▀▀▀▀▀▄ ▄▄▀ ▀▀▀▀▀ ▀▄ ▄▀  - ▄▄▄▄▄ ▀▄▄▄▄▄▄  ▀ ▄▀  ▀▄▀ ▀▀▀▀▀▀ ▀▀▀  - ▄▄▄▄▀▀ ▄▀ ▀▄ ▄▄▀▄▄▄▀▀ ▀▀  - ▄▀▀▀ ▀▀▀▄ ▀▀▀ ▄▀▀▀▀▀▀▀▀▄▄ ▄▀▄  - ▄▀ ▄▄▄▄▄▄▄ ▀▄ ▄▀▀▀▀▀▀▀▀▀▀ ▀▄▄ ▀▄▄  -  ▄ ▀▄▄▀▀ ▀▀▀     ▄ ▀  ▀   -   ▄▀ ▀▀▄  ▀▄▀   ▀▄  ▀▀  ▄▄ ▄ ▄ ▄ ▄▀▀▀▀▀▀▄  -    ▀▀▄ ▀ ▀ ▄ ▀▀ ▀▄▀   ▀▄▄ ▀▄▄▄▄▄▄▄▄ ▀▄▄▄▄  ▄▄▄▄  ▀ ▀▄ ▄  - ▄▄▀▀▀▀▀▄▄▄   ▀▄▀▄▀▀    ▄▀▄▀    ▄ ▄ ▄ ▀▀ ▀▀▀▀    ▄▄ ▀ ▀▄ ▄▀   - ▄▀ ▄▄▄▄ ▀▄ ▀▄ ▀▄ ▀▀▀▄▄▀   ▀  ▀   ▄▀▀▀▀ ▀▀▄  ▀▀▀▄▀ ▄▄▀▄▀▄ ▀ ▄▄▄▄▀ ▄  -   ▄ ▀ ▀▄   ▀ ▀▄ ▀   ▄▀ ▀▄ ▀▀▄ ▀▀▀▄▄ ▀▀▄▀▄▀  ▄▄▄▄▄▄▄  ▄ ▀▀ - ▄▀ ▄ ▀   ▄▄▀▀ ▄ ▀▄▄ ▀▀▄▄▄▀ ▀▄▄ ▄▄▄▄▄ ▀▄▄▀▀▄ ▄ ▀ ▀ ▀▀   ▄▀  -    ▄ ▀▀▀ ▀▄▄▄▄  ▄▄    ▀▀▀▀▀  ▀▀▀▀▀▀▀▀ ▀▄ ▀  ▀▀▀▀▀▄▄▄▄▄▄▀▀▀▀▀▀▀▀  - ▄ ▄▀ ▄▄ ▀ ▄▀▀▀▀▄▄▄▀ ▀ ▀▀  ▄ ▀▀ ▀▀ ▀▄▄▄▄▀▀  -  ▄▄▄ ▀ ▄▀   ▀▄▀ ▀▄ ▀▄   ▀▄  - ▄▀  ▄▄▄ ▀▀▀▀  ▀ ▀ ▄ ▀   ▀ ▀▄  - ▄▀▀▀   ▄▀ ▄▄▀ ▄▀ ▄▀  ▀   ▄▄▀  - ▀▄  ▄▄▀▀ ▄▀▄ ▄    ▀▄ ▀   -   ▄▀ ▀▄   ▀▀  ▀▄  - ▀▄▄▄▀       ▄▀  - ▀▀▀▀ ▀▀▀  diff --git a/ponies/fluttershy.pony b/ponies/fluttershy.pony deleted file mode 100644 index 07260fb..0000000 --- a/ponies/fluttershy.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: teal -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: pink -NAME: Fluttershy -OTHER NAMES: Shy (sometimes) -POSE: trot -SOURCE: (Derpy Delivery, Jay Wright, Humle, StartStep, DeathPony/deathpwny, AngelKat58, Asparagus, HalfnHalf) Desktop ponies -WIDTH: 54 -HEIGHT: 26 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ -  ▄▄▄▄▄▄▄ ▄▄▄▄  ▄▄▄ - ▄▄ ▄▄▄  ▄▄▄▄   ▄▄▄ -  ▄▄▄▄▄▄▄▄▄     -   ▄▄▄▄ ▄▄▄ ▄ -        ▄ ▄ ▄   - ▀▄▄▄ ▄  ▄   ▄▄ ▄▄   ▄▄▄▄▄ -       ▄▄ ▄▄ ▄▄   ▄▄▄ ▄▄ -   ▄▄  ▄ ▄▄ ▄▄   ▄▄▄▄▄▄   - ▀▄ ▄▄▄▄▀▀▀  ▄▄     ▄▄▄▄ ▄▄ ▄▄▄ ▄▄ -   ▄▄   ▄▄ ▄▄  ▄▄ ▄▄▄▄▀▀▀▄ ▄▄   - ▄▄   ▄▄▀   ▄▄ ▄▄▄▄▄  ▄ ▄▄ ▀▄     -   ▄▄ ▄▀   ▄▄ ▄▄ ▄▄▄▄  ▄       ▄  - ▀ ▄▄ ▄▀     ▄▄ ▄▄▄▄ ▄ ▄▀     ▄▄  - ▀▀▀▀     ▄▄▄ ▀▀ ▄  ▄         - ▀    ▄  ▄▄ ▀    ▄▄   ▄▄  - ▀▄ ▄▄▄     ▀   ▄       ▄  - ▄▄▄▄▄       ▄▄    ▄▀ ▄▄▄▄▄▄ - ▀▄                ▄▄ ▄▄▄ ▄▄▄▄ - ▀▄          ▄▄▄▄▄▄▄▀ ▀ ▀ - ▀▀▀▀▀  ▄▄▄▄  ▀▀▀ ▀ - - \ No newline at end of file diff --git a/ponies/fluttershygala.pony b/ponies/fluttershygala.pony deleted file mode 100644 index 672403f..0000000 --- a/ponies/fluttershygala.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: teal -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: pink -MASTER: fluttershy -NAME: Fluttershy -OTHER NAMES: She (sometimes) -POSE: gala -SOURCE: (Derpy Delivery, Jay Wright, Humle, StartStep, DeathPony/deathpwny, AngelKat58, Asparagus, HalfnHalf) Desktop ponies -WIDTH: 55 -HEIGHT: 25 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▄▀▀▀▄▄▄▄▄▄  - ▄▀▄▀▄▀▀▄▀▄▀▀▀▀▀▄▀▄▄▄▀▀  - ▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀  - ▄▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄▀▄▄▀▄  - ▄▄▄▄▀▀▄▄▀▄▀▀▄▄▄▀▀▄▀▄▄▀▀  - ▀▄▀▄▀▀▀▄▀▄▀▄▄▄▀▀▀▀▀▄▄▄  - ▄▄▄▄▀▀▄▄▀▀▀▄▀▄▄▀▀▀▄▀▄  - ▄▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄ ▄▄▄▄▄▄▄▄  - ▀▄▀▀▄▄▀▀▀▀▀▄▀▀▀▄▀▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▄▀▄▄▀▄▄▀▄▄▀▄▀▀▀▄▀▀▀▀▄▀▀▀▀▀▀▀▄▀▀▀▀▀▄  - ▄▄ ▄▄▀▄▀▀▀▄▄▀▄▄▀▀▄▄▄▄▀▄▀▀▀▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄  - ▄ ▄▀▀▄▀▄▀▀▄▄▀▄▄▄▀▄▀▄▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄  - ▀▀▀▀▀▀▀▄▀▀▄▄▀▀▄▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▄▄▀▀▀▄▄▀▄  - ▀▀▀▀▄▀▀▄▀▄▀▀▄▀▀▄▀▄▀▀▀▄▀▀▀▀▀▄▄▀▀▄▀▀▀▄▄▄▀▀▄▀▀▄▄  - ▀▀▀▀▄▀▀▄▄▀ ▄▄▄▄▀▄ ▄▄▀▀▀▀▀▀▀▄▄▀▀▄▀▄▀▀▄▀▀▄▀▄  - ▄▀▄▀▄▀▀ ▄▄▀▄▀▀▄ ▄▄▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▀▀▀▀▄  - ▀▄▀▄▀▄▀▄▄▄▄▄▀▄▄ ▄▄▀▄▄▀▀▀▀▀▀▄▄▄▀▀▀▀▄▀▄▄▀▀▀▄  - ▀▀▀ ▄▄▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▄▀▀▀▄▀▀▄▄▀▀▀▄▄▀▄▀▀▀▄▄  - ▀▀▄▄▀▀▀▄▀ ▀▀▀▄▄▀▀▀▄▀▀▄▄▄▀▄▀▀▄▀▀▄▄▀▀▀▀▀▀▄ - ▀▀▀▀▀▀ ▀▀▀▀▀▀▀▄▄▀▀▀▀▄▄▀▀▀▀▀▄▀▀▀▀▀▀ - ▀▀ ▀▀ ▀▀▀▀  diff --git a/ponies/fluttershyshy.pony b/ponies/fluttershyshy.pony deleted file mode 100644 index 8ffabe5..0000000 --- a/ponies/fluttershyshy.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: teal -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: pink -MASTER: fluttershy -NAME: Fluttershy -OTHER NAMES: Shy (sometimes) -POSE: shy -SOURCE: (Derpy Delivery, Jay Wright, Humle, StartStep, DeathPony/deathpwny, AngelKat58, Asparagus, HalfnHalf) Desktop ponies -WIDTH: 45 -HEIGHT: 25 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄ ▀▀▀▀▀▄▄  - ▄▀ ▀▀▄   ▀ ▄▀▄  - ▄▀    ▀▀▄▀ ▀▄  -   ▄▀▀▀▀ ▀      -    ▄▄ ▄▄     -   ▄▀     ▄▀   ▄▄  -     ▀    ▀   ▀    - ▀▄  ▄▄▀▄ ▀▀▀▀▄▀▄   ▄▄▀▀▀▄▄  - ▀▄ ▀▄▀▄▄ ▄ ▄▄▀   ▄▄▄▄▄▀ ▀▄  - ▀▄   ▀ ▀▀ ▄▀▀▄▄▄▄  ▄▄▄▀ ▀▄  - ▀▄       ▄▀ ▄▄▀▀▄▀▄  ▀▄ ▀▄ ▀▄  -   ▀▄ ▀▄▀ ▄  ▄▀▄  ▀▄ ▀▄    - ▄▀▄     ▀▄▀▄ ▄▀▀▀▀▄ ▀▀     ▄   - ▀▄▄▀   ▄▀ ▄     ▄   ▄     ▄▀   - ▀▀▀        ▀▄  ▀▄▀      ▀▄ ▀▀  -     ▀▀▀▀▀  ▀▄▀▄      ▀▄ ▀▀  -             ▀▄ ▄▀ ▀▀▀  -     ▄▀         ▀▄▄▄▄▄▄▄▄▄  - ▀▄▄▀     ▄▀  ▀▄ ▀▀▀▀▀▀▀▀▀▀  -    ▀▀ ▀▀▀▀▀ ▀▄▄▄▀  - ▀▀▀▀▀  diff --git a/ponies/fluttershystare.pony b/ponies/fluttershystare.pony deleted file mode 100644 index 4243aa1..0000000 --- a/ponies/fluttershystare.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, left -EYE: teal -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: pink -MASTER: fluttershy -NAME: Fluttershy -OTHER NAMES: Shy (sometimes) -POSE: stare -SOURCE: (Derpy Delivery, Jay Wright, Humle, StartStep, DeathPony/deathpwny, AngelKat58, Asparagus, HalfnHalf) Desktop ponies -WIDTH: 53 -HEIGHT: 23 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀ ▀▀▄▄▄▄▄▄  - ▄▀ ▀▀▄  ▀▀▀▀      -  ▄▄▄▄▀▀▄▄▄ ▀ ▄    -   ▄▄ ▄ ▀ ▀   ▄▄▄▄▄  -       ▄▀▄▄▄▄ ▄  ▄▄▀▀ ▀▄  - ▀▄▀▄ ▀▄  ▄▄▄▀▀ ▄▀   ▄▀ ▀▀▀▀▀▀    -       ▀ ▀  ▄     ▄ ▀ ▀▀▀ ▀▄    -   ▀▄▀ ▄ ▀▀ ▄▀  ▄▄▄▄▀▀▀▀▀▀ ▀▄   ▀▄  -   ▀▄▄ ▀▀▀▀▄ ▀▄    ▄▄▄▄▄▄▄ ▀▄▄        - ▀▄▀ ▄▀▄ ▄▀ ▄▀   ▄▀▄▀▄ ▀▄▀▀         - ▄   ▀▄▀      ▄▀▀▀▀  ▄  ▄▀ ▄▀        -     ▄▀ ▄▀ ▄▀ ▄▀ ▄▄▄▄ ▀  ▄   ▄▀   ▄▀  - ▀ ▀ ▄▀   ▄▀ ▄▀    ▀▄▀      ▄▀▄▀ ▄▀  - ▀▀  ▀▄  ▄▀▄           ▄▀▄▀▄▀▀  - ▀▀▄    ▄▀        ▄▀▄▀▀▄▄▀▀▀▀ ▀▄▄  - ▄▀▀▀ ▄        ▄▄▀▄▀▄ ▄▄▀▀▀▀▀▄   -  ▀▀     ▀▀    ▀▀▀▀▀ ▄▀  -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/forestspirit.pony b/ponies/forestspirit.pony deleted file mode 100644 index d951ac0..0000000 --- a/ponies/forestspirit.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: black -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: green -NAME: (not mentioned) -OTHER NAMES: Forest Spirit (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 45 -HEIGHT: 26 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▄  - ▄▄ ▀▀▀  - ▄▀▀ ▄ ▄ ▀ ▀▀▄  - ▄▀▄    ▄▀ ▄▄▀     -     ▀▀ ▀▀     ▀▄▀ - ▄▀▄ ▀▄▀▀▀▄ ▀▀▄  - ▄▀▀▀▄▄▄   ▀▄ ▀▀        - ▄▄▀▄▄▄ ▀▀▄▄   ▀▄ ▀   ▀     - ▄▀ ▄▀ ▀▄ ▀▄ ▀▄ ▀ ▀▀ ▀   -   ▄▀ ▄▄▀▀▀▄ ▀▄ ▄▀    ▀▀  -     ▄ ▄▀  ▄▄▀▀▀▀▄ ▀ ▀    ▀▀▀▀▀  -   ▀ ▀▄ ▄▀ ▀▄▀   ▀      -     ▄ ▀▄   ▀▄▀ ▀ ▄▀  - ▀▄   ▄ ▀▄ ▀▄   ▄▀  - ▀▄ ▀▄▄▀▄   ▄  ▄ ▀▀▀▀ ▀▄   -    ▀     ▄▀        - ▄▀ ▄             ▀▄▀▄  - ▄▀ ▄▀  ▀▄▀             - ▀▄▄▀  ▄▀         ▀▄  ▄  - ▀    ▀▀     ▀▀   -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/frederickhorseshoepin.pony b/ponies/frederickhorseshoepin.pony deleted file mode 100644 index 6eab173..0000000 --- a/ponies/frederickhorseshoepin.pony +++ /dev/null @@ -1,56 +0,0 @@ -$$$ -APPEARANCE: S01E26 The Best Night Ever -BALLOON: top -COAT: brown -DISPLAY: full, left, back -EYE: green -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Frederick Horseshoepin (unofficial) -POSE: play -SOURCE: (vulcan539/james539) Desktop ponies -WIDTH: 59 -HEIGHT: 36 - - -$$$ -$balloon21$ - $\$ - $\$ - $\$ - ▄▄▀   - ▄▀ ▄▀▄  -   ▄▀ ▀▄ ▄▄  -   ▄▀ ▀▄ ▄▀▀ ▄▀▀▀▄▀▄▄  -  ▄▀ ▀▄ ▄▄▀▄▀▀  ▀▄▄▀▄ ▄  - ▄▀  ▀▄ ▀ ▀ ▀     ▀ ▀▄  - ▄▀ ▀▄ ▀▄ ▄▄▄▄▄▄▀      - ▄▀ ▀▀▄▄ ▀▄ ▄▀▄▄▄▄       - ▄▀▀▀▀▀▀▀▀▀▀  ▄▀         - ▄▀ ▄▀   ▀▄▄▀        -     ▄▀▀▄ ▄▀▀▄▀▄     ▄▀  - ▀▄  ▀▀   ▀ ▀▄ ▄▀▀▀▀  ▀▀▀▀ ▀   ▄▀  - ▀▄▄ ▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▄▄▄ ▄▄▄  ▀▄  - ▀▀▄▄ ▀▀▀▀ ▀ ▀▄ ▀ ▄▄▄  ▄    -  ▄▀  ▄▄▄▄▄▀ ▀▀  ▄▄▄▄  - ▀▄ ▀▀▄▄  ▄▄▄▄▄▄▀▀▀▀▀▀▀▀▄  ▀▀▀▀▀▀▀   -   ▀▀▄▄   ▀▄▄   ▄▄▄▄▄▄▄ ▄ -   ▀▀▄      -    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄      -     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▀ ▀▄   -   ▄    ▄▄▀▀   ▄ ▀ -   ▄▀▀   ▄▄▀▄▀▀ ▀▀  -   ▄▀   ▄▄▀ ▄▄▄▄▄▄▄▀ ▀▀▀▄  -       ▄▄▄▀▀  ▄▄▄▄▄▄▄▄▀   ▀▄  -       ▄   ▄▄  ▀ ▀ ▀ ▀  ▄      -    ▀   ▀▄   ▀▄ ▄▄▀▀          ▄   -     ▀ ▀▀ ▀▀▀ ▀▀▀ ▄▄          -    ▀▀       ▀▄▄    ▀ ▀▄▀  - ▀▀ ▀▄  ▀▀ ▀ ▀▄  ▄ ▄▀  - ▄▄  ▀▀▄▀  - ▄▄   ▄▄▀  - ▄▄▀▀ ▀▀▄▄  diff --git a/ponies/fyrefly.pony b/ponies/fyrefly.pony deleted file mode 100644 index fb8b693..0000000 --- a/ponies/fyrefly.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -FREE: yes -$$$ -$balloon18$ - $\$ - $\$ - $\$ - ▄▀▄ ▄▄▀▀▀ ▄  - ▄▀▄   ▄▀▀ ▀▀▄▄  -      ▄ ▀▄  -   ▀ ▀▄ ▄▄▄▄▄▀▄ -   ▀▄▄▄ ▀▄ ▀▀ - ▄  ▄▀▀ ▀▀▀▄▄▄  - ▄     ▄ ▀ ▀▄ ▄  -  ▄▀ ▀▄▄▄▄ ▀▄▄▄  - ▄▀  ▀▄ ▀ ▄▄▄ ▀   - ▄    ▄ ▀▄ ▀▀▀▀ ▀ ▄  -  ▄▄▄   ▀▄ ▀▄  ▄▀ ▄▀▀   - ▀▄    ▄▀▄   ▄▀    ▄▀  -  ▄ ▀  ▄   ▄  ▄ ▀▄ ▀  ▄ ▀  - ▀▄  ▀▀   ▄   ▄▀▀▀▀▄ ▄▀▀  ▄▀ - ▀▄ ▀▄ ▀ ▄▀ ▀▄ ▀  ▄  ▀▀  - ▀▀▀ ▀▀▀▄  ▄ ▀      - ▄▀ ▀▄ ▄▀   ▄▀  - ▄▀ ▄ ▄▀▄▀▄ ▀▀ ▀  - ▄▄▄▀ ▄▄▀ ▀▄     - ▄▄▀▀    ▄   ▀▄    - ▄▀▀ ▄▀  ▀  ▄ ▀▀  -       ▄▄▄▀ ▄▄▄▀  -   ▄▀       ▀▄ ▀▄  -   ▄▀         ▀▄  -     ▄     ▄▀ ▀▄▄▄▀  -  ▀▀▄  ▀  ▀▄▄▄▀  -  ▀     ▀  - ▀      -   ▄▀  - ▀▄    -  ▀▀  -  ▀  - ▄▀  diff --git a/ponies/georgewashingtony.pony b/ponies/georgewashingtony.pony deleted file mode 120000 index 4622fea..0000000 --- a/ponies/georgewashingtony.pony +++ /dev/null @@ -1 +0,0 @@ -./bastionyorsets.pony \ No newline at end of file diff --git a/ponies/gilda.pony b/ponies/gilda.pony deleted file mode 100644 index 4de9ef4..0000000 --- a/ponies/gilda.pony +++ /dev/null @@ -1,52 +0,0 @@ -$$$ -APPEARANCE: S01E05 Griffon the Brush Off (sic!) -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: griffin, antagonist -KIND: animal -LINK: regular -MANE: white -NAME: Gilda -OTHER NAMES: Grizelda (initial name but not pass copyright) -POSE: fly -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 71 -HEIGHT: 32 - - -$$$ -$balloon15$ - $\$ - $\$ - $\$ ▄▀▄ ▄▀▀▄ ▄▀▄  - $\$ ▄▄▀▄ ▄▀▀▀▀ ▄▀▀▀▀  - $\$ ▄▀▀▀▄ ▄▄▀▄ ▄▄▀▄▀▀▀ ▄▀▀▄  - $\$ ▄▄▀▀▄ ▄▄▀▀▄ ▄▀▄▀▀▀▀▄ ▄▄▀▀▀  - $\$ ▄▄▀▀▄ ▄▀▀▀▄ ▄▄▄▄▀▀▀▄ ▄▀▀▀▀▀  - $\$ ▄▄▀▀▄ ▄▄▀▀▀ ▄▄▄▄▀▀▀▄ ▄▀▀▀▀▀ ▄▄▀▀▄  - $\$ ▄▄▀▀▄▀▄▀▀▄▄▀▀▄▄▀▀▀▄▄▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀  - $\$ ▄▄▀▀▄▄▀▀▀▀▀▀▄▄▀▀▀▄▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀  - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀  - ▄▀▄▄▄▀▀▀▀▀▄▀▀▀▄▄▀▀▀▀▀▀▄▀▀▀▄▄▀▀▄▀▀▀▀▀ ▄▄▄▄▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▄▀▀▀▀▀▄▀▄▀▄▄▀▀▀▀▄▀▀▄▀▀▀▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▄▀▄▀▄▄▄▄▀▄▀▀▄▄▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀ ▄▄▀▄▄▀▀▀▀▀▀▄▀▀▄▄▀▄▀▄▄▀▀▀▄▀▀▄▄▄▄  - ▀▀ ▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▄▄▀▀▄▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀▀▀▄▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▀▀▄▄▀ ▄▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▄▀▀▀▀▄▀ ▄▀▀▀▀▄▄▄▄▀▀▀▄▄  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▄ ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▀ ▄▄▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▄▄▄▄▄▄▀▀▀▄▄▀▀▀▄▄▄▀▀▀▀▀▄▀▀▄  - ▀▄▀▄▄▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄ ▀▀▄▄▄▄▄▄▄▄▀▀ ▀ ▀ - ▄▄▀▄▀▀▄▀▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▄  - ▄▀▀▄▀▀▀▀▄▄▀▀▀ ▀▄▀▀▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▀ ▀▄▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▄▄▄▀▄ ▄▄▀▀▄▄▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▀ ▀▄▀▀▀▀▀▀▀▄  - ▀▀▀▀▀ ▀▀▀▀  diff --git a/ponies/gildastand.pony b/ponies/gildastand.pony deleted file mode 100644 index 41d8f71..0000000 --- a/ponies/gildastand.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E05 Griffon the Brush Off (sic!) -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: griffin, antagonist -KIND: animal -LINK: regular -MANE: white -MASTER: gilda -NAME: Gilda -OTHER NAMES: Grizelda (initial name but not pass copyright) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 65 -HEIGHT: 27 - - -$$$ -$balloon12$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▀▄▄▀  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  -▄▀▄▄▀▄▀▀▀▀▀▄▀▄▀▄▀▀▀▀▀▄▀▄  -▀▀▄▀▄▀▀▀▀▀▀▄▄▀▄▀▀▀▀▀▄▀▄▀▄  - ▄▀▀▄▀▀ ▀▀▀▄▀▄▀▀▀▀▀▀▄▀▀▀▄  - ▄▀▀▀ ▄▄▄▄▀▄▀▄▀▀▀▀▀▀▀▀▄  - ▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▄ ▄▄▄▄ ▄▄▀▀▀▀▀▄▄▄▄  - ▄▄▄▄▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▄▀▀▀▀▀▀▄▀▄▀▄▀▀▀▀▀▀▄▀▀▄▄▀▀▀▀▀▀ ▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▀ ▄▄▀▄▀▄▀▀▄▄▀▀▀▀▀▀▀▀▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▄ ▀▀▀▀▄ - ▀▄▀▄▀▀▀▄▀▄▀▀▀▄▄▄▄▀▀▀ ▀▀▀▀▀▀▀▀  - ▄▄▄▀▄▀▄▀▀▀▀▀▄▀▀▄▀▀▀▀▀▄  - ▄▀▄▀▄▄▀▄ ▄▄▀▄▀▀▀▀▄  - ▄▄▄▀▄▄▄▄▄ ▄▄▀▀▀▀▀ ▄▄▀▄  - ▄▄▀▀▀▀▀▀▄▄▄▀▀ ▄▀▀▀▀▀▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▄▀▀▄ ▀▀▀▀▀▀▀▀▄▄▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀  - diff --git a/ponies/gingergold.pony b/ponies/gingergold.pony deleted file mode 100644 index 96b6906..0000000 --- a/ponies/gingergold.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 2] -BALLOON: top -COAT: brown -DISPLAY: full, front -EYE: closed -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Ginger Gold (unofficial) -POSE: smile -SOURCE: [jristz] -WIDTH: 28 -HEIGHT: 28 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄▄▄  -   ▄▄▄ ▀▄  - ▄▀ ▄▄▄ ▄▄ ▀▄▄▄  - ▄▀  ▀   ▄▀  ▀▄  -  ▄▀▀▄▄▀ ▀        -   ▀▀▀ ▀▀▀    - ▀▄ ▄   - ▄▄▀▀▀▄ ▄▀▀▀▄▄   -  ▀ ▀▄▄▄▀ ▀▄▀▄  - ▀▄ ▄▄▄ ▄▀    - ▀▀▄▄▄▄▄▄▄ ▀  ▀▀    - ▄▄▄  ▄▀ ▀▀▄ ▀▄▄     - ▄▀ ▀▀▄▀▄▀▄▄▄▄▀▄▀▄  ▄ ▄  -    ▀  ▀▄▀▄▀▄ ▀ ▀▀   -   ▄ ▀▀   ▀ ▀▀ ▄   ▀▀▀  - ▀▄▀▄▄▀▄ ▄ ▀  ▀▀  ▀ ▀  - ▀▄▄  ▀           - ▄▀▀▄             - ▀▄▀▀▄▀       - ▀▀            -            - ▀▄     ▀▀  - ▀▄▄▄▀▀▄▄▄▀  - diff --git a/ponies/goldenharvest.pony b/ponies/goldenharvest.pony deleted file mode 120000 index 222bb68..0000000 --- a/ponies/goldenharvest.pony +++ /dev/null @@ -1 +0,0 @@ -carrot.pony \ No newline at end of file diff --git a/ponies/granny.pony b/ponies/granny.pony deleted file mode 100644 index 81f30f2..0000000 --- a/ponies/granny.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: green -DISPLAY: full, left -EYE: orange -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: white -NAME: Granny Smith -OTHER NAMES: Granny (official, short) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 35 -HEIGHT: 23 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄▄▄  -▄▀▄▀▀▄▄▀▀▀▀▀▀▀▄  -▀▄▀▄▀▄▄▀▄▄▄▄▄▄▀▄  - ▄▀▄▀▄▀▀▀▀▀▀▀▀▄▄▄▀▀▀▄  - ▀▀▀▄▀▀▀▀▀▄▄▀▀▄▄▀▀▀▀ ▄▄▄  - ▄▄▄▄▄▄▄▄▀▀▀▄▀▄▄▀▀▀▀ ▄▀▀▀▄▀  - ▄▄▀▄▄▀▀▄▄▀▀▄▀▀▄▀▄▀▀▀ ▄▀▄▀▀▀▀▄ -▄▄▀▀▀▀▀▄▄▄▀▀▀▀▀▀ ▀▀ ▄▄▄▄▄▄▄▄▀▄▀▀▀▀▀ - ▀▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄▀▀▄▀▀▀▄▄▄▀▀▀▄▀ - ▀▄▄▄▀▀▀▀▀▀▄▀▀▄▄▀▀▄▀▀▄▀▄▀▄▀▄ ▀▀▀  - ▄▄▄▄▀▀▀▄▄▀▄▀▄▄▀▀▄  - ▄▀▄▀▀▄▄▀▀▀▀▄▀▀▀▄  - ▀▄▀▄▄▀▄▀▄▀▀▀▀▀▄▀▀▀▄  - ▀▄▄▄▄▀▄ ▄▄▄▀▀▀▄  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▄▀▄▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▀▀▄▀▀▀▀▀▀ ▀▀▀▄▄▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/grannychair.pony b/ponies/grannychair.pony deleted file mode 100644 index 3555254..0000000 --- a/ponies/grannychair.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: green -DISPLAY: full, right -EYE: orange -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: white -MASTER: granny -NAME: Granny Smith -OTHER NAMES: Granny (official, short) -POSE: sit -SOURCE: desktop ponies -WIDTH: 46 -HEIGHT: 24 - - -$$$ -$balloon33$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▄▀▀▀▄▄▄▄▄▄▄▄ ▄▀▄▄▄▄▄▄▄▄▄▀▄▄▄  - ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▄▄▀▄▀▀▀▀▀▀▄▀▄▀▄▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▄▄▄▀▀▄▄▀▀▀▀▄▀▀▀ ▄▄  - ▄▀▄▄▄▀▀▀▀▀▀▀▀▀ ▀▄▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀▄▄ ▄▀ - ▀▄▀▀▀▀▀▀▀▀▀▀ ▀▄▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▀▀▄▀▄▀▀ ▄▄ ▀▀▄▄▄▀▀▀▀▀▀▀▀▄▀▄▀  - ▀▄▄▀▀▀▄▀▄▄▀▄▄▀▀▀▄▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▄▀▀▀▄▀▀▀▀▀▄▄▄▀▀▀▀▄▀▀▄▀▀▀▄▀▀▀▀▀  - ▀▄▀▀▀▀▄▄▀▀▀▀▀▀▄▄▄▀▀▀▀▀▄▀▄ ▄▄▄▀  - ▄ ▄ ▄▀▄▀▀▀▀▀▀▀▄▄▀▀▄▄▀▀▀▄▄  - ▄▄ ▄▄▄▄▄▀▀▀▀▀▀▀▄▄▀▄▄▄▄▄▀▄▀  - ▄▄▄▀▀▀▀▀▄▀▀▀▀▀▀▄▀▄▄▀▀▄  - ▄▄▀▀▀▀▀▄▀▀▀▄▀▄▀▀▄▄▀▀▄▄▀▀  - ▄▄▄ ▄▀▄▀▄▄▄▄ ▄▄▀▀▀▀▄▀▀▄▄▀▀▄  - ▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▀▄▀▀▀▄▄▀▀▀▄▄▀▀▄  - ▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▀▀▀▀▄▄▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄▀▀▀▄▀▀▀▀▀  - ▀▀▀▀▀  diff --git a/ponies/grannysleep.pony b/ponies/grannysleep.pony deleted file mode 100644 index 4691983..0000000 --- a/ponies/grannysleep.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: green -DISPLAY: full, left -EYE: closed, orange -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: white -MASTER: granny -NAME: Granny Smith -OTHER NAMES: Granny (official, short) -POSE: sleep -SOURCE: desktop ponies -WIDTH: 37 -HEIGHT: 23 - - -$$$ -$balloon3$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄▄▄  - ▄▀▄▀▀▄▄▀▀▀▀▀▀▀▄  - ▀▄▀▄▀▄▄▀▄▄▄▄▄▄▀▄  - ▄▀▄▀▄▀▀▀▀▀▀▀▀▄▄▄▀▀▀▄  - ▀▀▀▄▀▀▀▀▀▄▄▀▀▄▄▀▀▀▀ ▄▄▄  - ▄▄▄▄▀▀▀▀▀▀▀▄▀▄▄▀▀▀▀ ▄▀▀▀▄▀  - ▄▄▀▄▄▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀ ▄▀▄▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀ ▄▄▄▄▄▄▄▄▀▄▀▀▀▀▀ - ▀▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄▀▀▄▀▀▀▄▄▄▀▀▀▄▀ - ▀▄▄▄▀▀▀▀▀▀▄▀▀▄▄▀▀▄▀▀▄▀▄▀▄▀▄ ▀▀▀  - ▄▄▄▄▀▀▀▄▄▀▄▀▄▄▀▀▄  - ▄▀▄▀▀▄▄▀▀▀▀▄▀▀▀▄  - ▀▄▀▄▄▀▄▀▄▀▀▀▀▀▄▀▀▀▄  - ▀▄▄▄▄▀▄ ▄▄▄▀▀▀▄  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▄▀▄▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▀▀▄▀▀▀▀▀▀ ▀▀▀▄▄▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/gummy.pony b/ponies/gummy.pony deleted file mode 100644 index 035a0cb..0000000 --- a/ponies/gummy.pony +++ /dev/null @@ -1,33 +0,0 @@ -$$$ -APPEARANCE: S01E15 Feeling Pinkie Keen -BALLOON: top -COAT: green -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: alligator, pet -KIND: animal -LINK: regular -NAME: Gummy -POSE: dance -SOURCE: (CANDYBAG, Anonycat, DeathPony/deathpwny) Desktop ponies -WIDTH: 27 -HEIGHT: 15 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▀▄▀▀▀▄  - ▄▀▄▄▀▄▄▀  - ▄▄▀▄▄▄▄▀ ▄  - ▄▀▀▀▄▀▄▀▀ ▄▄ - ▄▀▄▄▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀ - ▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀  - ▄▀▀▀ ▄▀▀▀▀ ▄▀▀▀▄  - ▀▀▀  diff --git a/ponies/gustavelegrand.pony b/ponies/gustavelegrand.pony deleted file mode 100644 index 0cca86e..0000000 --- a/ponies/gustavelegrand.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S02E24 - MMMystery on the Friendship -BALLOON: top -COAT: black -DISPLAY: full, right -EYE: yellow -FREE: no -GROUP: griffin -KIND: animal -LINK: regular -MANE: white -NAME: Gustave le Grand -OTHER NAMES: Le Grand (official, short) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 61 -HEIGHT: 31 - - -$$$ -$balloon38$ - $\$ - $\$ - $\$ - ▄▀ ▀▀ ▀▀ ▄  -            - ▀      ▄▀    -    ▀ ▀   ▀  - ▀ ▀ ▀   -  ▄▄▄▄▄   ▀▄    - ▀▄▄▄▄ ▀▀▄ ▀▀▀▀▀▀▄▄  - ▀▄ ▀▀▄ ▀ ▄ ▀▄  - ▀▄▄ ▀▀ ▄    - ▄▄▄▄ ▄▄▄ ▄ ▄▀▄ ▄▄▀▀▄  -   ▄▀ ▀▀▀▄▄▄▄▄▀▄▄ ▀▄ -  ▄   ▄▄ ▀▀ ▄▀▀▀ ▀▀▄  - ▀ ▀▀▀   ▀▄    -  ▄▀▀ ▀▀▀ ▀▀▄▄▄▀  - ▀▄ ▀▀▀▄▄▄▄▄   - ▄▄▄ ▄▀▀▀▀▀▄    ▄▄  - ▄▄▄▄ ▀▀▄▄ ▄▄▄▄ ▄▀▀▀▀▀▀▀▀▄▄▀    ▄▀▀▀▄   - ▀▀▀▀ ▀▀ ▀▀▀ ▀▄ ▀▀▄▄ ▀▀ ▀▀▀▄▄▄▄▀▀  ▀▄  ▀▄ ▀ ▀▄  - ▄▄▀ ▀▀▀ ▀▀▀ ▄▄▄ ▀▀▄▄ ▀▀▄▄▀▄▄   ▀▀ ▀▄      -▄▀▀▀▀ ▄▀▀▀ ▀▀▀▄▄ ▀▀▀▀▀▀▀▄▄▀▀ ▀▄▄▄ ▄▀ ▀    ▄▀  - ▀▀▀▀▀▀▀▀ ▄▄▄▀▀▀▀▄▄▄ ▀▀▀▀▀  - ▄▀▀ ▄▀ ▄▀▀▀▄▄   ▀▀▀  -   ▄▀       ▄▀▄  -     ▀▄ ▀▄▄      ▄▄▄▄  - ▄▀ ▀▄▄▄▀ ▀ ▄ ▀▀▄▄▄▄▄▀▀ ▀▄▄  -   ▄▀▀   ▄▄▄▄ ▀ ▄▀ ▄▀▀ ▀▄▄ ▀   - ▀▄▄▄▄ ▀ ▀  ▀▀▀▀▀▀▀ ▀   diff --git a/ponies/haakim.pony b/ponies/haakim.pony deleted file mode 100644 index 4a6784a..0000000 --- a/ponies/haakim.pony +++ /dev/null @@ -1,52 +0,0 @@ -$$$ -APPEARANCE: S03E05 Magic Duel -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: stallion, background -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Haakim (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 39 -HEIGHT: 32 - - -$$$ -$balloon4$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▀▀▀▀▄▄  - ▄▀ ▄ ▀ ▄▀▄ ▄ ▄  - ▀▄▄ ▀   ▄▀▄ ▄▀▄  - ▄ ▀▀▄▄▄▄▄▄▀▀   ▀   - ▄▀ ▄▀▀▀▀▄ ▀▄    - ▄▄▄▀▄▄▄▄▀▄▀      -  ▄▀▄▀  ▄      ▄   - ▄ ▄▀▄ ▀▄▀▀▄▀   ▄▀  -      ▄▄▄   ▄▀▄▀▀  - ▀▄▄▀▀▄▀▄▄   ▀▄  - ▀▀ ▄   ▀   ▄▄▄▄▄  - ▄▀   ▄  ▄▀▄ ▀▀▄▄  - ▄▄ ▀▄▄▄▀ ▄▄▄▄▄▄▄ ▄  ▄▀▀▄▄ ▄▄  - ▄▀▄▀▄▄▀▄▄▄▀  ▀ ▀   ▀▄ ▀▄ ▄    - ▄▄▄▀▄▄▄▄▄▄▀  ▀ ▀ ▀  ▄▄▄   ▀▄ - ▀▄ ▄▀   ▀   ▄▀   ▄  - ▀▄▄▀  ▀   ▀▄▀        ▄   -      ▄▄▀ ▀▀▀ ▄▀    ▄   -       ▀▀▄▄▄▄▄   ▄▀ ▄   -         ▀▄   ▄▀ ▄ ▀▀  -       ▀▄▀▄ ▀▄  ▄▄ ▀▀  -       ▀▄      ▄▀  -  ▄▄▀▄▄▄         ▀▀▀  -  ▀▀   ▀   ▄ ▄▄▀▀  -   ▀▄▄▄▀   ▀ ▀▀    - ▄▀ ▄     ▄   ▀▀  -  ▀▀▀     ▀▀     - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/harpass.pony b/ponies/harpass.pony deleted file mode 120000 index a05bf5d..0000000 --- a/ponies/harpass.pony +++ /dev/null @@ -1 +0,0 @@ -lyra.pony \ No newline at end of file diff --git a/ponies/hayfever.pony b/ponies/hayfever.pony deleted file mode 100644 index 49fa50e..0000000 --- a/ponies/hayfever.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S02E17 Hearts and Hooves Day -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: stallion, background -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Hay Fever (unofficial) -POSE: heal -SOURCE: [jristz] -WIDTH: 43 -HEIGHT: 23 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▀▄▄  - ▄▀▀▀▀▄   ▀▄▄▄  -     ▄  ▄▄▀    - ▄▀▄▄▄▄▄▄▀  ▀▄  -  ▄    ▀▄▄▄▄ ▀    -  ▄▀  ▀▄ ▀    -  ▄▀ ▄▀ ▀ ▄  - ▄▀▄▀ ▄ ▀▀▄ ▄     -    ▀▄ ▄▄         -   ▀▀  ▀▀▀▀       ▄▄▄▄▄▄▄▄▄▄▄▄▄  - ▀▀▄▄▄▄▄▄▄▄▀       ▀▄  -   ▀▄▀ ▀     - ▄    ▀▄  - ▄▄▀▀ ▀ ▀ ▀   ▀▄  - ▄▀ ▄▀▀ ▄ ▀▀▀ ▀▀ ▀ ▀▄  -  ▀ ▄ ▀▀▀▀▀   ▄▄▄▀ ▀▄ - ▀▀▀▀▀▀▀▀ ▀▄ ▄▄   - ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▀▀  - diff --git a/ponies/heartstrings.pony b/ponies/heartstrings.pony deleted file mode 120000 index a05bf5d..0000000 --- a/ponies/heartstrings.pony +++ /dev/null @@ -1 +0,0 @@ -lyra.pony \ No newline at end of file diff --git a/ponies/highscore.pony b/ponies/highscore.pony deleted file mode 100644 index 70f799d..0000000 --- a/ponies/highscore.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S02E17 Hearts and Hooves Day -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: colt, background -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: High Score (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 40 -HEIGHT: 29 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ -  ▄▄▄▄▄▀▀   - ▀▄▄▄  ▀▀▀  - ▄▀▀▄▄▀▀▄  - ▄▄   ▀  ▄▄  - ▄   ▀▄▄▄▄▄▄▀▄ ▀▀▄  -   ▀▀▄  ▄▄▄▄ ▀    - ▄▄      ▀▀▄▄ ▄▄▄  ▀  -   ▀▀▀  ▀ ▀  ▀▄▄  ▀ - ▀▄ ▀▀ ▄ ▄▄▄ ▀▀    - ▀▄    ▀ ▀▀     - ▄ ▄ ▀▀ ▀ ▀▄▀ ▀▄ ▀▄  - ▄▄▄▄▀▀▄▄      - ▄▀▀ ▀▀▄   ▄▄▄▄▄▄ ▀▀  - ▀▀ ▀ ▄▄ ▄▄▄▄▄▄▄▄▄▄▀    -   ▄ ▀▀ ▀    -   ▄  ▀   ▄▀  -  ▄ ▀▀▀▄▀ ▀▄ ▄▀  - ▀▄  ▄  ▄ ▀▀▀▀ ▀   - ▀    ▄▀▀        -         ▀▄▀▄  -              -         ▀▄  ▄  -    ▀▀     ▀▀   -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/hoity.pony b/ponies/hoity.pony deleted file mode 100644 index 3c35c0e..0000000 --- a/ponies/hoity.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E14 Suited for Success -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: white -NAME: Hoity Toity -POSE: stand -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 42 -HEIGHT: 27 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - $\$ ▄▄▀▀▀▀▀▀▄▄  - $\$ ▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▄▄▄▄▀▀▀▀▀▀▀▄▄  - ▄▀▀▀▀▄▀▀▀▄▀▀▀▀▀▀▄▄  - ▄▄▄▄▄▀▀▀▀▄▄▀▄▄▀▀▀▀▄▀▀▄  - ▄▄▀▀▄▄▄▄▄▄▄▄▄▀▄▄▄▄▄▄▀▀  - ▄▀▀▀▀▀▀▄▄▀▄▀▄▀▄▀▄▀▀▀▄▄  - ▄▀▀▄▀▀▀▀▄▄▄▀▀▀▀▀▀▄▄▄▀▀▄▄  - ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀  - ▀▀▄▄▀▀▀▀▀▀▀▄▀▀▄▀  - ▄▄▀▀▀▀▀▄▄▀▄ ▄▄▄▀▀▀▀▀▄▄  - ▄▀▄▀▄▀▄▀▄▀▄▀▄▄▄▄▄▄▄▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▄▀▄▄▀▄▀▄▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▀▄▀▄▄▄▄▄▀▄▄▄▀▀▄▀▀▄▀ ▄▀▀▄▀▀▀▀▀▄▄ - ▀▄▄▀▄▄▀▀▀▄▄▄▀▀▀▀▀▀ ▄▀▄▄▄▀▄▄▀▀▀▄▀ - ▄▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▄ ▄▄▄▄▄▀▄▄▀▀▄▀  - ▄▄▀▄▄▀▀▄ ▀▄▀▀▄▀▀▀▀ ▄▄▄▄▀▀▀▀▀▀▀  - ▄▄▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▄ ▀▄▄▀▀▀▀▀  - ▄▀▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▀▀▄▀▄▄▄▀▄▄▄▄▀▄▄▀▀▀▄  - ▄▀▀▀▄▀▀▀▀▀▀▄▄▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀  - diff --git a/ponies/hollydash.pony b/ponies/hollydash.pony deleted file mode 100644 index 46102a1..0000000 --- a/ponies/hollydash.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E10 Swarm of the Century -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: closed -FREE: no -GROUP: mare, background -KIND: unicorn -LINK: regular -MANE: multiple -NAME: (not mentioned) -OTHER NAMES: Holly Dash (official) -POSE: gallop -SOURCE: [jristz] -WIDTH: 49 -HEIGHT: 24 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄ ▄▄▄▄▄▄▄▀▀ ▄▄▄▄▄▄▄▄▄ ▄▄ - ▀ ▀▀▀ ▄▀  ▄ ▀▄ ▄▄▀▄▀ - ▄▄▀     ▀▄▀  ▄ ▀▄▀   - ▀ ▀▀▀▀▀ ▀▀▀ ▄ ▀ ▄▄▀ ▀▄  - ▀▀▄   ▄▄▀▄▄  ▄▀   - ▄▄▄▄▄▀ ▀▀ ▀▀   ▀▀▄▄▀    - ▄▄▄▄▄▄ ▀▀▄▄▄▄▄▄   ▀  ▄  - ▄▄▄▄▄▀▀ ▀▀▀▀ ▄▄▄▄▄▄▄▀▀▀  ▄▄   - ▀▀ ▀▀▀▀▀▀▀▄▄▄▄▄▄▀▀▀▄▀▀  ▄▄ ▀▀▀ ▄▄▄▄▄▄▄▄  - ▄▄▀▀▀▀▀▀ ▄▄▀▀▀▀    ▀     - ▀▀▀▀▀▀▀▀▀▀▀▄▄ ▀▀   ▀ ▄    - ▄▄▄▀▀ ▄▄▄▀▀ ▄▄▄  ▄▀ ▄  ▄  - ▀▀▀▀▀▀▀▀▀▀ ▄▄▀ ▄▄▄ ▀▀▀▀▀   ▄  - ▄▀ ▄▀   ▀▄ ▀   - ▄▀ ▄▀ ▀ ▄  ▀ ▀   -   ▄▀  ▄  ▀ ▀▄  -  ▀▀  ▀ ▄ ▀▀▀▄ ▀▄  - ▀ ▀ ▀▄ ▄▄▀  - ▀  - diff --git a/ponies/horsemd.pony b/ponies/horsemd.pony deleted file mode 100644 index 5aa74e1..0000000 --- a/ponies/horsemd.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S02E10 Secret of My Excess -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Horse MD (unofficial), MD Horse (unofficial) -POSE: stand -SOURCE: My Little Pony On-Line -WIDTH: 32 -HEIGHT: 22 - - -$$$ -$balloon4$ - $\$ - $\$ - $\$ - ▄ ▀▀▄▀▄▀▄  - ▄▀ ▀ ▀ ▄   - ▄▄   ▄ ▄ ▄▀  -   ▄▀▄ ▄▄▀▄  -   ▄▄▄▄  ▄▀▄▄  - ▄▄▀▄▄▄  ▄ ▄▀  -      ▄▄▄ ▀▀ ▀  -  ▀ ▀ ▄ ▀ ▀ ▄▀▀▀▀▄▄▄  - ▀▀▀▀ ▄ ▀▄▀▄ ▄▀▄▀▀▄▀ ▀    -      ▄▀▄▄▄▄▄▄▄▄▀▀▄ ▀▀▄▀ ▀▄ - ▄ ▄ ▄▄ ▀▄▀ ▄▄▀▄  ▀▄   ▀  -   ▀▄▄▀    ▄▀▀   ▄▀▀ ▀▄ ▀▄ -   ▀▄  ▀▄▄ ▄ ▄    ▄   ▀▀ - ▄       ▀▄▀▄ ▀▄ ▀▄ ▄▀ ▀▀▀  -            ▀ ▀  -   ▀          - ▄▄▀▀▀     ▄    - ▀▄▄▄▄▀ ▀▀▄▄▄▄   diff --git a/ponies/horsepower.pony b/ponies/horsepower.pony deleted file mode 120000 index 6b44998..0000000 --- a/ponies/horsepower.pony +++ /dev/null @@ -1 +0,0 @@ -./snowflake.pony \ No newline at end of file diff --git a/ponies/horte.pony b/ponies/horte.pony deleted file mode 100644 index ec3297a..0000000 --- a/ponies/horte.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: beige -DISPLAY: full, left -EYE: closed, brown -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Horte Cuisine (unofficial) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 40 -HEIGHT: 24 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄▀▀▄  - ▄▀▀▀▀▀▀▄▄▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄  - ▄▄▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▄ ▄▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀ ▄▀▀▀▀▀▀▄▀▄  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀ ▄▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▄▀▀▀▀▄▀▀ ▄▄▄▄▄▄▄▀▀▀▄▄▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▀▄▀▄▄▄▀▀▀▀▀▀▄ ▄▄▄▀▀▀▀▄  - ▄▀▀▄▀▀▄▄▀▄▀▀▀▀▀▄▄▀▄▀▄ ▄▄▀▀▀▀▄  - ▀ ▀▄▀▄▀▄▀▀▀▀▀▀▀▄▀▀▀▄ ▄▄▀▀▀▄▀  - ▄▀▄▀▀▀▀▀▀▄▀▀▀▀▄ ▀▄▀▀▀▄  - ▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄ ▀▄▀▀▄ ▄ - ▄▄▄▀▀▄ ▀▄▀▀▄▀▀▀▄ ▀▀▀▀▀▀ - ▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▄▄▀▄▄▄ ▄▀▄▄▄▀▄▄▄  - ▄▄▄▀▀▀▀▄▀ ▄▀▀▀▄▀▀▀▄▄▄  - ▀▀▄▀▀▀▄▄▀ ▀▀▀▀▄▀▀▀▄▀▄  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/hughjelly.pony b/ponies/hughjelly.pony deleted file mode 100644 index 5a57368..0000000 --- a/ponies/hughjelly.pony +++ /dev/null @@ -1,57 +0,0 @@ -$$$ -APPEARANCE: S02E17 Hearts and Hooves Day -BALLOON: top -COAT: grey -DISPLAY: head, left -EYE: blue -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Hugh Jelly (unofficial) -POSE: jelly -SOURCE: (imagegrou) deviantar -WIDTH: 38 -HEIGHT: 37 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄ ▄  -  ▄▄ ▄▄▄▄▄▄ ▄▄ ▀ ▄  - ▄ ▀    ▀ ▀   - ▄ ▀     ▀   - ▄▀▀▀▀▀ ▄▄▄▄▄▄▄▀▀▀▀▄   ▄  -   ▄▄▄  ▀▄▄▄▀ ▄ ▄▄ ▄ ▀▄  - ▄ ▄ ▄▀ ▀ ▄ ▄▀▄  ▀ ▀  -   ▄ ▀ ▄▄▄▄ ▀ ▄▀▄▀▄ ▀▀▄▀  -  ▀▀ ▀ ▀ ▄▄▀▄ ▄▀  ▄  - ▀ ▀▀▀ ▀ ▄▄ ▄▄▄▄▄▄▄▄▄  - ▄▀▀▀ ▀▀▀▀   - ▀▄  ▄▀▄▀ ▄ ▄▀  -  ▀▀▀▀▀▀▀▄▄▄▄▄▄▄▄   -  ▄ ▀▀▀▀▀▀▀▀▀ ▀▀▄▄▄  - ▄▄▄▄▀ ▄ ▀▀▀▀▄  - ▄▀▀ ▀▀ ▀▄▄  -   ▄▄ ▀▀ ▀    - ▄▀ ▀ ▀▀ ▄▀ ▀▄ ▀▄▄ -   ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄    -        -        -   ▄   ▄    - ▀▄ ▀  ▄▄▄▄▄▄▄▄ ▀▄    -    ▄ ▀      -     ▄▄       -   ▄  ▀ ▀    ▄▀▀ -   ▀         -     ▄       -     ▄       -   ▄▄ ▀ ▀▄       -   ▀  ▀▀▀▀▀▀▀▀  ▀▄▀  -   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀    - ▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀  diff --git a/ponies/inky.pony b/ponies/inky.pony deleted file mode 100644 index 7fe09ae..0000000 --- a/ponies/inky.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: grey -DISPLAY: full, front, left -EYE: closed, purple -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: grey -NAME: (not mentioned) -OTHER NAMES: Inkie Pie (unofficial), Inky (unofficial) -POSE: dance -SOURCE: (Anonycat) Desktop ponies -WIDTH: 32 -HEIGHT: 22 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▄▄ ▄▄  - ▄▀▀▀▀▀▀▄▄▀▀▀▄▀▀▄  - ▄▄▀▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄  - ▄▄▄▄▀▀▄▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄▄▄▄▀▀▀▀▀▀▀▀▄▄▀  - ▄▀▄▄▀▄▄▄▄▀▀▀▀▀▄▀▄▄▄▄ ▄▀▀▄  - ▀▀▀▀▀▀▀▄▄▄▄▀▀▄▄▄▄▄▄▀▀▄▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀  - ▄▀▀▄▀▀▄▀▀▀▀▀▀▄▀▀▀▀▀  - ▄▄▀▄▄▄▄▀▄▀▀▀▀▀▀▀  - ▄▄▀▄▄▀▄▄▄▄▀▀▀▀▄ ▄▄▄▄  - ▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄▄▀▄▀▀▄▀▀▄  - ▄▄▀▀▀▀▀▀▄▀▀▄▀▀▄▄▀▀▄▄ - ▄▀▄▀▀▀▄▄▀▀▄▀ ▄▄▀▀▀▄▀▀▀ - ▄▄▀▄▀▀▀▄▄▀▀▀▄ ▀▄▄▄▀▀  - ▄▀▀▀▄ ▄▄▀▀▄  - ▄▄▀▀▄ ▄▄▀▀▄  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/ironwill.pony b/ponies/ironwill.pony deleted file mode 100644 index df3bd52..0000000 --- a/ponies/ironwill.pony +++ /dev/null @@ -1,61 +0,0 @@ -$$$ -APPEARANCE: S02E19 Putting Your Hoof Down -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: yellow -FREE: no -GROUP: bull (minotaur), minotaur, villian, reconciled -KIND: animal -LINK: regular -MANE: black -NAME: Iron Will -POSE: walk -SOURCE: (StarStep) Desktop ponies -WIDTH: 59 -HEIGHT: 39 - -Iron Will is not an antagonist, but whether is he is a villian can be argued. -Personal, I [maandree], would not call him I a villian, since he tries to help -push overs, which accidentally turned Fluttershy into a villian, and just wanted -his payment at the end of the episode. -$$$ -$balloon32$ - $\$ - $\$ - $\$ - ▄▀▀ ▄▀▀  - ▄▀▀▀▄ ▄▄▀▄  - ▄▄▀▀▀▀▀▄▀▄ ▄▄  - ▄▀▀▀▀▄▄▀▀▀▀▄▄▄▀▄  - ▄▄▀▀▀▀▀▀▄▄▄▄▀▀▄  - ▄▄▀▀▀▀▀▀▄▄▀▀▀▀  - ▀▄▄▄▀▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀▀▄▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄  - ▀▄▀▀▀▄ ▀▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄ ▄▄▄  - ▄▄▀▄ ▄▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▄▄▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▄▄▄▄▄▄▀▀▀  - ▄▄▀▀▀▀▀▀▄▀▀▄▀  - ▄▄▀▀▀▀▄▄▄▄▄▀  - ▄▄▀▀▀▄▄▄▄▄▄  - ▄▄▄▀▀▀▀▀▄▀▄  - ▄▄▀▀▀▀▄▄▀▀▄  - ▄▄▀▀▀▀▄▄▀▀▀  - ▄▄▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀  - ▄▀▀▄▄▀▀▀▄  - ▄▀▀▀▄▀ ▀▄▀▀▀▄  - ▄▀▀▀▀▀ ▄▄▄▄▄▄  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀▄  - ▀▀▀▀▀▀  diff --git a/ponies/ironwillwalk.pony b/ponies/ironwillwalk.pony deleted file mode 100644 index cf5f476..0000000 --- a/ponies/ironwillwalk.pony +++ /dev/null @@ -1,39 +0,0 @@ -$balloon32$ - $\$ - $\$ - $\$ - ▄▀▀ ▄▀▀  - ▄▀▀▀▄ ▄▄▀▄  - ▄▄▀▀▀▀▀▄▀▄ ▄▄  - ▄▀▀▀▀▄▄▀▀▀▀▄▄▄▀▄  - ▄▄▀▀▀▀▀▀▄▄▄▄▀▀▄  - ▄▄▀▀▀▀▀▀▄▄▀▀▀▀  - ▀▄▄▄▀▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀▀▄▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄  - ▀▄▀▀▀▄ ▀▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄ ▄▄▄  - ▄▄▀▄ ▄▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▄▄▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▄▄▄▄▄▄▀▀▀  - ▄▄▀▀▀▀▀▀▄▀▀▄▀  - ▄▄▀▀▀▀▄▄▄▄▄▀  - ▄▄▀▀▀▄▄▄▄▄▄  - ▄▄▄▀▀▀▀▀▄▀▄  - ▄▄▀▀▀▀▄▄▀▀▄  - ▄▄▀▀▀▀▄▄▀▀▀  - ▄▄▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀  - ▄▀▀▄▄▀▀▀▄  - ▄▀▀▀▄▀ ▀▄▀▀▀▄  - ▄▀▀▀▀▀ ▄▄▄▄▄▄  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀▄  - ▀▀▀▀▀▀  diff --git a/ponies/jeffletrotski.pony b/ponies/jeffletrotski.pony deleted file mode 100644 index f97cac4..0000000 --- a/ponies/jeffletrotski.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S02E06 The Cutie Pox -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: stallion, background -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Jeff "The Dude" Letrotski (official, in Gameloft games) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 43 -HEIGHT: 24 - - -$$$ -$balloon26$ - $\$ - $\$ - $\$ - ▄▀▀ ▄▄▄ ▄▄▀▀▄  - ▄▀▄▀  ▄▀ ▀▄     -  ▄▀  ▄▀ ▀  ▀▄ ▀▄▀  - ▄▀▄▄▀▄▀   ▀▀▄ ▀ ▀▀ -   ▀ ▀ ▄▀▄▀▀▀ ▀ ▀▄▄▀  - ▀▄▄ ▄▀  ▄ ▄    - ▄   ▄  ▀▀▀ ▄▄▄   - ▄▄ ▀▀▄▄  ▄▀  ▀▄ ▄▄ ▄▀ ▄    - ▄▀▄▀ ▄▄▄▀▄▄ ▄▄▄▄▄▀▀▄ ▀▀▄▀▄▄ ▀▀ ▄▀ ▀   - ▄▀▄▀    ▀▄▀▄  ▄▀▄▀ ▀▀   ▄ ▀▄ ▄▀▄  -           ▄▄    ▀▄▀▀▀▀▀▀▀  ▀ ▀▀  -           ▀▄▄▀  ▀▄ ▀▀▄▄   -   ▀      ▀▄   ▄▀▀▄▄ ▀▀  -  ▄ ▀▀▄    ▄▀ ▄ ▀▀   ▄  - ▀▄ ▄▀      ▄▀▀       - ▀▀ ▀▄▀          ▄  - ▀▀▀             -        ▀▀▀▀▄▀ ▄  -    ▀▀     ▀   -  ▀▀▀▀▀   ▀▀▀▀▀   diff --git a/ponies/jesuspezuna.pony b/ponies/jesuspezuna.pony deleted file mode 100644 index dca5c03..0000000 --- a/ponies/jesuspezuna.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S02E06 The Cutie Pox -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Jesús Pezuña (official, in gameloft) -POSE: trot -SOURCE: [jristz] -WIDTH: 41 -HEIGHT: 29 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▀▀▄  - ▀▄  - ▀ ▀    ▄▄▄▄▄▄▄  - ▄▄▄▄▀▀▀▀▄▀▄▀▄▄   - ▄▀ ▀▀▄▄▄▀▄▀▄  ▀▄  - ▄▀ ▄▀  ▄▀   - ▄▀  ▀▀▀▀▀▀  ▀▄▀   - ▄▀ ▄ ▀ ▀ ▄ ▄ ▄▀▄▀▀  - ▄▀▀▀▀▄ ▀▀▀▀  ▄▀▄  -  ▄▀▀▄   ▄▄▀ ▄▀▄▀   - ▀▄▄▄▄▀▀▀ ▀▀▀  ▀▄▀▄   -    ▀▄▀▀ ▄▄▀▀▀▀▀▄  -   ▄▄▀ ▄▄▄▄▄▄▄▀▄▀▄▀▄▀▄▀▄▄ -   ▄▄▀  ▀ ▀   ▀▄▀▀▀▄▀▄▀▄▀  -   ▄▄▀▀ ▄▀ ▀ ▀   ▄    ▄▀▄▀▀ -  ▀▄▀ ▀▀▄▄    ▄     ▄▀▄▀  - ▀▄ ▀   ▄ ▀  ▄▄  ▄▄▄▀▄▀▄▀  -  ▀▀       ▄▄   ▀▄▀▄▀  -  ▄▄▄  ▀▄ ▀▄▄▀    ▄▀▄   - ▄▀▀▄  ▄▄▀      ▀▄▀▄  -   ▀ ▀▄▄▄▀▄      ▀▀▀ - ▄▀            - ▄▀ ▄▀    ▄▀   ▄▀  -  ▀▀▀▀▀▀   ▄▀ ▄▀  ▀▀  -  ▀▀▀  ▀▀▀▀▀▀▀  diff --git a/ponies/joe.pony b/ponies/joe.pony deleted file mode 100644 index c022808..0000000 --- a/ponies/joe.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E26 The Best Night Ever -BALLOON: top -COAT: yellow -DISPLAY: full, right, turned -EYE: green -FREE: no -GROUP: stallion, background, voiced -KIND: unicorn -LINK: regular -MANE: brown -NAME: Joe -OTHER NAMES: Donut Joe (partially official) -POSE: stand -SOURCE: (Bot-chan) Dektop ponies -WIDTH: 39 -HEIGHT: 28 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - ▄▀▀▄▄▄  - ▄▀▀▄▄ ▀▄  - ▄▄ ▄▄▄▄ ▀▄▄▄   - ▄▀▄▄ ▄▄▄▀     - ▄▀ ▄▀▄▀▄▄ ▄▄ ▀  ▄  - ▄▀ ▀▄ ▀▄ ▀   ▀▄  - ▄▄ ▀▄▄▄▄▄  ▄  ▀▄ - ▄▄  ▀▄ ▄▄ ▄  ▀▄  -   ▀ ▀▀▀▀  ▄▄▀   - ▀▄▄▄▄▀    ▀▀  - ▀ ▀▀▀▀▀▄▄ ▀▄▄ ▄▄▀   ▀  - ▄▀ ▄▄▄ ▀▄ ▄▄▄▄▄ ▀▀▀▀▀▀▀▀    - ▄▀▄▀▀▀ ▄▄ ▀▄▀ ▀▀▄▄▄▀▀ ▀▄   - ▄▀ ▀ ▀▄ ▀▀▀▄ ▀▀▀ ▀▄▀▄   ▀ ▀▀▀   -   ▄▀ ▄▀      ▄▀▀        ▄    - ▀▄  ▀  ▀▄   ▀▄▄ ▀          - ▀▄ ▄   ▀  ▀▄  ▄▀▄▀ ▀▄▀  - ▀ ▀▄  ▄▀ ▄ ▀▀▀▄▄     ▄  - ▀    ▄▀▀  ▀▀▀ ▄ ▀▄  - ▄▀       ▀▄    -     ▀▄     ▀▄  -   ▀▄▄      ▀  -  ▄ ▀  ▀▀▀ ▀▄ ▄▄ ▀▄  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/joetuxedo.pony b/ponies/joetuxedo.pony deleted file mode 100644 index e73db2f..0000000 --- a/ponies/joetuxedo.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E26 The Best Night Ever -BALLOON: top -COAT: yellow -DISPLAY: full, left, turn -EYE: closed, green -FREE: no -GROUP: stallion -KIND: unicorn -LINK: regular -MANE: brown -MASTER: joe -NAME: Joe -OTHER NAMES: Donut Joe (partially official) -POSE: tuxedo -SOURCE: [jristz], based on (Bot-chan) Dektop ponies -WIDTH: 39 -HEIGHT: 26 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - ▄▄▄▄▀▀▀▀▄▄ ▄▄  -    ▄▄▀▀ ▀▄▄▀▄  - ▄  ▄ ▀▄ ▄▄▀▄▄▀▄▀▄  - ▄▀   ▀ ▀▄ ▀▄ ▄▀  - ▄▀  ▄  ▀    - ▄▀  ▄ ▄ ▄▀ ▀▄  -  ▄▀▀  ▀▀▀▀ ▀    - ▀▀    ▀▄▄▄▄▀  - ▀ ▄ ▀▄▄ ▄▄▀ ▄▄▀▀▀▀▀ ▀  -   ▄▄▄▄▄▄▀ ▄▄▄▄▄ ▄▀ ▄▄▄ ▀▄  -  ▄▀ ▄▄▄▄▄▄▀ ▀▄▀ ▀▀ ▀▀▀▄▀▄  -   ▀▄▀▀▄▀ ▀▄ ▄▄▄ ▀▄▀▄ ▀▄ ▄ ▄▄ -   ▄▄▀   ▀▀▄      ▀▄ ▀▄   -  ▄  ▄ ▀▀▄   ▄▀  ▄  ▀▀ - ▄▀    ▄▀  ▀   ▀ ▀▀  - ▄▀▄   ▀▀▀▄▄ ▀ ▀▄  ▀▀ ▀  - ▄▀▄▀     ▀▄▀    ▀  - ▄▄▀▄▀▄       ▀▄  - ▄▄   ▀   ▄▀      - ▀ ▀▄▄▄▄▄   ▀▀▄    - ▄▀ ▀▀▀▀▀ ▀▀▀  ▀ ▀   - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/junebug.pony b/ponies/junebug.pony deleted file mode 100644 index 9ac21ff..0000000 --- a/ponies/junebug.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E10 Secret of My Excess -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: closed, green -FREE: no -GROUP: mare, background, voiced -KIND: earth -LINK: regular -MANE: orange -NAME: Junebug -POSE: trot -SOURCE: desktop ponies -WIDTH: 40 -HEIGHT: 27 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▀▄▄  - ▄▀▀▄ ▀▀  ▄  -   ▄  ▄▄ ▀▄▄  -     ▄▄▀▀▄ ▀  ▄▀▄  -   ▀   ▀▀ ▄      - ▀▄▄▄▄▀ ▀▀▀ ▀  ▄  -   ▄ ▀▄  - ▄   ▄▀ ▀ ▀▄  - ▄▄▀   ▄▀▄▀ ▀▄   ▄▄▄▄▄▄  -     ▀▀▀   ▀▄▀▄▀▄ ▄▀▀▀▀▀ ▀▄  - ▀▀ ▀▀▀▀ ▀▄▄▀▄▀▄▄▄▀▄     -   ▄▀▄▀▄▀▄▀▄▀▄▄  ▀ ▀▀  -   ▀▄▀▀▀▀▄▀ ▄     ▀ ▀▀▄  -   ▀▄ ▄▀ ▄▀▀    ▄▀▀▀▄ -  ▀ ▀▀▀▀▀    ▀ ▄▀  ▀▄▄▀  - ▄▀    ▀▀ ▀ ▀ ▀▀▄▀▀ ▀▄▀ ▀▀ -         ▀▄   ▀▀▀  -           ▀▄  -              -         ▀▄  -  ▄ ▀▀ ▀▀▀     - ▀▀▀▀▀▀ ▀▀▀▀▀▀  - diff --git a/ponies/laflour.pony b/ponies/laflour.pony deleted file mode 100644 index 6f0c9ff..0000000 --- a/ponies/laflour.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S02E25 Party of One -BALLOON: top -DISPLAY: full, front -FREE: sharable -GROUP: imaginary -KIND: item -LICENSE: cc-by-nc-sa -LINK: regular -NAME: Madam la Flour -SOURCE: desktop ponies -WIDTH: 28 -HEIGHT: 26 - -License summary: https://creativecommons.org/licenses/by-nc-sa/3.0 -Full license text: https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▄  - ▄▄▀▀▄  - ▄▄▀▀▀▄▄  - ▄▄▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▄▄▄▄▄▄▄▄  - ▄▄▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄  - ▀▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▄▀▄▀  - ▄▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀ - ▄▀▄▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▀ ▀  - ▄▀▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▄▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄  - ▀▄▀▀▄▄▄▄▀▄▀▀▀▀▀▀▀▄▀▄  - ▀▀▀▄ ▄▀ ▄▀▀ ▀▀▀  - ▄▀▀ ▄▀▀▀ ▄▀▀  - ▄▀▀▀ ▄▀▀▀ ▀▀▀▀  - ▄▀▀▀ ▀▀▀▀ ▄▀▀▀  - ▀▀ ▀▀  diff --git a/ponies/lemonhearts.pony b/ponies/lemonhearts.pony deleted file mode 100644 index 6ac420b..0000000 --- a/ponies/lemonhearts.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, right -EYE: pink -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Lemon Hearts (official, in merchandise) -POSE: stand -SOURCE: (fanonfetcetera) Desktop ponies -WIDTH: 39 -HEIGHT: 22 - - -$$$ -$balloon29$ - $\$ - $\$ - $\$ - ▄ ▄▄▀▀▀▀▄  -   ▀▄ ▄▀   -   ▄ ▀▄▄▄▄ ▄▀▄▀▀▄ -    ▀ ▄▄▄▄▄▀ ▀▀ ▄▀ - ▄▄▄▄▄    ▄ ▄   ▄▄▀▄▄▀  - ▄▀▀ ▀▀▄        ▄     - ▄▀ ▄▄▄▄     ▄  ▀▄▄▄ ▀▄  - ▄▀ ▄ ▀▀▀▄▀       ▄▄▀  -      ▀▄▄▄▄▄▄▀▀  ▀  ▀▀▀▀  -      ▄▀▄ ▄▀  ▀  ▀▀      -    ▀▄▀    ▄▄ ▀▀▀▀ ▄▀  -     ▀▀▀ ▀▄ ▀   ▄▀  -   ▄▄   ▄▀ ▄ ▀▀▀   ▀  - ▀▄      ▀   ▄▀        - ▄▀▀  ▀▄▄▄▀             -   ▄  ▄           ▄▄  - ▄▄▄▄▀ ▄▀  ▄     ▄   -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/lightning.pony b/ponies/lightning.pony deleted file mode 100644 index c56ef20..0000000 --- a/ponies/lightning.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare -KIND: pegasus -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Lightning Bolt (unofficial) -POSE: fly -SOURCE: (Starly) Desktop ponies -WIDTH: 41 -HEIGHT: 25 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▄▄▄ ▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▀▀▀▀▄▀▄▄▄▄▀▄▄▄▄▄▄▄  - ▄▄▀▀▀▄▀▄▀▄▄▄▀▀▀▀▄▄▄▄▄ ▄▀▀▄ ▄▄▄  - ▀▀ ▄▄▄▀▀▄▀▀▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▄▀▄▀▄▄▀▀▄▄▄▄▄▄▄▀▄▀▀▀▀  - ▄▄▀▄▀▀▀▄▄▀▀▀▀▄▀▄▄▀▄▄▄▄▀▀▀▀▀  - ▄▀▄▀▀▀▀▀▄▀▀▀▀▄▀▀▄▄▀▄▄▀▀▀▄▀▀▄▄▄▄▄  - ▀▄▀▄▀▀▀▀▀▀▀▄▀▀▀▀▄▀▄▄▀▀▀▄▀▀▄▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▄▀▀▄▀▀▄▄▀▄▄▀▀▀▄▀▀▄▀▀▀▀▀▀▄▄  - ▄▄▄▀▄▀▄▄▄▀▄▀▀▄▀▄ ▀▄▀▀▀▀▄▀▀  - ▄▄▀▀▄▀▄▀▀▀▀▀▀▄▀▀▄ ▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▀▀▄▄ ▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀▄  - ▄▄▀▄▀▀▀▀▀▄▀▀▀▀▀▄▀▀▀▄▄▄▀▀▀▀▀▀▀▀▄ - ▄[48;5;159m▄▄▄▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▄▀▀▀▀▄▄▄  - ▄▀▄▄▀▀▀▄ ▀▄▀▀▀▄▀▀▄▀▄▀▀▀▄  - ▀▄▄▀▀▀▄ ▄▄▀▀▄▄▀▀▄▀▄▀▄▄  - ▀▄▀▄ ▀▄▄▄▀▀▀▀▀▄▄▄▀  - ▀ ▀▄▀▀▀▀  - ▀▀  diff --git a/ponies/lightningdust.pony b/ponies/lightningdust.pony deleted file mode 100644 index 9e5c982..0000000 --- a/ponies/lightningdust.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S03E07 Wonderbolts Academy -BALLOON: top -COAT: cyan -DISPLAY: full, left -EYE: orange -FREE: no -GROUP: mare, villain -KIND: pegasus -LINK: regular -MANE: orange -NAME: Lightning Dust -POSE: wait -SOURCE: [jristz] -WIDTH: 48 -HEIGHT: 26 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄ ▄▀▀▀▀▀▀▀▀▄  - ▄  ▄  ▄▄ ▀ ▀▄  -  ▄ ▀▄    ▄ ▀▄   ▀▄▄  - ▀▄   ▀  ▄▄▄▀▀  ▄   ▀   - ▀▄▀▄▀▄▀ ▄     ▀    - ▄▄▄ ▀▄▀▀  ▄▄▀    - ▄ ▄ ▄  ▀▄ ▄▄ ▄▀  ▀  -  ▀▄ ▀ ▀ ▄    ▄▀  ▄▄▀▀▀▀▀▀▀▄▄  -  ▄ ▀ ▀▄  ▄▄ ▄▀ ▄ ▀▀▀▀▀▀▀▀▄▄  - ▀▄▄▄▄ ▄  ▄▀ ▄▀▄ ▀▄▄▄▄ ▀▄▀ ▀  - ▀▀▀▀ ▀▀   ▄▄▄▄▄▀▄ ▀ ▀▄ ▀▄  -   ▀▀▀ ▄   ▀▄ ▀▄ ▀▄  -     ▄▀▀▀ ▄▀ ▀         -      ▀▄▀▄ ▀           - ▄▀ ▀▀▀▀▀▄          -  ▄   ▀▀▀▀▀▄ ▀▀▄ ▀▄      -         ▀▄   ▀▄      -           ▀▄   ▀▄   ▄  - ▄▀           ▀▄ ▀▄ ▀▀   -  ▄         ▀▄ ▀▄▄▄▄▄▄▀  - ▀▀ ▄ ▀▀ ▀▀▀     - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/lily.pony b/ponies/lily.pony deleted file mode 120000 index 48ce713..0000000 --- a/ponies/lily.pony +++ /dev/null @@ -1 +0,0 @@ -lilyvalley.pony \ No newline at end of file diff --git a/ponies/lilyvalley.pony b/ponies/lilyvalley.pony deleted file mode 100644 index c4fc75f..0000000 --- a/ponies/lilyvalley.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: orange -FREE: no -GROUP: mare, background, voiced -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Lily Valley (official, on collector card), Lily (short) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 45 -HEIGHT: 25 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▀▄▄  - ▄▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▄ - ▄▀▄▄▀▄▄▀▄▀▀▀▀▀▀▀▄▀▄ - ▄▄▄▄▀▄▄▄▄▄▄▀▀▀▄▀▀▀▀  - ▄▀▄▄▀▀▄▀▄▄▄▄▀▀▀▀▄  - ▄▀▀▀▄▄▀▀▀▄▀▄▀▀▀▄▀▄  - ▄▄▄▄▄▄ ▀▄▀▀▄▄▀▀▀▄▄▄▄▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▄▄▀▀▀▀▄▄▀▄▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▄▄▄▀▄ ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▄▄▀  - ▄▄▀▀▄▀▀▀▀▀ ▀▄▀▀▄▄▄ ▄▀▄▀▀▄▄▀▀▄▀▀▀▀▀  - ▀▄▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▄▀▀▄▀▀▀▀▄  - ▄▄▀▀▀▀▄▀▄ ▄▄▄▄▀▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▄▀▄ ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▄ ▄▄▀▀▀▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▄▀▄▄▀▀▀▀▄▄▄▀▀▀▄▀▄▄▀  - ▄ ▄▄▀▀▀▀▀▀▀▄▄▀▀▄▀▄ ▄▄▀▄▄▄  - ▄▀▄▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▀▄ ▄▄▀▀▄▄▄  - ▀▄▄▄▀▀▀▀▀▀▀ ▄▄▀▀▄▄▀▄ ▄▄▀▀▄▄▀▄  - ▀▀▀▀ ▄▀▀▀▀▄▄▀▄ ▄▄▀▀▀▄▄▀▀  - ▄▄▀▀▀▄▀▀▀ ▀▄▀▀▀▀▀▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/lintsalot.pony b/ponies/lintsalot.pony deleted file mode 100644 index eaf2eee..0000000 --- a/ponies/lintsalot.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E25 Party of One -BALLOON: top -DISPLAY: full, left -FREE: sharable -GROUP: imaginary -KIND: item -LICENSE: cc-by-nc-sa -LINK: regular -NAME: Lintsalot -SOURCE: desktop ponies -WIDTH: 25 -HEIGHT: 21 - -License summary: https://creativecommons.org/licenses/by-nc-sa/3.0 -Full license text: https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▄  - ▄▄▀▀▄  - ▄▄▀▀▀▄▄  - ▄▄▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▄▀▀▄▄▄  - ▄▄▄▀▄▄▄▀▀▀▀▀▀▄▄▀▀▄ - ▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▀▄▀▀▀▄▄▀▀▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▄▀▀▀▄▀▀▀▀▀▀  - ▀ ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀  - ▀▀▀▀▀▄▄▄▀▄▀▀▀▀▀▀▀  - ▄▀▀ ▄▀ ▄▀▀  - ▄▀▀ ▄▀▀▀ ▄▀▀  - ▄▀▀▀ ▄▀▀▀ ▀▀▀▀  - ▄▀▀▀ ▀▀▀▀ ▄▀▀▀ - ▀▀ ▀▀  diff --git a/ponies/lotus.pony b/ponies/lotus.pony deleted file mode 100644 index 65fbe79..0000000 --- a/ponies/lotus.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E09 Bridle Gossip -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, bakground, voiced -KIND: earth -LINK: regular -MANE: pink -NAME: Lotus Blossom -POSE: stand -SOURCE: (Jay wright) Desktop ponies -WIDTH: 39 -HEIGHT: 25 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▀▀▄▄  - ▄▀▀▀▀▄▀▀▀▄▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▀▄  - ▄▄▄▄▄▀▀▀▀▄▀▄▄▄▄▄▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀  - ▄▄▀▄▀▀▀▀▀▀▄▀▀▀▄▄▀▄  - ▄▄▀▄▀▄▄▄▀▄▄▀▀▄▄▄▀▄  - ▄▀▄▀▄▀▀▄▄▀▄▀▀▀▄▄▀▄▄ ▄▄▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀ ▄▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▄▄▄▄▄▀▀▀▀▄▀▀▀▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄▄▀▄▄▀▀▀▀▀▄▀▀ ▀▄▀▀▀▀▀▀▀▄  - ▄▄▄▄▄▄▀▄▄▀▀▀▀▀▀▀▄ ▄▄▀▀▀▄▀▀▄  - ▄▄▀▄▄▀▀▄▀▀▄▀▀▀▄▄ ▄▀▀▀▄▀▀▀▄  - ▄▀▄▀▄▄▄▀▀▄▀▀▀▄ ▄▄▀▀▀▀▀▄  - ▄▀▄▄▀▄▀▀▀▀▀▄▀▀▀▄▄▄▀▀▀▀▀▀  - ▄▄▄▄▀▄ ▄▄▀▄▀▀▄▄▄▀▀▀▀▄ ▄▀ - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄▄▀▀▀▀▀▄▄▀▀  - ▄▀▀▄▄▀▀▄ ▄▄▀▄▄▀▀▄▄▄▀▀▀▀▀▀▀  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄▀▀▄▄▄▀  - ▀▀▄▀▀▀▀▀▀ ▀▀▀▄▄▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/lotusbloosom.pony b/ponies/lotusbloosom.pony deleted file mode 120000 index 4646120..0000000 --- a/ponies/lotusbloosom.pony +++ /dev/null @@ -1 +0,0 @@ -./lotus.pony \ No newline at end of file diff --git a/ponies/lotusblossom.pony b/ponies/lotusblossom.pony deleted file mode 120000 index 4646120..0000000 --- a/ponies/lotusblossom.pony +++ /dev/null @@ -1 +0,0 @@ -./lotus.pony \ No newline at end of file diff --git a/ponies/lulamoon.pony b/ponies/lulamoon.pony deleted file mode 120000 index 76684f9..0000000 --- a/ponies/lulamoon.pony +++ /dev/null @@ -1 +0,0 @@ -./trixie.pony \ No newline at end of file diff --git a/ponies/luna.pony b/ponies/luna.pony deleted file mode 100644 index 31fd80f..0000000 --- a/ponies/luna.pony +++ /dev/null @@ -1,59 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] (animated in a book, real life first appearance is S01E02 Frienship is Magic [Part 2]) -AURA: blue -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, royal, tritagonist -KIND: alicorn -LINK: regular -MANE: cyan, blue (season 2) -NAME: Luna -OTHER NAMES: Princess Luna (official, full name), Lunija (official, russian), Nightmare Moon (official, corrupted), Woona (unofficial) -POSE: trot -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 70 -HEIGHT: 38 - - -$$$ -$balloon15$ - $\$ - $\$ - $\$ - $\$ - $\$ ▄▄ ▄▄ ▄▄ - ▀ ▄ ▄         -   ▄▄▄ ▄▄▄ ▄   ▄▄ ▄▄   - ▄▄ ▄▄▄▄▄▄▄▄▄   ▄▄ ▄▀ ▄▄▄▄ ▄▀ ▄▄ -   ▄▄▄ ▄▄▄ ▄  ▄▄ ▄ ▄▄ ▄▄ ▄ ▄▄▄   - ▄▄  ▄▄▄▄  ▄   ▄ ▄▄ ▄ ▄▀ - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄   ▄ ▄▄▄ ▄▄▀▀ - ▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄  ▄▄▄ ▄   ▄▄ ▄ ▄▄▄▄ -  ▄ ▄▄     ▄▄  ▄       ▄▄▄ ▄▄▄▄▄▄▀ - ▀▄▄ ▄ ▄ ▄▄ ▄▄▄▄▄     ▄▄ ▄ ▄▄ - ▀▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄ ▄▄ ▄▄▄      ▄  ▀▀▄▄▄▀ -    ▄▄ ▄▄ ▄▄ ▄    ▄▄▄ ▄▄ - ▄▄ ▄▄ ▄ ▄▄ ▄▄▄▄▄▄▄▄▄▄ ▄▄ ▄▄▄▄▄▄  - ▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄ -  ▄▄ ▄▄ ▄▄▄▄ ▄▄▄▄ ▄▄▄ ▄▄▄▄▄▄▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄▄ - ▀▄  ▄ ▄   ▄▄    ▄  ▄▄ ▄ ▀▄ ▄▄▄▄▄▄ ▄  - ▀▄▄ ▄ ▄ ▄▄ ▄▀▄▄▄▄▄ ▄ ▄▄▄▀  ▄▄ ▄ ▄ ▄  -    ▄▄▄▄▄▄▀  ▄▄  ▄▄▄▄▀ ▄▄▄   ▄▄ ▄ ▄ ▄ ▄  - ▄▄▄ ▄▄▄ ▄▄▄        ▄▄      ▄    - ▄▄ ▄▄▄▄▄▀▀▀▀▀       ▄▄  ▄  ▄ ▄▄ ▄    -  ▄ ▄▄▀        ▀▄   ▀▀▀▀▀▀▀▄     -  ▄           ▀▄   ▄▄▄▄ ▄▄▄▄▄ - ▀▄ ▄    ▄▄     ▀▄   ▄▄▄▄ ▄ ▄▄▄▄▄ -    ▄▄     ▀▄ ▄▄    ▄ ▄ ▄ ▄▄  - ▄▄  ▄▄ ▄▄▄   ▀▄▄ ▄▄ ▀▀▀▄ ▄ ▄ ▄    - ▄▄▄▄▄▄▄▀ ▄▄ ▄▄  ▄▄▄▄ ▀▄▄ ▄ ▄▄▄▄▄▀ -  ▄▄▄▄▀ ▀▀▀▀▀  ▄▄▄▄▀  ▄ ▄ ▄▄▄▄▀ -    ▄▄▄  -       - ▄▄ ▄▀ - ▄▄▄▄▄ ▄▄▄▀ - ▀▀▀▀▀▀▀▀▀▀ - diff --git a/ponies/lunafly.pony b/ponies/lunafly.pony deleted file mode 100644 index 837aa13..0000000 --- a/ponies/lunafly.pony +++ /dev/null @@ -1,62 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 1] -AURA: blue -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, tritagonist, royal -KIND: alicorn -LINK: regular -MANE: cyan, blue (season 2) -MASTER: luna -NAME: Luna -OTHER NAMES: Princess Luna (official, full name), Lunija (official, russian), Nightmare Moon (official, corrupted), Woona (unofficial) -POSE: fly -SOURCE: (unknown) -WIDTH: 85 -HEIGHT: 40 - - -$$$ -$balloon17$ - $\$ - $\$ - $\$ - ▄▀▄▄ ▄▄  - ▀▄▀▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄  - ▄▄ ▀▄▀▀▄▄▄▄▄▄▀▀▀▄▄▀▄▀▀▄▄▀▀▄ ▄▄▀▄  - ▄▄▄ ▀▄▄▀▄▀▀▀▀▀▀▀▀▀▄▄▀▄▄▄▄▄▄▄ ▄▄▄▀▄  - ▄▄▀▄ ▄▄▀▄▄▄▄▄▄▄▄▀▀▄▄▀▀▀▀▀▄▄▄▄ ▄▀▄▀▀▄  - ▄▄▀▀▄▄▀▄▀▀▄▀▄▄▄▀▀▀▀▀▄▀▄▀▀▄▄▄▄▀▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀ ▄▄  - ▄ ▀▄▀▀▄▄▀▀▀▀▀▄▀▄▀▀▀▄▀▄▀▀▀▄▄▄▄▄▄▄▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▄  -▀▄▀▀▄▄▄▄▄▄▀▀▀▀▀▀▄▀▄▄▄▀▄▀▄▄▄▄▀▄▄▄▀▄▄▄▄▄ ▄▄▀▀▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▄▄▀▀▀▄▄▀▀▀▀▀▀▄▄▄▀▀▀▀▄▄▄▄▄▀▀▄▄▀▄▄▄▀▄ ▄▄▄▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▄▀▄▄▀▀▀▀▀▀▄▄▄▀▀▀▀▄▀▀▀▄▀▄▄▄▀▄▄▄▀▄▄ ▄▄▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀  - ▄▀▀▀▄▄▄▀▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▀▄▀▀▀▄▄▄▀▄▄ ▄▄▀▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▄▄▀▀▀▀▀▀▄▄▄▀▀▄▀▀▀▀▄▀▀▀▄▄▄▄▄▀▀▀▄▄▄▀▄▄▄ ▄▄▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▄▀▀▄▄▄▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▀▄▄▄ ▄▄▄▄▄▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▀▀▀▀▀▄▄▀▀▄▄▀▀▀▄▄▄▀▄▄▄▄▀▄▄▄▀▀▄▄▄ ▄▄▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▄▄▀▄▄  - ▄▄▄▄▄▀▄▄▄▄▄▀▄▀▀▄▄▄▄▄▄▀▄▄▄▄ ▄▄▄▀▄▄▄▀▀▀▀▀▄ ▀▀▀▄▀▄ ▀▀▀  - ▀▀▀▄▄▄▄▄▀▀▀▄▄▄▄▄▀▀▄▄▄▀▄▄▀▄▄▄▀▀▀▄▀▄▀▀▄▄▄▄▀ ▀▀  - ▀▄▄▄▄▀▀▀▀▀▄▀▀▄▀▀▄▄▀▀▄▄▀▀▀▀▀▄▄▄▀▄▄▄  - ▀▀▀▀▀ ▄▄▀▀▄▄▄▀▄▀▀▀▄▀▄▄▄▄▄▄▄▄▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄  - ▄▄▄▄▄▄▀▄▄▄▀▀▄▄▄▄▄▄▄▀▄▄▀▀▀▄▄▀▄▄▄▀▀▀▀▀▀▀▀▄▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▄▀▄▄▄▀▄▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▄▀▀▀▄▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▀▄ ▀▄▄▀▀▀▄▀▀▄▄▀▄▄  - ▄▄▀▀▀▄▄▄▄▄▀▄▄▄▀▀▀▀▀▀▀▄▄▄▄▄▄▄▄▀▄▀▀▄▄▄ ▀▄▄▄▀▀▀▀▀▄▀▄▄▄  - ▄▀▀▀▄ ▄▄▄▄▄▀▀▀▄▀ ▄▄▀▀▄▄▄▀▀▄▄▄▀▄▄▄ ▄▄▄▀▀▀▀▀▀▄▄▄▄▄  - ▄▀▀▀▀▄ ▄▄▀▀▀▀▀▀ ▀▀▀▀▄▄▄ ▀▄▄▄▀▄▄▄▄▀▀▀▀▀▀▄▄▄▀▀▄  - ▄▀▀▀▀▀▄▄▄▄▄▀▀▄▄ ▄▄▄ ▄▄▀▄▀▄▄▀▀▀▀▀▀▄▄▄▀▀▄  - ▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▄ ▄▀▄▄ ▄▄▀▀▄▀▄▀▀▀▀▀▀▄▄▄▀▀▄▄  - ▄▀▄▄▄▄▄▄▀▀▀▄▄▀▀▀▀▄▄▄▄ ▄▄▀▀▄ ▄▄▀▀▄▀▄▀▀▀▀▀▀▄▄▄▀▄▄▀  - ▀▄▀▀▄▀▀▀ ▀▄▀▀▀▀▀▀▄▄▄ ▄▄▀▀▀▄ ▄▄▀▀▀▄▄▄▀▀▀▀▀▄▄▄▄▄▀▄ ▄▄▄▄▄▄  - ▀▄▄▄▀ ▀▄▀▀▀▄▀▄▀▄ ▄▄▀▀▀▀▄ ▄▄▀▀▀▄▀▄▀▀▀▀▄▄▄▀▄▄▄▄▄ ▄▄▀▀▄▄ - ▀▄▀▀▄▄▄▄▄ ▄▄▀▀▀▀▄▄ ▄▄▀▀▀▀▄▀▄▀▀▀▄▀▄▀▄▄▄▄▄▄▄▄▀▀▀▀▄▄ - ▀▄▄▄▄▄▄▀ ▄▄▄▀▀▀▀▄▀▄ ▄▄▀▀▀▀▄▀▄▀▀▄▄▀▀▄▄▄▀▄▄▄▀▀▀▀▀▀▄▄ - ▄▄▄▄▀▄▄▄▀▄▀ ▄▄▄▄▄▀▀▀▄▀▄▀▄▄▀▀▀▄▄▄▀▀▄▀▄▄▄▄▄▄▄  - ▄▄▀▀▄▄▀▄▀ ▄▄▀▄▄▄▀▀▄▄▄▀▄▄▄▀▀▄▄▄▀▀▀▀▀▀▀▀▄▄  - ▀▄▄▄▀▀ ▄▄▀▀▀▄▄▄▄▀▀▀▀▀▄▀▀▄▄▄▄▀▀▀▀▀▀▀▄▄  - ▄▄▄▄▄▄▄▄▀ ▄▄▄▀▀▄▄▄▄▄▄▄▄▀▀  - ▄▄▄▄▄▄▀  diff --git a/ponies/lyra.pony b/ponies/lyra.pony deleted file mode 100644 index e564b7d..0000000 --- a/ponies/lyra.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: cyan -DISPLAY: full, left -EYE: closed, yellow -FREE: no -GROUP: mare, background, voiced -KIND: unicorn -LINK: regular -MANE: white -NAME: Lyra (gameloft game) -OTHER NAMES: Lyra Heartstrings, Harpass (wikia mention as an old name), Heartstrings (old name) -POSE: sleep -SOURCE: (Anonymous, Starly) Desktop ponies -WIDTH: 51 -HEIGHT: 28 - - -$$$ -$balloon15$ - $\$ - $\$ - $\$ - $\$ - ▄▄▄▄ -  ▄▄▄▄▄ ▄▄▄▄▄ - ▄▄▄▄▄ ▄▄▄▄▄ ▄▄▄▄ -   ▄ ▄▄ ▄▄▄   ▄▄▄  - ▀▄▄▄▄▄▄    ▄▄ ▄    ▄▄▄▄▄▄▄▄▄▄ -  ▄▄ ▄▄▄▄ ▄    ▄ - ▀▄▄▄  ▄▄ ▄ ▄ ▄▄  ▄▄▄▄▄▄▄▄▄▄ - ▀▄▄ ▄▄▄  ▄ ▄ ▄▄ ▄  ▄▄▄▄▄▄▄▄▄▄▄▄ -   ▄▄ ▄▄▄▄▄ ▄▄ ▄▄  -  ▄▄    ▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ - ▄▄▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄   ▄▄▄▄  ▄▄▄▄▄▄ - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄▄    ▄▄   ▄▄   ▄▄ -  ▄▄ ▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄ ▄▄▄▄      - ▄ ▀ ▀▀▀▄▄▄▄ ▄▄▄    ▄▄▄▄▄▄       -  ▄ ▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄    ▄ -▄ ▀  ▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄ ▄▄▄ - ▀▀▀▀ ▀▀▀▄▄▀▀▀▀▀▀▀▄▄ ▄▄▄▄▄▄▄▄ ▄▄ ▄▀▀ - ▄   ▄▄ ▄▄▄▄▄▄▄▄ ▄▄▄  -  ▀ ▄ ▀  ▄▄▄▄▀▀ ▄ ▀▀▀  ▀ ▄ - ▀▀▀▀     ▀▀▀▀ -   - ▀ - diff --git a/ponies/lyrabonbon.pony b/ponies/lyrabonbon.pony deleted file mode 100644 index a69f453..0000000 --- a/ponies/lyrabonbon.pony +++ /dev/null @@ -1,60 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: beige -COAT: cyan -DISPLAY: full, turned, left -DISPLAY: full, front, right -EYE: teal -EYE: yellow -FREE: no -GROUP: mare, background, voiced -GROUP: mare, background, voiced -KIND: earth -KIND: unicorn -LINK: regular -LINK ON: 1 -MANE: pink, black -MANE: white -MASTER: bonbon -NAME: Bon Bon (Gameloft game) -NAME: Lyra (Gameloft game) -OTHER NAMES: Sweetie Drops (official) -OTHER NAMES: Lyra Heartstrings, Harpass (wikia mention as an old name), Heartstrings (old name) -POSE: lyra -SOURCE: imageboard -WIDTH: 69 -HEIGHT: 29 - - -$$$ -$balloon27$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▄  - ▄ ▄▄▀ ▄▄ ▀▀▀▄▄▀  ▄ ▄▄▄▀▀▄▄ ▄▄  -   ▀▄▄▄▄  ▀     ▄▀▄▄ ▀▄▀▄▄  -   ▄ ▀▀ ▀▀▀▀▀▀▄▄ ▀▀ ▄▀▄▀  ▄ ▀ ▀▄ ▀▄  -     ▄ ▄▄▀▄▄▄▄▄▀▀ ▄▀    ▀▄▀▀▀▄ ▀▀ ▀▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄ ▄▄▀ ▄▀▄  ▄▄▄▄▄▄    ▀▄ ▄▄ ▀▄ ▀▄ ▀▄  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  ▄  ▄▄   ▄▄▄▄▄▄  ▀▄▄▄▀ ▄▀▄ ▀▄▀▄    -    ▀▄ ▀  ▀   ▀ ▀▄ ▄ ▄ ▄▄▄▀   ▀▄ ▀▄▄   - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀    ▀▀▀ ▄  ▄▄▄▄▄▄    ▀ ▄  ▀▄▄▄ ▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀ ▄ ▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀    ▀▀▀ ▄  ▄▄  -    ▀▄▀▄    ▄▀ ▀ ▀▀▀▀ ▄▄   -    ▀▄▄▀   ▄▀▀▄▄▄▄▀▀▀▀▀▀▀▄▄▄▄▄▀     - ▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▄ ▀▄ ▀ ▀▀  ▄▄▀▄▀▄ ▀▀▀▄▄▄▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▄ ▄   ▀▀  ▄▄   ▄▀ ▀▄  -  ▄▀ ▄▀▀▀▀▀▀▄  ▄▄▀▀▀▄▄▀▀ ▄▀▄▀     ▄ ▄▄▄▄▀ ▀▄▄  - ▄ ▀ ▀▀▀▀▀▀▀ ▀▀▀    ▀▄▄▄▄▄▀▀▀▀▄▄ ▀▄    ▄▀▄▀   ▀▄  ▄▄▄▄▄▄  -  ▄ ▀▀ ▀▄▄▄▄▄▀▀▀▀▀▀▄ ▄▀▀▀▄ ▀        ▀▄ ▀    ▄ -▄ ▀  ▄▄▄▄▄▄▄▄▄▀▀▀▀▄▄▄▀ ▀ ▄▄▄▄▄▄▄▀▀   ▄▀▀  ▀    ▀▄▄▄▄▄▄▄▄ - ▀▀▀▀ ▀▀▀▀▀▀▀▀▀▄ ▀▀▀ ▀▀▀▀▀▀▀ ▄▀ ▄▄▄▄  ▀▄▀   ▀▀▀▀▀▀  - ▄        ▄▄▀▄▄▄         ▄   -  ▀ ▄   ▀▄▄▄▄▄ ▄▄▀ ▄▀▀▀▀▄▄▄▄▄    ▄▀  ▀ ▄  - ▀▀▀▀ ▀▄ ▄▀ ▄▄▄ ▀▀▀▀▀▀▀▀ ▄▀▄▄ ▀▄  ▄ ▀▀▀▀▀▀▀▀  - ▀▄ ▀▄ ▀▀▀▀▀▀▀▀▄▄   ▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀  - ▀▄▄▄▄▄▀  ▀▀   - ▀ ▀  diff --git a/ponies/lyrasit.pony b/ponies/lyrasit.pony deleted file mode 100644 index d865cd3..0000000 --- a/ponies/lyrasit.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: cyan -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: mare, background, voiced -KIND: unicorn -LINK: regular -MANE: white -MASTER: lyra -NAME: Lyra (Gameloft game) -OTHER NAMES: Lyra Heartstrings, Harpass (wikia mention as an old name), Heartstrings (old name) -POSE: sit -SOURCE: (Anonymous, Starly) Desktop ponies -WIDTH: 52 -HEIGHT: 28 - - -$$$ -$balloon16$ - $\$ - $\$ - $\$ - ▄▄ ▀ ▀▀▄▄▄  - ▄▄▀▄▄ ▀▀▀  ▄▀▄  - ▄▀ ▄▀ ▄▀ ▀  ▄▀▄▄  - ▄▀ ▄▀ ▄▀▀▀▄▄    ▄▄  - ▄  ▄▀▄▀ ▄▄▄ ▄▀      -   ▄ ▀▄ ▄▀▄ ▀▄▄▄▀  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀  -  ▀▀▀ ▄▀   ▀▀  ▄ ▀ ▀▄   - ▀ ▄▄▄▀  ▀  ▀    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀  - ▄▄  ▄ ▀▀▀    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀  -  ▀▀ ▀▀▀▀ ▀ ▀▄    -    ▄▀     - ▄▄▄▄▀▀▀ ▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  - ▄▀ ▄▄  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  - ▄▀▄ ▄▀▀▀▀ ▀▄     - ▄▄▄▄▄▄  ▀▄   ▄▀▄▀ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀ ▄  - ▄    ▀ ▀▀  ▄▀ ▀▀ ▄   - ▄▄▄▄▄▄▄▄▀    ▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀ ▄ - ▀▀▀▀▀▀   ▄▀▄  ▄▄▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀ ▀▀▀▀  -  ▄         ▀▄  ▄  - ▄ ▀  ▄▀    ▄▄▄▄▄▀▀▀▀ ▀▄▀▄ ▀   - ▀▀▀▀▀▀▀▄ ▀  ▄▀ ▀▀▄  ▀ ▀▀▀  - ▀▀▄▄▄▄▄▀▀▀▀▀▀▀▀▄▄      -  ▀▄   - ▀ ▀  diff --git a/ponies/magnum.pony b/ponies/magnum.pony deleted file mode 120000 index 47da427..0000000 --- a/ponies/magnum.pony +++ /dev/null @@ -1 +0,0 @@ -./raritysdad.pony \ No newline at end of file diff --git a/ponies/manticore.pony b/ponies/manticore.pony deleted file mode 100644 index c79e031..0000000 --- a/ponies/manticore.pony +++ /dev/null @@ -1,61 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 2] -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: black -FREE: yes -GROUP: manticore -KIND: animals -LICENSE: CC0 -LINK: regular -MANE: red -NAME: (not mentioned) -POSE: watching -SOURCE: (screenshoot) -WIDTH: 75 -HEIGHT: 33 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon33$ - $\$ - $\$ - $\$ - ▄▄▀▀▀ ▀  - ▄▄▀▀ ▄▀ ▄▄▄▄▀▀▀▀▀▀▀▀▀ ▀  - ▄▀ ▄▀ ▄▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀  - ▄▀▀ ▀▄ ▄▄▀▄▀▀▀   - ▄▀ ▀▄▄▄▀▄▄▀ ▄   -   ▄▀▄▄▀ ▄▄▄▄▄▄▄▄▄   - ▄▀ ▄▀▄ ▀▀▀▀▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀ ▀  -   ▄▀ ▄▄▄▀▀▀▀ ▀ ▀▀▀▀▀▀▀▀  -   ▀▄▄ ▄▀▀▀▄▄ ▀ ▀  - ▄▄▄▄▄▄▄▄▄ ▀▄▀ ▀▀▀▄▄▀▀ ▀▀ ▀  - ▄▄▀▀ ▀▀▀▄  ▀▄▀ ▀▀▄▄▀▄   - ▄▄▀ ▀▄   ▀▄▀▄ ▄▄▀▄▀   - ▄▀ ▄ ▀▄ ▀▄     ▄ ▀▄▀▄  ▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▀ ▄  ▀  ▀▀ ▀▄ ▀▄    ▄ ▀▄▀▄   ▄ ▀▀ ▄▀ ▀▄▄  -▄▀      ▀ ▀  ▄▄▄▄ ▀    ▀▄▀▄    ▄ ▀▄▀     -       ▀    ▀▀▀▀▄▄    ▀▀▀▀▄ ▄▀▄        -      ▄  ▄        ▀▀   ▄▄▀▀▀  ▄   -▀▄     ▄▀  ▄  ▀    ▄▀   ▄ ▄ ▀▀▀▀ ▄▀▀▀▀  -   ▀▄ ▀▄▀ ▄  ▄    ▄▀ ▀▀ ▀▄ ▄▀    -   ▄▀ ▀▄   ▄▀    ▄▀ ▀▄▄▄▄       -   ▄▄▀▀▄▄ ▀▄   ▄▀▄ ▀▄ ▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▀ ▄ ▀▄    ▀ ▀ ▄▀ ▀▄  ▀▀▀▄▀▀▀▀▀ ▀▀▀▀▀▀  - ▄ ▄        ▀▄     ▀▀▀▀ ▀▀▀▀▀  - ▄▄ ▄▄ ▀▄▄  ▀▄▀▄ ▀ ▀▀▀▄    - ▄▄▄▄▄▄▄▀   ▀ ▄▀ ▀▄  ▀▄ ▀▄    -   ▄▀▀▄  ▄▄▄▀▀▀    ▀▄ ▀▄▄  ▄  -   ▄ ▄ ▄ ▄▀ ▀ ▀▄▄▄▀   ▄▀▀▀   ▀▄▄ ▀▀▄  - ▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀  ▄▀ ▄ ▄▀ ▀▀▀▀▀▀ ▄▄▄▄▄    - ▀▀▄▄▀▄▄▄▄▄▄▄▀  ▀ ▀▀▀▀▀▀  diff --git a/ponies/maredowell.pony b/ponies/maredowell.pony deleted file mode 100644 index 0d8f88e..0000000 --- a/ponies/maredowell.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S02E08 The Mysterious Mare Do Well -AURA: purple -BALLOON: top -COAT: black -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare -KIND: earth, unicorn -LINK: regular -NAME: Mare Do Well -OTHER NAMES: The Mysterious Mare Do Well (official, titled name) -POSE: gallop -SOURCE: (JavaNut, DrZoin) Desktop ponies -WIDTH: 52 -HEIGHT: 24 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - $\$ ▄▀▀ ▄▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▄▄▄▀▀▀▀  - ▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▄▄▀▀▀  - ▀▄▄▄▄▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  - ▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▄▄  - ▄▄▀▀▄▄▀▄▀▄▄▀▀▄▀▀▀▀▄▄▀  - ▄▄▀▄▄▀▀▄▀▄▄▀▀▄ ▄▀▀▀▀▄▄▄▄▄▄▄  - ▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄  - ▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▄▄▄▀▀▄▀▀▀▄▄▀▀▀▄▄▄▄▄▄▄▄▄▄▀▀  - ▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄  - ▄▄▀▄▀▀▄ ▀▄▄▀▀▀▄▀▄▄▄  - ▄▄▀▄▀▀▀▀▄▄▀▀▀▀▀▀▄▀▀▄▀▄  - ▄▄▄▄▄▀▄▀▀▀▀▀▀▀▀ ▀▄▀▀▀▄  - ▄▀▄▀▀▀ ▀▄▄▀▀▀▀▀ ▄▄▀▀▀  - ▄▀▄▄▀▄ ▄▀▀▄▀ ▀▀▀  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/maredowellfly.pony b/ponies/maredowellfly.pony deleted file mode 100644 index 3e5a9c4..0000000 --- a/ponies/maredowellfly.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S02E08 The Mysterious Mare Do Well -BALLOON: top -COAT: black -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare -KIND: pegasus -LINK: regular -MASTER: maredowell -NAME: Mare Do Well -OTHER NAMES: The Mysterious Mare Do Well (official, titled name) -POSE: fly -SOURCE: (JavaNut, DrZoin) Desktop ponies -WIDTH: 41 -HEIGHT: 25 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - $\$ ▄▀▀▀ ▄▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▄▄▄▀▀▀▀ ▄▄  - ▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▄▄▄▄▀▀▀▄▄ ▄▄▀▄▄▀▀▀  - ▀▄▄▄▄▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▄▀▄▀▄▀▀▀  - ▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▄▀▀▄▄▄  - ▄▀▄▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▀▀▄▀▄▀▀▄  - ▄▄▀▀▀▄▄▄▄▀▀▀▀▄▄▀▀▄▄▀▄▀▀▄▀▀  - ▀▄▄▄▄▀▀▀▀▀▀▀▄▄▀▀▀▄▀▀▀▄▄▀▄▄▄  - ▀▀▀▀▀▀▀▄▄▄▀▄▄▀▀▀▀▄▀▀▀▄▀▀▀▀▄  - ▄▀▄▄▄▀▀▀▀▀▄▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀▀ - ▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▄ ▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▄▀▀▀▀▀▀ ▀▄▀▄▀▀▄▄▄  - ▄▄▄▀▄▄▀ ▄▄▄▀▀▀▀▄  - ▀▄▀▀▀▄▄▄ ▄▄▀▄▀▀▄▄▄  - ▀▄▀▀▀▀ ▀▄▄▄▄▄▀▄▀▀▄  - ▀▄▀ ▀▀▀▀▄▀▄▀▄  - ▀▄▄▀  - diff --git a/ponies/maredowellgallop.pony b/ponies/maredowellgallop.pony deleted file mode 100644 index a8dcbb6..0000000 --- a/ponies/maredowellgallop.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon10$ - $\$ - $\$ - $\$ - $\$ ▄▀▀ ▄▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▄▄▄▀▀▀▀  - ▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▄▄▀▀▀  - ▀▄▄▄▄▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  - ▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▄▄  - ▄▄▀▀▄▄▀▄▀▄▄▀▀▄▀▀▀▀▄▄▀  - ▄▄▀▄▄▀▀▄▀▄▄▀▀▄ ▄▀▀▀▀▄▄▄▄▄▄▄  - ▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄  - ▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▄▄▄▀▀▄▀▀▀▄▄▀▀▀▄▄▄▄▄▄▄▄▄▄▀▀  - ▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄  - ▄▄▀▄▀▀▄ ▀▄▄▀▀▀▄▀▄▄▄  - ▄▄▀▄▀▀▀▀▄▄▀▀▀▀▀▀▄▀▀▄▀▄  - ▄▄▄▄▄▀▄▀▀▀▀▀▀▀▀ ▀▄▀▀▀▄  - ▄▀▄▀▀▀ ▀▄▄▀▀▀▀▀ ▄▄▀▀▀  - ▄▀▄▄▀▄ ▄▀▀▄▀ ▀▀▀  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/maria.pony b/ponies/maria.pony deleted file mode 100644 index 80ddd0e..0000000 --- a/ponies/maria.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon17$ - $\$ - $\$ - $\$ - ▄ ▄▄▀▀ ▀  -  ▄▄▄▀▀▀ ▀▄▄▄  -   ▄ ▀▄ ▀▄  -  ▄        ▀▄  -   ▀     ▀▀▀▀▀▀▀▄ ▀▄ - ▄ ▀▄   ▄▄ ▄▀   - ▀ ▀▀    ▄ ▀▄ ▄ ▀▄   - ▀▄   ▀ ▄▀ ▀▄  ▄▀ ▀  - ▀▄  ▀▀▄ ▄  ▀▄▄  -  ▄▄▄ ▀▀▀    - ▀ ▀ ▄▄▄▄▄ ▀▀  - ▄▄▄     ▄▄▄▄  - ▄▀ ▄ ▀▄ ▄▀ ▄  ▀▀ ▄▄▀▄  -   ▀     ▄ ▄▄▀▄▀   ▀▄▄▄▀▀  - ▀▀  ▄▀   ▀▄▀▄▀ ▀ ▀▀▀▀   - ▄▀            -     ▀ ▀ ▄    -   ▀▄      -   ▀ ▄▀  - ▀▄▄ ▄▄▀  - ▀▀▀▀▀  diff --git a/ponies/master.pony b/ponies/master.pony deleted file mode 100644 index c70a065..0000000 --- a/ponies/master.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E26 The Best Night Ever -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: green -FREE: no -GROUP: stallion, background -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Master (unofficial) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 39 -HEIGHT: 25 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄ ▄▄▄  - ▄▀▀▄▄▄▀▄▄▀▄▄▀▄  - ▄▀▄▄▀▀▄▀▀▀▄▄▄▄▄▄  - ▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄  -▄▀▀▀▀▄▀▄▄▀▀▀▀▀▄▄▀▄▀  -▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀ ▄▄▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▀ ▄▀▀▀▀▀▀▄▀▀▀▄  - ▄▄▄▀▀▀▄▀▄▄▄▀▀▀▀▀▀▄▄▀▀▄▀▀▄▄▀▀▄  - ▄▀▄▄▄▀▀▀▄▀▀▀▀▀▀▄▄▄▄▄ ▄▀▄▀▀▀▀▀  - ▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▄ ▄▄▄▄▀▀▀  - ▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▄▀▄▄▀▀▀▄▄▀▀▀▄  - ▄▄▄▀▀▄▄▄▄▀▀▀▀▀▄▄▀▄▄▄▀▀▀▄▄▀▀▄ - ▄▄▄▀▀▄ ▀▄▀▀▄▀▀▀▄ ▄▀▄▀▀▀▀  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▄▀▄▀▀ ▄▀  - ▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▄▀▀▀▀▀▄▀  - ▄▀▄▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▀▄ ▀▄▄▄▀  - ▄▀▄▄▀▀▀▀▄ ▄▀▀▀▄▄▀▀▀▀▄  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀  - diff --git a/ponies/mayor.pony b/ponies/mayor.pony deleted file mode 100644 index 60be017..0000000 --- a/ponies/mayor.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: white -NAME: Mayor Mare -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 50 -HEIGHT: 27 - - -$$$ -$balloon24$ - $\$ - $\$ - $\$ - $\$ ▄▀▀▀▀▄  - $\$ ▄▀▀▀▀▀▀▀▀▄  - $\$ ▄▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▄  - ▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▀▄▀▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▄▄▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▀▀▀  - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀ ▄▄▀▀▄  - ▄▀▀▄▄▀▀▀▄▀▄▄▀▄▄▀▄ ▀▄▀▀▀  - ▄▀▀▀▀▄ ▄▄▀▄▄▀▀▄▄▀▄▄▀▀▀▀▄ ▀▀  - ▄▀▀▀▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▀▄▄▄▄▄▄▀▄  - ▄▀▄▀▀▀▀▀▀▀▄▄ ▀▄▀▄▀▀▀▀▀▀▀▀▀▄▀▀  - ▄▀▀▄▀▄▀▀▀▀▀▀▄▄▄▄▄ ▄▀▀▀▀▀▄▄▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▄▄▀▀▀▄▀▀▀▄  - ▄▄▀▀▀▀▄▀▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀  - ▄▀▀▄ ▀▄▀▀▀▀▀▀▀▄ ▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▄▀▄▀▄▄  - ▄▄▀▀▀ ▄▄▀▀▄▀▀▀ ▄▄▀▀▀▄▀▀▀▀▀▀▀▀ ▀  - ▄▄▀▀▄▄▄▀▀▀▀▄▀▄ ▄▀▀▀▀▄▄▀▀▀▀▄▀▄▀▀  - ▀▄▀▀▀▀▀▀▀▀▀▀▄▀▄ ▄▄▀▀▄▀▀▀ ▄▄▀▄▄▄  - ▀▄▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▀▄▄▀▄ ▄▄▀▀▄▄▄  - ▀▀▄▄▄▀▀▀▀▀▀ ▄▄▀▀▄▄▀▄ ▄▄▀▀▄▄▀▄  - ▀▀▀▀ ▄▀▀▀▀▄▄▀▀▄ ▄▄▀▀▀▄▄▀▀  - ▄▄▀▀▀▀▀▀▀▀ ▀▄▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/meadowsong.pony b/ponies/meadowsong.pony deleted file mode 100644 index 8059d67..0000000 --- a/ponies/meadowsong.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 2] -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: green -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Meadow Song (official, toy line), Blue Grass (unofficial), Guitar (unofficial), Yellow Burst (unofficial) -POSE: trot -SOURCE: [jristz] -WIDTH: 41 -HEIGHT: 28 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ - ▄▀▀▄ ▄▄  - ▄▀ ▀▄ ▄▀ ▀▄  -   ▀    -      -      - ▄▄▄▄▄ ▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  -▀▄▄▄ ▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀ ▄▄▄▀  - ▀▀▀▀▀    ▀▀▀▀▀▀  -   ▄▄▄▄ ▄▀▀   -    ▄   ▀▄      -   ▄ ▄   ▄▀   ▄▄▄▄▄▄  -   ▀▀▀   ▀▄▀ ▄▀ ▀▀ ▀  - ▀▄▄▀ ▄   ▄▀ ▄▀  ▄  - ▀▀▀▀▀▀ ▀ ▀▄▄▄▄▀▀▀▀▀▄▄▀▀▀▄ ▀▄ -   ▄     ▀▄▀ -   ▄▀▄   ▄▀     - ▀▄ ▄ ▀▀▀  ▄ ▀▀   ▄▀  -  ▄ ▀▀ ▀   ▀▄  ▀▀  -     ▀▄ ▀▄ ▀▄ ▀  -       ▄▀ ▀▄  -    ▀▄     ▀▄    - ▄▀▀▄     ▀▄▄▀  -   ▀▀▄▄▄▀    - ▀▀▀▀▀▀ ▀▀▄▄▄▄   diff --git a/ponies/melilot.pony b/ponies/melilot.pony deleted file mode 100644 index cbc01a1..0000000 --- a/ponies/melilot.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E11 Winter Wrap Up -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Melilot (unofficial), Meliot (unofficial) -POSE: trot -SOURCE: [jristz] -WIDTH: 38 -HEIGHT: 24 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▀ ▀▄▀▀▀ ▄▄  -   ▀▀  ▄▄▀ ▀▄  -   ▄▄▄▄▄▄  ▀▄ ▀  -  ▄     ▀▄  -   ▄▄▄▄ ▄▀▀   -    ▄   ▀▄      -   ▄ ▄   ▄▀   ▄▄▄▄▄▄  -   ▀▀▀   ▀▄▀ ▄▀ ▀▀ ▀  - ▀▄▄▀ ▄   ▄▀ ▄▀  ▄ - ▀▀▀▀▀▀ ▀ ▄▀▄▄▄▄▀▀▀▀▀▄▄▀▀▀▄ ▀ -  ▀▀▄▄  ▄▄▄▀ ▀    ▀▄ -    ▄  ▄ ▄   ▄▀     - ▀▄ ▄ ▀▄▀  ▀ ▄ ▀▀   ▄▀  -  ▄▄▄▀ ▀  ▀▄  ▀▀  -     ▀▄ ▀ ▀▄ ▀  -       ▄▀ ▀▄  -    ▀▄     ▀▄    - ▄▀ ▀     ▀▄▄▀  -   ▀▀▀▄    - ▀▀▀▀▀▀ ▀▀▄▄▄▄   diff --git a/ponies/meliot.pony b/ponies/meliot.pony deleted file mode 100644 index ee2c6ca..0000000 --- a/ponies/meliot.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon7$ - $\$ - $\$ - $\$ - ▄▀ ▀▄▀▀▀ ▄▄  -   ▀▀  ▄▄▀ ▀▄  -   ▄▄▄▄▄▄  ▀▄ ▀  -  ▄     ▀▄  -   ▄▄▄▄ ▄▀▀   -    ▄   ▀▄      -   ▄ ▄   ▄▀   ▄▄▄▄▄▄  -   ▀▀▀   ▀▄▀ ▄▀ ▀▀ ▀  - ▀▄▄▀ ▄   ▄▀ ▄▀  ▄ - ▀▀▀▀▀▀ ▀ ▄▀▄▄▄▄▀▀▀▀▀▄▄▀▀▀▄ ▀ -  ▀▀▄▄  ▄▄▄▀ ▀    ▀▄ -    ▄  ▄ ▄   ▄▀     - ▀▄ ▄ ▀▄▀  ▀ ▄ ▀▀   ▄▀  -  ▄▄▄▀ ▀  ▀▄  ▀▀  -     ▀▄ ▀ ▀▄ ▀  -       ▄▀ ▀▄  -    ▀▄     ▀▄    - ▄▀ ▀     ▀▄▄▀  -   ▀▀▀▄    - ▀▀▀▀▀▀ ▀▀▄▄▄▄   diff --git a/ponies/milkyway.pony b/ponies/milkyway.pony deleted file mode 100644 index 087f751..0000000 --- a/ponies/milkyway.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S02E22 Hurricane Fluttershy -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: yellow -FREE: no -GROUP: stallion -KIND: pegasus -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Milky Way (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 44 -HEIGHT: 25 - - -$$$ -$balloon23$ - $\$ - $\$ - $\$ - ▄▀▀▀▄ ▄▀▀▀▄  - ▄▀ ▀▀ ▀▄ ▄▀▀▀▄  -   ▄▀▀   ▀ ▀   - ▄▀▄▀▄  ▄   ▄▀ - ▄▀     ▀▄▄▀▀▄▄ ▄▀▄ ▄▀  - ▀▄ ▀  ▄▄▄ ▀▀ ▀▄▀   -   ▀  ▄▀   ▀▄    ▀▀▀  - ▄▀ ▀▄   ▄ ▄  ▀  - ▄▀▀▀▀▀▄▄ ▀▄ ▀▀ ▀▄ ▀    - ▄▀  ▀▄ ▀▀▄ ▀▀  ▄ ▀▄▄▀  -    ▄▀▀▄▄▄▄▄▄▄▄▄▄▄ ▄   ▀ ▀▀▀▀▀▀  - ▀▄ ▀   ▄▀▄▄▀▄▀▀▀▄  ▄▄    - ▀▄      ▀▄  ▄▀▄▀▄     - ▄▀▀▀ ▄  ▀▄▀ ▀ ▀ ▀▀▀▀ ▄▀  -    ▄▄▄▀▄▀ ▄ ▀▀▀▀    - ▀▄▄ ▀      ▄▀▀      -  ▄ ▀▄▀           ▀ ▄  - ▀▄▀▀▀▄              - ▀▄▄▄▀         ▀▄ ▄  -    ▀▀▀     ▀   -  ▀▀▀▀▀▀   ▀▀▀▀▀   diff --git a/ponies/minuette.pony b/ponies/minuette.pony deleted file mode 120000 index 9278c09..0000000 --- a/ponies/minuette.pony +++ /dev/null @@ -1 +0,0 @@ -colgate.pony \ No newline at end of file diff --git a/ponies/mjolna.pony b/ponies/mjolna.pony deleted file mode 100644 index 33ba636..0000000 --- a/ponies/mjolna.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Mjölna (unofficial), Sandy (unoffical) -POSE: trot -SOURCE: (Anonymous) Desktop ponies -WIDTH: 45 -HEIGHT: 26 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▀▀▄▄▄  - ▀▄▄▀▀▀▀▀▄ ▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▄  - ▄▄▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▀▄  - ▀▄▀ ▄▄▀▄▄▄▄▄▀▀▄▀▀▀▄  - ▄▄▄▀▄▀▀▀▀▄▄▀▀▀▄▀▄ ▄▄▄  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▀▀▄ ▄▄▀▀▀▀▀▀▀  - ▄▀▄▀▀▄▄▀▀▀▀▀▀▀▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▄▄▄▄▄▀▀▀▄▄▀▀▀▄ ▄▄▀▀ ▀▀▄▀▀▀▀▀▀▄▀▄ - ▄▄▀▄▄▀▀▀▀▀▄▄▄▄▀▄▀ ▄▄▀▀▀▀▄▀▀▄ - ▄▄▄▄▀▀▄▄▀▄▀▄▀▄▀▄ ▄▄▀▀▀▀▀▀▀▀▀ - ▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▄ ▄▀▀▀▀▄▄▀▀▀▄▀  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▄▄▀▄▄▀▀▄  - ▄▀▀▀▄▀▀▀▀▄▀▀▄▄▄ ▀▄▄▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▄▄ ▀▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▄▀▀▄ ▄▄▀▀▄▄▀▄▄▀▀▄▀▄▄▀▄  - ▄▄▀▀▀▀▄▄ ▄▄▀▀▄▄▀▀▄ ▄▄▀▀▀▄▀▄  - ▄▄▀▀▄▄▀▄ ▄▀▀▀▀▄▀▄▄▀ ▀▄▀ ▀▀  - ▀▄▄▀▀▀▀ ▄▄▀▀▀▄  - ▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/molestia.pony b/ponies/molestia.pony deleted file mode 100644 index 3a748d7..0000000 --- a/ponies/molestia.pony +++ /dev/null @@ -1,40 +0,0 @@ -$balloon66$ - $\$ - $\$ - $\$ - ▄   - ▄▀▀▄▄ ▄▀▀▄ ▄ ▀  -   ▀ ▀ ▀▄▄   ▄ ▀  - ▄▄ ▀▄ ▀▄ ▀▄▀▄  ▄▄  ▄▄▄▄▄▄  - ▀▄ ▀▀ ▀ ▀ ▀▄ ▄ ▄ ▀▄ ▄   ▄ ▀▄▄▄  - ▀▄ ▀▀▄ ▄▄▄  ▀▄▄▀▄  ▄▀ ▀▀   ▀▀▀▀▄▄  - ▄ ▀ ▀▄ ▀▀▄   ▀▄ ▄▄▄ ▀▀▀▀  ▀▀ ▄ ▀▄  - ▀▄▄ ▀▀  ▀▀▄ ▀ ▀▄  ▀ ▄▄▀ ▀ ▀ ▀▄  - ▀▄▄ ▀▄ ▀ ▀▄    ▄ ▄▄▄▀▄    - ▄▀▀▀ ▀ ▀▄▄▀    ▄▀▀▄▀  ▀▄ ▀ ▀    - ▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▀▀ ▀▀▄▄ ▄▀▄▀▀▀ ▄▀▀▀  ▀    - ▄▀▀ ▄ ▀▀▀ ▀▀▀ ▀▀  ▀       ▄  ▀▀  ▄▀  - ▄▀ ▄ ▀▄▄  ▀     ▄  ▄▄▄ ▀▀  -   ▀▀▄▄▄     ▄ ▀   ▀▄  -   ▀ ▄▄▄▄▀▀▀▀▄▄ ▀▄▄ ▀▄ ▀▄▄▄▀ ▀▀ ▄ ▀▄▄  -   ▄ ▀▄ ▀▀▀  ▀▀▄▄ ▀▄ ▀   ▀▀▄  -   ▄ ▀▄   ▄▀▀▄ ▀▄ ▄  ▀ ▀▄  -   ▄▀   ▀▄▄▀         -    ▀▀▀    ▀▀▀   ▀▄ ▀ ▀▀  -     ▀▄ ▄▀  ▀▀▀     ▄ ▄ ▄▀▀  - ▄▀ ▄ ▀▄     ▄▀       ▀▄▄    - ▄▄▀▀▀ ▄ ▀▄ ▄▄    ▄▀       ▀▄▄ ▀▄  - ▄▀       ▄▀     ▀▄ ▀▀▀▄▄▄ ▀▄  -  ▀ ▄▀         ▀▄   ▀▄ ▀▄  -▀▄ ▄▀ ▄▀ ▄▀      ▀▄ ▀▄    - ▀▄▄ ▄▀▀▀   ▄       ▄    ▄    - ▀▄ ▄ ▀▄   ▄       ▄  ▀▄ ▄▀  -   ▀▀▀▀▀▀▀▀▄   ▄  ▄       ▀▄    -        ▀ ▄   ▀ ▀▀  ▀▄  ▄▄▀  - ▄▀ ▄ ▄▀ ▄▄▄ ▀▀▀ ▄▀▀▀▄▀ ▀▀▀▀ ▀▄▄ ▄▀  -   ▄▀ ▄▄▄▄ ▄▀ ▄▄   ▀▀▀▀▀  -   ▄ ▀▄▄▄▄▀▀▀▀▀ ▀▄▄▄▀ ▄▀      -   ▀ ▄▀  ▀▀  - ▀▄ ▄▄▄▄▄▄▄▄▄▄▄▄ ▄ ▄▀  - ▀▀▀▀▀▀▀▀▀ ▀▀▄▄ ▄▄▄▄▀▀  - ▀▀▀▀▀▀▀▀  diff --git a/ponies/mrbreezy.pony b/ponies/mrbreezy.pony deleted file mode 100644 index c98f6e3..0000000 --- a/ponies/mrbreezy.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E18 The Show Stoppers -BALLOON: top -COAT: brown -DISPLAY: full, right, turned -EYE: blue -FREE: no -GROUP: stallion, background -KIND: earth -LINK: regular -MANE: orange -MASTER: trot -NAME: (not mentioned) -OTHER NAMES: Mr Breezy (official) -SOURCE: [jristz] -WIDTH: 38 -HEIGHT: 28 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - ▄▄▀▀▄▄▄▄  - ▄▄▀ ▀▀ ▀▀▄  -   ▄▄▄    -          - ▄▀▄▄▄▄▄▄▀▄▄ ▀  ▄  - ▄▀▀▀▀▀▀▄▄ ▀   ▀▄ - ▄▄ ▄▄▄▄▄   ▄▀  - ▄▄  ▀▄ ▄▄ ▄▀ ▄▀ -   ▀ ▀▀▀▀ ▄▀▄▄  - ▀▄▄▄▄▄  ▀▄   - ▀ ▀▀▀▀▀▄▄ ▀▄▄ ▄▄▀   ▀▀  - ▄▀ ▄▄▄ ▀▄ ▄▄▄▄▄ ▀▀▀▀▀▀▀▀ ▄  - ▄▀▄▀▀▀ ▄▄ ▀▄▀ ▀▀▄ ▄▀▀ ▀▀▄▄ ▄▄  - ▄▀ ▀ ▀▄ ▀▀▀▄   ▀▄▀▄   ▀ ▀▄▀▄▀   -   ▄▀ ▄▀      ▄▀       ▄    - ▀▄  ▀  ▀▄            ▄   - ▀▄ ▄   ▀  ▀▄  ▄▀▄▀ ▄▄▄ ▀  - ▀ ▀▄  ▄▀ ▄ ▀▀▀▄ ▄  ▄  - ▀    ▀    ▄  - ▄▀     ▀   -    ▄      -   ▀     ▀  -    ▀▀▀ ▀▄ ▀▄  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/mrsparkle.pony b/ponies/mrsparkle.pony deleted file mode 100644 index dc752dd..0000000 --- a/ponies/mrsparkle.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: yellow -FREE: no -GROUP: stallion, background, voiced -KIND: unicorn -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Night Light (unofficial), Mr Sparkle, Crescent Sparkle (unofficial) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies, [jristz] (ponysay 2.8) -WIDTH: 40 -HEIGHT: 25 - - -$$$ -$balloon33$ - $\$ - $\$ - $\$ - ▄▀   - ▄▀▀ ▄▄▀▀▀▀▄▀ ▄▄▄  - ▄▀▄   ▄▀▀▀▄▄▄▀▀▀▀▀▄ - ▄    ▀▄ ▄▀  ▄▀▀▄▄▀  - ▄▀▀ ▀▄▄▄▀  ▄ ▀▀  -     ▄▀   ▀     -   ▀▄   ▄ ▄    - ▄▄▄▄     ▀▀▀    - ▄▀▀▄▄▄▄▄▄▄ ▀▄  ▄ ▀▄▄▀  -   ▄▀ ▄▄ ▀▄▄▄▄▄▄   ▀ ▀▀▀▀▀▀  -       ▀  ▄▄ ▀▀▀▀    - ▀▄      ▀      - ▄▀       ▀▄▄ ▀▄ ▄▀  - ▄▀▄▀ ▄▄▀   ▄▀ ▄ ▄▀  -      ▄▀▀ ▄ ▀▀▀      - ▀▄ ▀▄    ▄         -  ▄▀▀            - ▀▀▀ ▄▀       ▀▄  -    ▀▄    ▀   -   ▀▄▀▀▀ ▀▄ ▀▄▀  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/mrssparkle.pony b/ponies/mrssparkle.pony deleted file mode 100644 index 4c94c20..0000000 --- a/ponies/mrssparkle.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -BASED ON: Generation 1 Twilight -COAT: white -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: mare, background, voiced -KIND: unicorn -LINK: regular -MANE: purple (and white) -NAME: (not mentioned) -OTHER NAMES: Mrs Sparkle, Twilight Velvet (official, toy line) -POSE: stand -SOURCE: (supersaiyanmikito) Desktop ponies -WIDTH: 50 -HEIGHT: 24 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▄▄▀▀▀▄▄▄▄ ▄▀▀▄  - ▄▀▀▄▀▄▀▀▀▀▀▀▀▄▄▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▄  - ▄▀▀▀▄▀▄▀▀▄▀▀▀▄▄▄▀▀▀▄  - ▄▄▀▀▄▄▀▄▄▄▄▀▀▄▀  - ▄▄▀▄▀▀▀▄▄▄▀▀▄▄▄ ▄▄▄▄▄  - ▄▀▄▀▄▀▀▀▄▀▀▀▄▄▀▄▀ ▄▀▀▀▀▀▀▀▀▀▄▄  - ▀▄▀▄▀▀▀▀▀▀▀▀▄▄▄▄▄ ▄▄▀▄▄▄▄▄▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▄▀▀▄▀▀▀▀ ▄▄▄▄▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▄▄▄▄▄▄▀▀▀▀▀▄▀▀ ▀▀▄▀▀▀▀▄▀▄▀▀▀▄  - ▄▄▀▀▀▄▄▀▄▀▀▀▀▀▀▀▄ ▀▄▀▀▀▄▀▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▄▀▄▀▄▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▀▀▀▄ ▀▄▀▄▀▀▀▄▀▀▀▄ - ▄▀▀▄▀▄▀▀▀▀▀▀▀▀▀▄ ▄▄▄▀▄▀▀▄▀▀  - ▄▄▄▄▀▄ ▄▄▀▄▀▀▄ ▄▄▄▀▀▄▀▄  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▄▄▀▄▀▀▀  - ▄▀▀▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▄▄▀▀  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▄▀  - ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▄▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/nightingale.pony b/ponies/nightingale.pony deleted file mode 100644 index d86dc8f..0000000 --- a/ponies/nightingale.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 2] -BALLOON: top -COAT: grey -DISPLAY: full, left -FREE: no -GROUP: mare, shadowbolt -KIND: pegasus -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Nightingale (unofficial) -POSE: sit -SOURCE: (Pony Noia, Glamador) Desktop ponies -WIDTH: 49 -HEIGHT: 25 - - -$$$ -$balloon36$ - $\$ - $\$ - $\$ - ▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▄▀▀▀▀▀▀▀▀▀  - ▀▄▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▄▀▀▀▄  - ▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄ - ▄▀▀▀▀▀▀▄▄▀▀▄▄▀▀▄▄▀▀▀▄▄▀ - ▀▄▀▀▀▄▄▀▀▀▄▀▀▀▀▀▄▄▀▀▀ - ▄▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▀▀▀  - ▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▄▄▄▀  - ▄▄▄▄▄▄ ▀▀▄▄▄▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▀▀▄  - ▀▀▀▄▄▀▀▄▀▀▀▀▄▄▀▄▄▀▀▀▀▄  - ▄▄▄▄▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▄▀▀▄▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▄▀▄▄▀▄▀▄  - ▄▀▄▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▄▀▄▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▄▀▀▀▄▀▄▀▄▄▄▄  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▄▄▄▀▀▄▄▀▄  - ▀▀▀▄▄▄▄▄▄▄▄▄▄▄▀▀▀ ▀▄▄▄▀▀▀▀▄▀▄▀▀▀▄▀▀  - ▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/nightlight.pony b/ponies/nightlight.pony deleted file mode 120000 index f27e47a..0000000 --- a/ponies/nightlight.pony +++ /dev/null @@ -1 +0,0 @@ -./mrsparkle.pony \ No newline at end of file diff --git a/ponies/nightmare.pony b/ponies/nightmare.pony deleted file mode 100644 index 1452a6f..0000000 --- a/ponies/nightmare.pony +++ /dev/null @@ -1,61 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: blue -BALLOON: top -COAT: black -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: mare, antagonist -KIND: alicorn -LINK: regular -MANE: blue -NAME: Nightmare Moon -OTHER NAMES: Princess Luna (official, harmonised full name), Luna (official, harmonised), Jument Séléniaque (official, french), Lunija (official, harmonised russian), Woona (unofficial, harmonised) -POSE: stand -SOURCE: (Asparagus) Desktop ponies -WIDTH: 96 -HEIGHT: 40 - - -$$$ -$balloon27$ - $\$ - $\$ - $\$ - ▄▄  - ▀▄▄  - ▀▄▄  - ▄▄▀▀▀▀▄▄▄▄▄ ▄▄▄▀▀▀▀▀▀▀ ▄▄▄▀▀▀▀▀▀▀▀  - ▄▄▄▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▄▀▀▄▄▄▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▄▀▀▄▄▀▀▀▀▀▄▀▀▄▄▀▀▄▄▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▀▀▄▀▀▄▀▄▀▀▀▄▀▄▀▀▀▀▀▄▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▄▀▄▀▀▄▄▀▀▄▀▄▀▀▀▀▄▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▄▄▀▀▄▄▄▄▀▄▄▄▄▀▀▀▀▀▀▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▄▄▀▄▄▄▄▄▄▀▄▄▄▄▀▀▀▀▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▄▀▄▄▀▀▄▀▄▀▀▀▀▄▄▀▀▀▀▀ ▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▄▀▀▄▀▀▀▄▄▄▄▀▀▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄▀▀▄▄▀▀▀▄▀▄▀▀▀▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▀▄▀▄▀▄▀▀▀▄▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▀▀▀▀▀▀▀▄▀▀▀▄▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▄▀▀▀▄ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄ ▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▀▄▀▀▀▄▀▀▄▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▀▄▄▀▄ ▀▄▀▄▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▀▄▄▀▄ ▀▄▀▄▄▀▄▄▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▄▄▀▄ ▀▄▀▄▄▀▀▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▀▀▄▀▀▄ ▄▄▄▄▀▀▄ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▀▀▄▄▀▀▄ ▄▀▄▀▀▀▄ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▄▄▀▀▄ ▄▄▄▄▀▀▄ ▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▄▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▄▀▄▀▄ ▄▀▄▀▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀ ▄▀▀▄▄▀▀▄▄ ▄▀▀▄▀▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▄▀▄▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▀▄ ▄▀▀▀▀▀▀▄▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▀▀▀ ▀▀▀▀▄▀▀▀▀▀▄▄▄▄▄ ▀▀▀▄▀▀▀▀▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀ ▄▄▀▀▀▀▀▄ ▄▄▄▄ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄ ▀▄▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀ diff --git a/ponies/noi.pony b/ponies/noi.pony deleted file mode 100644 index 87b42ad..0000000 --- a/ponies/noi.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E12 Call of the Cutie -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: filly -KIND: earth -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Noi (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 36 -HEIGHT: 21 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▀▀▀▄▄  - ▄▄▀▀▀▀▄ ▀ ▄▄  - ▄▀▀   ▀▄  -  ▀▀▀ ▀▀▄ ▀▄    ▄  - ▄▀ ▄▀▀  ▀▄ ▀▄▄▄  - ▀▀▀▀ ▄ ▀▀▀▄▀ ▄▀  ▀▄  -    ▀▀▄ ▄    ▄   ▄▄▄▄  - ▄  ▀▄▄▀▀    ▄▀  ▄▄▀▀ ▀▄  -   ▄  ▀▄ ▄▀ ▄▀ ▄ ▀▄  - ▀▀ ▀▀▀▀▄ ▄ ▀▀ ▄▀▄▀▀ ▀ ▀▄ -   ▀▄ ▄▄▀▀▀▄▀ ▀▄    -   ▀         ▄▀ -  ▀ ▀ ▀ ▀▀    ▄▀  -     ▀ ▀▄       ▄▀  - ▄▀▄▀          ▀ ▀  -  ▀     ▀     - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/noteworthy.pony b/ponies/noteworthy.pony deleted file mode 120000 index d32b6d7..0000000 --- a/ponies/noteworthy.pony +++ /dev/null @@ -1 +0,0 @@ -blues.pony \ No newline at end of file diff --git a/ponies/nyx.pony b/ponies/nyx.pony deleted file mode 100644 index d5f6952..0000000 --- a/ponies/nyx.pony +++ /dev/null @@ -1,20 +0,0 @@ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▄▄ ▄▄  - ▄▄▄▀▄ ▀▄▄▀▀▄▄▀    - ▄▀▄▄ ▀ ▀▄▄▄▄      - ▄ ▀▄▄ ▀▀▄▄ ▀  ▄  -   ▀▀▀▀  ▄    - ▀▀▀  ▄ ▀▀▀▄▀       - ▀▄  ▀▀▄ ▄ ▀▄ ▀▀  -  ▄ ▀▄▄▄▄  ▀▀▀▄▄  - ▀▄▄  ▄ ▄ ▄▀▄   ▄▄▄  - ▀▀▀▀▀   ▄▀▄▀▄  ▄▀ ▄ ▀▄  -   ▀  ▀▄▄▀▀▀▄▀▄    -           ▄ -  ▄▀  ▀▀      ▀▄ ▀ ▀ -        ▄▀ ▀   ▄▀ ▀  ▄ -           ▀▄ ▀▀ ▀ - ▀▀ ▀▀▀   ▀▀▀   diff --git a/ponies/nyxdisguised.pony b/ponies/nyxdisguised.pony deleted file mode 100644 index 85cc842..0000000 --- a/ponies/nyxdisguised.pony +++ /dev/null @@ -1,20 +0,0 @@ -$balloon13$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄ ▄▄  -  ▄▄ ▄▄▀▀▀▀ ▀  ▄▀▄▄  - ▀▄▀▀▄▄▄▄ ▄▄▄ ▄     -   ▀▀▀▄▄▄▀     -   ▄▀▀▀▀▄▄  ▀    -            ▄▀  - ▄▄▄ ▄ ▄▄▀▄  ▄▀    -   ▄▀▄▄▄▄▀   ▀▀  - ▀▀ ▀▀▀▀▀▄ ▄  ▄▀▀▀▄  - ▄▄▄▀▀▀▀▀▄▄▄ ▄ ▀▄▀ ▀▄  -   ▄   ▀        - ▄▀▀ ▀▄▄▀       ▀▄▄  -   ▄▄▄▄▀ ▀ ▀   ▀ ▀▄▄▀  -     ▀▄▀▄  ▀▄ ▀▄▀▄ ▀▄  -  ▀        ▀▀▀▀▀  - ▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/octavia.pony b/ponies/octavia.pony deleted file mode 100644 index 33dd05f..0000000 --- a/ponies/octavia.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S01E26 The Best Night Ever -BALLOON: top -COAT: grey -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Octavia (official, on trading card) -POSE: play -SOURCE: (RJP!) Desktop ponies -WIDTH: 45 -HEIGHT: 31 - - -$$$ -$balloon18$ - $\$ ▄ ▄  - $\$  ▄▄▀ - $\$   ▄  - $\$ ▄▄▄ ▄ - $\$ ▀▀▄▄▄▄ - ▄▄▄ ▄▄▄▄▄▄▄▄     - ▄▄▄  ▄▄▄▄▄▄▄▄▄▄ ▄▄   -     ▄▄▄▄ ▄ ▄▄    ▄▄▄ -   ▄ ▄▄▄▄▄ ▄▄▄▄▀▄    -  ▄ ▄▄▄▄▄▄▄   ▀▄▄   -    ▄▄ ▄ ▄▄   ▄▄   -  ▄▄▄▄▄▄▄▄  ▄▄▄▄▄   ▄▄▄ -     ▄  ▄      ▄ -       ▄▄▄▄▄ ▄▄       -      ▄▄▄▄▄▄▄  ▄ ▄   -     ▄▄▄▄▄▄▄▄▄▄ ▄ ▄▄   ▄▀ -  ▄▄ ▄ ▄ ▄▄▄ ▄     ▄▄▄▄▄▄▄▄ - ▀▄ ▄ ▄  ▄ ▄▄  ▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀ - ▄▄▄▄ ▄▄▄  ▄▄▄▄▄▄▄   ▄▄▄ ▀ - ▄ ▄▄▄ ▄▀▀▀ ▄ ▄     ▄  - ▄▄▄  ▄▄▄ ▄ ▄▀ ▄  ▄▄ ▄  ▄ - ▄▄▄▄   ▄ ▄▄         - ▄▄▄▄▄▄▄▄▄ ▄▀ ▄     ▄▄▄▄  - ▄▄▄▄▄     ▄▀       ▄ ▄  -     ▄▄ ▄▄       ▀ ▄   ▀ -   ▄▄            ▀▀▀▀▀▀▄▄▀▀▀▀ - ▀▄▄▄▄ ▄▄▄   ▀▄   ▀  - ▀▀▀▀    ▄ ▀▄▄▄▄    - ▀▀▀▀▀▀ ▀ - diff --git a/ponies/oinkoinkoink.pony b/ponies/oinkoinkoink.pony deleted file mode 100644 index b060237..0000000 --- a/ponies/oinkoinkoink.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: oink oink oink -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 42 -HEIGHT: 23 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - ▄▄▄▄▄ ▄ ▀▀▀▀▄  -  ▄▀ ▀▄▄▄▀▄    - ▄▄     ▀▄ ▄▀▀▄  ▄  - ▄▀ ▄ ▄  ▄▄ ▄▀▀▀▀ ▄▀ ▄▀ ▄▀   ▀    -   ▀ ▀  ▀  ▄▀▀▀▄ ▄▀    ▀▀▀ ▄▄▄▄ ▀▀▀  - ▀▄▄▀ ▀▄▄▀▀▄▄▄ ▄▀▀▄ ▀▀▀ ▀  ▄▄  -   ▀▄▄▀▄ ▀ ▀▄ ▀▄ ▄▀▀▀▀▄ ▀▄▄▄▄▄  -   ▄ ▄▀▄     ▄▀ ▀ ▄▄▀   ▄▄▀ ▄   -   ▄▀ ▀▀▄▄▀▄   ▀▀ ▀     ▀ ▄ ▄  - ▀▄   ▄▀▀▀▀ ▄ ▀▄▄▀ ▀▀▄ ▀  ▄▄ ▄▄▄▄ -     ▀▄▄▄▀ ▀▄ ▀▄  ▄ ▄▄   -   ▀▄ ▀▄    ▀▀ ▀▀ ▄▄▀▀  -    ▄     ▀ ▀▀ ▄▄▀▀ ▄▄  - ▀▄       ▄▄ ▄ ▄   - ▀  ▄▀   ▀▀ ▀ ▀ ▀▀▄ - ▀▄▄ ▀▄▄▀ ▀  ▄   - ▀▀▄▄▄▄▄ ▀▄ ▀ ▄ ▀ ▄▄▀  - ▀▀▀▀▄   ▀▄▀ ▄▄▀▀  - ▀▀▀▀▀▀ ▀▀  diff --git a/ponies/opal.pony b/ponies/opal.pony deleted file mode 100644 index f02a5fe..0000000 --- a/ponies/opal.pony +++ /dev/null @@ -1,37 +0,0 @@ -$$$ -APPEARANCE: S01E14 Suited for Success -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: green -FREE: no -GROUP: cat, pet -KIND: animal -LINK: regular -NAME: Opalescence -OTHER NAMES: Opal (offical, short name) -POSE: trot -SOURCE: (StarStep) Desktop ponies -WIDTH: 29 -HEIGHT: 18 - - -$$$ -$balloon15$ - $\$ - $\$ - $\$ ▄▀▀▀  - $\$ ▄▄▀▀▄  - $\$ ▄▄▄▄▄▀▀  - ▄▄▄▄▄▀▄▄ ▄▄  - ▄▄▀▄▄▄▄▄▄▄▄▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▀▀▄▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▀▀▀▀▀▀▀▀▀▄▄▄▄▀▄▄▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀  - ▄▄▀▀▀▄▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▄ ▄▀▀▀▀▄▀▀▀▄▀▀▄  - ▄▄▀▀▀ ▄▀▀▄▀▀▀▄▄▄▀▀▀▀▄▄  - ▄▀▀ ▄▄▀▀▀▄▀▀▄ ▀▄▄▄▀▀▄  - ▀ ▀▀▀ ▀▀▀ ▀▄▄▀  - diff --git a/ponies/orange.pony b/ponies/orange.pony deleted file mode 100644 index 6241eb9..0000000 --- a/ponies/orange.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: orange -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: green -NAME: Uncle Orange -OTHER NAMES: Mosely Orange (unofficial, on toy line) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 37 -HEIGHT: 25 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄ ▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▄▄▀▄  - ▄▄▀▀▀▀▄▄▄▄▀▄▄▀▀▄  - ▀▄▄▀▀▀▄▄▀▀▀▄▀▀▄▄  - ▄▀▀▀▀▄▄▄▀▀▀▀▀▀▄▄  - ▄▀▀▀▀▄▄▄▄▀▄▄▀▀▄▄▀▄  -▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▄ ▄▄▄▄▄  -▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀ ▄▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▀ ▄▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▄▄▀▀▄▀▀▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄▄ ▄▄▀▀▀▀▀ - ▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀ ▄▄▀▀▀▀▀  - ▄▀▄▀▀▄▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▀▀  - ▄▀▄▀▀▄ ▀▄▀▀▄▀▀▀▄ ▄▄▀▀  - ▄▀▀▀▀▀▄ ▄▄▀▄▄▀▀▀▄▄▀  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄  - ▄▀▀▄▀▀▀▀▄ ▄▄▀▄▄▀▀▀▀▄  - ▄▀▀▄▀▀▀▀▄ ▄▀▀▀▀▄▀▀▀▀▄  - ▄▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀  - diff --git a/ponies/orangebird.pony b/ponies/orangebird.pony deleted file mode 100644 index 7478728..0000000 --- a/ponies/orangebird.pony +++ /dev/null @@ -1,54 +0,0 @@ -$$$ -APPEARANCE: S03E03 Too Many Pinkie Pies -BALLOON: top -COAT: orange -DISPLAY: full, left -FREE: yes -GROUP: bird, fruit -KIND: animal, item, hybrid -LICENSE: CC0 -LINK: regular -MANE: blue -POSE: fly -SOURCE: [jristz] -WIDTH: 44 -HEIGHT: 28 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon28$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▄  - ▄▄▄ ▄▀▀▀▀▄   ▀▄▀▀▀▄  - ▄▀ ▀▄▀ ▀▄ ▄▀      -         ▄▀    - ▄▄▀▄            - ▄▀ ▀▀▄       ▄▀ ▄▀  -   ▀▄         ▄▄▀  - ▀▄ ▀▄ ▀▄     ▄▄   ▄▀ ▀▀▄  - ▀▄ ▀▄       ▀ ▀▄ ▄▀ ▀▄ - ▀▄ ▀▄ ▄▄▄▄▄▄▄  ▄ ▀  ▀▄   - ▀▄ ▀▄▄ ▀▀  ▄▄ ▀▀▄▄▄▀ ▀▀  - ▀▄ ▄▄▀   ▄▄ ▀  ▄▀ ▄▀  - ▄▀   ▀   ▀▄▄▀▀  - ▄▀ ▄▀ ▀ ▀▀▀  -     ▄▀  -     ▄▀   -     ▄▀   ▄▄▀▀▀▀▀▀   -   ▀▄ ▄▀  ▀▀▄▄▄▄▄▄▄▄▀  - ▀▄ ▀ ▄▀ ▄▀  - ▀▄ ▄▀▀▀▀▀ ▀▀▀▀  -   ▄▀  - ▀▄▄ ▄▄▀  - ▀▄ ▄▀  - ▀▀▄▄▄▄▄▄▄▀▀  diff --git a/ponies/orangefrog.pony b/ponies/orangefrog.pony deleted file mode 100644 index 00d13ec..0000000 --- a/ponies/orangefrog.pony +++ /dev/null @@ -1,58 +0,0 @@ -$$$ -APPEARANCE: S03E03 Too Many Pinkie Pies -BALLOON: top -COAT: orange -DISPLAY: full, right -FREE: yes -GROUP: frog, orange -KIND: animal, item, hybrid -LICENSE: CC0 -LINK: regular -POSE: sing -SOURCE: (screenshoot) -WIDTH: 58 -HEIGHT: 33 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon19$ - $\$ - $\$ - $\$ - ▄▀▀▀▄  - ▄▄▄▄ ▄▀▄     - ▄▀▀▀▀▀▀▄▄▄  ▄     - ▄▀▄ ▀▄▄     ▄▄▄▄▄▄▀▀▀▄▄▄▄▄  - ▀▄▀ ▀▄▀▀▀▄▄ ▀▀▀▄  - ▀▄▄▄ ▄▄▄▀▄ ▀ ▀▀▄  - ▀▀▄▄▀▀▀▄▄ ▀▀▀▀▄▄▄▄▄▄  -   ▄▄▀▀▀ ▄▄▄▄  ▄▄▄  - ▄▀ ▄ ▄▄▀ ▄  ▀▄    -   ▄▄▀ ▄   ▀▄ ▀▀  -   ▄▀ ▄ ▀▄ ▀▄ ▀▀  - ▄▀ ▄▀ ▄   ▀▄ ▀▄▄▄▄  -   ▀ ▄▀ ▀   ▀ ▀▄▄▄ ▀▀▄  -   ▄▀  ▀▀▄  ▀▀ ▄▄ ▀▀▀▀▀▀▀▀▀▀ ▀  -      ▀▀▄▄ ▀▀ ▀▄▄ ▄▄▄▀▀▄▄▄  -      ▄▄▄ ▀▀ ▀▀▄▄▄ ▀▀▄▄ ▀▄  -     ▀▄▄▄ ▀▄ ▀▀▀▀▀ ▄▄▄▄▀▀▀ ▀    - ▄▄▄▄▄ ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀  ▄▄  - ▄▀▀▀ ▀▀▄▄ ▄      - ▄▀ ▀▄ ▄▀  ▄▄   ▀▄ -   ▀▄     ▀ ▄▀   -   ▀▄     ▀▄ ▄▀ ▄▄ ▀  - ▀▄▄ ▀ ▄▄▄        ▀▀▄▄ ▄  - ▀▄▄▄ ▀▀▀▀▀▀ ▀▀    ▄ ▄▀▀ ▀▀▄▄    - ▀▀▀ ▀▀ ▄   ▀▄▀▄   ▄▄▄▄▄▀▄ ▄▀▀▄ ▀▀▀  -   ▄▄ ▄▀   ▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀    ▀▀ ▀▀  - ▀▀▀ ▀▀    ▄▀ ▄▀▀▄ ▀▀▀  - ▀▀▀  ▀▀   ▀▀   - ▀▀  diff --git a/ponies/owl.pony b/ponies/owl.pony deleted file mode 100644 index 61e185a..0000000 --- a/ponies/owl.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S01E24 Owl's Well That Ends Well -BALLOON: top -COAT: brown -DISPLAY: full, front -EYE: black -FREE: yes -GROUP: owl, pet -KIND: animals -LICENSE: CC0 -LINK: regular -MASTER: owlowiscious -NAME: Owlowiscious -POSE: watch -SOURCE: imageboard -WIDTH: 21 -HEIGHT: 23 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon$ -$\$ - $\$ - $\$ -  ▄ ▀▀▄▄ ▄▄▀▀ ▄   -   ▄▄▄▄  ▄▄  ▄▄▄▄    - ▄▀▀▄ ▀▄ ▄▀ ▄▀▀▄  -  ▀ ▀   ▀ ▀  -   ▀▀ ▀   ▄  ▄ ▀▀   -  ▀▀▄ ▀▄▀▀▄▀ ▀▄▄   -   ▀▀▀▀ ▀▄▄▀ ▀▀▀▀    - ▄▀▀▀▀▄ ▀▄▀▄ ▄    -     ▄ ▄ ▄    -  ▄▀   ▀ ▀    -  ▀▄▀  ▀ ▀    - ▀▀▀ ▄▄▄▄▄▄▄▄▀  -  ▄▄     ▀   - ▄▀ ▀▀▀    - ▄▀        - ▀▀   ▀  -      - ▀▀▀▀▀▀  - diff --git a/ponies/owlowiscious.pony b/ponies/owlowiscious.pony deleted file mode 100644 index 43ea4d8..0000000 --- a/ponies/owlowiscious.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S01E24 Owl's Well That Ends Well -BALLOON: top -COAT: brown -DISPLAY: full, front, right -EYE: black -FREE: yes -GROUP: owl, pet -KIND: animal -LICENSE: CC0 -LINK: regular -NAME: Owlowiscious -POSE: turned -SOURCE: imageboard -WIDTH: 28 -HEIGHT: 22 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄  ▄▄▄▄▄ ▄▀▀  - ▄▀   ▄▄▄▄  ▄    -   ▄▀▀▄ ▀▄   ▄▀▄  -    ▀ ▀     ▄▀  -     ▀▀ ▀   ▄  ▄   -   ▀▄▄▀ ▄▀▄  ▄   -   ▀▀▀▀ ▀▄▀ ▀   - ▄▀▀▀▀▄ ▀▄▀▄ ▄   -     ▄ ▄ ▄   -  ▄▀   ▀ ▀   -  ▀▄▀  ▀ ▀    - ▀▀▀ ▄▄▄▄▄▄▄▄▀  -  ▄▄     ▀   - ▄▀ ▀▀▀    - ▄▀        - ▀▀   ▀  -      - ▀▀▀▀▀▀  diff --git a/ponies/papermoon.pony b/ponies/papermoon.pony deleted file mode 100644 index 45b1d9e..0000000 --- a/ponies/papermoon.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E16 Sonic Rainboom -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: stallion -KIND: pegasus -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Papermoon (unofficial), Peppermoon (unofficial) -POSE: trot -SOURCE: desktop ponies -WIDTH: 39 -HEIGHT: 24 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▀ ▀▄▀▀▀ ▄▄  -   ▀▀  ▄▄▀ ▀▄  -   ▄▄▄▄▄▄  ▀▄ ▀  -  ▄     ▀▄  -   ▄▄▄▄ ▄▀▀   -    ▄▄▄ ▀▄      -   ▄ ▄   ▄▀   ▄▄▄▄▄▄  -   ▀▀▀   ▀▄▀ ▄▀ ▀▀ ▀  - ▀▄▄▀ ▄   ▄▀ ▄▀  ▄  - ▀▀▀▀▀▀ ▀ ▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄ ▀▄ -    ▄ ▄ ▄ ▄ ▀▄    ▀▄▀ -   ▄▀▄▀▄ ▀▄ ▄▀  ▄▀     - ▀▄ ▀▀▀▀▀▀ ▀   ▀▀   ▄▀  -  ▄ ▀▀ ▀  ▄  ▀▀  -     ▀▄ ▀ ▄ ▀  -       ▄ ▄  -   ▀▄     ▀   - ▄ ▀     ▀ ▀  -  ▀▀▀▄    - ▀▀▀▀▀▀ ▀▀▄▄▄▄   diff --git a/ponies/parasprite.pony b/ponies/parasprite.pony deleted file mode 100644 index 21126ba..0000000 --- a/ponies/parasprite.pony +++ /dev/null @@ -1,35 +0,0 @@ -$$$ -APPEARANCE: S01E10 Swarm of the Century -BALLOON: top -COAT: multiple, green -DISPLAY: full, front -EYE: multiple, green -FREE: yes -GROUP: parasprite -KIND: animal -LICENSE: cc-by-sa -LINK: regular -POSE: smile -SOURCE: desktop ponies -WIDTH: 26 -HEIGHT: 15 - -License summary: https://creativecommons.org/licenses/by-sa/3.0 -Full license text: https://creativecommons.org/licenses/by-sa/3.0/legalcode - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▀▄ ▄▀▀▄  - ▄▄▀▀▀▄ ▄▀▀▀▀▄  - ▀▄▀▀▀▀▄ ▄▀▀▀▀▀▀  - ▄▀▀▄▄▀▀▀▄▄▄▀▀▀▀▀▄▄▄ - ▀▄▀▀▀▄▀▀▀▀▀▀▀▀▄▀▀▀▀ - ▀▄▀▀▄▀▀▄▄▀▀▄▀▄▀  - ▄▄▀▄▀▀▄▄▀▀▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▄  - ▀▄▄▀▀▀▀▀▀  - ▄ ▄▀▀▀▄ ▄  - ▀ ▀  diff --git a/ponies/pearl.pony b/ponies/pearl.pony deleted file mode 120000 index 7d26721..0000000 --- a/ponies/pearl.pony +++ /dev/null @@ -1 +0,0 @@ -./raritysmom.pony \ No newline at end of file diff --git a/ponies/peppermoon.pony b/ponies/peppermoon.pony deleted file mode 100644 index f5bcc6f..0000000 --- a/ponies/peppermoon.pony +++ /dev/null @@ -1,24 +0,0 @@ -$balloon7$ - $\$ - $\$ - $\$ - ▄▀ ▀▄▀▀▀ ▄▄  -   ▀▀  ▄▄▀ ▀▄  -   ▄▄▄▄▄▄  ▀▄ ▀  -  ▄     ▀▄  -   ▄▄▄▄ ▄▀▀   -    ▄▄▄ ▀▄      -   ▄ ▄   ▄▀   ▄▄▄▄▄▄  -   ▀▀▀   ▀▄▀ ▄▀ ▀▀ ▀  - ▀▄▄▀ ▄   ▄▀ ▄▀  ▄  - ▀▀▀▀▀▀ ▀ ▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄ ▀▄ -    ▄ ▄ ▄ ▄ ▀▄    ▀▄▀ -   ▄▀▄▀▄ ▀▄ ▄▀  ▄▀     - ▀▄ ▀▀▀▀▀▀ ▀   ▀▀   ▄▀  -  ▄ ▀▀ ▀  ▄  ▀▀  -     ▀▄ ▀ ▄ ▀  -       ▄ ▄  -   ▀▄     ▀   - ▄ ▀     ▀ ▀  -  ▀▀▀▄    - ▀▀▀▀▀▀ ▀▀▄▄▄▄   diff --git a/ponies/perry.pony b/ponies/perry.pony deleted file mode 120000 index 82925e2..0000000 --- a/ponies/perry.pony +++ /dev/null @@ -1 +0,0 @@ -./perrypierce.pony \ No newline at end of file diff --git a/ponies/perrypierce.pony b/ponies/perrypierce.pony deleted file mode 100644 index 7103f7d..0000000 --- a/ponies/perrypierce.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S02E09 Sweet and Elite -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: stallion -KIND: unicorn -LINK: regular -MANE: white -NAME: (not mentioned) -OTHER NAMES: Perry Pierce (unofficial), Pokey Pierce (unofficial, same look) -POSE: stand -SOURCE: desktop ponies -WIDTH: 43 -HEIGHT: 27 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▀   - ▄▀▀▀▄▄ ▄▀▀▀▄▀  ▀▄▄▄  -   ▄▄▄▀▀ ▄▀  ▀▄ ▀▄ -       ▀ ▀▀   ▀   -    ▄ ▀▀▄ ▀▀▀▄ ▀ ▀    - ▄▀   ▀ ▀▀ ▀▄▄▀  ▄▀▄  - ▀▄ ▄▄ ▄▀▀▀▄ ▀▄ ▄▀    - ▄▀ ▄   ▄▄▄▀ ▀▄ ▀▀  -   ▀   ▀▀ ▀▄▄ ▀▄  - ▄▀▀▀▀▀▄▄ ▀▄▄ ▀ ▀▄ ▄    - ▄▀  ▀▄▄▄▄▄ ▄▄▄   ▀▄▄▄▄▄▄▄ ▀  -    ▄▀▀▄▄  ▀▀▄▄  ▀▀▄    - ▀▄ ▀   ▄▀  ▀▄  ▀▄▄▄  - ▀▄      ▄  ▀▄   ▄▀    - ▄▀▀▀ ▄  ▀▄▀▀  ▀▄ ▀▄▄ ▀  -   ▄▄▄▀▄  ▄▀     ▀▀  - ▀▄▄ ▀      ▄▀▀▀▀      -  ▄ ▀▄▀   ▄▀       ▀▄▄  - ▀▄▀▀▀▄         ▄▄▄▄▀▀▀   - ▀▄▄▄▀         ▀ ▄▄▄  ▄  -    ▀▀▀  ▀▀▀▀  ▀   - ▀▄▄▄▄▄▄   ▀▀▀▀▀   - diff --git a/ponies/persnickety.pony b/ponies/persnickety.pony deleted file mode 100644 index 00f68e5..0000000 --- a/ponies/persnickety.pony +++ /dev/null @@ -1,52 +0,0 @@ -$$$ -APPEARANCE: S02E17 Hearts and Hooves Day -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: closed, purple -FREE: no -GROUP: stallion, background, voiced -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Persnickety (unofficial) -POSE: elegant -SOURCE: [jristz] -WIDTH: 46 -HEIGHT: 32 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ -  ▄▄▄▄▄▄▄▄▄▄▄▄  -   ▄      -         -         -         -   ▀      -    ▄▄▄▄▄ ▄▄▄▄▄  - ▄▄ ▀▀▀▄▄ ▀▀  ▀▄▄ ▀▀▀  - ▄ ▀▀▀▀▄▄▄▄▄▄▄  ▀▄▄▄  - ▄▀ ▀▀▄        -  ▀▄▀ ▀▄▄  ▄    - ▄▀ ▄▄▄ ▀▀  ▄ ▀▄  - ▄▀  ▄▀ ▄▄▄▄  ▄▄▀▀ ▄▄ ▄  -    ▄  ▄▀▀ ▄▀▄▄▄▄▄▄ ▀▄  - ▀▄▄▀   ▄ ▄▀  ▄ ▀▀▀▀▄▀ ▄▄▄▄ ▀▄    - ▀▀ ▀▀▀ ▀ ▄▀  ▄▄▄▄▄▄▀▄ ▀ ▀▄ ▀▀▄▄        -   ▄ ▄▀   ▄ ▄ ▀ ▀  ▀▄       - ▀▀▄▄  ▀▄▀  ▄▄ ▀ ▀ ▄          - ▀▀▄▄  ▄   ▀ ▄ ▀          - ▄ ▄▀ ▀▄   ▀▄     ▄  - ▄▄  ▀▀▄▄ ▀    ▀ ▀▄ ▀▄▀ -            ▀ ▀▀▀▀  - ▄▀▄ ▀▀ ▀▄ ▀▄    -             -  ▄▀ ▄    ▄▀▀▀ ▀    -   ▀    ▀▀▄ ▀    -  ▀▀▀▀▀▀▀   ▀▀▀▀▀▀▀   - diff --git a/ponies/petunia.pony b/ponies/petunia.pony deleted file mode 100644 index a684f28..0000000 --- a/ponies/petunia.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: purple -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: purple -NAME: (not mentioned) -OTHER NAMES: Petunia (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 45 -HEIGHT: 27 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▄▄  - ▄▀ ▄▀▀▀▀▄▄  -  ▄▀▀   ▀▄▄▀   -  ▄▀▄  ▄ ▀     - ▄▀▀    ▀▀▄▄▄▄▄▀▀ ▄▀  -   ▀ ▀▄▀▀▄▄ ▀▄ ▀▄  -                 - ▀▄ ▄ ▄ ▄▄▄   ▀▀  - ▄▀▀▀▀▀▀▄▄ ▀▄ ▀▄ ▄▀ ▀▄▄▄  ▄  - ▄▀ ▀▄ ▀ ▄   ▀ ▀▀▀ ▄    -   ▄▀▀▀▄ ▀▄ ▄▄ ▀▀ ▀▄ ▄▄▄▄▄▄▀▀  -     ▀▄▄▄▄▄  ▀  ▀▀▄    -     ▄▄ ▄▀ ▀▄▄▀    -   ▀▄     ▄▀  - ▀▄ ▄▄▄▀ ▀▄   ▄▀  - ▄▄  ▄▄   ▄  ▄ ▀▀▀▀ ▀   -       ▄▀    ▄▀▀        -   ▀  ▀▀         ▀▄▀▄  - ▀▄▄▄▀              -         ▀▄  ▄  -    ▀▀     ▀▀   -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/philomena.pony b/ponies/philomena.pony deleted file mode 100644 index a2da485..0000000 --- a/ponies/philomena.pony +++ /dev/null @@ -1,38 +0,0 @@ -$$$ -APPEARANCE: S01E22 A Bird in the Hoof -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: phoenix, pet -KIND: animals -LINK: regular -NAME: Philomena -POSE: featherless -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 29 -HEIGHT: 20 - - -$$$ -$balloon7$ - $\$ - $\$ ▄  - $\$ ▄ ▄▄▄▄  - $\$ ▀▄▄▀▄▀  - ▄▀▀▀  - ▄▄▀▀▀▄  - ▄▀▄▄▀ ▄  - ▄▄▄▄▀▀▄  - ▄▄▄▄▀▀▄▄▄▀  - ▄▄▀▀▀▀▄▄▄  - ▀▄▄▄▀▄▀▀▄  - ▄▄▀▀▄  - ▄▀▀▀▀▄▄  - ▄▄▀▀▄▄▄▄  - ▄▄▄▄▀▀▄▄▀▄▄▄▄▄▄  - ▄▄▀▄▄▀▀▄▄▄▀▀▀▀▀▀▀▄ - ▄▄▄▄▄▀▄▄▄▄▀▀▀▄▄▀▀▀▀ - ▄▄▄▄ ▄▄▄▄▄▀ ▀▀▀  - ▀▀ ▀ ▀▀ ▀  diff --git a/ponies/philomenaphoenix.pony b/ponies/philomenaphoenix.pony deleted file mode 100644 index d820417..0000000 --- a/ponies/philomenaphoenix.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S01E22 A Bird in the Hood -BALLOON: top -COAT: red -DISPLAY: full, front -EYE: yellow -FREE: no -GROUP: phoenix, pet -KIND: animals -LINK: regular -MASTER: philomena -NAME: Philomena -POSE: rebirth -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 99 -HEIGHT: 30 - - -$$$ -$balloon46$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄  - ▄ ▀▀▀   - ▄ ▄▄ ▀▄▀▀ ▀▀ ▄▄▄  - ▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▀▀ ▀ ▀ ▄ ▄▄▄▄▄▄▄▄▄▄▄ ▀▀  - ▀▀ ▄ ▄ ▀▀ ▀ ▀ ▀  ▀▀  - ▀▀ ▀▀▀▀▀▀▀ ▄ ▀ ▀     ▄ ▀▀▀ ▄▄▄▄  - ▄▄ ▀▀ ▄▄▄▄ ▄   ▀▄ ▄▄▄ ▀▀▀ ▄▄  - ▄▄ ▀▀ ▀▀ ▄  - ▄ ▀ ▄▄▀ ▄  ▀  ▀▀▀▀ ▀ ▄  - ▄ ▀ ▄▄ ▀ ▄▄  ▄▄▄ ▀ ▀▀▀▀  ▀▀  ▄ ▀▀▀▀ ▀▀▀▀▀▀▀ - ▄ ▀ ▄▄▄ ▀▀  ▄ ▀▀  ▀▀ ▀▀ ▀▀ ▀▀  ▀▀  ▄  -  ▀▀▀▀▀ ▀▀▀   ▄▄▀▀ ▄  ▄▄ ▀   ▀ ▀▀ ▀  ▀ ▄  -  ▀▀▀▀  ▀  ▀  ▄  ▀▀▀      ▀ ▀ ▄ ▀▀ ▄  - ▀  ▀ ▄ ▀  ▀    ▀   ▀    ▀   -  ▀  ▀ ▀ ▀ ▀  ▄ ▀ ▀  ▀ ▀ ▄  - ▀   ▀ ▄  ▀ ▀   -      -    -  ▄  -  ▄  -  ▄  -  ▄  -  ▄  -  ▄▀ ▄  - ▀ ▄ ▀▀▀  - diff --git a/ponies/photofinish.pony b/ponies/photofinish.pony deleted file mode 100644 index 0893a15..0000000 --- a/ponies/photofinish.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E20 Green isn't Your Color -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: black -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: white -NAME: Photo Finish -POSE: stand -SOURCE: (Pony Noia) Dektop ponies -WIDTH: 41 -HEIGHT: 25 - - -$$$ -$balloon24$ - $\$ - $\$ - $\$ - $\$ ▄▄▀▀▀▀▀▄  - ▄▀▀▀▄▀▀▀▀▀▀▀▀▄▀▄  - ▄▀▄▀▄▄▀▀▀▀▀▀▀▀▀▄▀▄ - ▄▄▄▄▀▄▀▄▀▄▄▀▄▄▀▄▄▄ - ▄▄▀▀▀▀▄▄▀▄▄▄▀▀▀▀▀▀ - ▄▀▄▀▀▀▄▄▄▄▄▀▄▀▀▄▀  - ▄▀▀▄▀▀▀▄▄▀▀▀▀▄▀▀▄▄  - ▄▀▀▀▀▄▀▀▀▄▄▄▄▄▀▄▀▀▀  - ▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▄▄▄▄▄ ▀▄▀▄▀▀▄▄▀▀▄▀▀▀▀▄▀  - ▄▀▀▄▀▄▀▄▀▀▀▀▀▀▄▄▄▄▄▄▀▀▄▄▀▀▀▀  - ▄▀▀▀▀▄▄▀▄▄▄▀▀▀▀▀▄▄▄▀▀▄▀▄▀▄▀▄▀  - ▄▄▀▀▀▀▄▄▀▄▄▄▀▀▀▀▀▄▄▄▀▄▄▄▄▄▄▀▄▀  - ▄▄▀▀▀▀▀▄▄▀▀▄▀▀▀▀▀▀▄▄▀▄▄▀▀▀▀ ▀  - ▄▄▀▀▀▀▀▀▄▀▄▀▀▀▄▀▀▀▀▄▀▄▄▄▄▄▀▄▄  - ▄▄▀▀▀▀▀▀▄ ▀▄▀▀▀▀▀▀▀▄ ▄▄▄▄▄▄▄▀▄  - ▄▀▀▀▀▀▀▄▄ ▄▄▄▄▄▀▀▀▀ ▄▄▄▀▄▄▀▀▀  - ▀▄▀ ▄▄▄ ▄▄▀▀▄▄▀▄ ▀▄▄▄▄▀▄▀▄  - ▄▀ ▄▀▀▀▀▄▄▀▄ ▄▄▀▀▀▄▄▀▀  - ▀ ▄▄▀▀▀▄▀▀▀ ▀▄▀▀▀▀▀▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/pictureperfect.pony b/ponies/pictureperfect.pony deleted file mode 100644 index 277ea76..0000000 --- a/ponies/pictureperfect.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E20 Green isn't Your Color -BALLOON: top -COAT: beige -DISPLAY: full, left -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: white -NAME: (not mentioned) -OTHER NAMES: Picture Perfect (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 41 -HEIGHT: 25 - - -$$$ -$balloon3$ -$\$ - $\$ - $\$ - ▄▀▀▀▀▀▄▄▄▄▄▄▄  -   ▄▀ ▄ ▀▀▄ ▄▄▀▄  -   ▄▀   ▄▀   ▀▄▀▄  -          ▄        -  ▀ ▀▀ ▀ ▀▀▀▄  ▄▀ ▀▄  -  ▄▀▀▄▀ ▄     ▀    -  ▄▄▄ ▄ ▀    ▄▄▄ ▀▀  -  ▄ ▀▄▄▄▄▄   ▄▀  - ▀▄▄▄ ▀▀  - ▀▀▀▀   ▄ ▀▄  - ▄▀ ▄▄▄▄ ▄  ▄▄▄▄▄▄▄▄▄▄▀▀▄  - ▀▄      ▄      ▀▀▄  - ▀▄ ▄▀  ▀   ▄  ▄   ▄▄▀    -  ▄▄ ▀▄▀ ▄  ▄  ▄▀▄ ▀▄    -  ▄▄ ▀▀▀ ▀ ▄ ▀  ▀▄        -  ▄▄ ▀▀▀ ▀▀▀  ▀▀     ▀▄   - ▄▀▀    ▀▀▄    ▀▄   ▄▀ - ▄▀▄▀▄▄▄▄▄▄▄▀▀▀▀▀ ▀▄     ▄▀  -  ▄  ▄▀▄▀▄▀▀▄▀ ▀ ▀ ▀▄   ▄▀  - ▀▀ ▄ ▀▀ ▀▀▀     ▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/pigpen.pony b/ponies/pigpen.pony deleted file mode 100644 index 1b337cf..0000000 --- a/ponies/pigpen.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E17 Hearts and Hooves Day -BALLOON: top -COAT: brown -DISPLAY: full, right -FREE: no -GROUP: stallion, background -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Pigpen (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 44 -HEIGHT: 27 - - -$$$ -$balloon33$ - $\$ - $\$ - $\$ - ▄▀▀  -   ▄▀▀ ▄ - ▄▄ ▄ ▄ ▄▄ ▄▄▄ ▀ - ▄▀     ▀▀▀ ▄▄▀  - ▄▀ ▀   ▄ ▀  ▄ ▄ ▀▀▄  -      ▀ ▀▄▀▄ ▀▄▀   - ▄▀  ▀▄   ▀▄   ▀  - ▀▀▀▄ ▀▄ ▄  ▀    ▀   ▀▀▄ ▄▄  - ▄▄▄▄▀▀▀▀▀▀▄▄     ▀   ▄   ▀▄ ▀  ▀ ▀   - ▄▀ ▄ ▀ ▄▀       ▄ ▄ ▄   - ▀   ▄▀ ▀▄▄▄▄▄ ▀▄▄ ▀▄  ▄ ▀▀▀▀▀▀▀▀▀▀  - ▄ ▀ ▀ ▄▀▀  ▄▀▄▀ ▀ ▀ ▀▄▄    - ▀   ▄▀   ▄▄▄▄ ▀▀▀▀  ▀  -   ▀▄       ▄ ▀ ▀ ▀   -   ▄  ▀▄▄   ▀▀▀▀   ▀ ▀   ▀    -  ▀▀    ▀▀▀   ▄ ▀ ▀ ▀ ▄ ▄    - ▀ ▀    ▄ ▄   ▀▀       -   ▄          -   ▄       ▀ ▄  -    ▄        -   ▄ ▄ ▄     ▄ ▄▀ ▄  -   ▄▄  ▀▀    ▄▄  ▀   -  ▀▀▀▀▀▀▀   ▀▀▀▀▀▀▀   diff --git a/ponies/pinacolada.pony b/ponies/pinacolada.pony deleted file mode 100644 index af94d36..0000000 --- a/ponies/pinacolada.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is magic [Part 1] -BALLOON: top -COAT: pink -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Piña Colada (unofficial), Apple Core (unofficial, merged in wikia) -POSE: trot -SOURCE: [jristz] -WIDTH: 35 -HEIGHT: 22 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ -  ▄▄▄▄▄  - ▄▄▄▄ ▀ ▄▄  - ▄▀ ▄▀    - ▄▀ ▄▄▄▀ ▄    - ▄  ▄ ▀ ▀ ▄ ▀  ▄▄  -  ▀▄  ▄   ▀▄  -  ▀  ▄ ▀▀▀▄▀      - ▀▄  ▀▀  ▄      -  ▄ ▀▄▄▀▀   ▄ ▄  - ▀▄▄  ▄ ▄ ▀  ▀ ▄▄▀▀▀▀▀▀▄  - ▀▀▀▀▀  ▀▄▄ ▄▄▄▀ ▄▄ ▀▄  -   ▀ ▀  ▀▀▄ ▀▄ - ▀▄ ▄ ▄ ▀▀▀ ▄▄ ▀▄▄   -   ▀  ▄ ▀ ▀▄ ▀▀  - ▄▀▀▄  ▀   ▀▄    -    ▀▀  ▀   ▀▀  - ▀▀▀▀ ▀▀  - diff --git a/ponies/pinkacopter.pony b/ponies/pinkacopter.pony deleted file mode 100644 index ca77458..0000000 --- a/ponies/pinkacopter.pony +++ /dev/null @@ -1,80 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: reglar -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: pilot -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 91 -HEIGHT: 58 - - -$$$ -$balloon46$ - $\$ - $\$ - $\$ - ▄▀▀▄  -       -      - ▀▄▄▀  - ▄▄▄▄▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▀▄   ▄▀  - ▄▄▄▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▄▄▄ ▄ ▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄  -  ▀▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄ ▄ ▀▀▀▄▄▄▄▄▄▄    - ▄ ▄ ▀▀▀▀▀▀▀▀▀▀  - ▄   ▄  - ▄▄▄▄▄▄▄  - ▄▀ ▄ ▄  -  ▀▀▀▀  ▀ ▀   -          - ▀ ▀        - ▀▄▀      -    -    -    - ▄▀ ▀  -      -      -      -  ▀▀  -    -  ▄   -      - ▄▀ ▀▀▄      - ▄▀     ▄▄▄▄ ▄▄▄▄▄▄  - ▄▄▄▄▀▀     ▀▀ ▄▄ ▀▄  ▀▀▀▀   - ▄▀ ▀   ▀ ▀▀          -   ▄▀▀▀▀▄▄▀▀ ▀ ▄          - ▀▄   ▄▀ ▄▄▄ ▄▀▄    ▄▀▀▀▀▄▄ ▄▀  - ▄      ▄  ▄▀  ▀ ▀▀ ▀▄▄ ▄▀ ▄▄▀▀▀▀▄▄ ▄▀▄▄▄▄▄▄▄ ▄▄▄▄▄  - ▀ ▀▀▀ ▀ ▄  ▀      ▄▀ ▄▀▄▄▀▀▀▄   ▄▀ ▄   ▀▀▀ -  ▄ ▄▄▀ ▄▀  ▄▄▀ ▀▄  ▀▄▀ ▀     ▄▄▄  ▀▀▀▀▀▀▀ ▀▀▀  - ▄ ▀▄  ▄▀▀▀   ▄▀▄ ▀ ▄▀   ▀▀▀▀▄ ▀  ▀▄  - ▄   ▀▄ ▀▀▀▀▀    ▀    ▄▀ ▄▀ ▄ ▀▀▀     ▀  - ▄ ▀▄  ▀▄ ▄▀▀▄  ▀▄    ▄▀    ▀▄  ▄▀▀▀▀▄  - ▀▄▄ ▀▀▀   ▄▄▄   ▄▀ ▀ ▀▀▄▀▀ ▀   ▄▀ ▀▄▄▄▀ ▀▄▀▄▀▄▄▄▀▄ ▄▄  - ▄▀ ▄    ▀▀▀     ▄▀▀▀ ▄▀▀▄ ▀▄       ▄▀▀▄    ▄ ▄▀ ▀▄▄   - ▀▀  ▀▀▄ ▀       ▄▀▀▄ ▄ ▀  ▀▄▀   ▄▄▄▀ ▀▄▀▄▀  ▀ ▀   - ▄▀       ▄▀▄     ▀▄▄▄▀▀▀▀▀ ▀  ▄   ▀▄  ▄▀▄ ▀▀▀▀  - ▀▄▀   ▀ ▄▄ ▀▄  ▀▀▄▄▄▄▄▄    ▀▄  ▀▄▄▀▀▄    - ▀ ▀▀ ▄▀     ▄▄▄    ▄▄▄▄▀▀  ▀▀ ▄▄▀  - ▄▄▄▄▄ ▄ ▀▀▀▀▀▀▄▀ ▀▀  ▄▀ ▄▀ ▀▀▄▄▄   ▀▄▄▀  - ▄▀▄▄▄▄▀▀▄  ▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀ ▀▀▀▀▄▀▀▀▄▄▄▄▀ ▀▀▀▀  - ▄▀▄▀▄      ▄  ▄▄▄▄  ▀ ▀▀▀  -        ▄ ▄     ▄▄▄▀▀▀▀▄▄▄▄▀▀▀▀  -  ▄  ▀▄▄▄▀ ▄▄▄▄▀▀▀▄▄▄▄▀▀▀▀  -     ▄▄▄▄▀▀▀▀▄▄▄▄▀▀▀  -    ▄▄▄▄▄▄▄▄▀▀▀▄▄▄▄▀▀▀▀  - ▀▄▄▄▄▄▄▄▄▄▀▀▀  diff --git a/ponies/pinkamina.pony b/ponies/pinkamina.pony deleted file mode 100644 index 1578ca3..0000000 --- a/ponies/pinkamina.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (offical, short name), Pinkamina Diane Pie (official, full name) -POSE: pinkamina -SOURCE: (supersayanmikito, Anonycat) Desktop ponies -WIDTH: 44 -HEIGHT: 25 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ - ▄▄▄▄▀▀▀▀▀▄▄  - ▄▄▀▄▄▄▄▀▀▀▀▀▄▄▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄  - ▄▄▀▀▀▀▄▀▀▀▄▀▀▀▄▀▄▄  - ▄▀▀▀▀▀▀▀▄▄▄ ▄▀▀▀▀▄▀▄▀▄▀▄▀▄▄▄▀▄ - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▄▀▀▀▀▀▀▀▄▄▀▄▀▀▄▄ - ▄▄▀▄▀▀▀▀▀▀▀▀▄▀▀▄ ▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄ - ▄▄▀▄▀▀▀▀▀▀▀▄▄▄▀▀▄▄ ▄▀▀▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄ - ▄▄▄▄▀▀▀▀▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▄▀▄▀▄▄▄▄▀▄▄▄▄▄▄▄ - ▄▄▄▄▀▀▀▀▄▄▄ ▄▀▀▄▀▄▀▀▀▄▄▄▄▄▄▀▄▄▄▄▀▄▄▄▄▄▄▄ - ▄▄▄▄▀▀▀▄▄▀▀ ▄▄▀▄▀▀▀▀▀▀▀▄▀▄▄▀▄▄▀▀▀▄▄▄▄▄▄▄ - ▄▄▄▄▀▀▀▄▄▄ ▀▄▀▀▄▄▄▄▀▀▀▄▄▀▄▀ ▀▀▀▀▄▀▀▀ - ▄▄▄▄▀▀▀▄▄▄ ▄▀▄▀▀▀▀▀▀▀▀▀▀▄▀  - ▄▄▄▄▀▀▀▄▄▄ ▄▄▀▀▄▄▀▀ ▄▄▀▄▄▄  - ▄▄▄▄▀▀▀▄▄▄ ▄▄▀▄▄▀▄ ▄▄▀▀▄▀▄  - ▄▄▄▄▀▀▀▄▄▄ ▄▄▀▀▄▄▀▄ ▄▄▀▀▄▄▄  - ▄▄▄▄▀▀▀▀▀▀ ▄▄▀▀▄▄▀▄ ▄▄▀▀▀▄▀▄▄  - ▄▄▄▀▀▀ ▄▄▀▀▀▄▄▄▀ ▄▄▀▀▀▄▀▀▀  - ▀▀ ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/pinkaminacupcake.pony b/ponies/pinkaminacupcake.pony deleted file mode 100644 index e5e974d..0000000 --- a/ponies/pinkaminacupcake.pony +++ /dev/null @@ -1,26 +0,0 @@ -$balloon35$ - $\$ - $\$ - $\$ - ▄▄▄ ▄▀▀ ▄  - ▄▀▀ ▀▄▀ ▄▀    - ▄▀  ▄▀▀  ▀ ▄▀  ▀▀▄  - ▄▀▀  ▀▄▀▄  ▄▄▄▄▄▀▀ ▀▄ ▄▄▄▄  - ▄▀        ▀▄  ▀▀   -    ▀▄▀ ▄ ▀▄▀▀▀▄ ▀▄     -     ▀▄▀ ▀ ▀▀        ▀▀▀  - ▄ ▀▀▀▀▀▄    ▄▀▀▀ ▀ ▀▄ ▀  ▀    ▀▄▄  -  ▄ ▀▄▄▄▄▀▄▄ ▄  ▀ ▀▄▄▀▄ ▀▄▀ ▀▀▄ ▀   - ▄▄▄     ▄▄▄▀▄  ▄   ▀▄▄▀▀ ▀▄ ▀ ▀▀  - ▄▀ ▀▀      ▀▄▀▀▄▀ ▄▄▀▀▄▄▀    ▀▀▀▀▀  -   ▄▄▄ ▀   ▀ ▄▄  ▄        - ▀▄  ▀ ▄▄▄▄    ▄ ▀▀▄▄▀▄ ▄ ▀▄▄ ▄  - ▀▄ ▀▄  ▀▀▀ ▀    ▄▄ ▄▄▄  ▀▀▄▀  - ▄▀ ▀▄     ▄▄▄▄▀▀ ▀  ▀   -   ▄▄▄▀▀▄▄▄   ▄▀    ▄▄ ▀ ▀ ▀  -  ▀ ▄ ▀  ▀▄        ▄▄▄   - ▀ ▀▀▀ ▀▄ ▄▀ ▄▀ ▄▀ ▀ ▀▀     -   ▀▄ ▀ ▀▀▀▀    ▀▄▄▀    ▄  - ▀ ▀▀   ▄▀        - ▀▀▀▀    ▀▀▀ ▀▄ ▀ ▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/pinkie.pony b/ponies/pinkie.pony deleted file mode 100644 index bae9866..0000000 --- a/ponies/pinkie.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: pink -DISPLAY: full, left -EYE: closed, blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: happy (very descriptive for pinkie Pie) -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 49 -HEIGHT: 22 - - -$$$ -$balloon10$ - $\$ -  $\$ ▄ ▄▄▄ ▄▄▄ - $\$   ▄▄ ▄▄▄▄▄▄▄▄▄ - ▄▄▄  ▄▄ ▄     ▄▄ - ▄▄▄▄ ▄▄ ▄▄▄▄▄▄▄▄ ▄     -   ▄▄  ▄▄ ▄▄▄ ▄ ▄     ▄ ▄▄▄▄ -      ▄ ▄▄ ▄▄▄ ▄▄▄   ▄▄▄▄▄▄ ▄ ▄▄▄ ▄▄ -          ▄        ▄▄▄▄ ▄▄▄     - ▀▄   ▄ ▄▄ ▄ ▄▄ ▄▄▄ ▄▄▄▄ ▄▄  ▄▄     - ▀    ▄   ▄▄ ▄ ▄▄  ▄▄     - ▄▀ ▀▀ ▄▄▄▄▄ ▄▄▄▄▄▄▄  ▄  ▄ ▄▄     ▄▀ - ▀   ▄▄ ▄▄ ▄▄▄▄▄▄▄ ▀▀▄▄ ▄▄▄   ▄▄ -     ▄▄ ▄▄ ▄▄▄    ▄▄ ▄▄ -  ▄▄ ▄▄▄▄▄ ▄  ▄▄    ▄ ▄▄▄ ▄   - ▄▄▄ ▄  ▄   ▀▄  ▄▄ ▀ - ▄ ▄▄▄▄   ▀▄ ▄  ▄  ▀▄ ▄▄   ▄ - ▄▄  ▄ ▄▄▄▀ ▄  ▄ ▄▀ ▄▄ ▄ ▄▄  -  ▄      ▄▄ ▄▀ ▀▄▄▄▄▀▀ -     ▀▀    - ▀▀▀▀▀▀ ▀▀▀▀▀▀ - diff --git a/ponies/pinkiebounce.pony b/ponies/pinkiebounce.pony deleted file mode 100644 index a93e67f..0000000 --- a/ponies/pinkiebounce.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: bounce -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 52 -HEIGHT: 24 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▄ ▄▄▄  - ▄▄▀▀▄▀▀▄▀▀▀▀▀▀▄  - ▄▄▄ ▄▀▀▀▀▀▀▄▀▀▀▀▄▀▀▄▀▀▄ ▄▀▀▄▄ ▄▀▀▀▀▄ ▄▄ -▄▀▀▀▀▀▀▀▄▀▀▀▀▀▄▄▄▄▄▄▄▀▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄ -▄ ▄▀▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▄▄▄▄▄ ▄▄▀▀▄▀▀▄▀▄▀▄▄▀▀▄▀▀▀ - ▀▀▀ ▄▀▄▀▀▀▄▄▄▀▄▀▀▀▀▄▄▄ ▄▄▄▄▀▄▄▄▀▀▀▀▀▄▄▀▀▀▀▄▀  - ▄▄▄▀▄▄▀▀▀▀▄▄▀▄▀▀▀ ▄▀▀▀▀▀▄▄▀▄▄▀▀▄▀▀▄▀▄▄▀▀  - ▄▄▄▀▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▄▀▄▀▄▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▀▀▀▄▄▄▄▀  - ▀▄▄▀▄▀▀▀▀▀▀▀▄▀▀▀▄▄▀▀▄▀▀▄▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▄▄▄▀▀▄▄▀▀▄▄▄▄▀▄▀  - ▄▄▄▄▀▀▄▄▀▄▀▀▀▄▀▄  - ▀▄▀▀▄▀▀▀▀▄▀▀▀▄▀▄  - ▀▄▄▀▄▀▀▀▀▀▄▄▀▀▄  - ▄▀▀▀▀▄▀▀▀▀▀▀▄▀▀  - ▄▀▄▀▀▀▄▀▄▄▀▄▀▀▀▀▀  - ▄▀▄▀▀▀▄▄▀▀▀▀▄▀▀▀▀  - ▄▀▄▀▀▀▄▀▄▀▀▀▄▀▀▀▄  - ▀▄▄▀▀▀▄▀▀▀▄▄▀▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/pinkiecannon.pony b/ponies/pinkiecannon.pony deleted file mode 100644 index a151109..0000000 --- a/ponies/pinkiecannon.pony +++ /dev/null @@ -1,53 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: cannon fire -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 73 -HEIGHT: 31 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - $\$ ▄▀▀▀▄▄ ▄▀▀▀▀▄▄▄   - $\$ ▄▄▄▄   ▀     ▀▀  - ▄ ▀▀▀ ▄ ▄▀ ▄▄▄▀ ▄▀▀▀▄ ▄   ▀▀  - ▄▄  ▀▄     ▄▄▄▄ ▄▀▄▀ ▀▄  ▄▀▀▄▀▄▄▀  ▀  - ▄▀▀▀▀▄▀     ▀▀▄▄ ▀▄ ▄▀  ▄ ▀ ▀▄   ▄▀  -   ▄▀▀▄ ▄▀▀▀▄  ▄  ▄  ▄▄ ▄ ▀▄▀   ▀▄▄▄▄▀▀  -   ▄▀▀▄▄ ▀▀ ▄▄ ▄  ▄  ▄▀ ▄▄▀▀▀▄▄▄▄ ▀▄▄▄▄▄▀▀  - ▄  ▀  ▀▄  ▄▀▀▄▀▄▄ ▄ ▀ ▀▄ ▄▀    - ▀  ▀▄    ▄ ▀     ▀▄▀▄  ▄▄▀▀▀▀▀▀▄  - ▄ ▄▄  ▄▀  ▄▄ ▀▄ ▄▄ ▀▄ ▄▀▀▄▀▄  ▄▄ ▀ ▄▀  - ▀    ▀ ▀▀ ▀▀▀▀   ▀ ▀▀▄▀▄ ▄▀▀ ▀▀▀▀▀▀▀▀▀▀  - ▀ ▄▄ ▄▄▄▀▀▀▄▄    ▀▄  -   ▄ ▀▀▀ ▀▄▄  ▄▀  -  ▀  ▀ ▀▄  ▀▄▀▄  -  ▄▄ ▄▄▄▄▄▄   ▀▀  ▄  - ▀ ▄ ▄ ▄ ▄▄  ▄▄▄▄▄  ▀▄ ▄  - ▀ ▄ ▀▀ ▄           - ▄ ▄▄ ▀   ▄▀   ▀  ▀▀▀▄ ▄  - ▀ ▀   ▄   ▄▀ ▀▀▀▀   -   ▀     ▀▄ ▄ ▄▄ ▀▀▀▄  - ▄    ▀ ▄ ▀▀▀ ▀ ▄ ▀▀    -   ▀ ▀ ▀ ▄ ▀ ▀▀ ▄ ▀  ▄▀     -  ▄  ▀▀▀▀   ▀▀ ▀  ▄▄▀ ▄▄    -  ▄ ▄    ▄    ▄▄ ▄▀▀  - ▀▀ ▄   ▀ ▀▀▀▀▀   ▀▀▀▄▀  -  ▀ ▀ ▀▀ ▀  - diff --git a/ponies/pinkiecannonfront.pony b/ponies/pinkiecannonfront.pony deleted file mode 100644 index 19d0176..0000000 --- a/ponies/pinkiecannonfront.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, front, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: cannon front -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 38 -HEIGHT: 25 - - -$$$ -$balloon14$ - $\$ - $\$ - $\$ - ▄▀▀▀▄  - ▄▀ ▀▄▄▀▀ ▄  -   ▄▀▀▄ ▄▄▄▄ ▄▄  -     ▄▀ ▀▄▀▄▀▄  - ▀ ▄ ▄▀▀▄▄ ▀▄▄▀      - ▀   ▄ ▀  ▄▄  - ▄▀  ▀▀ ▄▀    -   ▄▀▀    -    ▀    ▄▄  - ▄▄▄▄▄▄   ▄ ▀▄▀▄▀▄    - ▄▀   ▄ ▄▄▄   ▄      ▄▀▀▀▄ -     ▀ ▀▀▀▀▀▀ ▀▀▄ ▀ ▄▀▀▄ ▀▀▀   -     ▀▀    ▄▄▄▄ ▀     - ▀▄▄▄▄▀ ▀▄▄▄▄▀▀▀ ▀▀▄▄  ▀▄▀▀  - ▀ ▀▀▀▀▄▄▄▄ ▀▀▀▄ ▀▄▀▀  - ▀ ▀ ▄ ▀ ▀▄  ▄▄▀    -  ▄ ▄    ▄      ▄▄▀  -   ▀▀   ▄     ▀▄    -     ▀ ▀ ▄ ▀ ▄▀ ▄ ▀▄▄  - ▀▀ ▀▀▀▀▀ ▀ ▀ ▀ ▄▀  ▀▀▀  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/pinkiecannonhappy.pony b/ponies/pinkiecannonhappy.pony deleted file mode 100644 index e0fe18c..0000000 --- a/ponies/pinkiecannonhappy.pony +++ /dev/null @@ -1,50 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: cannon happy -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 63 -HEIGHT: 28 - - -$$$ -$balloon36$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▄  -   ▄▄  ▄  -  ▄▀  ▀▄▄▄▀  ▄▄  - ▀▀▄▀▀▀ ▀▄▀▄▀▀▄  - ▄▀ ▄▀▀▄▄▄▄▀▄ ▄   - ▄▀   ▀ ▀  ▄▀▀▄▀  -     ▄ ▄    ▀  -      ▀         -     ▄▀  ▀▀▄   -   ▀▀▀ ▄▄ ▄▀▄▄▄  - ▄▀ ▄▀ ▄ ▀▀▄▄ ▀▄  - ▄▀ ▄▄▄▀▀▄ ▄ ▀▀ ▀▄  ▄▄▄▄  - ▄▀  ▄▄ ▄▄▄▄▄▄▄ ▀   ▄ ▀▄  ▀▀   ▀ ▀▄  -    ▄ ▀▀ ▄▄▄ ▄▄ ▀▀▀▀ ▄▄ ▀▀▄▀▄▀▀ ▀▄▀  ▀▄▄▄▀    -  ▄▀ ▀▀▀ ▀▀▀ ▄▄▄  ▄▄▄ ▀  ▀▄▀▀▄▄▀      ▄▀  -  ▄▀ ▀▀▀ ▀▀▀▄ ▄▄▀   ▀ ▄   ▀▄ ▄▀▀▀   ▀▀  -▀▀ ▀▀ ▀▀ ▄ ▀▄ ▄ ▀   ▀▀ ▀▀▀ ▄▀ ▀▀▄  - ▀▀ ▀▀▀▀▄▄▄  ▀ ▀▀ ▀ ▀▄▄   ▄  ▄    - ▀▀ ▀ ▄▄ ▀▀ ▀  ▄  ▀▄▄   ▀▄   ▀▄   - ▀▀ ▀  ▄   ▀▄  ▀  ▄    ▀▄ ▀▄▄▄ ▀▀ ▀▄▄  - ▀▀  ▄▄ ▀▀   ▄ ▀     ▀▄▄ ▀▀ - ▀  ▀▄   ▀  ▀ ▄       - ▀ ▀▀ ▀▀ ▀  ▀      - ▀▀▀▀ ▀▀▀▀▀  diff --git a/ponies/pinkiechicken.pony b/ponies/pinkiechicken.pony deleted file mode 100644 index 3752e39..0000000 --- a/ponies/pinkiechicken.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left, front -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: chicken -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 53 -HEIGHT: 27 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - $\$ ▄▀▀▀▄  - ▄▄▄▀▄▀▀▄▄▀▄  - ▄▀▀▄▄▀▄▄▄▀▀▀▄▀  - ▄▀▄▀▀▄▄▄▀▀▀▄▄▄▀  - ▄▄▄▄▀▀▄▄▀▀▀▄▀▄▄▄  - ▄▄▀▀▀▀▀▄▄▀▀▀▄▄▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀ ▄▄▀▀▀▄▄  - ▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀ ▄▀▄▄▄▄▄▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▀▄▀▀▀▀▀▀▄▀▄  - ▄ ▄▄▄▄▄▄▀▀▀▀▀▄▀▀▄ ▄▀▄▀▀▄▀▀▀▀▄▄▄▄▄▄▄  - ▄▀▀ ▄▀▀▀▀▄▀▄▀▀▄▀▀▀▀▄▄▀▀ ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄ - ▄▀▀▀▄ ▄▄▄▄▄▄▀▄▀▀▄▄▀▄▀▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄ - ▀▀▀▄▀▄ ▄▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄ - ▀▄▀▄▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄ ▀▄▄▀▀▀▄▀▀▀▄▄▀▄  - ▀▄▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▄▀▀  - ▄ ▀▄▀▀▀▀▀▄ ▀▀▄▄▄▀▀▀▀▄▀▀▄▀▀▄▄▄▄▀▀▀▀▀▀▄▀▀▀▄  - ▀▄▀▄▄▄▄▄▀▀▄▄▀▄▀ ▄▀▀▀▄ ▀▄▀▀▄▀▄▀▄▀▀▀▄▄▀▄▄▀▀▀▀▀▀▄  - ▄▀▀▄▀▀▀▀▀ ▀▀ ▄▀▀▀▄ ▄▄▀▀▄▄▄ ▄▄▀▀▀▄▄▀▀▄▄▀▄▀▀  - ▀▀▀ ▄▀▀▀▀▀ ▄▄▀▀▄▄▄ ▄▄▀▀▀▄▀▀▀▀▀▀  - ▄▀▀▀▀▄ ▀▄▀▀▀▄▄ ▀▄▀▀▀▄▄▀▀▀▀ ▄▄  - ▄▀▀▀▀▀▀ ▄▄▀▀▀▄▄ ▄▄▀▀▀▄▀▄▄▀▀▀  - ▄▀▀▀▀▀ ▄▄▀▀▀▄▄ ▀▄▄▄▄▀  - ▀▀▀▀▀  diff --git a/ponies/pinkiecrazyface.pony b/ponies/pinkiecrazyface.pony deleted file mode 100644 index b080adf..0000000 --- a/ponies/pinkiecrazyface.pony +++ /dev/null @@ -1,68 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: head, front -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: crazy ('I bet you can't make your face crazier that this!') -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 92 -HEIGHT: 46 - -Ok, This face not is from Destop ponies -$$$ -$balloon53$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄▄ ▄▄▄▄▄  - ▄▄ ▀▀▀ ▄▄▄ ▀▀▀ ▄▄▄  - ▄  ▄ ▀   ▀▀ ▄  - ▄▄▄▄▄ ▄▄▄▄▄▄▄ ▀ ▀▄  ▄ ▀  ▀ ▄  - ▄ ▀▀▀ ▀▀▀ ▀  ▀ ▀  ▀ ▀▀ ▀ ▀▀ ▄  - ▄▀▀ ▀   ▀▀    ▀  ▄ ▀▀▀▀▀▀ ▄  -   ▀▀  ▀    ▀   ▄ ▀▀▀▀▀ ▀ ▄  -   ▀       ▀ ▀ ▄▄▄▄▄▄ ▄  -  ▄ ▀▀▀▀▀ ▀▀▀▀ ▀      ▀   ▀▀ ▄  -  ▀ ▄▄▄▄ ▀▀▀ ▀  ▀▀▀ ▄     ▀▀▀▀▀▀▀▀ ▀ ▄  - ▄ ▀▀▀ ▀ ▀ ▀ ▄▄  ▀ ▀▀▀▄▄ ▀   - ▄▀ ▀  ▄▀▀ ▀ ▀ ▀▄▄ ▀ ▄  - ▄ ▀ ▄▄▄▄▄▄ ▀  ▄ ▀ ▀  ▀▄  ▄  - ▄  ▄▄ ▀▀    ▄ ▀ ▀ ▀  ▀▀▀      - ▄ ▀ ▄    ▄  ▀    ▀ ▀▀   ▀   -   ▄ ▀ ▀▀ ▀ ▀ ▀▀  ▄▄  ▀▀▀ ▀  ▀▀▀▀▀▀▀▀ ▀ ▀▀   - ▀ ▀ ▀ ▄ ▀       ▄ ▀ ▀  ▀  ▀   -  ▄ ▀  ▀    ▄▀ ▀ ▀ ▀ ▀ ▀ ▀ ▄  -             ▀  ▀ ▀▀▀ ▀ ▄  -   ▄      ▄▀   ▀ ▀▀▀ ▀▄▄ ▀▀ ▀ ▄  - ▄       ▀     ▀ ▀▀▀▀▀▀▀▀▀▀ ▀ ▄▄ ▀ ▀   -  ▄ ▀  ▀▄ ▀ ▀▀     ▀▀▀▀▀▄    ▀    -  ▄   ▀  ▀ ▀ ▀▀▀▀▀▀▀     ▀   -     ▀▀ ▄▄▄▄▄▄▄▄▄ ▀ ▀ ▀      -  ▀ ▀  ▀▀▄ ▀ ▀ ▀  ▀    -  ▀  ▀ ▀ ▀  ▄ ▀  ▀  ▄ ▀ -  ▀  ▀   ▀  ▄ ▀▀ ▀▀  ▀▀ ▀  ▀  - ▀ ▀  ▀   ▀   ▄ ▀   ▀  ▀ ▀  - ▀▀▄ ▀▀▀ ▀▀▀▄▄  ▀   ▄ ▄▄ ▄▄ ▀    ▀ ▀   -  ▀ ▀▀▀▀▀ ▀ ▄   ▀▀   ▄ ▀▀ ▄▄ ▀▀▀▀▀ ▀▀    -  ▄  ▄▄▀  ▀  ▀ ▄ ▀   ▀ ▄▀    -   ▀▀▄▄▄▄ ▀ ▀▀ ▀ ▀▀▄      ▀ ▀▄▄ ▄   - ▀ ▄ ▀ ▀ ▀▀ ▄     ▀ ▀▀ ▀ ▀▀▀▀ ▀  - ▀▄▄ ▄▄▄▄   ▀ ▀▀▀ ▄▄▄ ▀▄   ▀▀▄▄    - ▀▀▀▀▀▀      ▄▄▀▀ ▄ ▀       -  ▀ ▀▄ ▀▀▀▀  ▄▄▄▄▄ ▀ ▄ ▄ ▀    -  ▀ ▀▀▀▀▀▀ ▀▄▄▄▄▄▄▄▄ ▀ ▀ ▀▀▀▀   - ▀ ▀▀▀▀▀▀▀ ▀ ▀      - ▀  ▀▀▀ ▀  ▀ ▀  ▄    - ▄▄ ▀▀▄▄   ▄ ▀  ▀     - ▄▀▀  ▀▀▀ ▀▀ ▀▀▄▄ ▀ ▄ ▀   - ▄  ▀ ▄▄ ▄  ▄    diff --git a/ponies/pinkiefly.pony b/ponies/pinkiefly.pony deleted file mode 100644 index ebb58d9..0000000 --- a/ponies/pinkiefly.pony +++ /dev/null @@ -1,56 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: fly -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 49 -HEIGHT: 34 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄ ▄▄▄ ▄▄▄  - ▄ ▀▀▀▀▀ ▄▄ ▀▀ ▄▄▄ ▄  -  ▀   ▀ ▀ ▄  -  ▀ ▄ ▀ ▄▄    -    ▄      -     ▀    - ▀     -      - ▀ ▀ ▀   -   ▀▀▀▀▀▄  - ▀▀ ▀ ▀▀▄▄▄▀▀▀▄ ▀▄▄   - ▀▀▀  ▀ ▀  ▄▄▄   ▀▄  ▄▄  - ▀▀ ▄▄       ▄▄▄▄  ▀ ▄ ▄▄▄  -        ▀ ▀▀▄ ▀▄▀ ▀▄ -      ▀ ▄ ▄▄▄ ▄▀▀▀▀▄   -      ▄ ▄▄▀ ▄▄▀▄   ▄▄▀ ▄▀ - ▄▄▄▄▄▄ ▄▄▄▀ ▀▄ ▄  ▄▄     ▀▀▀  - ▄ ▀ ▄▄▄▄▀▄   ▄▄   ▄▀ ▀▄▄▄  ▄ ▀▀  -   ▄▀ ▀▄▀▄  ▄▀ ▀▄▄▀▄ ▀ ▀▀▀      - ▄▀▀▀▄ ▀▄▀ ▀ ▀▄▀ ▄ ▀▄▄▀▀▄▄ ▀▄ ▄▄▄▄▄▄▀▀  -   ▀   ▀▄ ▀▄▄▄▀▀▀ ▄  ▄▀      -   ▄▄▀▀▀▀▀ ▄▄▄▄▀      ▀▄ ▄▀   ▄▄▄   -      ▄▄▀▀ ▀   ▄▄ ▄▄▀ ▀ ▄   - ▀▄  ▄▄▄▀ ▀ ▄▄ ▄▄▄▄ ▀   - ▄▀   ▄▄▀▀ ▀ ▀   ▀▀  ▀▄ ▀▀▀▀▀▀▀  -   ▄ ▀  ▄▀▄   ▀▀▀▀ ▀▄ ▀▄  - ▀ ▀▀ ▀▄  ▀▄ ▀ ▀▄ ▀▀▄▄  - ▄   ▄▄▄▄ ▀▄ ▀ ▀▄ ▀   -  ▄▄ ▀ ▀▄ ▀  ▀▄ ▄▄▄▀  - ▀▀▄▄▄▄▀ ▀▀ ▀▀  diff --git a/ponies/pinkiegala.pony b/ponies/pinkiegala.pony deleted file mode 100644 index f0f4539..0000000 --- a/ponies/pinkiegala.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: closed, blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: gala -SOURCE: (Humle) Desktop ponies -WIDTH: 58 -HEIGHT: 26 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▄ ▄▄▄  - ▄▄▀▀▄▀▀▄▀▀▀▀▀▀▄  - ▄▀▀▀▄▀▄▄▄▀▀▀▄▀▀▄▀▄▀▄  - ▄▀▀▀▀▀▄▄▀▀▄▄▄▄▄▄▄▄▀▄▀▄▀▄  - ▄▄▀▀▀▀▀▄▄▀▀▄▄▄▀▀▀▀▀▄▄▄▄▀▄  - ▄▄▀▄ ▄▀▄▀▀▀▄▄▄▀▄▀▀▀▄▄▀▀  - ▀▄▀▀▄▄ ▄▄▄▀▄▄▀▀▀▀▄▄▀▄▄▀▀ ▄▄▄▄▄▄▄  - ▀▀▀▀ ▄▄▄▀▄▄▀▀▀▀▄▄▀▄▄▀▄ ▄▀▄▀▀▀▀▀▀▀▀▀▄  - ▀▀ ▄▀▀▄▀▀▀▀▀▀▀▀▀▄▄▀▀ ▄▀▀▄▀▀▄▄▀▀▀▀▀▀▀▀▀▄  - ▀▄▄▀▄▀▀▀▀▀▀▀▀▄▀ ▄▀▀▄▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▄▀▀▄▀▄▄▄▄▄▀▄▀▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▄▀▀▄▄▀▄▀▄▀▄▄▀▄▀▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▄▀▀▀▄▀▄▄▀▄▀▄▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▀▄▄▀▀▄▀▀▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▄ ▀▄▄▄▀▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▄ ▄▄▀▀▀▄▀▄▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▀▄ ▄▄▀▀▄ ▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄  - ▄▄▄▄▄▄▀▀▀▄▀▀▀▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄ ▄  - ▄▀▀▀▄▀▀▀▀▀▀▀▀▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀ ▀▀▀  diff --git a/ponies/pinkiegummy.pony b/ponies/pinkiegummy.pony deleted file mode 100644 index 117b750..0000000 --- a/ponies/pinkiegummy.pony +++ /dev/null @@ -1,65 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -APPEARANCE: S01E15 Feeling Pinkie Keen -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -BASED ON: (none) -COAT: pink -COAT: green -DISPLAY: full, left -DISPLAY: full, left, down -EYE: closed, blue -EYE: purple -FREE: no -GROUP: mare, mane -GROUP: alligator, pet -KIND: earth -KIND: animal -LINK: regular -LINK ON: 2 -MANE: pink -MANE: (none) -MASTER: pinkie -NAME: Pinkie Pie -NAME: Gummy -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -OTHER NAMES: (none) -POSE: gummy -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 51 -HEIGHT: 32 - - -$$$ -$balloon8$ - $\$ - $\$ ▄  ▄▄▀  - $\$ ▀ ▀▄▄▄▄     - $\$ ▀ ▀ ▀▀▄▀▀▄  - $\$ ▄▄▄▄  ▀ ▄ ▀▄  - $\$ ▀▀▄▀  ▄   ▄  - ▄▀ ▀▀▀▀▀▄   ▄ ▀▄  ▀▄ - ▄▄▄        ▄▄▄▄ ▄▀▀▄▄ ▀ ▀▄▀▀▀  - ▄▀▀ ▄▀      ▀▄ ▀▄    ▀▀▀▀ ▄▄    - ▄▀ ▀  ▀ ▀▀▄   ▀▄ ▄ ▀▀ ▀▄ ▄ ▀▄ ▀▀  -   ▄▀▀▀▀▀▄▄▄▀ ▀▀ ▄  ▄▀▀  ▀▀▀▄▄  ▄ ▀▀  - ▀▄   ▄▄ ▀▀       ▄  ▄▀  - ▄▀▄   ▄  ▄▀   ▄▄ ▄▄▀ ▄▄  ▄▄▄  - ▀ ▀▀         ▄▀ ▀▄ ▄▀▀▀▄▄▀    -  ▀ ▀▀▀▄ ▄▄  ▄ ▀▄▄▄     ▄▄▄  - ▀▄▄▀▄ ▄▀▄▄▀    ▀▄▄▄    ▀    - ▀   ▄▄▄▀ ▄▄▄▀  ▀▀▄▀ ▄▀    - ▀▀▀ ▀     ▄▀▀▀ ▄▀ ▀▀▀▀▀▀▄    -   ▀▄ ▄▀  ▄▀▄    ▄▀  - ▄▄▄   ▄▀▀ ▄▄▀▀▄    ▄▄▀▀▀▄   ▄▀  - ▄  ▀▄ ▀   ▀ ▀ ▀▀▀▀▄ ▀▄    - ▄ ▀▀ ▀▀   ▀▀     ▄▄▀ ▀▄  -       ▀▄ ▀▄▄ ▀     -             ▄▀▀▄▀  - ▀ ▀▀         ▄▀ ▀▀   - ▄▀      ▀▀▀ ▀▀ ▄▀ ▄  -    ▀   ▀▄ ▀▄ ▀▀ ▀  -   ▄ ▀     ▀▀▀▀  -      ▀▀▀▀▀  -      - ▀▀▀▀▀  diff --git a/ponies/pinkiegummydisguise.pony b/ponies/pinkiegummydisguise.pony deleted file mode 100644 index 82a8ae9..0000000 --- a/ponies/pinkiegummydisguise.pony +++ /dev/null @@ -1,65 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -APPEARANCE: S01E15 Feeling Pinkie Keen -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -BASED ON: (none) -COAT: pink -COAT: green -DISPLAY: full, left -DISPLAY: full, left -EYE: blue -EYE: purple -FREE: no -GROUP: mare, mane -GROUP: alligator, pet -KIND: earth -KIND: animal -LINK: regular -LINK ON: 1 -MANE: pink -MANE: (none) -MASTER: pinkie -NAME: Pinkie Pie -NAME: Gummy -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -OTHER NAMES: (none) -POSE: hay disguise -WIDTH: 55 -HEIGHT: 33 - - -$$$ -$balloon14$ - $\$ - $\$ - $\$ - ▄▀▀▄▄  - ▄▄▀▀  ▄ ▀▄▄ ▄▄▄ ▄▄▄  - ▄▀ ▄    ▄▄▄  ▄▄▀▄▄   -  ▄▀▀▀▀▀▄▄     ▄▀▀▀ ▀▀▀▄▄  ▄ ▄▄▄▄▄▄▄ -   ▄▄▄ ▀▀▀▄▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄ ▀ ▀ ▄▄▄ ▄▄▄   - ▀▀▀▀▄▄▄▀▄▄▄ ▀▄ ▀▀▀▀▄ ▀▀▀  ▀ ▄▄ ▄ ▄▄▄▄▄     -   ▀▀▀▀      ▀  ▀ ▀     -    ▀    ▄ ▀     - ▀ ▄▄▄ ▄▄▄▄▄ ▄ ▀     ▄     - ▄ ▄▄▄▄ ▄▄▄▄▄▄▄    ▀    ▄ ▄  ▄▀▄▄   - ▀  ▄ ▄▄ ▄  ▄    ▀ ▀▀▀   ▄▄▄▄▄▄ ▀     - ▀   ▄  ▄ ▀   ▄▄▄▄▀ ▀ ▄▄▄ ▀ ▄▀       -    ▀  ▄▄▄    ▄▀  ▄  ▀▀ ▀     - ▄▀ ▄▄▄▄▄▄▄▄▄ ▀       ▀▀▀ ▀   ▀▄ - ▀▄ ▀▀▀▀▀ ▄   ▀      ▄      -    ▀    ▄  ▀▄   - ▄▄ ▀ ▀ ▀    ▀▄▀    - ▀▀▀ ▄▄         ▄ ▄▀▀▀   - ▄ ▀ ▄ ▀           - ▄            - ▄ ▄ ▄   ▀ ▄▄▄▄    -   ▄         ▄   ▄▀ - ▄         ▀ ▀ ▀▀     - ▀ ▀▀ ▀▀ ▄    ▄▄▄▄▄ ▄▀▄    - ▄▄     ▄ ▄▄▄  ▄▄   ▀▄▀    -  ▄    ▀▀▀  ▀  ▄  ▀▀▄   - ▀▀▀▀   ▀▀▄ ▀    ▀▀▀▀▀ ▄  - ▀▀   ▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▄ ▄ ▀▀▀▀ ▀  diff --git a/ponies/pinkiehugfluttershy.pony b/ponies/pinkiehugfluttershy.pony deleted file mode 100644 index bcb27b5..0000000 --- a/ponies/pinkiehugfluttershy.pony +++ /dev/null @@ -1,64 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: (none) -BASED ON: Generation 3 Pinkie Pie -COAT: yellow -COAT: pink -DISPLAY: full, right -DISPLAY: full, left -EYE: cyan -EYE: blue -GROUP: mare, mane -GROUP: mare, mane -KIND: pegasus -KIND: earth -LINK: regular -LINK ON: 2 -MANE: pink -MANE: pink -MASTER: pinkie -NAME: Fluttershy -NAME: Pinkie Pie -OTHER NAMES: Shy (sometimes) -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: hug fluttershy -SOURCE: Desktop ponies -WIDTH: 70 -HEIGHT: 32 - - -$$$ -$balloon48$ - $\$ - $\$ - $\$ - ▄▀ ▀▀▀▄  - ▄▄▄      ▄▄▄▄  - ▄▀▀▀▀▄▀ ▄▀   ▀▄▀ ▀▄  - ▄▀ ▄▄▄ ▀▄▄  ▄▀  ▀▄  -   ▄▀ ▄ ▄▀▀▄▄ ▀▀▄ ▀  ▄▀   - ▀▄   ▄ ▄▀ ▀▀▀▀ ▀        - ▄▄▄▄▄▄▄ ▄▀   ▄▀  ▄▀▄▀  ▀ ▀▄    - ▄ ▄▄▀  ▄▄▀▀▀▀▄▀▄▄▀  ▄   ▀▀  ▄ ▄▀▄▄▀▄  -        ▄▀   ▀ ▀▀  ▀   ▀  ▄ ▀   -   ▄  ▄▄▄▀ ▀▀   ▀ ▀▀▄▀ ▀▀▀▄▀   ▄▄▄  - ▄▀▄ ▀▄       ▄▄ ▀▀▀    -    ▄▀▀▄ ▄▀▀     ▀ ▀▀▀ ▀▄▄    -    ▄▀     ▄▀▄  ▄▀ ▀ ▀▀ ▄▄▀ ▄▄▄▄▀▀▀▀  - ▄▄▄   ▀    ▄▄        ▄▀ ▄▄▀▀▀▄▄▀ ▄▀  - ▄▀▀ ▀▀▄ ▀▄ ▀▄▀▀ ▀▄▀      ▄▀▄▀▀   ▄▄▄▀  - ▄▀ ▄▄▄▄▄▄▀▄▄▄▄  ▀▀▄▄▄▄▀▀       ▄▀▄▀▄▄  ▀▄    -   ▄▀ ▄▀▀▀▄▄▄▄▄ ▀     ▄▀     ▄ ▄▀▀ ▀▄ ▀▄▀▀▀▀▀▄  -        ▀▄▀▄▀ ▀▄▀      ▀    ▀▀    ▀▀ ▀▀▀   -        ▄▄▀▄    ▄▀▀▀  ▄  ▄       ▀▄ ▄▄▄▄ ▀▄ ▄▀ -   ▀▄      ▄ ▀▄       ▀    ▀▀  ▀ ▀  ▀▄▄▄▄▀ ▄▀▄▀  -   ▀▄▀▄ ▀▄  ▄    ▀▄  ▀▄ ▀▄▄ ▀ ▀      ▄▄▀ ▀▄  -    ▄▀ ▀▄ ▄▀   ▄ ▀▀ ▀▄▄▄ ▀ ▀▄ ▀▀     ▄▀▀▄▄▀  - ▀▄▄▀ ▀ ▀▄                ▀▄▀▀▄ ▀▀▄▄   -  ▄▀      ▀▄    ▀▄       ▀▄▄ ▄▄▀  -▄ ▀▀▀  ▀▄    ▀    ▀▄  ▀      -▀  ▄ ▀▀▀▀▀▀▀    ▀▀  ▀▄   ▄       - ▀▀▀ ▀▀▀▀▀ ▀▄▄▄▄ ▀▀▀ ▀▀▀▀▀      - ▀▀▀▀  diff --git a/ponies/pinkiehugsfluttershy.pony b/ponies/pinkiehugsfluttershy.pony deleted file mode 100644 index 22e55d9..0000000 --- a/ponies/pinkiehugsfluttershy.pony +++ /dev/null @@ -1,60 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: (none) -BASED ON: Generation 3 Pinkie Pie -COAT: yellow -COAT: pink -DISPLAY: full, right -DISPLAY: full, left -EYE: teal -EYE: blue -GROUP: mare, mane -GROUP: mare, mane -KIND: pegasus -KIND: earth -LINK: regular -LINK ON: 2 -MANE: pink -MANE: pink -MASTER: pinkie -NAME: Fluttershy -NAME: Pinkie Pie -OTHER NAMES: Shy (sometimes) -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: hugs fluttershy -SOURCE: Ddesktop ponies -WIDTH: 65 -HEIGHT: 28 - - -$$$ -$balloon35$ - $\$ - $\$ - $\$ - $\$ ▄▀ ▀▀▄  - ▄▄▄▀▀▀▀▀▄▄   - ▄▄▄▄▄▀     ▀▀▄  - ▄ ▄▄▀  ▄  ▀▄ ▄▄▄ ▀▀▀▀   -        ▄ ▀ ▀▀ ▀▄ ▀▄  -   ▄  ▄▄▄▀▄▀▀▄ ▀▄    - ▄▀▄   ▄▄ ▄▄      -    ▄▀▀▄   ▄ ▀ ▀ ▀▄ ▄▀ ▄▄▀  -    ▄▀    ▀▄ ▀▀ ▄▄▄▄ ▀▄▄  - ▄▄▄   ▀    ▄▄ ▄▀▀ ▄▄▀▀ ▀   ▄▄▄▄  - ▄▀▀ ▀▀▄ ▀▄ ▀▄▀▀ ▀ ▄▄▄▄▄  ▄ ▀ ▄▀▀ ▀▀▀ ▀▄  - ▄▀ ▄▄▄▄▄▄▀▄▄▄  ▀▀▄▄▄▄▀  ▄  ▄   ▀ ▀  ▀▄   ▄▄▄  -   ▄▀ ▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▄▄ ▄▄▄ ▀ ▀▄   ▀▀    -        ▀  ▄▄▄▄▄▀ ▀▀▄▀▄▄▄ ▀▀▄   ▄▄▄    -        ▄▄▀▀▀▀ ▀ ▀ ▄▀   ▀▀▀ ▀ ▀▀▄▄▄▄▀▄    -   ▀▄      ▄ ▀▄     ▀ ▀ ▀▀    ▀▀  -   ▀▄▀▄ ▀▄  ▄    ▀▄  ▀▄ ▀▄ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▄▀▀  ▄   -    ▄▀ ▀▄ ▄▀   ▄ ▀▀ ▀▄▄▄ ▀  ▄▀ ▀▀▀▀ ▀▄  - ▀▄▄▀ ▀ ▀▄            ▀    ▀▄ ▄▄    -  ▄▀      ▀▄    ▀▄  ▀ ▀▄   ▀▄▄   -▄ ▀▀▀  ▀▄    ▀    ▀▄   ▀▄▄ ▀   ▄ -▀  ▄ ▀▀▀▀▀▀▀    ▀▀  ▀▄       ▀▄ ▀ - ▀▀▀ ▀▀▀▀▀ ▀▄▄▄▄ ▀▀▀ ▀▀▀▀▀ ▀▀▀  - diff --git a/ponies/pinkieoink.pony b/ponies/pinkieoink.pony deleted file mode 120000 index 7f9fd2b..0000000 --- a/ponies/pinkieoink.pony +++ /dev/null @@ -1 +0,0 @@ -./oinkoinkoink.pony \ No newline at end of file diff --git a/ponies/pinkieparade.pony b/ponies/pinkieparade.pony deleted file mode 100644 index 9638e49..0000000 --- a/ponies/pinkieparade.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie, Pinkamina Diane Pie -POSE: parade -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 48 -HEIGHT: 27 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ -  ▄  - ▄▀ ▄ ▄▄▄▄  -   ▄▄▄▄▄ ▄▀ ▄▀▀   -  ▄▀▀▄▄▄   ▀▄  ▄▄  -       ▄▄▄▄  ▀ ▄ ▄▄▄  - ▄▄▄▄▄▄▄▄▄▄▄▄ ▀▀▄ ▀▄▀ ▀▄▀▄  -  ▀ ▀ ▀▄▄ ▄▄▄ ▀▄▀▀▀▀    - ▀▀▀▀▀▀▀▀▀▀▀▀▄▀ ▄▄▀▄  ▄ ▄▄▀ ▄▀ - ▄▄▄▄▄▄ ▀▄▄▄▄▄▄▄▄▀ ▄  ▄▄     ▀▀▀  - ▄ ▀ ▄▄▄▄▀▄ ▄▄▄▄▄▄▄▄▄▄▀▀▄ ▀▄▄▄ ▀▄▄▄ ▀▀  -   ▄▀ ▀▄▀▄▀▄▄▄▄▄▄▄▄▀▄ ▄ ▀▀▀      - ▄▀▀▀▄ ▀▄▀ ▀ ▀▄▀ ▄▄▄▄▄▄▄▄▄▄▀▀▄ ▄▄▄▄▄ ▀▀  -   ▀   ▀▄ ▀▀▀▄▄▄▄▄▄▄▄▀      -   ▄▄▀▀▀▀▀    ▄▄▄▄▄▄▄▄▄▄ ▄▀    -      ▄▄▄▀▀▀  ▀ ▀ ▀▄  ▄▀  ▄  - ▀▄   ▀▀▀▀▀▄  ▀ ▀ ▀ ▄▄▄▄▄▄▀▀  - ▄▀ ▀▄▄ ▀▄ ▄  ▄ ▀▀▀▀▀▀▀▀▀▀▀  -   ▄ ▀▀▄ ▀ ▀      ▀      - ▀ ▀▀ ▄   ▀▀       ▀   - ▄   ▄▄▄▄ ▀▀          -  ▄▄ ▀ ▀▄       ▀ ▀  - ▀▀▄▄▄▄▀          -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/pinkiepartycannon.pony b/ponies/pinkiepartycannon.pony deleted file mode 100644 index 4914ebd..0000000 --- a/ponies/pinkiepartycannon.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: cannon -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 64 -HEIGHT: 26 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ - $\$ ▄▀▀▀ ▄  -       ▀▄▀▀▄▀▀▀▄▄  - ▄▀▀▀▀▄▀     ▀▄▀    -   ▄   ▄▄▄▄ ▄▀▀▀▄    -  ▀   ▀▄▄▀▀ ▀▀▄      -  ▄▀  ▀ ▀ ▀▄▄▀▀▄ ▀▄▀▄ ▄  - ▄▄▄ ▀▄ ▀ ▄▀ ▀  ▄▀      - ▄▀▀ ▀▀▀▄▄  ▀ ▀▄    ▄   ▄  -   ▄▀▀▀▀▀▄ ▀▄ ▄  ▀▀▄ ▄ ▀▄▄▀    - ▄▄▄▄ ▀   ▀▀ ▀▄▀▄▀▄   ▀  ▄   ▀▀ ▄▄▄  -     ▀▄▀▄▀▄▄▄▄▄▀   ▀▄ ▀ ▄▄▄▄▄▄▄ ▄▄▄▄▀▀▀  ▀▄  -   ▄▀▀▀▀▀ ▄▀     ▄▀▀▄▀   ▄▀▀▀ ▄▄ ▄▄▄ ▀▀▀▀ ▄▄   ▀▄ -     ▄▀▀▀▄▄▀      ▀▄ ▀▄▄▄▄▀▀ ▄ ▀▀▄▄▄▄ ▀▀     - ▀▄ ▀▄ ▀▀▀▀▄  ▄ ▀  ▄▀▄▀▄▀▄▄▄▀▀ ▀▄   ▄▄ ▀▄  - ▄▀ ▀▄▄ ▀▄ ▄  ▄ ▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀ ▀▀  -   ▄▀▀▄  ▀ ▄▀  ▄▀ ▀ ▄  ▄▄ ▀▀ ▀▀ ▀  - ▀ ▀▀ ▀▄ ▄▀  ▄▀  ▄   ▄ ▀▀▀▀ ▀  ▀  - ▀▄ ▀▀ ▀▀▀ ▄▀    ▄ ▀ ▄ ▄▀▄▄▀  ▀  ▀▀  - ▀▄▄▀       ▀ ▄  ▀  ▀▄▄▀▄ ▄   - ▀▀▀▀▀     ▀ ▀  ▀ ▀▀▀▀ ▄   - ▀▀▀▀▀ ▀▀ ▀▀ ▀▀  - diff --git a/ponies/pinkieprincess.pony b/ponies/pinkieprincess.pony deleted file mode 100644 index e669cf7..0000000 --- a/ponies/pinkieprincess.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: closed, blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: princess -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 44 -HEIGHT: 29 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$  ▄ ▄▄  - $\$   ▄▄▀  - ▄▀  ▄    ▄  - ▄▄▄▄ ▄  ▀   ▄▄▄▀  - ▄▀ ▄▀▄▀▀▄▄ ▀▄▀▀▄▀  -   ▄▀▄▀   ▀▀▄   ▀▀▄  - ▀▄   ▄▄▀▀▀▀▀▄ ▀▀▄▄ ▀▄  - ▄ ▀▄    ▀▄▀      - ▀▀▀   ▄  ▄▄   - ▄▄▀ ▀   ▄▀  -     ▄ ▄▀▀▀ ▀▀▄  - ▀  ▀▀▀  ▀     ▄▄▀▀▀▀▀▄▄  - ▀▀▄▄  ▀▄▀ ▀▄  ▄▀▄▄▀▀▀▀▄ ▀▄  -   ▄▀ ▀ ▄▀ ▄ ▀ ▀▀▀▀▀    ▄▄  -     ▀   ▀▀▄ ▀ ▄▀   ▀▀▄  -   ▀▄▄▄▀▄▀▀▀ ▀▄    ▀▀▀   -   ▄▀ ▀▄       ▀ ▀▄   - ▄ ▀▀ ▀▀▀▄ ▀ ▀   ▀▄▄▄▀▀▄   ▄▄▀ - ▄▀▀ ▀▄ ▄▀ ▄▀▀▀ ▄▀ ▄  -   ▄▀▀ ▀▀ ▀▀▀  ▀▄ ▀▄   ▄▀▀▀ ▄▄    -   ▀▄ ▀▄     ▀▄     ▄▀ ▀▄▄ ▀  -             ▀▄ ▀▄  ▄▀  -       ▀▄       ▀▀▄ ▄▀ ▄  - ▀▀ ▄▀   ▀▀▀    ▀▄▄ ▀  -  ▀▀▀▀▀      - ▀▀▀▀▀▀  diff --git a/ponies/pinkiesilly.pony b/ponies/pinkiesilly.pony deleted file mode 100644 index cc4718f..0000000 --- a/ponies/pinkiesilly.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: silly -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 50 -HEIGHT: 25 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - ▄▀▀▀▄ ▄ ▀▀▄ ▄▄ ▀ - ▄▀   ▀ ▀▀ ▀▀▀ ▀▄ ▄ ▀  - ▄▄▄ ▄▀ ▀▀▄▀▀▀▄▄▄▄▀▀▀ ▄ - ▄ ▀ ▄▄▄▄▀▀▀▀▄▄▄▀▀▄▄   - ▄▀ ▄ ▀▀ ▄▄  ▄  ▄▀  - ▄▄ ▄▄▄▄▀▀▀ ▄ ▄▄▀▀  ▄▄    - ▄ ▀▀ ▀▀▀ ▄ ▀▄ ▄▄  ▄▀▀▄  ▀  ▀  -  ▄▀ ▄   ▀▄▄▄▄▄▀   ▀▄    ▄▄ ▄ ▄  - ▄▄▄     ▄▄▄▀▄  ▀ ▄▀  ▀▄▄▄ ▀ ▄ ▀ ▀▀▀▄  - ▄▀ ▀▀      ▀  ▀▄▄ ▀▄▀▄ ▄▄▄  ▀▀ ▄  -   ▄▄▄ ▀   ▄▀ ▀▀ ▀▄     ▀▀ ▀▄ ▀  - ▀▄  ▀ ▄▄▄▄     ▄▄▀ ▀▄ ▄▀    - ▀▄ ▀▄  ▀▀▀ ▀ ▀▄▀▀▄▀▀ ▀▄▄    - ▄▀ ▀▄   ▄▀ ▀▄▀▄   ▄▄▀  -   ▄▄▄▀▀▄▄▄     ▀▀▀▀▀  ▄  -  ▀ ▄ ▀  ▀▄   ▀        - ▀ ▀▀▀ ▀▄ ▄▀    ▀▄ ▄▀    -   ▀▄ ▀ ▀▀▀▀ ▀    ▄    - ▀ ▀▀   ▀▀ ▀▄▄▄  ▄▀    - ▀▀▀▀ ▀▀▀ ▀ ▀  - diff --git a/ponies/pinkietongue.pony b/ponies/pinkietongue.pony deleted file mode 100644 index ab3be73..0000000 --- a/ponies/pinkietongue.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: tongue -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 54 -HEIGHT: 25 - - -$$$ -$balloon31$ - $\$ - $\$ - $\$ - ▄▄▄▄ ▄▀ ▀▀▀ ▄  - ▄▀▀ ▀▄▀   ▄▀ ▀▄  - ▄▀ ▄   ▄▀ ▄ ▄▀▀▀▄  -  ▄  ▀▄ ▀▄▄▄▄▄▄ ▀▄▀ ▀▄ -   ▀▄  ▄ ▀ ▀▀▄ ▄▀▀▀▄   - ▀▄         ▄▀ - ▄▀  ▀▀▀▄ ▄▄▄▄    ▄▀▄▀▀  - ▄▄▄▄ ▄▀▄▀ ▄▄   ▄▄▄▄     ▀ ▄▀  - ▄▀ ▀▄   ▀▄ ▀▄▄▀▄  ▄▀▀     - ▄▀▀▀▄ ▄▀ ▄▀▀▀▄ ▀▄ ▀▄   ▀▄ ▀▀▀▀▀   ▄▄▄  - ▄▀ ▀   ▀▄   ▄▀ ▀▄ ▄▀ ▄▄▄▄▄▄▄ ▀▄▄ ▀▄  -   ▄▀▀▀▄   ▄▀▄▀▄  ▀▄▄▄ ▀   ▄       - ▀▄   ▀▀    ▄▀▀▀▀▀▄▄▄ ▀▄ ▀   ▀▀▀▀▀▀▀▄ ▄▄▀  - ▀▄   ▄▄  ▄▀ ▄▄ ▄ ▀▀ ▀    ▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀       ▄▀   ▄▄▀▀▄▄▀▄      ▄▄  -     ▀ ▀▀   ▀▀ ▀▀▄▀▄▀  ▀  ▀▄  - ▀▄▀▀▄ ▄▀   ▀▄▄▄▄ ▀▀   ▀ ▀▀▀  -    ▀▀▀     ▄▀   ▀▄    - ▄▄  ▄▀▄ ▀▀▀▀▀ ▀▀▀▀▀▀▀▀   ▀▀  - ▀▄▄▄▀ ▀▀▀▀▀  - diff --git a/ponies/pinkieumbrellahat.pony b/ponies/pinkieumbrellahat.pony deleted file mode 100644 index ba76c03..0000000 --- a/ponies/pinkieumbrellahat.pony +++ /dev/null @@ -1,56 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, front -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: umbrella hat -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 44 -HEIGHT: 34 - - -$$$ -$balloon16$ - $\$ - $\$ - $\$ - ▄▀▄▀▄  - ▀▄ ▄▀  - ▄▄▄  - ▄▄▀▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄  - ▄▀▀ ▄ ▀ ▀▀▄▄  - ▄▀ ▄  ▀▄  -        - ▄▀ ▄▄▄▄ ▀ ▀▀▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀    -  ▀ ▀▀▀▀▄▄▄ ▄▄▄▄ ▀▀  ▀▄▄▄   ▀▀▄    - ▀▀▄▄▄▄▄▄▀ ▀▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀  - ▄▀   ▄▄   -   ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄  - ▀▄  ▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀   - ▀▄▀  ▀   ▀      - ▄▀▄▀▄▀▀▄ ▄▀▀▄ ▄▀  - ▀▄▀ ▄▄   ▄▄  - ▄▀▀▀▄▄   ▀▀ ▄ ▀▀      - ▀▄ ▀▄ ▀▄ ▄▀     - ▀▄   ▀ ▀▀▀▀▄      - ▀▄▄ ▀▄   ▄▀  ▀▀  - ▀▀▄▄ ▀▄▄         - ▀▄▄▄▄ ▀▀▄▄▀  -       ▄▀ ▄▄▄▄ ▄▄▀▀▀▄  - ▄▄     ▄▄▄ ▄▀ ▄▀▄ ▄▀▄▀▄  -         ▀▄ ▄      ▀ ▀▀ ▄   - ▄        ▄▀ ▄▀  ▀ ▄▀ ▀▄▄   ▀ - ▄▀▀ ▄▀▄▄    ▀▀▀▄▄ ▀▄▄▀  ▀▀▀▀  - ▄▀ ▄▄▀    ▀ ▀▄ ▄▀  - ▀▀▀▀▀▀     ▀▀▄▄▄ ▀▀▀  - ▀▀▀  diff --git a/ponies/pinkieumbrellahatfear.pony b/ponies/pinkieumbrellahatfear.pony deleted file mode 100644 index f0c0c9b..0000000 --- a/ponies/pinkieumbrellahatfear.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: umbrella hat fear -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 53 -HEIGHT: 25 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄▄ ▄▀▄  - ▄  ▀▀▀▄ ▄  ▀▀▀  - ▀▀▄ ▄▄ ▀▄▀▄▀▄  - ▀▄▄ ▀▄▄▀  - ▄▄▀▀▄▄ ▄ ▄▄▄▀▄ ▀▄  -   ▄▀▄▀▄▀   ▀▄▀▄  ▀▄  -   ▄▄ ▀ ▄▀ ▄  ▀▄  ▀▄ ▄▄▄▄  - ▄   ▄▀  ▄▄▀ ▀▄ ▀▄   ▄▀▄    ▄▀ ▀▀▀ ▀▄  -  ▄   ▄▄▄▀ ▀▀▄▄▄▀  ▄▀▄▄▀▀▄   ▀▄ ▀▄   ▄▄▄  - ▀▀ ▄ ▀▄▀ ▄▄▀ ▀▄▀▀▄▄▄ ▀▄      ▄▄    ▀ ▀▄  - ▄▄ ▄▀ ▄ ▀▄ ▀▄ ▀▄▀   ▄  ▄  ▄▀▄▀▄▀ ▀▄▄▄▄    -   ▀  ▄▀▀▄▄▀▀▄▀    ▄▀  ▄    ▄▄   ▀▄    - ▀ ▀▀▄ ▀▀▀▀▀ ▄▀▀▀▀ ▄▀  ▄ ▀  ▀▄ ▄▄▀▀▄   ▄▀  - ▀▄▄▀ ▄▀ ▄▀▀▀          ▀▀▀▄▄▄▀   ▀▄  - ▀▀▄▄▄▄▄▄▀▀▀▄  ▀▄▀▀▄ ▀▀  ▄ ▄   ▄▄▀    - ▄▄ ▀ ▄▀ ▀▄▄▀▄ ▀▄▀▄ ▀▀▄▀ ▀   ▀▀    - ▄ ▀     ▄▀▀▄   ▄▀ ▀ ▀ ▀▄ ▀▄▄▀▄  - ▄ ▀ ▄▀▄▀ ▀ ▄  ▀▄▀  ▀▀▀▀  ▄▀ ▄ -▄ ▀ ▀▀▀ ▄▀       ▀▄▄ ▀  - ▀ ▀▀▀▀       - ▀▀▀▀▀  diff --git a/ponies/pinkiewhoops.pony b/ponies/pinkiewhoops.pony deleted file mode 100644 index 3613afc..0000000 --- a/ponies/pinkiewhoops.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: whoops -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 62 -HEIGHT: 29 - - -$$$ -$balloon18$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▄  -   ▄   ▄▀▀▀▄▄  - ▄▀▀  ▀▄▀ ▀▀ ▄▀▄    - ▄▀▀▀ ▄▄▄▄  ▀▄    -   ▄▀▀▄▄ ▄▀      -      ▀▄ ▀▄▄▀ ▀▄▄ ▀▄  -      ▄   ▄▄   ▄ ▀▄  - ▄▄     ▄   ▀▄   ▄▀        - ▀▄▄▀ ▄ ▀ ▀▄▄▀▄ ▀ ▀    -   ▀▀   ▀▄    - ▀▀▀▀▀ ▀▀ ▀▄    -   ▄▀ ▄▄▀▀  -    ▀ ▄ ▄▀▀▀▀▀▀▄  - ▄▀   ▀▄ ▄▄ ▀▀   ▄▄▄▄  -   ▀▄▀ ▀▀ ▀▀▄  ▀ ▄▄▀▄  -        - ▄▀      -        -   ▄ ▀▄▀▄ ▀▄ ▀▄  - ▄▀ ▀▄ ▀▀   ▀▄▀▄▀  - ▄▄▄▄▄▄▄▄▀ ▄▀ ▄   ▀▄  ▀  - ▄▄▄▄▄ ▀▄▄▄▄   ▀▄▄▀▀ ▀▄▄▄▀  ▀▄ ▄▄▀ ▄▀ ▀▀▀▀▀▄▄▄  - ▀▀▀▀▀▀ ▀▄▄▄▄▀ ▄▄▄▄▄▄▄ ▀▀ ▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀ ▄ ▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▀▀▀▀ ▄▄▄▄▄ - ▀▀▀▀  diff --git a/ponies/pinkiewhoopseat.pony b/ponies/pinkiewhoopseat.pony deleted file mode 100644 index 0db1036..0000000 --- a/ponies/pinkiewhoopseat.pony +++ /dev/null @@ -1,54 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: whoops eat -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 85 -HEIGHT: 32 - - -$$$ -$balloon22$ - $\$ - $\$ - $\$ ▄▀▀▀▀▄▄  - $\$ ▄▀▀▀▀▀▄   ▄▄▄ ▀▄  - $\$ ▄ ▀▀▀▄   ▄▀▀▀▀▄▀ ▄▀ ▀▄ ▀▄▄▄▄  - ▄▄▄▄ ▄▄           ▀▄  ▄▄ ▀▄ ▀▄  - ▄▀ ▀▄▀ ▀▀      ▄▀▀▄     ▄ ▀       ▄▀▀ ▀▄ ▄ -   ▄▀▀▀▄ ▀▄   ▀ ▀▄     ▀▄      ▀▀▄▀▄  ▄  - ▀▄  ▀▄▄▄▄  ▄▀ ▀▄  ▄  ▀▄▄▄▀▀▀  ▀▄▀▀▄▄▀  - ▀▄ ▀▄▄ ▄▀▄▄▄▀▀▀▀▄ ▄▄ ▄  ▄▄▄▄ ▀▄▄▄▄▄▄▀▀  -   ▀ ▀▀▄ ▀▄   ▄▀▄▄▀   ▄▀  ▀▄  - ▄▄▄▄▄▄▄▄▄▄▀ ▀▀▀▀▀▀▀         ▄    - ▄▀▀▀ ▄▀▀▀  ▄▀ ▀▄      -   ▄▀▀▄▄▄▀ ▄▄ ▀▄     ▄▀   ▀▀   -      ▀▀ ▀▄ ▀▄▄  ▀▄ ▄▄ ▄▀   ▄▀  ▀    -             ▀▄ ▄▀▄▄▀    ▄▀      - ▄▄      ▄    ▀▄  ▀   ▄▄▀▄▀▀ ▄ ▄ ▀    - ▀▄▄▀ ▄ ▀ ▀▄▄▀  ▄▀▄   ▀▄   ▄▄       -   ▄▄▄▄▄     ▀▄ ▀▄▄ ▄▀   ▄▄    ▄▀  - ▀▀▀ ▄▀   ▀▄▀▀▀      ▄▀▀▀▀ ▄    ▀▄▀  -   ▀▄▀ ▀    ▀▄▄▀ ▄ ▀     -        ▀  ▄▀  - ▄▀     ▄ ▀     -      ▀  ▄▀  -   ▄ ▄▀▀ ▀▀▀▀▀  ▄▀  - ▄▀ ▀▄ ▄▀ ▀▀▀  - ▄▄▄▄▄▄▄▄▀ ▄▀ ▄      - ▄▄▄▄▄ ▀▄▄▄▄   ▀▄▄▀▀ ▀▄▄▄▀  ▀▀  - ▀▀▀▀▀▀ ▀▄▄▄▄▀ ▄▄▄▄▄▄▄ ▄▀  - ▄▀▀▀▀ ▄ ▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▀  - ▀▀▀▀  diff --git a/ponies/pinkiewhoopsout.pony b/ponies/pinkiewhoopsout.pony deleted file mode 100644 index 7054894..0000000 --- a/ponies/pinkiewhoopsout.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Generation 3 Pinkie Pie -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: pink -MASTER: pinkie -NAME: Pinkie Pie -OTHER NAMES: Pinkie (official, short name), Pinkamina Diane Pie (official, full name) -POSE: whoops out -SOURCE: (Jay Wright, DeathPony/deadpwny, sidekick ponyguy, StarStep) Desktop ponies -WIDTH: 89 -HEIGHT: 29 - - -$$$ -$balloon53$ - $\$ - $\$ - $\$ - ▄▄▄▄ ▄▀ ▀▀▄  -   ▀▄ ▄▄▄ ▄▄      ▄▄ ▄▄▄  - ▄▄  ▄   ▀▄▄▀ ▄ ▀▀▄ ▄▀▀▄▀▄ ▀▀ ▄▀   ▀▀▀▄▄ ▀▄  - ▄▄▄▀ ▀ ▀ ▄▀   ▀▄   ▀▄▄ ▀▄▄ ▀▀    ▀▄  - ▄▀ ▄▄ ▄▀▀▀▀▀       ▄▀ ▄▀▀▄▀▀ ▀  ▄▀   -   ▄▀  ▄▀▄ ▀▀ ▀  ▀▀     ▄▄▀▄ ▄▄▄ ▀     - ▀▄    ▄▀ ▀▄ ▀▄▄▀ ▀▄  ▄▀   ▄▀   ▄ ▀▄▀▄▄ ▀▄  - ▀▄           ▀▄ ▄   ▀▀▀         ▄▄ ▄  ▄ ▄▄▀▀▀▀▀▀▄  - ▀ ▀    ▀▄    ▀▄ ▀▄▀    ▄▄▀  ▄▀▄▀ ▀▄▀▄  ▄  ▄ ▀▄▄▄▄▄▀    - ▀▀  ▄ ▀▄▄▀  ▄   ▀▀     ▄▄▀▄▄ ▀ ▀▀ ▀      - ▀▄▄▄▄▄▄▄▄   ▀▄▀ ▀▀▀▀ ▀     ▀▄▄▄ ▀     ▀▀▀▀▄  -   ▀▄ ▄▄▀    ▄    ▄▄   ▄ ▀▀ ▀▄ -   ▀▄  ▀ ▄▄▄▄▄▄     ▄▀▀▀      ▀▄   -   ▄  ▀▀▀ ▄▀ ▀▄   ▀▀▀▀ ▄     ▄▀▀▀▄      -   ▄   ▀▄▄▀▀▀▀▀▄▄  ▄▀▀▀▀▄ ▀▄▄▄ ▄▄ ▀   ▀ ▀▀▀▀ ▄▀ ▄▀  - ▄▀ ▀ ▀▄ ▀ ▀▀   ▄   ▀  ▀▄   ▄▄▄▀▀ ▀▄  -   ▀▄ ▄▀  ▀    ▀  ▀▄▀▄ ▀▄    -   ▀▄ ▄▀  ▄        ▀▄   ▄▀▀▄▄▀  - ▄▀ ▄ ▄   ▀▄         ▀▀▀▀▄▀▀   - ▄▀   ▀▄    ▄ ▄   ▀ ▀         ▄▄   - ▄▀ ▄   ▀▄ ▀  ▄ ▀ ▄▀  ▀    ▀▄▄▄▀  - ▄▀▀▀▀▀▀ ▀ ▄▀ ▄▄▀▄ ▄ ▀▄▄ ▀▄  ▄▄▄▄▄▄  ▀▀▀▀▀ ▀▀▀▀  -  ▄ ▀▀ ▀ ▀▄ ▀▀ ▀▀▀ ▀ ▀▄▄ ▀  ▀▄ ▀▀▀▀▀ ▄  - ▄▄▄▄▄▄▄ ▀▀▀▀▄▄▄ ▀▀▀▀▀ ▄▄▄▄▄▀▀▀  - ▀▄▄▄▄▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀  diff --git a/ponies/pipsqueak.pony b/ponies/pipsqueak.pony deleted file mode 100644 index 1787097..0000000 --- a/ponies/pipsqueak.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S02E04 Luna Eclipsed -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: white -FREE: no -GROUP: colt, background, voiced -KIND: earth -LINK: regular -MANE: brown -NAME: Pipsqueak -OTHER NAMES: Pip (unofficial, short name) -POSE: pirate -SOURCE: (StatStep) Desktop ponies -WIDTH: 33 -HEIGHT: 21 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▀▄ ▄▄  - ▄▀▀▀▀▀▀▀▀▄▀▄▀▄▄▄▄▄▄▄  - ▄▄▄▀▀▀▀▀▀▀▀▀▄▀▄▄▄▄▄▀▀  - ▄▀▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▄▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄ ▀▀  - ▀▄▀ ▀▄▀▀▄▀▄▀▀▀▀▄▀▀▄▄▄  - ▄▄▄▄▄▄▀▄▀▄▀▀▄▄▄  - ▄▀▀▀▀▀▄▄▀▄▀▀▀▄▀▄ ▄▄▄  - ▀▄▄▀▄▀▀▀▄▀▀▀▄▀▄▀ ▄▄▀▀▀▀▀  - ▀▀▀▀▀▄▀▀▄▄▀▄▄▄▄▄▀▀▀▀▄▄  - ▄▄▀▀▄▀▄▄▄▄▄▀▄▀▄▀▄▄▀ - ▄▄▀▀▀▀▀▄▄▄▄▄▄  - ▄▄▀▀▀▄▀▀▄▀▀▄  - ▄▄▄▄▀▀▀▄▀▄▀▀▀  - ▄▄▄▄▀▀▄ ▄▄▄▄▄▀▄  - ▀▀▄▀▀▀▀ ▀▀▄▀▀▀▀  - diff --git a/ponies/pokey.pony b/ponies/pokey.pony deleted file mode 100644 index 979fb87..0000000 --- a/ponies/pokey.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: stallion -KIND: unicorn -LINK: regular -MANE: white -NAME: (not mentioned) -OTHER NAMES: Pokey Pierce (unofficial), Perry Pierce (unofficial, same look) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 44 -HEIGHT: 26 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▀▄ ▄▄▄ ▄▄▄  - ▄▄▄ ▄▄▀▄▄▀▀▀▄▄▀▀▀▀▀▄  - ▄▀▀▀▀▄▄▄▄▀▀▄▀▀▀▄▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▄▀▄▄▀▀  - ▄▄▀▀▀▀▀▀▀▄▄▀▀▄▀▀▀▀▀▄▄▀▄  - ▄▀▄▄ ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄  - ▄▄▀▄ ▄▀▀▀▀▄▄▄▀▀▀▀▀▀▄▄▀▀  - ▀▀▀▄▀▀▀▀▄▄▄▄▀▄▄▀▀▄▄▀▀▄  - ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▄ ▄▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▀ ▄▄▄▄▄▄▀▀▀▀▀▀▀▀▄▀▀▄  - ▄▄▀▀▀▄▄▀▄▄▄▀▀▀▀▀▀▄▀ ▄▄▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▄ ▄▀▀▄▀▀▀▀  - ▀▄▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄▄▀▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▄▀▄▀▀▄ ▄▄▀▀▀▀▀▀▀▀▀▄ - ▄▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀ - ▄▀▄▀▀▄ ▄▄▀▄▀▀▀▄ ▄▀▀▄▀▀▀▄  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▄▄▄▄▄▄▀▀  - ▄▀▀▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▀▄▀▀▀▀▀  - ▄▀▀▄▀▀▀▀▄ ▄▀▀▀▄▄▀▀▀▀▄ ▀▀▀  - ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀  diff --git a/ponies/pokeypierce.pony b/ponies/pokeypierce.pony deleted file mode 120000 index c66432d..0000000 --- a/ponies/pokeypierce.pony +++ /dev/null @@ -1 +0,0 @@ -pokey.pony \ No newline at end of file diff --git a/ponies/ponet.pony b/ponies/ponet.pony deleted file mode 100644 index 39c4fa4..0000000 --- a/ponies/ponet.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: green -FREE: no -GROUP: stallion -KIND: unicorn -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Ponet (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 44 -HEIGHT: 27 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▄ ▄▄▄ ▄▀   - ▄▀ ▀▄▄▀ ▀▄   ▄▄▄  -   ▄▄▄  ▄▀  ▄▀ ▀▄ - ▀▄     ▀ ▀▄   ▀   - ▄▀   ▄ ▀▀▄▀ ▀▀▄ ▀ ▀    -   ▄   ▀ ▀▀ ▀▄▄▀  ▄▀▄  - ▀▄ ▄▀ ▀▀▀▀ ▀▄ ▄▀    - ▄▀ ▄ ▄▀ ▄▄ ▀ ▀▄ ▀▀  - ▄▄▄▄▄   ▀   ▀▀ ▀▄▄ ▀▄  - ▄▀ ▄ ▀▀▄ ▀▄▄ ▀ ▀▄ ▄    -    ▄▄ ▀▄▄▄▄▄▄ ▀▄▄   ▀▄▄▄▄▄▄▄ ▀  -   ▀   ▀  ▄ ▄ ▀▀▀ ▀▀▄    - ▀▄  ▀▄   ▀▄ ▀▄ ▀ ▄▀  - ▄▄▄▀ ▄ ▀▄  ▀▄▀▄▀▄ ▄▀  - ▄▀ ▄▄     ▄▀ ▄   - ▀▄ ▀ ▀▀▀▀▄▀ ▄ ▀ ▀▀     - ▄▀▀▄  ▀▄   ▄▀        -  ▄▄▄     ▄▀          - ▀▄▄▄ ▀▀          ▄▄  - ▀▀▀ ▄▀   ▀▄    ▄   -   ▀ ▀▀▀ ▀▄ ▀ ▀  - ▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  - diff --git a/ponies/poppycock.pony b/ponies/poppycock.pony deleted file mode 100644 index bbfaa4c..0000000 --- a/ponies/poppycock.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E26 The Royal Wedding [Part 2] -BALLOON: top -COAT: red -DISPLAY: full, right -EYE: grey -FREE: no -GROUP: stallion -KIND: unicorn -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Poppycock (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 43 -HEIGHT: 26 - - -$$$ -$balloon35$ - $\$ - $\$ - $\$ - ▄▀   - ▄▀▀▀▄▄ ▄▀▀▀▄▀  ▀▄▄▄  -   ▄▄▄▀▀ ▄▀  ▀▄ ▀▄ -       ▀▀     -    ▄ ▀▀▄ ▄▄▀ ▄    - ▄▀   ▀ ▀▀ ▀▄▄▀   ▀▄  - ▀▄ ▀▄ ▄▀▀▀▄ ▀▄ ▄▀    - ▄▀ ▄    ▄▄▀ ▀▄ ▀▀  -     ▀▀ ▀▄▄ ▀▄  - ▄▀▀▀▀▀▄▄ ▀▄▄   ▄    - ▄▀ ▀▄ ▄▄▄▄▄ ▀▄▄▄▄▄▄▄ ▀  -   ▄▀▀▄▄▀▀▀▀▀▀▄▄▄▀▀▀      - ▀▄   ▄▀ ▄ ▀ ▀▄ ▀▄▄▄▄   - ▀▄     ▀ ▀ ▀▀▄      - ▄▀▀▀  ▀▄ ▀▀▀▄ ▀▄▄   ▀  -  ▄▄▄▀▄  ▄ ▀▀▀  ▀▀  - ▀▄▄      ▄▀▀      -  ▄ ▀▄   ▄▀        ▄  - ▀▄▀▀▀              - ▀▄▄▄▀          ▄  -    ▀▀▀     ▀   - ▀▄▄▄▄▄▄   ▀▀▀▀▀   diff --git a/ponies/posey.pony b/ponies/posey.pony deleted file mode 100644 index 2433237..0000000 --- a/ponies/posey.pony +++ /dev/null @@ -1,23 +0,0 @@ -$balloon34$ - $\$ - $\$ - $\$ - ▄▄▄▄▀▀ ▀▀▀▀▄▄▄  - ▄   ▄▄▄  ▄▀▀ ▀▄  - ▄  ▄ ▀ ▀▀▄▄▀▀▀▀▀   -    ▀ ▀▄▄▄   - ▄▄▄▄▄  ▄       - ▄▀ ▀▀▄▄   ▀▄ ▄ ▄   ▀  ▄▀▄▀ -   ▄▄▄▄▄▄ ▀▄   ▀▄▄▄ ▀     ▀▄      -   ▄▀ ▄▄▄ ▀ ▄   ▀▄▄▄▄▀  ▄▄▀▄    - ▄▀   ▄▀ ▄▄▄▄▄▄    ▀▄ ▄  ▄ ▀▀  -       ▄▀▄ ▄   ▀▄ ▀▄ ▀▀▀▀▄    -         ▄▀▄ ▀▄ ▀▄   ▀▄▀   ▄▄  -       ▀▄ ▀▄▀▄▀▄ ▀▄ ▀▄   ▀▄ ▀▄    - ▀▄   ▀▄   ▄  ▄ ▀▀▀▀▄▀     ▀▄ ▀▀ ▀  - ▀▄ ▀▄▀▄      ▄▀▀       ▀▀▀▀  - ▀▀▄▀▄▀▄           ▄▀   ▀  - ▄▄▀ ▀▀▀▀▄▄▀▀▄▀▄         ▀▀▄ ▀▀  -   ▄▀▀▀▀▀▄▄ ▄▀▄▀▄▄        ▀▀▀▀▀▀  - ▀▄ ▀▀▀▀▀    ▀▀       -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/powderrouge.pony b/ponies/powderrouge.pony deleted file mode 100644 index 28f856d..0000000 --- a/ponies/powderrouge.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E20 Green Isn't Your Color -BALLOON: top -COAT: beige -DISPLAY: full, right -EYE: closed, purple -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Powder Rouge (unofficial), Sindy (unofficial) -POSE: sit -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 39 -HEIGHT: 21 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▄ ▄▄▀▀▀▀▀▄  - ▄▄▀▄▄▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▄▄▀▀▀▄▄▀▄  - ▄▄▀▀▀▀▀▀▀▄▄▄▀▄▀▄  - ▄▀▀▀▀▄▀▀▄▀▄▀▀▀▄▀  - ▄▀▄▀▀▄▀▀▄▀▄▀▄▀▄  - ▄▄▀▄▄▀▀▀▀▀▀▀▀▄▀▄▄  - ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▄▄▄▄▄▄ ▀▄▀▀▀▄▄▀▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄ ▄▀▄  - ▄▄▀▀▀▄▄▀▄▄▀▀▀▄▄▀▀▀▀▀▀▀▄▄▄▀ ▀▄▀▄▀ - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄▄▀▀▄▀▀▀▀  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀▄▀▀▀▀▄  - ▀▀▀▀▄▄▄▀▀▀▀▀▀▄▄▀▀▀▀▄▄▀▀▀▄  - ▀▀▄▄▀▀▀▀▄▄▄▄▀▀▄▄▀  - ▀▀  diff --git a/ponies/prettyvision.pony b/ponies/prettyvision.pony deleted file mode 100644 index 139033c..0000000 --- a/ponies/prettyvision.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E20 Green Isn't Your Color -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: green -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Pretty vision (unofficial), Elsie (unofficial), Suity Voyage (unofficial) -POSE: stand -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 42 -HEIGHT: 25 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▄ ▄▄▄  - ▄▀▀▀▀▄▀▄▀▀▀▄▄▀▄  - ▄▀▄▄▄▄▄▄▀▀▀▄▄▀▄▄▄▄  - ▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄  - ▄▄▀▀▄▄▀▀▀▀▄▄▀▄▀▀▀▄▄▀▄  - ▄▄▀▀▀▄▀▄▄▄▀▀▀▀▀▀▀▄▀▄ ▄▄▀▀▀▀▀▀▄  - ▄▄▀▄▄▀▀▀▄▄▄▀▀▀▀▀▄▄▄ ▄▀▄▄▄▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▄▄▄▄▄▄▀▀▀▀▀▀ ▄▀▄▀▄▄▄▀▀▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▄▄▀▄▄▄▄▀▀▀▀▄▄▀▀ ▀▄▀▄▄▀▀▀▄  - ▄▀▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▄▀▄▀▄▄ ▄▄▀▄▄▀▀▀▄ - ▀▄▀▀▀▀▀▄▀▄▀▀▀▀▀▀▄ ▄▄▀▀▀▄▀▀▄▄▄ - ▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀ ▀▄▀▀▄▀▀▀▄▄▄ - ▄▀▄▀▀▀▀▀▀▀▀▀▀▄▄ ▀▄▀▀▀▄▄▀▄ - ▄▄▄▄▀▄ ▀▄▀▄▄▀▀▄ ▀▄▀▀▀▀▄ - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▄ ▀▄▀▄  - ▄▄▄▄▀▀▄ ▄▄▄▄▄▀▀▄ ▄  - ▄▀▄▄▀▀▀▀▄ ▄▄▄▄▄▄▀▄  - ▄▀▀▀▄▄▄▀▄ ▄▀▀▄▄▄▀▀▄  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/purplehaze.pony b/ponies/purplehaze.pony deleted file mode 100644 index c6740c4..0000000 --- a/ponies/purplehaze.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: purple -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: purple -NAME: (not mentioned) -OTHER NAMES: Purple Haze (unofficial) -POSE: stand -SOURCE: desktop ponies -WIDTH: 43 -HEIGHT: 27 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▄▄  - ▄▀ ▀▀▄  -  ▄▀▀  ▄▀ ▄ ▀▄ - ▄▀▄▀▄  ▄▄▀ ▄▀   - ▄▀      ▀ ▀    -   ▀ ▀▄▄▄▄▄ ▀▄▄▄▀  -        ▄      -    ▀ ▄ ▄     - ▄▀▀▀▀▀▀▄▄   ▀▄ ▄▀ ▀▄▄▄  ▄  - ▄▀ ▄▀▀▀ ▀▄ ▀▄ ▀▄   ▀ ▀▀▀ ▄    -   ▄▀ ▄▀▀▀▄ ▀▄   ▀▄ ▄▄▄▄▄▄▀▀  -       ▀▄▄▄▄▄▄▄▄▀▀▀▄    -       ▄▀    -         ▄▀  -       ▀▄   ▄▀  -▄ ▄▀ ▄▀   ▄  ▄ ▀▀▀▀ ▀   - ▄▄▀ ▀ ▄▀    ▄▀▀        -  ▄▀         ▀▄▀▄  - ▀▄▄▄▄▄▀              -         ▀▄  ▄  -    ▀▀     ▀▀   -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/quickfix.pony b/ponies/quickfix.pony deleted file mode 100644 index 54b7493..0000000 --- a/ponies/quickfix.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Frienship is Magic [Part 1] -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, background -KIND: unicorn -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Quickfix (unofficial), Epona (unofficial), Clockwork (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 46 -HEIGHT: 25 - - -$$$ -$balloon3$ -$\$ - $\$ - $\$ -  ▄▀▀▀▀▀▀▀▀▄  - ▄▀▀▄▀▄▀▀▀▀▀▀▀▄▄  -   ▄▀▀ ▄▀▀▀▀▄     - ▄▀▄▀ ▄▄▄▀  ▀▀▄ ▀  ▄  -  ▀▀▀▀ ▄▀ ▄▀▀ ▀   ▄  - ▀  ▄▄▄▄ ▀ ▀     -    ▄▄▄▀     ▄▄▀▀▀▀▀▄  - ▄  ▀▄▄▄ ▀   ▀▄  ▄▀▀▄▄▄▄▄ ▀▀▄  -   ▄ ▀▀▀   ▀▄     ▀ ▀▀ ▀▄    - ▀▀▄▄▄▄▄▄  ▄    ▄▄▄▄  ▄▀ ▀▄      -    ▀▄ ▀ ▄ ▀        -   ▀ ▀▄▄          -   ▄  ▄      ▄▀    - ▄▀ ▀▄          -  ▄   ▀▀▀▀▀▄ ▀▀▄     ▄▀  -         ▀▄     ▀▄   ▄  -           ▀▄   ▀▄ ▀▄▄▀   - ▄▀           ▀▄ ▀▄▄▄▀▄▀ -  ▄         ▀▄ ▀▀▀▄▄▄▀  - ▀▀ ▄ ▀▀ ▀▀▀     - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/raccoon.pony b/ponies/raccoon.pony deleted file mode 100644 index db01bb1..0000000 --- a/ponies/raccoon.pony +++ /dev/null @@ -1,53 +0,0 @@ -$$$ -APPEARANCE: S03E03 Too Many Pinkie Pies -BALLOON: top -COAT: grey -DISPLAY: full, right -EYE: black -FREE: yes -GROUP: raccoon, wildlife -KIND: animal -LICENSE: CC0 -LINK: regular -POSE: run -SOURCE: (screenshoot) -WIDTH: 89 -HEIGHT: 27 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon18$ - $\$ - $\$ - $\$ - ▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄  - ▄▄  ▄ ▄▄▄▄▄  - ▄▀▀ ▄ ▀  ▀▀▄  - ▄▄▀      ▄  -       ▄ ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄  ▄  ▄   ▀▄ ▀▀▄▄  - ▀▀▀▀▀▀▀   ▄  ▄ ▀▄▄  - ▀  ▄  ▄ ▀ ▀▄ ▄▄  - ▀▀▄▄▄    ▄ ▀▄ ▄▀ ▀   - ▀▀▀ ▄▄▄▄▄▄▄  ▀▄ ▄▀      - ▀▄ ▀ ▀▀▀▄▄▄▄ ▀▀▀▀▀▀▀ ▀    -   ▀▄ ▄   ▀  ▄ ▀▀   -   ▀▄    ▀ ▀  ▄ ▀▀▀   - ▀▄     ▀▀  ▄ ▀ ▄▄ ▄  -   ▄▀ ▄▀ ▄▄ ▀ ▄▀  ▀▄  ▄  - ▀▄   ▄▄▄ ▀  ▄▀  ▀▄ ▄▀▄▀▄▄▄  - ▀▄ ▄▀  ▀▀▀▀▀ ▄ ▀▀ ▀▀▄▀ ▀▄  -   ▄▀ ▄▄▀▀▄ ▀ ▀ ▀▄▀▀▀▀ ▀▄▄▄▄ ▀▀▀▀▀  -  ▀▄ ▀▀▀▀ ▀▀▀▀ ▀▄▀▄ ▀▀▀▀▀  - ▄▀ ▄▀▄▄ ▄     -   ▄▀▄▀▄ ▄ ▀   -  ▀ ▀▀ ▀▀  - ▀ ▀  diff --git a/ponies/raggedy.pony b/ponies/raggedy.pony deleted file mode 100644 index 43d56f2..0000000 --- a/ponies/raggedy.pony +++ /dev/null @@ -1,50 +0,0 @@ -$$$ -APPEARANCE: S02E09 Sweet and Elite -BALLOON: top -COAT: grey -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: stallion, background -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Raggedy (unofficial), Raggedy Doctor (unofficial) -POSE: trot -SOURCE: desktop ponies deviantart group -WIDTH: 39 -HEIGHT: 30 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▀▀▄  - ▄▀    - ▄▀    - ▄▀ ▄▄▄  -   ▄▀▀   ▄▄▀▀▀▄ - ▀▄ ▄▄▄▄  ▄▄▀▀ ▄▄ ▀ - ▄▀   ▄▄ ▀▀▀▄▄▄▄  - ▄▄▀  ▄  ▄▄▄▀▄▀▀▄▄▀   - ▄▀▀▄▄   ▀ ▀▀▀▀▀▀ ▀▄ ▀  - ▀ ▀ ▄ ▄▄▄ ▀▄  -        ▀▄ ▀▄  - ▀▄▀▄  ▀ ▀▄ - ▄▀▀▀ ▄▄ ▀▄▀  ▄   - ▄▀ ▄▀ ▀▄ ▀▄  ▀▄▄▄▄▄▄▄ ▀  -     ▄▀▀▄▄▀▀▀▀▀▄▄  ▀▄▄ ▄▄▄  - ▀▄ ▀▄      ▀▄▄ ▀     - ▀▄       ▄ ▀ ▀▀ ▀ ▀  - ▄▀▀▀▄▄▀  ▄ ▄▄▄ ▀ ▀▀  -     ▄▄▄▀   ▄ ▀▀ ▀   - ▀▄▄ ▀▄ ▄▀ ▄▀ ▄▀      -  ▄ ▀▄▀▄  ▄▀        - ▀▄▀▀▀ ▀  ▄▀     ▄▀     - ▀▄▄▄▀▄▄▀     ▄▀▀▄  -   ▀▄▄▄ ▀    -  ▀▀▀▀▀▀ ▀▀▀▀▀▀  - diff --git a/ponies/rainbow.pony b/ponies/rainbow.pony deleted file mode 100644 index dad96f0..0000000 --- a/ponies/rainbow.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: closed, purple -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: pose -SOURCE: (Jay Wright, StarStep, SarkinaBox, fanofetcetera, Bot-chan, Felix-0, DrZoin, supersayanmikito) Desktop ponies -WIDTH: 51 -HEIGHT: 26 - - -$$$ -$balloon10$ - $\$ - $\$ -  $\$ ▄▄▄▄▄▄▄▄▄ ▄ - ▀ ▄ ▄▄ ▄▄ ▄▄▄   - ▄▄▄ ▄▄ ▄▄  ▄    ▄  ▄▄ - ▄▀  ▄▄ ▄▄▄      ▄   -   ▄▄▄▄▄ ▀    ▄▀ -   ▄▀  ▄ ▄      ▄▄▄▄ - ▀▀▀  ▄  ▄ ▄ ▄  ▄      -  ▄ ▄ ▄▄▄▄▄ ▄▄    ▄   ▄▄▄▄▄▄▄▄▄▄▄ - ▀▄▄    ▄ ▄ ▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ - ▀▀▀ ▄▄▄▄ ▄   ▄  ▄▄▄▄▄▄▄▄▄ ▄ ▄ ▄▀ -   ▄    ▄ ▄▄▄▄▀▀▄ ▄ ▄  ▄  -     ▄▄ ▄▄        ▄  -        ▄ ▄▄     ▄    ▄ ▄ -   ▄▄ ▄▄▄▄    ▀       - ▄▄ ▄ ▄▄▄         ▄  -  ▄   ▀▀▄▄▄▄ ▄▄▄ ▀▄▀▄    ▀▄ -         ▄▄   ▀ ▀▄▄  ▄▄ -           ▄▄ ▀▄ ▄ ▄▄ - ▄▄           ▀▀▀▀▀▀▀ -  ▄         ▄▄ - ▀▀ ▄ ▄▀ ▀▀▀    - ▀▀▀▀▀▀ ▀▀▀▀▀▀ - diff --git a/ponies/rainbowblitz.pony b/ponies/rainbowblitz.pony deleted file mode 100644 index 35b51ae..0000000 --- a/ponies/rainbowblitz.pony +++ /dev/null @@ -1,26 +0,0 @@ -$balloon10$ - $\$ - $\$ - $\$ -  ▄▄▄ ▄▄  - ▄▄▀▀▀▀▀▀▄  ▀▄  ▀▄  - ▄▀▄▄▄▄▄▄▄ ▀▄ ▄▄▀ ▀▄  - ▀▀▄▀ ▀   ▀▄  ▄▄  -  ▀▀▀▀▀▀▀▀▀▀▄      ▄▄▄ ▄▄▄  -   ▄▄▀▀     ▄ ▀ ▄    -   ▄▀▀▀▀▀▄▀      ▄ ▀▀  -   ▀▀ ▄  ▄   ▄▄    ▄ ▀   -   ▀▀▀▀   ▄ ▄▄ ▀▀▄ ▀▀▄▄▄▄▄  - ▀▄▄▀ ▄   ▄▀ ▀  ▀ ▄▄▀▀▀   - ▀▀▀▀▀▀ ▀ ▀▄▄▄▄ ▄  ▄ ▄▀▀▀▀ ▄▄  -      ▄  ▀▄▄▀ ▀▀  - ▀▄ ▀▄▄▀▀▀ ▀   ▄▀▄▀▀  - ▀▄ ▄    ▄▀ ▀▀▄▄▄▄  - ▄▄ ▀▀▀ ▀▀ ▀    ▀▄▀ ▀ ▀  -   ▄  ▀▀▀▀ ▀       ▄▀ ▀▄  -    ▀ ▀▀▀   ▀ ▀▀      ▀▄  -  ▀  ▀▄ ▀▄ ▀ ▀▄    ▀▄ - ▀       ▀▄▀▀▄▄ ▀▀▀ - ▀▄   ▀ ▄▄▀    - ▀▀ ▀▄ ▄▀  - ▀▀▀  diff --git a/ponies/rainbowdrag.pony b/ponies/rainbowdrag.pony deleted file mode 100644 index 77c2b56..0000000 --- a/ponies/rainbowdrag.pony +++ /dev/null @@ -1,55 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, front, right -EYE: purple -FREE: no -GROUP: mare -GROUP NAME: mane -KIND: pegasus -LINK: mirrored -MANE: rainbow -MASTER: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: drag -SOURCE: (Jay Wright, StarStep, SarkinaBox, fanofetcetera, Bot-chan, Felix-0, DrZoin, supersayanmikito) Desktop ponies -WIDTH: 51 -HEIGHT: 33 - - -$$$ -$balloon51$ - $/$ - $/$ - ▀▄▄▄▄▄▄▄▄ $/$ - ▀▀▄▄▄▄▄ ▀▀▀▄ $/$ - ▄ ▀▀▀▀ ▀   $/$ - ▄ ▀ ▄▄ ▀▀ ▄    $/$ - ▄  ▄  ▄ ▀▄ ▄▄ $/$ -▄    ▄ ▀▀▀▄▄  $/$ -      ▀▄▄   ▄  $/$  - ▀  ▄   ▀▀      $/$  -▀  ▀   ▄▀     $/$  - ▀     ▀▀  ▄  $/$  -   ▄▀  ▄▄▀▀▀▀▄▄ $/$  - ▀▄  ▀ ▄▀ ▄ ▀▄ $/$  - ▀     ▄    $/$  - ▄   ▄▄   $/$  -     ▄ ▄▀ $/$  -    ▀▀     - ▄▀ ▄▀  ▀   ▄▄▄▀▀▀▄▄▄  - ▄▀   ▄ ▀ ▄   ▀ ▀ ▀▀ ▀▀ ▀ ▀  - ▀▄ ▄▀▄▀▀ ▄▀   ▄  ▀▀ ▀▀ ▀▀▄  - ▀▀ ▄        ▀▀▄ ▄▀  ▀▄  -    ▀      ▀▄▄▀▄ ▀▄▀▀▄    -      ▄   ▄▄ ▀▄ ▀  ▀▄    - ▀▀▄▀     ▄   ▄▀▄   ▀▄ ▀▀▀ - ▄▀       ▀▄ ▀▄▀▄▄ ▀▄▄  -   ▄     ▀▄▀    - ▀▀  ▀       ▀ ▄▀▀▀▀▀▀▀▀  - ▄▀     ▀    - ▀▄     ▄     - ▀▄▄▀   ▀ ▀▀  -    diff --git a/ponies/rainbowfly.pony b/ponies/rainbowfly.pony deleted file mode 100644 index 56d6f3f..0000000 --- a/ponies/rainbowfly.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: fly -SOURCE: (Jay Wright, StarStep, SarkinaBox, fanofetcetera, Bot-chan, Felix-0, DrZoin, supersayanmikito) Desktop ponies -WIDTH: 53 -HEIGHT: 19 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄▄ ▄▀▄ ▄ ▄▀▀▄ ▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▀▀▀▀▀▄▀▀▄▄▀▀▀▀▀▄▄▀▄▀▀▀▀ ▄  - ▄▀▀▀▀▀▄▄▄▀▀▄▀▀▀▄▄▄▀▀▄▄▄▄▀▀▀▀▀ ▄▀▀▄▀▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▄▀▀▄▄▀▀▀▄▀▀▀ ▄▀▄▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▄▄▀▀▀▄▀▀ ▄▀▄▀▄▀▀▀▀▄▄▄▄▀▀▀▀▀ -▄▀▄▀▄▀▀▀▄▀▀▀▀▀▄▀▀▀▀▀▀▄▀▀▀▄▀▀▄▄▀▄▄▄▀▄▀▀▀▀▀▀▄▀▄  -▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▄▀▄▀▀▀▄▄▄▀▀▀▀▀▄▀▀▄  - ▀▀▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀▄▄▄▀▀▀▀▀▀▀▄▀▀  -▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄ ▀▀▀▄▄▄▄▄▄▀  -▄▄▀▀▀▀▀▀▀▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄▄▄▀▄  - ▀▄▄▄▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄▄▄▄  - ▄▄▀▀▀▄ ▀▀▄▄▄▀▀▄▄▀▀▀▀▀▄  - ▀▄▀▀▀▀ ▀▄▀▀▄▀▀▀▀▄  - ▀▄▀ ▀▀▀ ▀▀▀  diff --git a/ponies/rainbowgala.pony b/ponies/rainbowgala.pony deleted file mode 100644 index 6ec14c8..0000000 --- a/ponies/rainbowgala.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: rainbow -MASTER: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: gala -SOURCE: (Jay Wright, StarStep, SarkinaBox, fanofetcetera, Bot-chan, Felix-0, DrZoin, supersayanmikito) Desktop ponies -WIDTH: 58 -HEIGHT: 25 - - -$$$ -$balloon40$ - $\$ - $\$ - $\$ - ▄ ▄▄▄▀▀▀▄▄▄  - ▄▄▀▄▄▀▄▄▀▀▀▀▀▀▀▀▀  - ▄▄▄▄▄▄▀▄▄▀▀▀▀▀▀▀▀▄  - ▄▄▄ ▄▀▀▄ ▄▄▄▄▀▄▀▄▄▀▀▀▀▄▀▀▄▀▄  - ▄▄▀▀▀▀▀▀▄▄▄▄▀▀▄▀▄▀▀▄▀▄▀▀▄▄▀▄  - ▀▄▀▀▀▄▀▄▄▄▄▀▄▄▄▄▀▄▀▀▀▀▀▄▀▄▀▄  - ▄▀▀▀▀▀▄▄▄▄▄▄▄▀▀▀▄▄▄▀▀▀▄▀▄ ▀▀▀ - ▄▄▄▄ ▀▄▀▀▄▄▀▀▀▄▀▄▀▄▀▀▀▀▀▄▄▄▀▀▄▀  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▄▄▀▄▀▀▀▀▄▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▄▀▄▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▀▀▄▀▀▀▄▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▄▀▄▀▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▀▄▀▄▄▀  - ▄▄▀▀▀▀▄▀▄▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▄▄▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄ ▄▄▀▀▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▄ ▄▀▀▀▀▄▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄ ▄▄▄▀▀▄▄▀▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀ ▀▄▄▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/rainbowhurricane.pony b/ponies/rainbowhurricane.pony deleted file mode 100644 index 6e560ac..0000000 --- a/ponies/rainbowhurricane.pony +++ /dev/null @@ -1,55 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: rainbow -MASTER: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: Commander Hurricane -SOURCE: [jristz] -WIDTH: 54 -HEIGHT: 34 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ -  ▄ ▄  ▄  -  ▀ ▄▄ ▄ ▄  ▀ ▄  - ▀ ▀    ▄▄  - ▀ ▀  ▀ ▄ ▄  - ▀ ▀ ▄▄▄▄▄▄▄▄▄▄▄ ▀▄  -  ▄ ▀▀▀▀▀▀▀▀▀ ▀▄ ▀▄▄   - ▄▄▄▄ ▄▄▄ ▀▄   - ▄ ▀▀▀ ▄▄▄▄▄▄   ▄   ▀▄ ▄  -  ▀▀▀   ▄     ▄     - ▄▄▀ ▀▄▄▄▄▄▄▄▀▄▄  ▄   ▀  - ▄▄▄▀▄▄▄▄▄▄▄▄▄    ▀▀  -  ▄  ▄ ▄▀▀  ▄     ▄▄▀▀▀▀▀▀▀▄▄  - ▄▀▄ ▀▄▀▀▄ ▀▄▀▄▀ ▄▀ ▄▀▀▀▀▀▀▀ ▀▀ ▀▄  -  ▄▄ ▀▀▀▀▄▀▄▀ ▄▀▄ ▄▀▀ ▄▄▄ ▀ ▀   ▀   - ▀▄▄▄▄    ▄▀▄   ▄▀▄▀▀▀▀▀ ▀   ▀    - ▀▀▀▀▀▀▀▀  ▄▀  ▄▄▄ ▀▀▀▀▀▄▄▀▀▀▄ ▀ ▀ ▀  ▀    -  ▀▀ ▄▄ ▄▀▀▄▀ ▄▄ ▀▄ ▄ ▀▄   ▀   ▀▄  - ▄▄▄▄▄▄▄        ▄▀▄▄  ▄ ▀▄  ▀▄    ▀     -   ▀▀▀▀▄▄ ▄▄▄▄ ▄▀▀▄  ▀  ▀        ▀   ▀▄  - ▀▄       ▀▀▄▄   ▀  ▀ ▄▀▄▄▄    ▀  ▀     - ▀▀▀▀▄▄▄▄▄▄▄▄▄▀▀▀ ▀▀▀ ▄   ▀         ▀  ▀  ▀   -   ▀▄▄  ▀   ▀▄      ▀  ▀  - ▀▄ ▀ ▀  ▀      ▄ ▀ ▀ ▄  -    ▀      ▀▄▀▀▄ ▀▀ ▄ -    ▀ ▀▀   ▀ ▀▀▄  -     ▀▀ ▀▄ ▄▀  -   ▀▄ ▀▀  -      -   ▄▀  - ▀▀▀  diff --git a/ponies/rainbowsalute.pony b/ponies/rainbowsalute.pony deleted file mode 100644 index f1b19d0..0000000 --- a/ponies/rainbowsalute.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: salute -SOURCE: (Jay Wright, StarStep, SarkinaBox, fanofetcetera, Bot-chan, Felix-0, DrZoin, supersayanmikito) Desktop ponies -WIDTH: 48 -HEIGHT: 25 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▄▄▄ ▄  - ▀ ▀ ▄▄ ▀▀ ▀▀▄    - ▄▀▀ ▄▄ ▀▀       - ▄▀  ▄▀ ▀▄▄      -   ▄▀▀▄▀ ▄▄▄ ▀  -   ▄  ▄▄  ▀▀▀ ▀▀▀▀   ▄▄▀▀▀▀▀▀▀▄▄  - ▄▀▀▀ ▄    ▀▄▀     ▄ ▀▀▀▀     -  ▄▀▀▀▀ ▀ ▄ ▀▀ ▄▀    ▀▄▀▄▄ ▀▀ ▀ ▀▀▄  - ▀▄ ▀▄▀▀  ▀▄▀   ▄▄▀▄▄ ▀ ▀ ▀  ▄  - ▀▄ ▀▄▄▄▄ ▀▀▄   ▄▄▄▄▄▄▄▀▀ ▀▄ ▀ ▀     - ▀▀▄▄   ▀▄▄▄▄▄ ▀ ▀▄   ▀  ▀    - ▀▀▄▄ ▀ ▄  ▀▄▀▄       ▀▄▀      - ▀▄▀    ▀ ▄  ▀▀ ▀  ▄ ▀   ▄  -   ▀▄▄▄▄ ▀  ▄  ▄   ▀    -     ▀▄▀         ▀   ▀  - ▄▀        ▀▄ ▀    -          ▀▄ ▀▄▄ - ▄▀        ▀▀▀▀▀▀ - ▄          -  ▀▀▀▀  ▀▀▀ ▀▀▀▀   - diff --git a/ponies/rainbowshadowbolt.pony b/ponies/rainbowshadowbolt.pony deleted file mode 100644 index dc9b66a..0000000 --- a/ponies/rainbowshadowbolt.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: closed, purple -FREE: no -GROUP: mare, mane, shadowbolt -KIND: pegasus -LINK: regular -MANE: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: shadowbolt -SOURCE: (Jay Wright, StarStep, SarkinaBox, fanofetcetera, Bot-chan, Felix-0, DrZoin, supersayanmikito) Desktop ponies -WIDTH: 52 -HEIGHT: 25 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄▄▄▄▀▀▄▄  - ▄▀ ▄▄ ▀▀▀▄▄  - ▄▀ ▄ ▀▀▀▀ ▄▄▀  - ▄ ▀▀ ▀    ▄▀▄  -   ▄ ▀▀ ▀ ▄▄    ▄  -  ▄ ▀▄▄▄▀▀▄▄▄▀▄ ▄   -  ▄▄▄▄ ▄▄▀▀  ▀     -  ▀▀▄ ▀▄ ▀▄▄  ▀   -  ▄ ▀▄▄ ▀    - ▀▄▄▀▀▄▀ ▄▄ ▀   - ▀▀▀ ▀▀ ▄▀ ▄    ▄▄▄▄▄▄  -   ▄▀  ▀▄▀▄ ▄▄    -   ▄▄▄▄ ▀▄ ▀▀  ▀▀▀▀▀ ▄  -  ▄▀▀▄▄ ▄▄ ▀▄ ▄▄ ▀ ▄ ▀  -  ▄▄ ▀ ▀▀▀▄   ▀▀▀ ▀▀▄▄▄▄  -  ▄    ▀▄▄  ▄▄▄ ▀▀▀▀ ▀▀▀ ▀▄▀▀ ▄▄ ▄   - ▄▀▄    ▄▄▄▄ ▀▀▀▀ ▀▀▀ ▀ ▄ ▀  -    ▄▀▄ ▄▀ ▀▄▀▄ ▀▄▄▄▄▄▄▄▄▄▄ ▀▀▀▀▀ ▀▀▀▀▄    -   ▄ ▄ ▀ ▄ ▄▄▄ ▀▀▄ ▀▀▄▄▄▄▄▄▄▄ ▀▄▄▄▄▄▄ ▄▄▄ ▀ - ▀▀    ▄▄▄▀ ▀▀ ▀▀▀ ▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/rainbowshine.pony b/ponies/rainbowshine.pony deleted file mode 100644 index 90b9350..0000000 --- a/ponies/rainbowshine.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, background -KIND: pegasus -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Rainbowshine (official, toy line), Rainbow Day (unofficial) -POSE: trot -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 41 -HEIGHT: 25 - - -$$$ -$balloon24$ - $\$ - $\$ - $\$ - ▄▄ ▄▀▀▄ ▄▄▄▄  - ▄▀  ▀  ▀▀    - ▄▀▀  ▀ ▄   - ▄▀▄   ▄ ▄ ▀▀▄ -     ▀▄ ▄▀ ▀▀▄   -   ▄▄▄▄▄▀ ▀▄ ▀ ▀  -   ▄ ▄  ▄▄    ▄▀  - ▄▄▄   ▀▄   ▄▄   ▀  - ▄▄ ▀ ▀▄ ▄▀   ▀▄ ▀  ▀▄ ▀   - ▄▀ ▀   ▄▄▄  ▄   ▄ ▀▄▄▀  - ▀▄▀ ▄ ▀ ▄▀ ▀▄  ▀▄  ▀▀▀▀▀  -   ▀ ▀▀▄▀ ▄▀▀ ▄▄▄▀▄▀▀▄    -   ▀    ▄▀▀▄▄▀▄▀       -    ▄ ▀     ▄ ▀▀▀▀▀ ▄▀  - ▀  ▄▄  ▄▀▀▀ ▀▀▀  ▀▀▄▄  - ▄▀ ▄▀ ▄▀   ▀  ▄▀▀▀    -   ▄    ▄▀        ▀     - ▀▀ ▄▀      ▄▄   ▄▀ ▀▄  -     ▀▄▄         -   ▄▀ ▀▄▄▀▀      - ▀▀▀▀▀ ▀▀▀  diff --git a/ponies/rainbowsleep.pony b/ponies/rainbowsleep.pony deleted file mode 100644 index 404bae6..0000000 --- a/ponies/rainbowsleep.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: closed, purple -FREE: no -GROUP: mare, mane -KIND: pegasus -LINK: regular -MANE: rainbow -MASTER: rainbow -NAME: Rainbow Dash -OTHER NAMES: Rainbow (official, short name), Dashie (official, short), Dash (official, sometimes) -POSE: sleep -SOURCE: (Jay Wright, StarStep, SarkinaBox, fanofetcetera, Bot-chan, Felix-0, DrZoin, supersayanmikito) Desktop ponies -WIDTH: 53 -HEIGHT: 21 - - -$$$ -$balloon17$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▀▄▄  - ▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▄▀▀▄▀▄▀▀▀▀▀▀▀▄▀▀▀▀▄▄▀▀▀▀▄ ▄▄▄▄  - ▄▀▀▀▀▀▀▄▄▀▀▀▄▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▀▄▀▀▀▄▄▄▄▄▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▄▀▀▄▀▀▀▀▄▀▀▀▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ -▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▄▄▀▀▀▀▀▀▀▄▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▀▀▄▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▀▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▄▄▀▄▀▀▀▀▀▀  - ▀▄▀▀▀▀▀▀▀▀▀▀ ▀▀▄▄▄▄▄▄▀▀  - ▀▀▀▀▀▀▀  diff --git a/ponies/raindrops.pony b/ponies/raindrops.pony deleted file mode 100644 index 7ac14b5..0000000 --- a/ponies/raindrops.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: orange -DISPLAY: full, right -EYE: cyan -FREE: no -GROUP: mare -KIND: pegasus -LINK: regular -MANE: cyan -NAME: (not mentioned) -OTHER NAMES: Raindrops (unofficial) -POSE: stand -SOURCE: (Starly, AngelKat58, StarStep) Desktop ponies -WIDTH: 48 -HEIGHT: 25 - - -$$$ -$balloon34$ - $\$ - $\$ - $\$ - ▄ ▄▄▄▀▀▀▀▀▀▀▀▄▄  - ▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▄▄▄▄▀▀▄▄▄▀▀▄▄▄▀▀▀▀▄  - ▄▄▄▀▀▀▄▄▀▄▀▀▀▀▀▄ ▀▄▀▄ - ▄▄▄▄▄▄▀▄▀▄▀▀▀▀▄▀ ▄▀ - ▄▄▀▄▀▄▄▄▀▀▀▄▀▄▄▀ ▀ - ▄▄▄▄▄▄ ▄▄▀▄▀▀▄▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▄▀▀▀▀▀▀▄▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄▀▀▀▄▀▄▀▄▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▄ ▄▀▄▄▀▀▀▀▄▄▀▀▄▀▀▄▄  - ▄▀▀▄▀▀▀▀▀▀▄ ▄▄▀▀▀▄▄▀▄▀▄▀▀▄▀▀▀  - ▄▀▀▀▀▀▀▄▄▄ ▀▄▄▀▀▀▄▀▀▀▀▀▄▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀ ▄▀▄▀▀▀▀▀▀▀▀▀▀▄▀  - ▄▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▄▄▀▀ ▄▄▀▄▄▄  - ▀▀▄▄▄▄▀▀▀▀▀▀ ▄▄▀▄▄▀▄ ▄▄▀▀▄▀▄  - ▄▀▀▀▀ ▄▄▀▀▄▄▀▄ ▄▄▀▀▄▄▄  - ▄▄▀▀▄▄▀▄ ▄▄▀▀▀▄▀▄▄  - ▄▄▀▀▀▄▄▄▀ ▄▄▀▀▀▄▀▀▀  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/rarity.pony b/ponies/rarity.pony deleted file mode 100644 index 39b2052..0000000 --- a/ponies/rarity.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: blue -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -NAME: Rarity -POSE: stand -SOURCE: (Jay wright, StarStep, Bot-chan, The Coop, Miriam the Bat, Kloopp) Desktop ponies -WIDTH: 53 -HEIGHT: 25 - - -$$$ -$balloon10$ - $\$ - $\$ -  $\$ ▄▄▄▄▄ ▄▄▄▄▄ - ▄ ▄▄▄▄ ▄   ▄▄▄ - ▄▄ ▄  ▄ ▄▄▄▄▄  ▄▄▄ - ▄▄▄ ▄▄▄     -  ▄ ▄▄ ▄▄▄▄▄▄▄ ▄▄ - ▀▄ ▄  ▄ ▄  ▄▄     - ▄▄▄ ▄   ▄   ▄     ▄▄▄▄▄▄▄▄▄▄ -   ▄   ▄ ▄▄▄▄▄▄   ▄▄  ▄▄▄▄▄▄▄▄▄▄ ▄▄▄ - ▀▀▀▀▀ ▄▄▄ ▄      ▄▄▄▄▄▄▄▄▄▄  ▄▄ - ▀▀  ▄ ▄▄▄  ▄▄▄▄▄▄▄▀▀▄▄▄    -   ▄ ▄▄▄ ▄▄ ▄   ▄   -   ▄ ▄▄▄▄▄  ▄ ▄   ▄▄▄ ▄▄▄▄▀ -    ▄▄ ▄ ▄ ▄ ▄    ▄ ▄▄ ▄▀ - ▄▄ ▄▄▄ ▄▄    ▄▄ ▄ ▄  -  ▄   ▀▀▄▄▄▄ ▄▄▄   ▄ ▄    ▄ -         ▄▄   ▀▀▀ ▄ ▄▄ ▄ ▄▄▀ -           ▄▄ ▀▀▀▄▄  ▀▄▄▀ - ▄▄           ▀▀▀ -  ▄         ▄▄ - ▀▀ ▄ ▄▀ ▀▀▀    - ▀▀▀▀▀▀ ▀▀▀▀▀▀ - diff --git a/ponies/raritycomplaining.pony b/ponies/raritycomplaining.pony deleted file mode 100644 index 6f0b483..0000000 --- a/ponies/raritycomplaining.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: rarity -NAME: Rarity -POSE: complaining -SOURCE: (Jay wright, StarStep, Bot-chan, The Coop, Miriam the Bat, Kloopp) Desktop ponies -WIDTH: 44 -HEIGHT: 25 - - -$$$ -$balloon32$ - $\$ - $\$ - $\$ - ▄▄ ▀ ▀▀▀▄  - ▄▀    ▄▀▄▀ ▄▄  - ▄▀▄        ▀▀▄▀  -   ▄▀ ▄▀▄▀ ▀▀ ▄   -   ▀▄▄    ▄▄▀      - ▄▀   ▀▄▀ ▀ ▄▀▀  - ▄▄▀▀▀▀▀▀▄▄  ▄ ▀▄  ▀▀▀▀▀ ▀▀  - ▄▀▄▀▄▄▄▄▄▄▄▀▄▄  ▄▄▄  ▄ ▀▄▄▀▀  - ▄▀   ▀▀▄▄▄▄▄▀▄▄   ▄▀▀▄  ▀▀▄  -    ▀▄▄▄▄▀▀▄▄▀▀▄▄  ▄▄▀ ▀ ▀ ▀▀▀  -   ▀ ▀   ▄ ▀▄ ▀▀▄  ▀    - ▀▄▀▄▄ ▀▀▄   ▀ ▄  ▄▀▄▄▄ ▄    - ▀▄ ▀▄ ▀    ▄ ▀  ▀ ▀▀     -  ▄ ▀ ▀▄    ▄▀ ▀▀▀ ▄   - ▄    ▀ ▀   ▄▀▀ ▄▀▀ ▀▀       - ▀▄▀ ▄ ▀▄ ▀ ▀▀▀ ▄▀ ▄▀          - ▀▄▄▀  ▀▄▀▀▀ ▄▀   ▄▀ ▄▀    - ▀▀▀ ▄▀          - ▄▀ ▄▀   ▄▀      -    ▀▀▀ ▀▄  ▀▀▀  - ▀▀▀▀▀▀ ▀▀▀  diff --git a/ponies/raritydrama.pony b/ponies/raritydrama.pony deleted file mode 100644 index bed6679..0000000 --- a/ponies/raritydrama.pony +++ /dev/null @@ -1,60 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: blue -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: rarity -NAME: Rarity -POSE: drama -SOURCE: (Jay wright, StarStep, Bot-chan, The Coop, Miriam the Bat, Kloopp) Desktop ponies -WIDTH: 91 -HEIGHT: 39 - - -$$$ -$balloon24$ - $\$ - $\$ - $\$ - $\$ ▄▄▄ ▄  - $\$ ▄ ▀▀▀▀▀▀ ▄  - $\$ ▄▄ ▀▀ ▀ ▄  - $\$ ▄▄ ▀▀ ▄▄ ▀   - $\$ ▄▄ ▀   ▀▀    - $\$ ▄▄ ▀    - $\$ ▄▄ ▀▀   ▄▄    - $\$ ▄ ▀   ▀▀ ▄ ▀  - $\$ ▄ ▀  ▀  - ▄ ▀      ▀  - ▄ ▀    ▀  - ▄ ▀ ▄▄▄▄▀  - ▄ ▀    ▄▄▄▄  ▄ ▄▄ ▄▄▄▄▄▄  - ▄ ▀ ▄▀ ▄ ▀▀▄▄▄ ▀▄ ▄ ▀▀▀▀▄  - ▄ ▀ ▄▄ ▄  ▄▀ ▄ ▀▀▄ ▄▄▀▀ ▀▄ - ▄ ▀ ▀▀ ▀▀▄▄    ▀▄▄▄▄▄ ▀▄▄ ▄▀ ▀▄ ▀▄▄▀ ▀▀ - ▄ ▀ ▄▀▄ ▄▄    ▀▄▀ ▀▄▀▀   ▄ ▀▀   ▀ ▄▀  -  ▄ ▀▀ ▀▄   ▄▄  ▀▄ ▄ ▀▄▀   ▄▀▀▄▄ ▄  ▀▀▀▀  - ▄▄▄▄ ▄▄▀▀▀▀▀▀▄▄ ▀▀ ▄▀ ▄▀▄  ▀▀▄ ▀   ▀▄ ▄ ▀▄  ▄▄ ▀▀▀    - ▄ ▀▀▀  ▄▀▄▀▄▄▄▄▄▄▄▀▄▀▀▀▀▀▄    ▄  ▀▀▄▄▀   ▀  ▀▄ ▀▀▀   -    ▀ ▄▀   ▀▀▄▄▄▄▄▀▄▀   ▀▄  ▀▀▀▀▀▄▄ ▀ ▄▄ ▀▄  ▄ ▀ ▀   -  ▄▄ ▄▄    ▀▄▄▄▄▀▀▄▄▀▀ ▀▀▄▀ ▄ ▀ ▄▀▀▄▄▀ ▀▀   ▀▄ ▀▀    - ▀▀▀▀▀▀▀▀▀  ▀ ▀ ▄▄    ▀▀ ▀▄▄▄ ▀▄ ▀▀   ▀▀ ▀▄    - ▀ ▀▀ ▀▄▀▄▄ ▀▀▄▄▀▀  ▀▀ ▄▄  ▀ ▀▄ ▀▀▀  ▀ ▀ ▄   - ▄ ▀▀▄ ▀▄ ▄▀ ▄▄▄▄▀▀ ▄▄▀▀ ▄▄▄   ▄▄▄▄▄▄▄▄ ▀▀▀  - ▄  ▄ ▀▀▀▄▄  ▄▄▄▄▄▄▄▄▄▄ ▀▄     -  ▄    ▀  ▄▀ ▄▄▀▀  ▄▄▄▄▄▄▄▄▄▄▄   -  ▀▀▄▀ ▀ ▄▀   ▄▄▀ ▄▄▄▄▄▄ ▀▀▀ ▄▀▀▀▀▀▀▀▄▄  - ▄ ▀ ▀▄▄▀  ▀▄▄▄▄▄▄▄▄ ▀▀▀▀▀▀▀▀▀▀▀▀ ▀ ▄▄▄ ▀ ▀▀▀   -▀▄▄ ▄ ▀ ▀▀▀▄▄  ▀▀▀▀▀▀▀▀ ▄▄ ▀  - ▀▀▀▀▀  ▀   ▀▄  - ▀ ▄▄ ▀ ▄▄▄ ▀  - ▄▀    - ▀ ▄▄▄ ▀  - diff --git a/ponies/rarityelite.pony b/ponies/rarityelite.pony deleted file mode 100644 index 910e795..0000000 --- a/ponies/rarityelite.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: rarity -NAME: Rarity -POSE: elite -SOURCE: (interobangpie) imageboard -WIDTH: 46 -HEIGHT: 26 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄  - ▄ ▄  - ▄▄ ▄▄▄▄▄ ▄▄▄  -▀ ▄▀▄▀ ▄▄▀▀▄▄     -   ▄▀▀ ▄ ▄▄ ▄    -  ▄▀   ▄▀ ▀    -   ▄▀▀▀▀▀▄ ▀   -   ▄ ▀  ▄▄    ▄▄▄▄▄▄  -  ▄  ▀▄▀ ▄▄ ▀▄  ▄▀▀▀▀▀▀▀▀ ▄▄  - ▀▄▄ ▀▄    ▄▀▀▀▀▀ ▄      - ▀▀▀▀▄▄▄ ▄▀ ▄   ▀▄ ▀▀▀ ▀▄ ▄     - ▄▀▀  ▄▄     ▄ ▄▄▄▄▄▀▀ ▀▀▄  ▀ ▄   -   ▄ ▀ ▄        ▄▄▄  ▄ ▀▄   - ▀▄ ▀▄ ▀▄ ▀     ▄ ▄   ▄▄▀ ▄▀▀    - ▄▀▀▀▄▀▀▄▀▄ ▀    ▀▄▀ ▀▄ ▄▀  ▄▄  - ▀▀▄   ▀▄ ▀ ▀▄ ▄ ▀  ▄ ▀  ▄   ▄ ▄▄  - ▀▄▄    ▄▀▄▀ ▀▄▀     ▀▀     ▄▄ - ▀▀▄▀▀▀          ▀    ▄    - ▄▄          ▀▄▄  ▀▀  - ▄  ▄▀▀▀▄         -  ▀▄  ▄▄  ▀▀  ▄  -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/rarityfly.pony b/ponies/rarityfly.pony deleted file mode 100644 index 9e890c5..0000000 --- a/ponies/rarityfly.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: rarity -NAME: Rarity -POSE: fly -SOURCE: (Jay wright, StarStep, Bot-chan, The Coop, Miriam the Bat, Kloopp) Desktop ponies -WIDTH: 58 -HEIGHT: 31 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ ▄▀▀▀▄  - $\$ ▄▀▀▀▀▀▀▀▄  - $\$ ▄▄▀▀▀▀▀▀▀▀▀▄  - $\$ ▄▄▀▄▀▀▀▀▀▀▀▄  - $\$ ▄▄▀▄▀▀▄▀▄▀▀▀▄  - $\$ ▄▄▀▄▀▀▄▀▄▀▀▄▀▄  - $\$ ▀▄▀▀▄▀▀▄▀▄▀▀▄▀▀▄▄  - ▄▄▄▀▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▀▀▄▀▄▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀▄▀▄▄▀▀▄▀▀▀▀▀▀  - ▄▄▄▀▀▀▀▀▄▄▀▀▀▄▀▀▄▀▀▄▀▄▄▀▀▀▀▀▀▄▄▄▄▄ ▄  - ▄▀▀▀▀▀▄▀▀▀▀▄▄▄▄▀▀▄▄▀▄▄▀▀▄▀▀▀▄▀▀▀▀▀▄▄▄▀▀▄  - ▀▄▀▀▄▄▀▀▄▄▀▄▀▄▀▀▄▄▄▄▄▀▀▀▄▀▀▀▀▀▄▄▀▄▀▀▀▀  - ▄▄▀▀▄▀▄▀▄▀▀▄▄▀▄▄▄▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄  - ▄▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀▄▄▀▀▄▀▄▄▄▄▄▀▀▀▀▀▄▀▄  - ▀▀▀▄▀▀▀▄▀▀▀▀▄▄▄▄▄▀▄▄▀▀▄▄▄▀▀▀▀▄▀▄  - ▄▄▀▀▀▀▄▄▀▀▄▀▀▄▄▀▄ ▄▀▀▀▀▀▄▀  - ▄▄▀▀▀▀▀▄▀▀▄▄▄▀▀▀▀▄ ▄▀▀▀▀▀▄▀▀  - ▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▄ ▄▀▀▀▀▄▀▀▀▀  - ▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▄▀▀▀▀▀▀▀  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀▄▀ ▄▀▄  - ▄▄▄▄▀▀▀▀▀▀ ▀▄▄▄▀▀▄▄▄ ▀▀▀▀▀▀▀▀▄▀▄▀▀▄▀ - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▀▀▀▄▀▀▄▀▄▄▀  - ▀▀▄▄▀▀▀▄ ▄▄▀▀▄▄▀▀▄ ▀▀▀  - ▀▄▀▀▀▀ ▀▄▀▀▄▄▀▀▀▀▄  - ▀▄▀ ▀▀▀▄▄▀▀▀▄  - ▀▄▄▀  diff --git a/ponies/raritygala.pony b/ponies/raritygala.pony deleted file mode 100644 index 638e1bb..0000000 --- a/ponies/raritygala.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: rarity -NAME: Rarity -POSE: gala -SOURCE: (Jay wright, StarStep, Bot-chan, The Coop, Miriam the Bat, Kloopp) Desktop ponies -WIDTH: 70 -HEIGHT: 26 - - -$$$ -$balloon51$ - $\$ - $\$ - $\$ - $\$ ▄▄▀▀▀▀▄▀▀▄▄  - ▄▄▄▀▄▀▀▀▄▀▀▀▄▀▄▀▄  - ▄▄▀▀▄▄▀▀▀▀▄▀▀▄▄▀▀▄▀▄  - ▄▄▄▄▀▀▀▀▄▀▀▄▀▀▀▀▀▄▀▀▄ - ▄▄▄▀▀▀▀▀▀▀▀▄▀▀▀▀▀▄▀▀▀▀ - ▄▄▄▄▀▀▀▄▀▄▀▄▄▀▀▄▄▀▀▀  - ▄▄▀▄▄▄▀▀▄▄▀▄▄▀▀▄▀▄▀▄▀▄▄  - ▄▄▀▀▀▄▄▄▄ ▄▄▀▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄  - ▄▄▄▀▀▀▄▄▀▀▄▄▀▀▀▀▄▄ ▀▄▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▄▄▄▀▀▄▄▀▀▄▄▀▀▀▀▀▀▀▄▄▄▄▀▀▀▄▄▀▀▀▄▀▀  - ▄▀▀▀▀▀▄▄▀▄▄▀▀▀▄▄▄▄▀▀▀▀▀▀▄▄▄▀▄▀▀▀▄▀▄  - ▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▄▄▀▀▄  - ▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▄▀▀▀▀▀▀▄▀  - ▄▄▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▄▄▀▀▀▀▀▄  - ▄▀▀▄▀▀▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▀▀▀▄▀▄▄▄  - ▄▀▀▀▀▄▄▀▀▀▀▀▀▄▄▀▀▀▄▀▄▀▀▄ ▄▄▄▄▄▄▀  - ▄▄▄▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄ ▄▀▄▀▄▄▄  - ▄▀▀▀▄▄▄▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▄▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▄▀▀▄▀▄▀▀▀▀▄▄▄ ▄▄▀▀▀▄▄▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▄▀▀▀ ▀▄▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀  - ▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/rarityponder.pony b/ponies/rarityponder.pony deleted file mode 100644 index d95f2d8..0000000 --- a/ponies/rarityponder.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: rull right -EYE: blue -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: rarity -NAME: Rarity -POSE: ponder -SOURCE: (Jay wright, StarStep, Bot-chan, The Coop, Miriam the Bat, Kloopp) Desktop ponies -WIDTH: 42 -HEIGHT: 26 - - -$$$ -$balloon28$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▀▀▀▀▀▀▄▀  - ▄▀▀▀▀▀▄▀▀▀▀▄▀▄▀▄▄ - ▄▄▄▀▀▄▀▄▀▀▄▀▀▄▀▀▄▀ - ▄▄▀▀▄▄▀▄▄▀▀▀▀▄▄▀▀  - ▄▄▀▀▀▀▀▄▀▀▀▀▀▀▄  - ▄▀▀▀▀▄▀▀▀▀▄▄▄▀▀▄▄  - ▄▄▄▄▄▄ ▀▄▄▄▄▀▀▀▄▀▀▀▀▀▄▄▀  - ▄▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀  - ▄▄▄▀▀▀▀▄▄▄▄▄▀▄▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▄▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▀▄▄▀▀▀▀▀▀▄▄▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀ ▀▀▄▄▀▀▀▀▄▀▀▀▀▀▄ ▄▄▀▀▄  - ▄▀▄▀▀▀▀▀ ▄▄▄▀▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▄ - ▄▄▀▀▄▀▀▀▄▄ ▄▄▄▀▀▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀▄ - ▄▄▀▄▀▀▀▄▀▀▀ ▄▄▀▀▄▄▄▀▀▀▀▄▄▄▄▄▄▄▄▀  - ▄▄ ▄▀▄▄▀▀▀▀▀▄▀ ▄▀▄▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀ ▄▀▄▀▄▀▀▀▀▀ ▄▄▀▀▄▄▀▄▄▀▀▄  - ▄▄▀▀▀▄▄▄▀▀▀ ▄▄▀▄▄▀▄▄▄▀▀▀▄  - ▀▀ ▄▀▀▀ ▄▄▀▀▄▄▀▄▄▄▀▀▀▄  - ▄▄▀▀▄▄▀▄▄▄▀▀▀▄  - ▄▄▀▀▀▄▄▄▀▄▄▀▀▀▄▄  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/raritysdad.pony b/ponies/raritysdad.pony deleted file mode 100644 index 693b8b1..0000000 --- a/ponies/raritysdad.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S02E05 Sisterhooves Social -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Magnum (official, in Gameloft game), Carlton (unofficial) -POSE: stand -SOURCE: (Bot-chsn) Desktop ponies -WIDTH: 41 -HEIGHT: 27 - - -$$$ -$balloon23$ - $\$ - $\$ - $\$ - ▄▀▄▀ ▄  - ▄▀▄▀▀▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▄▄▄▄ ▄▄▄ - ▀▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀▀▄ - ▄▀▀▄▄▀▀▀▀▀▄▀▀▀▄▀▀▀▀▀  - ▄▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀  - ▄▀▀▀▀▄▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▄  - ▀▄▄▀▀▀▄▄▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▄  - ▄▄▄▄ ▀▀▄▀▀▄▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄ ▀ ▄▀▄▄▄▀▀▀▀▀▀▀▄▀▀▀▄▀▄  -▀▀▀▀▀▀▀▀▄▄▀▄▄ ▀▀▄▄▄▀▀▀▄▄▄▄▄▄▀▀▀▄▀  - ▄▀▀▀▄▀▀▀▀▀▄▀▄▀▀▀▀▀▄▄▄▀▄▀▀▀▀▀▄  -▄▀▀▀▄▀▀▄▀▀ ▀▄▄▄▄▄▀▀▄▄▄▀▄▀▀▀▄▀▄  -▀▄▀▄▄▀▄▄▄ ▄▄▀▀▄▄▄▄▄▀▀▀▄▀▀▀▄  - ▀▄▀▄▄▄▀▀▄ ▀▄▀▄▄▄▀▄▄▀▄▀▄▀▀▀  - ▄▀▄▀▄▀ ▀▀ ▄▀▀▀▀▄▀▄▀▀▀▄▀▀▄▀  -▀▀▀ ▄▄▀▀▀▄▀▄▀ ▄▄▄▀▄▀▄  - ▄▄▀▀▄▄▀▄ ▄▀▀▀▀▄▀  - ▄▄▀▀▀▄▄▀▄ ▄▄▄▄▄▄▄  - ▄▄▀▀▀▄▄▀▄ ▄▄▀▀▀▀▄▄▄  - ▄▄▀▀▀▀▄▄▄▀ ▄▄▀▀▀▀▄▄▀  - ▄▄▄▄▄▄▀ ▄▀▀▀▀▀▀  - diff --git a/ponies/raritysmom.pony b/ponies/raritysmom.pony deleted file mode 100644 index f22e25a..0000000 --- a/ponies/raritysmom.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S02E05 Sisterhooves Social -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Pearl (unofficial) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 43 -HEIGHT: 28 - - -$$$ -$balloon24$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▄▀▀▀▄  - ▄▀▀▀▀▀▄▀▀▄▀▀▀▀▄ ▄▄▄▄  - ▄▀▄▀▀▀▀▀▀▀▄▀▀▀▄▄▀▀▀▀▀▀▀▄ - ▄▀▀▀▀▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▀▄▄▀▀▄▄▀▄▄▀▀▀▀▀▀▀▄▀▄▄▀  - ▄▀▄▄▄▄▄▄▄▀▄▄▄▀▀▀▄▀▄▀  - ▄▀▀▀▄▄▄▄▄▄▀▄▄▄▀▀▀▀  - ▀▄▀▀▄▀▄▀▀▄▀▀▀▄▀▀▀▄  - ▄▄▄▄ ▄▄▄▀▄▀▀▄▀▄▀▀▀▄▀▄  - ▄▀▀▀▀▀▀▄▀▀▄ ▄ ▄▄▀▀▄▄▀▀▀▀▄▄▀▀▀▄▀▄▄  - ▄▀▄▀▀▀▀▀▀▀▄▄▀▄ ▀▀▀▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▄  -▄▀▀▄▀▄▀▀▀▀▄▀▄▄▄ ▀▄▄▄▀▄▄▀▄▄▀▀▀▀▀▀▀▀  -▄▄▄▄▄▄▀▀▀▀▀▄▀▄▄▄▄▄▄▄▄▄▄▄▀▄▀▀▀▀▄▀▀▀  -▀▄▀▄▀▄▄▄▄▀▄ ▄▀▀▀▀▀▀▀▄▄▀▄▄▄▄▀▀▄  - ▄▄▀▄▀▄▄▄▀▀ ▄▄▀▀▀▀▀▀▄▄▀▀▀▄▀▄▄▀  - ▀▄▀▄▄▄▄▄▄ ▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▄  - ▀▄▀▀▄▄▄▄ ▀▄▀▀▀▀▄▄▄▀▀▀▀▀▄▀  - ▄ ▀▄▀▄▄ ▄▀▀▀▀▄▄▄▀▀▀▄▀▄▄▀  - ▄▀▄▀▀▄▀ ▄▀▀▀▀▄▀▄ ▄▀▄▄▄▀▄  - ▀▄▄▀ ▄▄▀▀▄▄▄▄ ▄▄▀▀▄▄▀▄  - ▄▄▄▀▀▀▄▀▄ ▄▄▀▀▀▄▄▀▀  - ▄▄▀▀▀▄▀▀▀ ▀▄▀▀▀▀▀▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/raven.pony b/ponies/raven.pony deleted file mode 120000 index 3108ab8..0000000 --- a/ponies/raven.pony +++ /dev/null @@ -1 +0,0 @@ -./ravenunicorn.pony \ No newline at end of file diff --git a/ponies/ravenunicorn.pony b/ponies/ravenunicorn.pony deleted file mode 100644 index 8ae8496..0000000 --- a/ponies/ravenunicorn.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E04 Luna Eclipsed -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: gray -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: black -MASTER: raven -NAME: (not mentioned) -OTHER NAMES: Raven (unofficial) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 37 -HEIGHT: 25 - - -$$$ -$balloon19$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▄▄  - ▄▀ ▄  ▀ ▀▄  -     ▄▀▀ ▄▀ ▄▄▄▄▄▀   -    ▄▀▄▄▄▀ ▀▄▀▄ ▀▄  - ▀▄  ▄ ▀▄   ▄    - ▄▄▄ ▀▄  ▄▄▀ ▄▄▄▀ ▀▄▄ ▄ - ▄▀▄▀▀▀▀▄ ▀▄   ▀▀▀▄▄▄ ▀▀    - ▄▀  ▄▀▀▄   ▀▄   ▀▀ ▀ ▀   -           ▀▄  ▀▄▄ ▀▄ ▀▀   - ▀▄    ▄▀▀▄ ▄▄ ▄ ▀▄▄▄▀  - ▀▄▀ ▀ ▄▄ ▀▄▄▄▄▄▄▄  ▀▀▄▄▄▀▀▀▀▀  - ▀▀▄▄ ▀▄▀▄ ▀▄▄ ▄▀▄  -   ▀ ▀ ▀▄ ▄▄▀▄  - ▀▄ ▀ ▄  ▀▀  ▀    - ▄  ▄ ▀▀▀▀ ▀▄    ▄▀  -    ▄▀▀       ▀  -         ▀▄▀▄  -              -         ▀▄  ▄  -    ▄▄     ▀▀   -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/redheart.pony b/ponies/redheart.pony deleted file mode 100644 index ac0a359..0000000 --- a/ponies/redheart.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: white (ponysay), pink (source) -NAME: (not mentioned) -OTHER NAMES: Nurse Redheart (unofficial) -POSE: stand -SOURCE: (Logan, StarStep) Desktop ponies -WIDTH: 40 -HEIGHT: 27 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▄▄  - ▄▀▄▀▀▀▀▀▀▀▄▀▄ ▄▄▄  - ▄▀▄▄▀▄▀▀▄▀▀▄▄▀▄▄▄▄▀▀▀▄  - ▄▀▀▀▀▄▄▄▀▄▀▄▄▀▄▄▄▄▀▀▄▄▀▄  - ▀▀▄▄▀▀▀▀▀▄▀▀▀▀▀▄▄▀▀▀▀▀▄  - ▄▄▀▀▄▄▀▄▀▄▄▀▀▀▄▀▀▀▀▀▀▄  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▄▀▀▀▀▀▄▀  - ▄▀▄▀▀▄▄▀▀▀▄▀▀▀▀ ▀▀▄▄▀  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▄▄  - ▀▀▄▄▄▄▄▄▀▀▀▀▄ ▄▀▄▄▄▄▄▀▀▄  - ▄▄▀▀▀▀▄▄▄▄▀▀▀▀▄▄▀▀▀▀▀▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▄▀▀▀▄▀▀▀▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▄▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▀▀▄▄▀▀▀▄ ▄▄▀▀▀▄▀▀▀▀ - ▄▀▄▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▀▀▄  - ▄▄▄▄▀▄ ▀▄▀▄▄▀▀▄ ▄▄▀▀▀▀▀▄  - ▄▀▄▀▀▀▄ ▄▄▀▄▄▀▄ ▄▀▄▀▀▀▄  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▀▄▀▀▀▀▄  - ▄▀▄▀▄▀▀▀▄ ▄▄▀▄▄▀▀▄ ▀▀▀▀▀▄  - ▄▀▀▀▄▀▀▀▄ ▄▀▀▄▄▀▀▀▄ ▀  - ▄▀▀▀▀▀ ▄▀▀▀▀▀  - diff --git a/ponies/rhyme.pony b/ponies/rhyme.pony deleted file mode 100644 index 0578fcc..0000000 --- a/ponies/rhyme.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S02E16 Read it and Weep -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Nursery Rhyme (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 33 -HEIGHT: 23 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▄▄▄▄  - ▄  ▄ ▀  ▀   -    ▄ ▀ ▄  ▄▄  - ▄▀▀ ▀▀▀▄▄▄▄▄  ▄▀▄  - ▀▄▄ ▄ ▄        - ▄▄▄▀▄▄▄▀▀▀ ▄▀▀▄  -   ▄▄ ▀▀  - ▀▄▄ ▀▄▄▄▄▄▄      - ▄▄▀ ▀▄▀▀▄ ▀▄▄ ▀▄▄▄  -   ▄ ▀▄▀   ▄▀▀▀▀▀▄  - ▀▀ ▀▀▀▀▄   ▄ ▄▄▀▄▀ ▄    -   ▀   ▄▀▀▀ ▀ ▄▀▀▄  -   ▀▀▀ ▀▄       - ▄▀ ▀ ▄ ▄ ▀▀ ▄▀ ▀▀▄  -     ▀ ▀▀▄     ▄   - ▄▀▄▀         ▀▀▄ ▄▀ -  ▀     ▀    ▀▀▀  - ▀▀▀▀ ▀▀▀▀  - diff --git a/ponies/rocky.pony b/ponies/rocky.pony deleted file mode 100644 index 0d0b338..0000000 --- a/ponies/rocky.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E25 Party of one -BALLOON: top -COAT: grey -DISPLAY: full, right -FREE: sharable -GROUP: imaginary -KIND: item -LICENSE: cc-by-nc-sa -LINK: regular -NAME: Rocky -SOURCE: desktop ponies -WIDTH: 22 -HEIGHT: 27 - -License summary: https://creativecommons.org/licenses/by-nc-sa/3.0 -Full license text: https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▄  - ▄▄▀▀▄  - ▄▄▀▀▀▄▄  - ▄▄▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▄▄  - ▄▄▀▀▀▀▀▀▄▀▀▀▄  - ▀▄▄▄▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▄▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▄▄▄▀▀▀▀▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀  - ▄▄▄▀▀▀▀▀▄▀▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▄▄▄▀▄▀▀▀▀▀▀▀  - ▄▀▀ ▄▀ ▄▀▀  - ▄▀▀ ▄▀▀▀ ▄▀▀  - ▄▀▀▀ ▄▀▀▀ ▀▀▀▀  - ▄▀▀▀ ▀▀▀▀ ▄▀▀▀ - ▀▀ ▀▀  diff --git a/ponies/rose.pony b/ponies/rose.pony deleted file mode 100644 index 8169f71..0000000 --- a/ponies/rose.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -COAT: beige -DISPLAY: full, left -EYE: gray (ponysay), green (source) -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: red -NAME: Rose -OTHER NAMES: Roseluck (official, toy line) -POSE: stand -SOURCE: (Anonymous) Desktop ponies -WIDTH: 50 -HEIGHT: 26 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - $\$▀▀▀▀▀▄▄  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄▀▀▄  - ▄▀▀▀▀▀▀▄▀▄▀▀▀▄▄▄▀▄▄▄▄▀▄  - ▄▄▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄  - ▄▄▀▄▀▄▄▀▀▄▀▄▀▀▄▄▀▀▀▄▄▀▄ ▄▄▄▀▀▀▀▀▄▄▄  - ▀▄▀ ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▀▀▀▄▀▀▀▀▀▄▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▄ ▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▄▄▄▄▄▀▀▀▀▄▀▀▀▀▀▄▀▀▄▀▀▀▀▄▀▀▀▀▄▀▀▀▀▄▀▀▄▀▄  - ▄▄▀▀▄▄▄▀▀▀▀▀▀▄▀▄▀▀▀ ▄▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▄▀▀▀▀▄▀▀▀▀▀▀▄ ▄▄▄▀▀▄▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▄▀▄▀▄ ▄▄▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▄▀▀▄ ▄▀▀▄▀▀▄▀▄  - ▄▀▀▄▀▄▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄ ▄▄▀▄▀▀▄ ▀▄▀▀▀▄▀▀▄▄ ▄ - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▀▄▀▀▀▀▀▀▀▀▀  - ▄▀▀▄▄▀▀▄ ▄▄▀▄▄▀▀▄ ▀▀▄▄▀▀▄▀▄  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▀▀▀▄  - ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▄▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/roseluck.pony b/ponies/roseluck.pony deleted file mode 120000 index f590db6..0000000 --- a/ponies/roseluck.pony +++ /dev/null @@ -1 +0,0 @@ -./rose.pony \ No newline at end of file diff --git a/ponies/rover.pony b/ponies/rover.pony deleted file mode 100644 index c358242..0000000 --- a/ponies/rover.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E19 A Dog and Pony Show -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: green -FREE: no -GROUP: dog, antagonist, diamond dog -KIND: animals -LINK: regular -NAME: (not mentioned) -OTHER NAMES: Rover (official, in manuscripts) -POSE: trot -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 51 -HEIGHT: 26 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄  - ▄▄▀▄▀▀▀▄▀▀▄▄▀▀▄▀▀▀▀▀  - ▀▄▄▄▀▀▄▀▄▄▀▀▀▀▄▄▄▄▄▀▀▄▄  - ▄▄▄▄▀▀▀▀▀▀▀▄▄▄▄▄▄▄▀▄▄▀▀▀▄  - ▄▄▄▀▀▀▀▀▄▄▀▀▄▀▄▀▀▄▀▄▀▀▄▄▄▀▄  - ▀▄▄▄▀▀▄▀▀▄▀▀▄▄▄▀▀▄▄▀▄▄▄▀▀▄▀▄  - ▀▄▄▄▀▄▀▀▀▀▀▄▄▀▀▀▄▄▀▀▀▀▄▄▀▀▄▀▄ ▄▀▀▀▀▀▄▄  - ▀▀▄▄▀▀▀▀▀▄▄▄▀▀▀▄▀▀▀▀▀▄▀▀▀▀▄▄ ▄▀▄▀▀▀▀▄▀▀▀▄▀▀  - ▀▀▀ ▄▀▀▀▄▀▀▄▀▀▀▀▀▀▄▀▀▀▀▄▄▄▀▄▀ ▄▄▄▀▀▄  - ▀▄▀▀▄▀▀▀▄▀▄▄▀▄▄▀▄▄▀▄▀▄ ▄▀▀▀▀▀▀▄  - ▄▄▄▄▄▄ ▄▀▀▀▄▀▀▀▀▄▀▀▀▄▄▄▀▀▀▀▀▄▀ ▀▀▄▄▄▀▄▀ - ▄▄▄▀▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄ ▀▄▀  - ▀▀▀▀▀▄▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▄▄▀▀▀▄▀▀▀▀▀▀ ▄▄▀▀▀▄▄▀▀▄  - ▄▀▀ ▄▄▀▀ ▄▀▀▀ ▄▄▀▀▀▄▄▀▀▀▄  - ▄▀ ▀ ▄▄▀▀▀ ▀▄▀▀▄  - ▄▀▀▀▄ ▄▄▀▀▄  - ▄▄▀▀▀▄ ▀▄▄▄▄  - ▄▄▄▀▀▀▄  - ▀▀▀▀▀▀▀  diff --git a/ponies/royalguard.pony b/ponies/royalguard.pony deleted file mode 100644 index a5b98e7..0000000 --- a/ponies/royalguard.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: cyan -FREE: no -GROUP: stallion, guard, background, voiced -KIND: pegasus -LINK: regular -MANE: blue -POSE: stand -SOURCE: (StarStep) Desktop ponies -WIDTH: 44 -HEIGHT: 27 - - -$$$ -$balloon26$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▀▀▀▀▀▀▄▄  - $\$▄▀▄▀▄▀▀▀▀▀▄▀▀▄  - ▄▀▀▄▄▄▄▀▀▀▀▀▀▀▄  - ▄▀▄▄▄▀▄▄▀▀▀▀▀▀▀▀  - ▄▄▄▄▀▀▀▄▄▀▀▀▀▀▄  - ▄▄▄▄▄▀▀▀▀▀▄▄▄▀▀▀▄  - ▄▄▄▄▀▀▄▀▀▀▀▀▀▀▄▀▄  - ▀▀▄▄▄▄▄▄▀▀▄▄▄▀▄▀▀▄  - ▄▄▀▀▀▀▄▄ ▄▄▄▄▄▄▀▀▄▀▄▀▀▀▀▀▄ - ▄▀▀▀▀▀▀▀▀▀▄▄ ▄▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄ ▄▄▄▄▄ ▄▀▄▀▄▀▄▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▄▄ ▀▄▀▄▀▄▄▄▀▀▀▀▀▄▄▀▄▄▀▀▄▀▀▄  - ▄▄▀▄▀▀▄▄ ▄▄▀▀▀▄▀▀▀▄▀▄▄▀▀▀▄▀▀▄  - ▀▀▄▄▀▄▀▀▄ ▄▄▀▀▀▄▀▄▀▀▄▄▄▀▄▄▄▄▀  - ▀ ▀▀ ▄▀▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀  - ▄▄▀▀▀▀▄▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄  - ▄▄▀▀▀▄▀▄ ▄▄▀▀▄▄  - ▄▀▀▀▀▄▄▀▄ ▄▄▀▀▀▄▄  - ▄▄▀▀▀▄▄▀▀ ▄▄▀▀▀▀▄▄  - ▄▀▀▀▀▄▀▄▀▄ ▄▄▀▀▄▄▄▄▀  - ▄▄▀▄▄▄▄▀▀▀ ▀▄▀▄▄▀▄▀▀  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/royalnightguard.pony b/ponies/royalnightguard.pony deleted file mode 100644 index c2c01d5..0000000 --- a/ponies/royalnightguard.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S02E04 Luna Eclipsed -BALLOON: top -COAT: grey -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: stallion, guard -KIND: pegasus -LINK: regular -MANE: black -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 40 -HEIGHT: 26 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - ▄ ▄ ▄ ▄▀▄▄▄▀▀  - ▄▀▀▄▄▄▄▄▀▄▀▀▄▀  - ▄▄▄▀▀▀▄▄▄▄▄▄▀▀▄  - ▄▄▄ ▄▄▄ ▀▄▄▄▄▄▀▄▄▀▀▀▄▄▄  - ▀▄▄▀▀▀▄▀▀▀▄▀▀▄▄▀▀▄▄▀▀▀▀▄▀▀▄  - ▄▄▀▀▀▀▄▀▄▀▄▀▄▄▀▄▄▀▀▀▄▄▀▄▀▄  - ▄▄▀▀▀▀▄▀▄▄▄▀▄▄▄▀▄▄▄▄▄▄▄▀▀▀▀▄ - ▄▄▄▄ ▄▀▀▄▄▄▄▄▀▀▄▄▀▄▄▄▄▀▄▄▄▄▀▀▀▀▀▀▄ - ▄▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▄▄▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▄▀▀▄▄▄▄▄▀▀▀▀  - ▄▄▀▀▀▀▄▀▀ ▄▀▄▄▄▄▀▀▀▄▀▀▀▀▀▀▄▀▄  - ▄▄▄▀▄▀▄▄ ▄▄▄▄▄▄▄▀▄▄▀▀▀▀▀▀▀▀▄▀  - ▄▀▀▀▄▀▀▄▄ ▄▄▄▄▀▀▀▄▀▀▀▀▄▄▀▄▀▄▄▄  - ▀ ▀▀ ▄▀▀▄▀▀▄▀▀▄▀▄▀▀▀▄▀▀▀▀▀  - ▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▄▀▄▀ ▄▄▀▀▄▀  - ▄▄▀▀▄▄▀▄ ▄▄▀▀▀▀▄  - ▄▄▀▀▀▄▄▀▄ ▄▄▀▀▀▄▀  - ▄▄▀▀▀▄▄▀▄ ▄▄▀▀▀▀▄▄  - ▄▄▄▄▀▄▀▄▄▄▀ ▄▄▀▀▄▀▄▀▀  - ▄▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀  - diff --git a/ponies/royalribbon.pony b/ponies/royalribbon.pony deleted file mode 120000 index b057da8..0000000 --- a/ponies/royalribbon.pony +++ /dev/null @@ -1 +0,0 @@ -./violet.pony \ No newline at end of file diff --git a/ponies/royalunicornguard.pony b/ponies/royalunicornguard.pony deleted file mode 100644 index cfd1483..0000000 --- a/ponies/royalunicornguard.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: cyan -FREE: no -GROUP: stallion, guard, background -KIND: unicorn -LINK: regular -MANE: blue -POSE: stand -SOURCE: (anarchemistis) Desktop ponies -WIDTH: 37 -HEIGHT: 28 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▀▄▄▄▄  - ▀ ▄ ▀▄   ▀▄  - ▀▄▀▄      ▄   - ▀▄▀▄ ▄▀▀▀▀▀▀▄ ▄▀ ▄▄  -   ▀▄▀▄▄▄▄▄  ▀▄▄   -  ▄▀▀▀▀▀  ▄    ▄▄▄  - ▄▀▄ ▀  ▀      -   ▄▀▀▀▀▀▀▄ ▀▄▄ ▄▄   - ▄▄▀▄▄▄    ▄▀   ▄▄  -   ▀▄▄ ▀   ▀▀▀▀ ▄▀ ▄▄▄▄  -   ▀▀  ▄     ▄ ▀▄▀▄  - ▀▀▄▄▄▄▄▄     ▄▄▄▄▄ ▄▄▀▄  ▄▄ -   ▄▀▀▀▀▀▀▀▀▀▀ ▀ ▀ ▀▄      -     ▄▄▄       ▄▀ -   ▀▄▄▄▄▀ ▀▀▄▄     ▄▀  - ▀▄   ▀  - ▄▄▀▀  ▀▀▀ ▀    -   ▄▄    ▀ ▀ ▀▀▄  -   ▀  ▀▄ ▀▄  ▀    -   ▀▄  ▀▄   ▀   -   ▄▀         -   ▄▀       ▀▄  - ▀▀  ▀▀▀▀▀      - ▀▀▀▀▀▀  diff --git a/ponies/ruby.pony b/ponies/ruby.pony deleted file mode 100644 index 3b99bae..0000000 --- a/ponies/ruby.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 2] -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: green -FREE: no -GROUP: filly, background -KIND: earth -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Berry Pinch (unofficial), Ruby (unofficial), Ruby Pinch (unofficial) -POSE: stand -SOURCE: (Azure Fang) Desktop ponies -WIDTH: 36 -HEIGHT: 21 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▄  - ▄▀▀▄▀▀▀▀▄▄▄▄▄▄  - ▄▀▄▀▄▀▀▀▀▀▀▀▀▀▄▀▄▄  - ▄▄▄▄▄▀▀▄▀▀▄▄▀▀▀▀▄▄▄▀ - ▄▀▀▄▀▀▀▀▀▀▄▀▄▀▀▄▀▀▀▄  - ▄▀▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀▄▀▀▀  - ▄▄▀▀▀▀▄▄▀▀▄▄▄▀▀▄▀▄  - ▄▀▀▀▀▀▄▄ ▄▀▄▀▀▀▀▄▄▀▀▀▄▄▄▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▄▄ ▀▄▀▀▀▄▀▄▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▀▄ ▀▄▀▀▄▄▀▀▀▀▀▀▀  - ▄▄▀▄▀▀▀▀▀ ▀▄▀▀▀▄▄▄▀▄▀▀▄  - ▀▄▀▄▀▀▀▄ ▄▄▀▄▀▄▀▀▀▀▀▀▄  - ▀▄▀▄▀▀▀▄ ▀▄▀▄▀▄▀▀▀▀▀▀▀  - ▀▄▀▄▄▀▄ ▄▄▀▀▀▄▀▀▀▀▄▄▄  - ▄▄▀▀ ▄▄▀▀▄▄▄ ▄▄▀▀▄▀▄  - ▄▀ ▄▄▀▀▄▀▀ ▄▄▀▀▄▀▀  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/rumble.pony b/ponies/rumble.pony deleted file mode 100644 index c4d6cd5..0000000 --- a/ponies/rumble.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S02E22 Hurricane Fluttershy -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: grey -FREE: no -GROUP: colt, background, voiced -KIND: pegasus -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Rumble (official) -POSE: sit -SOURCE: (fanofetcetera) Desktop ponies -WIDTH: 41 -HEIGHT: 22 - - -$$$ -$balloon12$ - $\$ - $\$ - $\$ - ▄▄▄▄▄ ▄▄▀   - ▄▀ ▀▀▀ ▄ ▄▄▄▄▀   -   ▄▄▄▄▄▄▄▄▄▄▄▄  ▄  -    ▄▀   ▀    - ▀▄ ▄▀▀▀▀▀▀▄ ▄   ▀  -  ▄ ▀      -    ▄    -   ▄ ▀▀▀▄   ▀▄▀  - ▀▄  ▀▀    ▄    -  ▄ ▀▄▄▀▄▀   ▄▀  - ▀▄▄  ▄ ▀▀▀▀ ▄▄▄  - ▀▀▀▀▀  ▄▀▄▄ ▄▄▀▀ ▀▀▄▄  -   ▄▀▄▄▀  ▄▀ ▄▄ ▀▀    - ▄▄  ▄ ▀▀▄▄▀▀▀▄▀▀▀▀▄ ▀    -         ▄▄▀     ▄▀▄▄▄  -    ▀▀▀ ▀▄   ▀▄▀▄  ▀▄▄▄▀ -  ▀  ▄▄▄▀▀ ▀▄▄ ▄  - ▀▀▄▄▄▀▀  diff --git a/ponies/sapphire.pony b/ponies/sapphire.pony deleted file mode 100644 index 1043527..0000000 --- a/ponies/sapphire.pony +++ /dev/null @@ -1,50 +0,0 @@ -$$$ -APPEARANCE: S01E19 A Dog and Pony Show -BALLOON: top -COAT: yellow -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: blue -NAME: Sapphire Shores -POSE: stand -SOURCE: (Pony noia) Desktop ponies -WIDTH: 44 -HEIGHT: 31 - - -$$$ -$balloon17$ - $\$ - $\$ - $\$ ▄▄▀▀▀▀▀  - $\$ ▄▄▀▀▀▀▄  - $\$ ▄▄▀▀▀▄  - $\$ ▄▄▀▀▄ ▄▀▀  - $\$ ▄▄▄▄▄▄▀▄▄▀▄▄▀▀▀▀▀▀▄  - ▄▄▄▄▄▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄ - ▄▄▄▄▀▄▀▀▀▄▀▀▀▄▀▀▀▀▄▀▀▀▄ - ▄▀▄▄▀▀▀▀▄▄▄▄▀▄▄▄▄▀▄▄▀▀▀▄  - ▄▀▀▀▄▄▀▀▄ ▀▄▀▄▄▀▀▄▀▀▀▀▄▄▄▀▄▄▀▄▀▀▀  - ▄▄▄▀▀▀▄▀▀▄▄ ▄▀▀▄▄▀▀▄▀▀▀▀▀▄▀▄▀▀▄▀  - ▄▀▄▄▀▀▀▀▀▄▀▀▄ ▀▄▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▄▀▄▀▄▀▀▄▀▀▀▄▄▀ ▄▀▀▄▀▀▀▀▄▀▀▀▀▀▀▄▄▀  - ▄▄▀▀▄▀▀▀▄▀▀ ▀▄▄▀▀▄▀▄▄▄ ▀▀▀▄▄▄▄▄▀▀▀  - ▄▄▀▄▀▄▄▄▀▄ ▀▀▀▄▄▄▀▄▄▄▄▄▄▄▀▀▀▀▀▄▀  - ▀▄▀▄▀▄▄▀▀▄ ▄▄▄▀▄▄▄▄▀▄▀▀▀▀▀▄▀▄▀▄  - ▀▄▀▄▀▀▀▄▀ ▀▀▄▀▀▄▀▄▀▄▀▄▀▀▀▀▄▀▀▄▀▀  - ▄ ▀▀▄▄▀▄ ▄▀▀▄▄▄▄▀▀▄▀▄▄▄▀▄▀▄▀▀  - ▄▀▀▀▀▄▄ ▀▀▀▀▄▀▄▄▀▄▀▀▀▄▄▄▄▀▀  - ▀▄▄▄▀ ▄▄▀▀▄▀▀▀▄▀▄▄▄▀▀  - ▄▄▀▄▀▀▄ ▄▄▀▄▄▄  - ▄▄▀▀▄▀▀▄ ▄▄▀▄▀▄  - ▄▄▀▀▄▀▀▄▄▄▀▀▄▀▄  - ▄▄▀▀▀▄▀▀▄▄▄▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▄▀▄▄▀▀▄▀▄▀▄  - ▄▀▄▀▄▄▀▀▀▀▀▀▄▀▄▄▄▀  - ▀▄▄▄▄▀ ▀▄▄▄▄▄▀  - diff --git a/ponies/scootaloo.pony b/ponies/scootaloo.pony deleted file mode 100644 index 8ce8e66..0000000 --- a/ponies/scootaloo.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: orange -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: filly, deuteragonist, chicken (😊 ) -KIND: pegasus -LINK: regular -MANE: purple -NAME: Scootaloo -POSE: scoot -SOURCE: (Miles000/Midnyte, RainbowCrash, The Coop) Desktop ponies -WIDTH: 46 -HEIGHT: 24 - - -$$$ -$balloon8$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▄▄▄▄▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▀▄  - ▄▄▄▀▀▄▄▄▄▀▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀  - ▀▄▄▄▀▀▀▀▄▄▀▀  - ▄▄▄▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▀▀▄  - ▄▄▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀ ▄▄▄▄▄▄▄▄  - ▀▀▀▀▀▀▀▀▄▄▄▀▄▄▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▄ ▄ - ▄▀ ▄▄▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀ - ▄▄▄▄ ▄▀▄▄▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▄  - ▄▀▀▀▀▀▄ ▄▀▀▀▀▄▀▀▀▀▀▄ ▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄ ▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀  - ▄▀▄▀▀▀▄▄▄▄▄▄▀▄▀▄▀▄▄▀▀▄▄  - ▀▀ ▀▄▀▄▀▀▀▀▀ ▄▀▀▀▀  - ▀▀  diff --git a/ponies/screwball.pony b/ponies/screwball.pony deleted file mode 100644 index 6cae954..0000000 --- a/ponies/screwball.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S02E02 Return of Harmony [Part 2] -BALLOON: top -COAT: pink -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: purple -NAME: (not mentioned) -OTHER NAMES: Screwball (unofficial) -POSE: float -SOURCE: (DeathPony/deathpwny) Desktop ponies -WIDTH: 53 -HEIGHT: 23 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▄▄▄▄ ▄▀▀▀▄▄ ▄▄▄ ▄▀▀▀▀▀▄  - $\$ ▄▄▀▀▀▀▄▄▄▀▀▀▀▀▀▄ ▄▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▄▄  - ▄▀▀▀▄ ▄ ▀▄▄▀▀▀▄▄▄▀▀▀▄ ▄▄▀▀▀▀▀▀▀▀▄▀▄▀▀▀▄▄▄▄▄  - ▄▀▄▀▄▀▄▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▄ ▄▄▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▄ - ▄▄▄▄▀▀▀▀▀▄▄▀▀▄▀▀▀▄▀▀▄▄▄▄▄▄▄ ▀▄▀▀▀▀▀▀▀▄▀▀▄▄▀▀▀▀▄ - ▄▄▀▀▄▄▄▄▄▀▀▀▀▀▄▀▀▀▄▄▀▀▄▀▄▄▀▀▀▄ ▀▀▀ ▀▄▄▀▄▀▀▄▄▀  - ▄▄▀▄▀▀▀▀▄▄▄▀▄▀▀▄▄▀▄▀▀▄▀▄▀▀▀▄▄▄ ▀▀  - ▄▄▀▀▀▄▄▀▀▀▄▄▀▀▀▄▄▀▀▀▄▀▀▀▀▀▀▀▄▄▄  - ▄▀▄▄▄▄▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▀▄  - ▄▀▄▄▄▄▄▄▀▀▀▄▀▄▀ ▄▄▄▀▀▀▀▄▀▄ ▄▄▀▀▄  - ▄▀▀▄▀ ▄▄▄▀▀▄▀ ▄▄▄ ▄▄▀▀▄ ▄▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀ ▄▄▀▄ ▄▄▀▀ ▀▄▄▀  - ▀▄▄▄▄▄▄▄▀▀▀ ▄▄▀▄ ▀  - ▄▄▀▀▀▄  - ▄▄▀▀▀▀▄  - ▀▀▄▄▄▀  - diff --git a/ponies/screwloose.pony b/ponies/screwloose.pony deleted file mode 100644 index e18b4b0..0000000 --- a/ponies/screwloose.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E16 Read It and Weep -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Screw Loose (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 47 -HEIGHT: 26 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ -  ▀  - ▄▀▄▀▀▀▄▀▀▄  - ▄▄▄▄▄▀ ▀▄▄▄▄ ▀▄▄▀▄▄ - ▄▄▀ ▀▄ ▀▀ ▀ ▀▄   ▀ - ▀▄▄▄▄▄ ▀   ▄▀▄   ▄   - ▄    ▀▀▄▀▀▀▄ ▄ ▀ ▀  -  ▄ ▀   ▀▀ ▄      - ▄  ▄▄▄  ▀▄▄    ▄▄▀ ▄▄▄▄▄▄  ▄  - ▄▀ ▀▀ ▄▄▄▄▄▄ ▀  ▀▄▀  ▄▄▄▄▄▄▄▄▄▀  -   ▀ ▄▀ ▄▄ ▀ ▀▄   ▄   ▄ ▀  - ▀▄   ▀ ▄▄▀▀▄▄▄▄▄▄▄▄▄▄▄ ▀  ▀▀▀▀  - ▄▄▀ ▀ ▀▄ ▄▀ ▄▄▄  ▄▀▀▄▀    - ▄▀ ▄ ▄▀▀ ▀     ▄▄▀▄▀▄ ▀▄▀  - ▀  ▄▀   ▀▄ ▀ ▄  ▀ ▀▀▀  -       ▄  ▄ ▀ ▀▀ ▀▀▀  -   ▀▄      ▄▀▀        -  ▀▄ ▄         ▄ ▀▀▄▀▄▄  - ▀    ▀         ▄ ▀  ▀▄  - ▀▄        ▀▀ ▀▀▀▀▄  ▄  - ▀    ▀▀     ▀▀   -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/sealyra.pony b/ponies/sealyra.pony deleted file mode 100644 index 45c6161..0000000 --- a/ponies/sealyra.pony +++ /dev/null @@ -1,29 +0,0 @@ -$balloon9$ - $\$ - $\$ - $\$ - ▄▄▀ ▀▀▀▀▄▄▄  - ▄▄▄   ▄▀  ▄▄  - ▄▀  ▄▄ ▀▀▄  ▄  ▄▄  - ▄▀ ▀ ▄▀ ▄▄    ▄   - ▄ ▀▀▀▄▄▄▀▀▄▄▀▄▄ ▄ ▄▀▄  - ▄▄▄▄▄ ▄▀ ▀▄▄▄ ▀▀  - ▄     ▀▄ ▄▀    - ▄▄▀  ▄  ▀▀  ▄▀  -   ▄ ▀▀▀   ▄▀   - ▄▄▄ ▀▀▀▀▀  ▄    -  ▄▄ ▀       ▀▄▄ ▄▄▄▄  - ▀▀▄ ▄▀ ▄  ▄▀▀▀ ▄▀ ▄▄   - ▄▄▀ ▀▄▀   ▀▄▄▄▄    ▀   -▄▀▀▀ ▄▀ ▄ ▀▄▄ ▀ ▀▄    ▀▀▀▄ - ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄  -    ▄   -▀▄ ▀ ▀   ▄▀ -    ▀    -       -       -       - ▀▄ ▀ ▀▀  -       -       - ▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀  diff --git a/ponies/seaswirl.pony b/ponies/seaswirl.pony deleted file mode 100644 index 12c04ca..0000000 --- a/ponies/seaswirl.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: blue -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: blue -NAME: Sea Swirl -OTHER NAMES: SeaFoam (unofficial), Dolphin Dream (unofficial) -POSE: cast -SOURCE: (Jay Wright, Whimsy Morning) Desktop ponies -WIDTH: 50 -HEIGHT: 24 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▄▄▄▄▄ ▄▄  -  ▄ ▀▀▀   ▀▄ ▀▄  - ▄▄   ▄ ▀▄▄▀▄  ▄ ▀▄  - ▄▄▀▄▀▄ ▀▄▄     ▀▄    -  ▄▀▀▄ ▀▄▀▀▄ ▀      ▄▄▄▄▄▄▄▄▄  -  ▄▀▄ ▀▄ ▀       ▄▀ ▀▀▄  - ▄▀ ▄▀  ▄  ▀       ▄▀ ▄▀▀▀▀▀▀▄▄ ▀▄  -  ▀ ▀▄ ▀▄ ▄▀▀ ▄▀       ▄▀ ▄▄▄      -   ▀▀ ▀▀      ▄▀   ▄▄▀▀ ▀▄      - ▀▀▄▄▄▄▄▀ ▄▀▄▀▄▀▄▄▄▄▄▄▄▄▀        -   ▀▄▀▄  ▄▀▄▄▀▄ ▄▀   ▄▀  - ▀▄ ▀▄▄▄ ▀▀▄▀          - ▄▄▄▀   ▀▀        -   ▄ ▀▄ ▄▄▄▄ ▀  ▄   ▀▄  ▄  -   ▀▄     ▀▄▀      ▀▄ ▀ ▀ -   ▄▀         ▀▄ ▀▄▀  -             ▀▀▀▀▀  - ▀ ▀▄▀          - ▄     ▀▀     -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/shadowbolts.pony b/ponies/shadowbolts.pony deleted file mode 100644 index 401813c..0000000 --- a/ponies/shadowbolts.pony +++ /dev/null @@ -1,25 +0,0 @@ -$balloon36$ - $\$ - $\$ - $\$ - ▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▄▀▀▀▀▀▀▀▀▀  - ▀▄▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▄▀▀▀▄  - ▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄ - ▄▀▀▀▀▀▀▄▄▀▀▄▄▀▀▄▄▀▀▀▄▄▀ - ▀▄▀▀▀▄▄▀▀▀▄▀▀▀▀▀▄▄▀▀▀ - ▄▄▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▀▀▀  - ▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▄▄▄▀  - ▄▄▄▄▄▄ ▀▀▄▄▄▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▄▄ ▄▄▀▀▀▀▄  - ▀▀▀▄▄▀▀▄▀▀▀▀▄▄▀▄▄▀▀▀▀▄  - ▄▄▄▄▄▄▀▀▀▀▀▀▀▄▀▀▀▀▀▄▀▀▄▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▄▀▄▄▀▄▀▄  - ▄▀▄▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▄▀▄▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▄▀▀▀▄▀▄▀▄▄▄▄  - ▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▄▄▄▀▀▄▄▀▄  - ▀▀▀▄▄▄▄▄▄▄▄▄▄▄▀▀▀ ▀▄▄▄▀▀▀▀▄▀▄▀▀▀▄▀▀  - ▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/shiningarmor.pony b/ponies/shiningarmor.pony deleted file mode 100644 index 006dc11..0000000 --- a/ponies/shiningarmor.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S02E25 The Royal Wedding [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: cyan -FREE: no -GROUP: stallion, tritagonist, royal -KIND: unicorn -LINK: regular -MANE: blue -NAME: Shining Armor -POSE: trot -SOURCE: [jristz] -WIDTH: 44 -HEIGHT: 25 - - -$$$ -$balloon41$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄▄▄ ▄▀  - ▄▀▀▀ ▀ ▀▄▄▀▀   - ▄▀    ▀ ▀ ▄▀ ▀   - ▄▀  ▄   ▄ ▀▄ ▀ ▄  -     ▀ ▀▀▄ ▀ ▀▀ ▀▄▄▄▀  -      ▀▀▀▀▀▄▄▄  -  ▄    ▄▄ ▀▀▄ ▀▄  - ▄▄    ▀▄  ▀ ▀▄  - ▄▀▀▀▄▄▀▀▄   ▀ ▀▄ ▄    - ▄▀ ▄▀▀ ▀▀▄▀▄ ▀▄  ▀▄ ▀▄▄▄▄▄▄▄ ▀  - ▄▀   ▄▄▄▄▀▄▄▄▄▄▄▄▄▄  ▄       -   ▄▀   ▀  ▀▄▄  ▀ ▀▄▀    -        ▄▀ ▀▄    -   ▀▄    ▄ ▀ ▄▀  -   ▀▄   ▄▀▀▀ ▄▄▀▀▀▀▀▀▀▀     -      ▄▀ ▄▀   ▀▄       -    ▄▀ ▄▀   ▄▄▄   ▀▄  -   ▄ ▀▀▀▄▀ ▀▄▄▄   ▀   ▀▄  - ▀▄ ▀▀▀▀ ▀▀▄▄ ▀▀▀▀  ▄▄  -  ▄▄ ▀▄  - ▀▄▄▄▄▄   diff --git a/ponies/shiningarmorcrystal.pony b/ponies/shiningarmorcrystal.pony deleted file mode 100644 index bfa3f14..0000000 --- a/ponies/shiningarmorcrystal.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S02E25 The Royal Wedding [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: stallion, tritagonist, crystal, royal -KIND: unicorn -LINK: regular -MANE: blue -MASTER: shiningarmor -NAME: Shining Armor -POSE: crystal -SOURCE: [jristz] -WIDTH: 40 -HEIGHT: 25 - - -$$$ -$balloon3$ -$\$ - $\$ - $\$ -  ▄▄  -  ▄▄▄ ▄▄▄▄▄ ▄▄▄  -  ▄ ▄▀▀ ▄▀▀ ▀     - ▄ ▄ ▀▄▀ ▄  ▄    -   ▄▄▀▄▀▀▀▀▄▄ ▀ ▀  ▄  - ▀▀ ▄▄▄ ▀▄▄▄▀ ▀▄   - ▄▀ ▄▀▀     ▄    - ▄▀ ▄ ▄▀ ▄▄      ▄▄▄▄▄  -   ▄ ▄▄ ▀▄▀ ▄▄ ▄▀▀▀▀▀ ▀▄  - ▀ ▀▀▀▀▀▀▀▄ ▀▄▀ ▄  ▀ ▄▀▄▀ ▀▄ ▀▄ -    ▀▄  ▄▀▀▀▀▀▀▀ ▄▀▀▄ ▀▄   -   ▀  ▀▄▄ ▀▄▀▄▀▄▄   ▄     -   ▀  ▀ ▀       ▄ ▀▀ - ▀▄   ▀▀▀ ▄▀   ▄▀ ▄▀  -     ▀▀▀ ▀  ▄  ▄▀ ▄▀  -      ▀▄▀     ▄▀▀  - ▄         ▀▄ ▀  -             - ▄ ▄▄ ▄   ▄▄▄  ▄    -  ▀  ▀▀    ▀▀▀  ▀▀    -  ▀▀▀▀▀   ▀▀▀▀▀▀▀  diff --git a/ponies/shiningarmorguard.pony b/ponies/shiningarmorguard.pony deleted file mode 100644 index e09b1a5..0000000 --- a/ponies/shiningarmorguard.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S02E25 The Royal Wedding [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: cyan -FREE: no -GROUP: stallion, royal, tritagonist -KIND: unicorn -LINK: regular -MANE: blue -MASTER: shiningarmor -NAME: Shining Armor -POSE: guard -SOURCE: [jristz] -WIDTH: 44 -HEIGHT: 27 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ - ▄▄▄▀▄▀▀▀▀▀▄▄  - ▄▀      ▄   ▄▀  - ▄▀ ▄▄▄ ▄▄▄▄▄▄  ▄▀▀   -   ▀    ▄▄▄▄▄▀▀▄ ▀   -  ▄ ▀  ▄ ▀  ▄▄▄▄▀▄ ▀   - ▀▄  ▄▄▀▀▀▄▄▀▀▀▄▀▄▄  -  ▄▄  ▄  ▄ ▀▀▀▀ ▀▄  - ▄   ▄      ▄▄ ▀▀  ▀▄  - ▄▀▀ ▀▄▄  ▀▀       ▀  ▀▄▀ ▀▄  - ▄▀ ▄ ▀▄▄▄ ▄▄▀▀▄▄▄▄▀  ▄▀▄▀▄▀▀▀▀ ▄    - ▄▀     ▄▀▄ ▀▀▀▄▄▀ ▄▀ ▄▀▀▀▀▀▀▀ ▀  - ▄▀   ▄▀▀▀▀   ▀▄▄    ▀▀▀▄    -     ▄▀      ▄ ▄▀▄▄▀  ▄▀▄  -   ▀▄     ▄▀ ▀▄▄▀▀ ▄▀      - ▀▄     ▄▄▄ ▀▀ ▀▀▀▀▀▀▀▀▀▀▄▀  - ▀▄     ▄▀ ▄▄▀ ▄▀▀       - ▀▄   ▄▀       ▄▀      -  ▄▀▀▄     ▄▄▄▄▀ ▄▀    - ▀  ▀▀▀▀▀▀   ▄▀▀  ▀▄ ▀▄  - ▀▄▄ ▄▀ ▀▀▀  ▄▀ ▀▄ ▄ ▀▄  - ▀▀ ▀▀▀▀ ▀▄    - ▀▀▀▀▀  - diff --git a/ponies/shiningarmorwedding.pony b/ponies/shiningarmorwedding.pony deleted file mode 100644 index dedecc9..0000000 --- a/ponies/shiningarmorwedding.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S02E25 The Royal Wedding [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: stallion, tritagonist, royal -KIND: unicorn -LINK: regular -MANE: blue -MASTER: shiningarmor -NAME: Shining Armor -POSE: wedding -SOURCE: [jristz] -WIDTH: 40 -HEIGHT: 25 - - -$$$ -$balloon3$ -$\$ - $\$ - $\$ -  ▄▄  -  ▄▄▄ ▄▄▄▄▄ ▄▄▄  -  ▄ ▄▀▀ ▄▀▀ ▀     - ▄ ▄ ▀▄▀ ▄  ▄    -   ▄▄▀▄▀▀▀▀▄▄ ▀ ▀  ▄  - ▀  ▀▄ ▀▄▄▄▀ ▀▄   - ▄▀ ▀▄▄▄   ▄ ▄    - ▄▀ ▄▄ ▀      ▄▄▄▄▄  -   ▄ ▄▄ ▀▄▀ ▄▄ ▄▀▀▀▀▀ ▀▄  - ▀ ▀▀▀▀▀▀▀▄ ▀▄▀ ▄  ▀ ▄▀▄▀▀▀▀ ▀▄ ▀▄ - ▄▀▀ ▀▄  ▄▀▄▄▄▄▄▄▄▄▄▀▀▄  ▀▄   - ▄▄▄▄▄ ▀▄▄   ▄▀▄▀▄▀▄   ▄     - ▄▀▀▄▄▄▀     ▀ ▀       ▄ ▀▀ - ▀▄     ▀▀▀ ▄▀   ▄▀ ▄▀  -    ▀   ▀  ▄  ▄▀ ▄▀  -     ▀▄▀     ▄▀▀  - ▄ ▄       ▀▄ ▀  - ▄ ▀▄▄▀         - ▄ ▄▄ ▄▄▀  ▄▄▄  ▄    -  ▀  ▀▀    ▀▀▀  ▀▀    -  ▀▀▀▀▀   ▀▀▀▀▀▀▀  diff --git a/ponies/silverspeed.pony b/ponies/silverspeed.pony deleted file mode 100644 index 539b3ed..0000000 --- a/ponies/silverspeed.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S02E22 Hurricane Fluttershy -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare -KIND: pegasus -LINK: regular -MANE: grey -NAME: Silverspeed -POSE: trot -SOURCE: (fanofetcetera) Desktop ponies -WIDTH: 45 -HEIGHT: 25 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - ▀ ▀▀▀▄  - ▄▀▀▀▀▀▀▀ ▀ ▄▀▄  - ▄▀ ▄▄▄▀   ▀▄  -   ▄▄▄▄▄▄▀   ▄  ▄    -   ▄▀▄▀▄ ▀▀▀▀▄     ▀   -  ▀ ▄▀ ▄▄▄▄▀▄ ▄   ▄  -       ▄▄ ▄ ▄▀▀  ▄▄▄▄▄▄▄  -    ▄   ▄ ▀▄ ▀▄▀ ▀▀ ▄▀▀ ▀▀▄  -  ▄▀ ▄▄ ▀▄▀▀▀ ▀       ▄▀▀▀▀▀▀▀ ▀▄▀▄  - ▀▄  ▄        ▄▀▀▀▀▀▀ ▀ ▀▄▀   - ▀▀▀▀▀ ▄▄ ▀     ▀▀▀ ▀▀▀▀▀▀▄ ▀▄▄ ▀▄  -   ▄ ▀▄▀▄▄▄▄▄▄  ▀▄   ▀▄  - ▀▄   ▀▄▀▄▀ ▄▀         - ▀▄ ▀▄▄▄▄▄▀▀ ▄▀     ▄▀ - ▀  ▄▄ ▀  ▄▄▄ ▄▀ ▄▀    -     ▀▄ ▀▄ ▀▄   ▄▀ ▄▀  -       ▄▀  ▀▄▀ ▀   ▀▄  -    ▀▄     ▀▄  ▀ ▀▄ ▀ ▀▀▀  - ▄▀▀▄     ▀▄▄▀ ▀▀ ▄  -   ▀▄▄▄▀ ▀    - ▀▀▀▀▀ ▀▀▄▄▄   diff --git a/ponies/silverspoon.pony b/ponies/silverspoon.pony deleted file mode 100644 index d4500b6..0000000 --- a/ponies/silverspoon.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E12 Call of the Cutie -BALLOON: top -COAT: grey -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: filly, villain -KIND: earth -LINK: regular -MANE: white -NAME: Silver Spoon -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 33 -HEIGHT: 21 - - -$$$ -$balloon17$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▄▄  - ▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄  - ▄▀▄▀▄▄▀▀▀▀▀▀▀▀▀▀▄▀▄ - ▄▄▄▄▀▀▄▄▀▀▀▀▄▀▄▀▀▀▀ - ▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀  - ▄▀▀▀▀▀▀▄▀▀▀▀▀▀▄▄  - ▀▄▀▄▄▄▀▀▄▄▄▀▄▀▄▀  - ▄▄▄▀▄▀▀▀▀▀▄▄▄▄▀▄▄  - ▄▀▀▀▀▄▄ ▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄  -▄▀▀▀▀▀▀▀▀▀▄ ▄▄▀▄▄▄▀▀▄▄▄▄▄▄▀▀  -▄▄▀▄▀▀▀▀▀▄▄▀▀▄▄▀▄▀▄▄▄▀▀  -▀▄▀▀▀▀▄ ▄▄▀▄▀▀▀▀▀▀▀▀▀▀  -▄ ▀▄▀▄▀▀▄▀▄▀▀▀▄▀▀▀▀▀▀▄  -▄▀▄▀▄▀▀▀▄▄▄▀▀▀▄▄▀▀▀▄▄▄  -▄▄▀▀▀▀▀▀▄▄▀▀▄▄▄ ▄▄▀▀▄▀▄  - ▀▄▄▄▄▀ ▄▄▀▀▄▄▀ ▄▄▀▀▄▄▀  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/silverstar.pony b/ponies/silverstar.pony deleted file mode 100644 index e6fec85..0000000 --- a/ponies/silverstar.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E21 Over a Barrel -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: cyan -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: brown -NAME: Sheriff Silverstar -OTHER NAMES: Silverstar (official, without title) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 40 -HEIGHT: 28 - - -$$$ -$balloon17$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▄▄▀▀▀▄  - $\$ ▄▄▀▀▀▄▀▀▀▀▄  - ▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▄ - ▄▀▀▀▀▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀ - ▄▄▀▀▄▄▀▀▄▄▄▄▀▄▀▀▀▀▄  - ▄▀▀▄▀▄▄▀▀▀▄▄▄▀▀▀▀▀▀▄  - ▄▄▄▄▄▄▄ ▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄ ▄▀▄▀▄▀▀▀▀▀▀▀▀▄▀▀▀▀▀▄▀  - ▄▄▀▀▀▀▀▀▀▀▀▄ ▀▄▄▄▀▄▄▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▄▄▀▀▀▀  -▄▄▀▀▀▀▀▀▀ ▄▀▀▀▀▀▀▀▀▄▀▀▀▀▄▀▀▄▀▄  -▄▄▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀▄▄▀▀▀▄▀▄▄▄▄  -▄▀▀▄▀▄▀▀ ▀▄▀▀▀▀▀▄▄▄▀▀▀▀▀▀▄▀  - ▄▄▄ ▄▀▄▀▀▀▀▀▀▄▀▄▀▀▄▄  - ▀▀ ▄▄▀▀▀▄▀▄▀ ▄▄▀▀▄▀  - ▄▀▀▀▀▄▄▀▄ ▄▄▀▀▀▀▄  - ▄▄▀▀▀▄▄▀▄ ▄▄▀▀▀▄▀  - ▄▄▀▀▀▀▄▄▀▄ ▄▄▀▀▀▀▄▀▄  - ▄▄▀▀▀▀▄▀▀▀▀ ▄▄▀▀▀▀▄▀▀  - ▀▄▄▄▄▄▄▀ ▄▀▀▀▀▀▀  - diff --git a/ponies/sindy.pony b/ponies/sindy.pony deleted file mode 120000 index d45faa2..0000000 --- a/ponies/sindy.pony +++ /dev/null @@ -1 +0,0 @@ -./powderrouge.pony \ No newline at end of file diff --git a/ponies/skyra.pony b/ponies/skyra.pony deleted file mode 100644 index 3a417a2..0000000 --- a/ponies/skyra.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E16 Sonic Rainboom -BALLOON: top -BASED ON: Lyra -COAT: cyan -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: mare -KIND: pegasus -LINK: regular -MANE: white -NAME: (not mentioned) -OTHER NAMES: Skyra (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 43 -HEIGHT: 26 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▄  - ▄▄▄▄▀▀▀▀ ▄▄▄▄  -    ▄▄▄▄▄   -   ▄ ▀▀▄▄▄▄▄▄▄▄  ▄  - ▄ ▀ ▀▄▀▀▄  ▀ ▀  -   ▄▄ ▄▀  ▀ ▀   -        ▄     - ▄▀▀▀▀▀▄  ▄▀ ▀▄▀ ▀  ▄  - ▄▀ ▄▄▄▀▄ ▄▀   ▄    -   ▄ ▀▀ ▀▄▄  ▄   ▄▄▄▄▄▄▀▀  -      ▀▄▄▀▀▀▀▀▀  ▄▀    -   ▀      ▄▀ ▄▄ ▄     -          ▀▄▄▀▄▀▄  ▄▀  -  ▄▄ ▄▀ ▄   ▀▄  ▀▀▀▀ ▄▀  -   ▀ ▄   ▄  ▄ ▀▀▀▀ ▀   - ▀▄  ▄▀    ▄▀▀        - ▀▀▀▀▀▀▀         ▀▄▀▄  -              -         ▀▄  ▄  -    ▀▀     ▀▀   -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/slanderpony.pony b/ponies/slanderpony.pony deleted file mode 100644 index ed3f540..0000000 --- a/ponies/slanderpony.pony +++ /dev/null @@ -1,30 +0,0 @@ -$balloon20$ - $\$ - $\$ - $\$ - ▄▀▀▄  - ▄▀    -   ▄  ▀▀▀▄  - ▄▀ ▀ ▄▄ ▀▄  -   ▀ ▀ ▀▄  -    ▄ ▀▄ -   ▀▀▀▀▀   - ▀▄ ▄ ▄▄▄  -   ▀▀▀▀▀ ▀  -  ▄▄▄▄▄▄ ▄  - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▄▄▀▀  - ▀▀▀▄▄▄ ▀▄▄▀▀▄      - ▀▀▀▄▄▄ ▄▀ ▀▄     -   ▀▀▀▄ ▀▀▄▄▄ ▀  -   ▀▄▀   ▀   - ▄▀ ▀ ▀▀▄▄  ▀▀   -     ▀▀        -  ▄▀          - ▄▀        ▀▄  -      ▄▀      -  ▄▀ ▄▀        -      ▄▄▀▀      -        ▀▄▀  ▄▄▄   -        ▀▄▀▀▀▀▀  -        ▄▀    - ▀ ▀▀▀▀  ▀▀▀▀▀▀▀▀▀  diff --git a/ponies/snails.pony b/ponies/snails.pony deleted file mode 100644 index af85a3e..0000000 --- a/ponies/snails.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -BALLOON: top -COAT: orange -DISPLAY: full, left -EYE: black -FREE: no -GROUP: colt, background, voiced -KIND: unicorn -LINK: regular -MANE: green -NAME: Snails -POSE: stand -SOURCE: desktop ponies -WIDTH: 34 -HEIGHT: 26 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - $\$ ▄▀  - ▄▄▀▀▀▀▀▄▄▀▄▄▄▀▀▀  - ▄▄▀▄▀▀▀▀▀▀▀▀▀▄▀▄▀▄  -▄▀▀▀▄▄▀▄▄▀▀▀▀▀▀▀▄▀▀▀▄  -▀▄▀▀▄▀▄▄▀▀▀▄▀▀▀▄▀▄▀▀▄  - ▀ ▄▀▄▄▄▄▄▀▀▄▀▄▀▀▀▀▄  - ▄▄▄▀▄▄▀▀▄▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀ ▄▄▄  - ▀▄▀▀▀▄▄▀▀▀▀▀▀▀▄▄▄ ▄▀▀▄▄▄▄  - ▀▀▀▀▀▀▀▀▀▀▄▄▀▀ ▄▄▀▀▀▀▀▀▀▄  - ▄▄▀▀▄▄▀▀ ▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▄ - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▄▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▄▀▀▄▄ ▀▄▀ ▄▄▀▀ - ▄▀▀▀▀▀▄▄▀▀▀▄▀ ▀ ▄▀  - ▄▀▄▀▄▀▀▀▄▀▀▀▄  - ▄▀▄▀▄ ▄▄▄▄▀▀▄  - ▄▀▀▄▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▄▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▄▀▀▀▄ ▄▀▀▀▄▄▀▀▀▄  - ▀▀▀▀▀▀▀▄ ▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/snips.pony b/ponies/snips.pony deleted file mode 100644 index a858557..0000000 --- a/ponies/snips.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -BALLOON: top -COAT: green -DISPLAY: full, right -EYE: black -FREE: no -GROUP: colt, backgound, voiced -KIND: unicorn -LINK: regular -MANE: orange -NAME: Snips -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 35 -HEIGHT: 20 - - -$$$ -$balloon18$ - $\$ - $\$ - $\$ - $\$ ▄▄▀▀▀  - ▄▀▄▀▀▀▀▄▄▄▄▀▀  - ▄▄▀▀▄▄▄▄▄▄▀▄▀▄▄▄  - ▄▀▀▀▄▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀ - ▄▄▀▄▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▄ ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄ ▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▄▀▀▀▀▀▄▄▄▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀  - ▀ ▄▄▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀  - ▄▀ ▀ ▄▄▀▀▄▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▄▄▀▀▀▀▄▀  - ▄▄▀▀▄▀▀▀▄▀▄▄▄  - ▄▄▀▀▄▄▄ ▄▄▀▀▄▄▄  - ▄▄▀▀▄▀▀ ▄▄▀▀▀▄▀▀  - ▀▀▀▀ ▀▀▀▀▀  diff --git a/ponies/snowflake.pony b/ponies/snowflake.pony deleted file mode 100644 index f8833b4..0000000 --- a/ponies/snowflake.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E22 Hurricane Fluttershy -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: red -FREE: no -GROUP: stallion, background, voiced -KIND: pegasus -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Snowflake (unofficial), Horse Power (unofficial) -POSE: loud -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 48 -HEIGHT: 25 - - -$$$ -$balloon33$ - $\$ - $\$ - $\$ - ▄▄▀ ▀▀▄▀▄▀   - ▄▀ ▄▄▄▄▄ ▄▄▄  -   ▄▄ ▄▄▄▄▄▀▄▄▄▄▄  - ▄▄▀▀ ▀ ▄▀▄▄    ▄    -  ▀▀▀▀    ▀▀▄▀ ▀▀ ▀▄▀▄ - ▄▄▄▀▄▀ ▀▄▀▀▀ ▄▀▀▄▄▄▄▄▀ -        ▄ ▄▄▄▀▀  - ▄▀      ▄▄▄▄▀▀  - ▄▄▀▀ ▄   ▄  ▄▄▄▀▀▀▀   - ▄▄▀▀▀▀▄ ▄▀▀▄▄▀▀ ▀▄ ▀▀▀▄▄▀▀ ▀▄  - ▄▀ ▄▄▄ ▀▄▄▄▄ ▄▀▄▀ ▀   ▄▄ ▄    - ▄▀   ▀▄▀▄▄ ▀▀▀ ▄ ▀▄ ▄▀ ▄▄▀▀▀▀  -  ▀  ▀     ▀▀▄ ▄▀ ▄    ▄▄      -         ▄ ▀   ▀▄    ▄▄▄▀▄    - ▀▀▄      ▄▀ ▄▀ ▄▄▀ ▄▀  - ▄▀▀ ▄▄ ▀▀ ▀ ▀▀▀▀▀▀ ▀▀ ▀▀  -   ▄▀    ▄▀  -     ▄▄   ▀▄  - ▄▀ ▄▄▄ ▀▄   ▄▄  -  ▄▀ ▀▄▀▀ ▀▄▀ ▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/soarin.pony b/ponies/soarin.pony deleted file mode 100644 index 860d551..0000000 --- a/ponies/soarin.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: green -FREE: no -GROUP: stallion, wonderbolt -KIND: pegasus -LINK: regular -MANE: blue -NAME: Soarin -POSE: eat -SOURCE: (StarStep, Anonycat) Desktop ponies -WIDTH: 52 -HEIGHT: 25 - - -$$$ -$balloon13$ - $\$ - $\$ - $\$ - $\$ ▄ ▄▀▀▀▀ ▄▄▄▄▄  - ▄▀▀▄▀▀▀▀▀▀▀▀▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▄▄▀▄▄▀▄▄▀▀▀  - ▄▄▀▀▀▀▀▄▄▀▀▀▄▄▀▀▄▄▀▄▄  - ▀▄▀▀▀▄▄▄▀▀▀▀▀▀▄▀▄▄▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▄▄  - ▄▀▀▀▄▄▀▀▄▄▀▀▀▀▄▄▀▀▀▀▀  - ▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▄▀▀▀▀ ▄▀▀▀▀▀▀▄▄▄▄  - ▄▄▀▀▀▄▄▀▀▀▀▀▀▀▄▄▀▄▄▄ ▄▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▄▄▄▄▀▀▀▀▄▄▀▀▀▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▀▄▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▀▄▀▄▄▄▀▀▄▀▀▄ ▄▀▄▀▀▀▀▀▀▄▄  - ▀▄▀▀▄▀▄▀▄▀▄▀▄▀▀▀▀▄ ▀ ▄▄▀▀▀▀▀▄  - ▄▀▄▀▀▀▀▀▀▀▄▀▀▀▄ ▄▀▄▀▀▀▀▄  - ▄▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄ ▀ ▄▄▀▀▀▀▄  - ▄▄▄▀▀▄ ▄▄▀▄▀▀▀▄ ▄▄▀▀▀▀▀▄  - ▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▄▄▀▀▄▀▄▄ - ▄▀▀▄▄▄▄▄▄▄▀▄▄▄ ▄▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄ ▀▄▄▀▄  - ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀ ▄▀▄▄▀▀▀▀▄ ▄▀▄▄▄▄▀▀▀▀▄ ▀▀▄  - ▄▀▀▀▄▄▀▀▄▄▀▀▀▀ ▀▀▄▄▄▀▀▀▀ ▀▀▀▀▄▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀  diff --git a/ponies/soarinofficer.pony b/ponies/soarinofficer.pony deleted file mode 100644 index 3c880a9..0000000 --- a/ponies/soarinofficer.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: green -FREE: no -GROUP: stallion, wonderbolt -KIND: pegasus -LINK: regular -MANE: blue -MASTER: soarin -NAME: Soarin -POSE: officer -SOURCE: [jristz] -WIDTH: 43 -HEIGHT: 25 - - -$$$ -$balloon29$ - $\$ - $\$ - $\$ - ▄▄▄▄▄ ▀ ▀▀▄ ▄  -   ▄▄▄▄ ▀▄ ▀   - ▀▄     ▄▄▀ ▀▄  - ▄▄▀   ▄   ▀▀▄▄▀ ▀▄ - ▀▄   ▀▄▄▄ ▀▀▄ ▄▀▀   - ▄▀ ▄▄▄▄ ▀▀▀ ▀▄▀  -     ▄▄▄▄▄ ▀▄  - ▄▄▄▄▀▀▀▀▀▀▄  ▀▀▀ ▄ ▀ ▀▄▄ ▀▄ - ▄▀   ▄▀   ▄   -  ▄ ▀▀▀ ▄▄▄▄▄▀▄ ▄▄▄▄▄▀▀▀▀▀▀▀ ▀  -   ▄▀     ▀ ▀▀▀▄▄▄▄▄▀▄  - ▄   ▄   ▄▀▄ ▄▄▄▀▄▀▄ ▀▄ ▄▀▄  - ▄▀   ▀   ▄▀ ▀▄▀▄▀▄▀ ▄▄  ▀▀  -   ▀▄     ▄▄▄▄▄ ▀▀▄  - ▄▀   ▀ ▄▀ ▄ ▀▄▀▀      -   ▄     ▄▀         - ▄▄▀    ▄▀           -   ▄▄▀          ▄▄  - ▄▀▀ ▄▀       ▄▄▄ ▄   -    ▀▀▀ ▀▄▄ ▀▄▀  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/soigne.pony b/ponies/soigne.pony deleted file mode 100644 index bbe251c..0000000 --- a/ponies/soigne.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E20 Green isn't Your Color -BALLOON: top -COAT: cyan -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Soigne Folio (unofficial) -POSE: trot -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 42 -HEIGHT: 27 - - -$$$ -$balloon24$ - $\$ - $\$ - $\$ - $\$ ▄▄▄  - ▀▀▀▀▀▄ ▄▄▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀ - ▄▀▄▄▀▀▀▀▀▀▄▄▀▀▀▄▀▀▀▄ - ▄▀▀▀▄▄▀▄▄▀▀▀▀▄▀▀▀▀▄  - ▄▀▀▀▄▄▄▄▄▄▀▄▀▀▀▄▀▀▀  - ▄▄▀▀▄▄▄▀▀▀▀▄▄▀▀▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▄▀▄▄▀▀▄  - ▄▄▀▀▀▄▄▀▀▀▄▀▄▀▀▀▀▄  - ▄▄▄▄▄▄▄ ▀▄▀▀▄▄▀▀▀▀▀▄▄▄▄▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄  - ▄▀▀▀▀▀▀▀▀▄▄▄▄▀▀▀▄▄▄▄▄▄ ▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▀▀▄▀▀▀▄▄▄▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▄▄▄▀▀▀▀▄▄▀▄  - ▀▄▀▀▀▀▀▀▄▄▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▄▄▀▄  - ▀▄▀▀▀▄▄▀▄ ▄▀▀▄▀▀▀▄▄▀▀▀▄▄▀▀  - ▀▄▀▀▄▀▀▄ ▄▄▄▀▄▄▀▀▄▀▀▀▄▀▀▄▀  - ▀▄▀▀▄▀▄▄▀▄▀▀▄▄▀▄ ▀▄▀▀▀▄  - ▄▀▀▀▀▄▀▀▀▀▀ ▄▄▀▀▄ ▄▄▀▄▄▄  - ▀▄▄▀▀▀▀▀▀▄▀▄ ▄▄▀▀▀▄▀▀▀▀▀▀▄  - ▀▀▀ ▀▀ ▄▄▀▀▀▄▄▀▀▀▄▀▀▄  - ▀▄▀▀▀▀▀▀▀▄▄▄▄▀  - ▀▀▀▀  diff --git a/ponies/sombra.pony b/ponies/sombra.pony deleted file mode 100644 index 1005cd9..0000000 --- a/ponies/sombra.pony +++ /dev/null @@ -1,53 +0,0 @@ -$$$ -APPEARANCE: S03E01 The Crystal Empire [Part 1] -AURA: black -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: green (in flashback), white (in last scene), brown (ponysay) red (source), purple aura -FREE: no -GROUP: stallion, antagonist -KIND: unicorn -LINK: regular -MANE: black -NAME: King Sombra -OTHER NAMES: King Somber (initial leaked name) -POSE: stand -SOURCE: [jristz] -WIDTH: 45 -HEIGHT: 32 - - -$$$ -$balloon14$ - $\$ - $\$ - $\$ - ▄ ▄▄▄ ▄▄  -  ▄▄ ▄ ▄▄  - ▄ ▄   ▀ ▀   ▄▄ ▀▀  - ▄    ▀▄▀▄   ▄ ▄  -  ▀▀  ▀▄▄▄ ▀▀ ▄     -  ▀ ▀ ▀ ▀▀ ▀ ▀ ▀▄ ▀ ▄  - ▄ ▄ ▄▄▄ ▄   - ▀▀ ▀▄ ▄▀ ▀▄ ▄▄▄▄▄▄ ▀   - ▀ ▄▄▀▄▀▄▄▀▄▄▄▀ ▄▄ ▀  - ▄▄▄▄ ▀ ▀▀▀▀▄▄▄  ▄▄▄▄  - ▀ ▀▄ ▀ ▄ ▀ ▀  ▀  - ▀▀▀▄▄▄▄ ▀▀▀▀▄▄  ▀▀  - ▄▄▄▄▄▄▄▀▀▄▀▀▀ ▄ ▄▄▄▄▄▄▄▄▄  -  ▄▀▄▄▀▀▄▄   ▀▀ ▄ ▄ ▄  -    ▄▄  ▄▀▄ ▄ ▄ ▄ -      ▄▀▄▀▄▀ ▀▀▀▀▀▀▀▄▄  - ▄    ▄▀▄▀▄▀▀ ▀▄▀  -  ▄ ▄▀ ▀▄▀▄▀▄ ▀▀▀▀▀▀▀ ▀▄▄  - ▄▄▄▀▄ ▄▀▄▀ ▄▄▀▀ ▀▄▄   -   ▄▀ ▄▄▄ ▄▄▀▀ ▀▄▀▀▀▀▀▀▀▄▄▄▄ ▀▀▀▀ ▀  - ▀▀▀▄▀▀▀▄▄  ▀▀▄ ▀ ▀▀▀▀▄▄ ▀   - ▀ ▄▄ ▀▄▄▀▄ ▄▀▀▀▀▀▀  ▄ ▀▄ ▀ ▄ -    ▄▄    ▄  ▀▄ ▀ ▄▀ ▀   -     ▄  ▀ ▄▄   ▄    ▄▄▄  -   ▄▀▄  ▄     ▄  ▄▀    -   ▀ ▀  ▄▀▄ ▀▄   ▀   ▄▀▀▄   - ▀▀▀▀▀      ▀▀▀  ▄     - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/sparkler.pony b/ponies/sparkler.pony deleted file mode 100644 index 1909b7d..0000000 --- a/ponies/sparkler.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, background, voiced -KIND: unicorn -LINK: regular -MANE: purple -NAME: (not mentioned) -OTHER NAMES: Amethyst Star (official, in merchandise), Sparkler (unofficial) -POSE: trot -SOURCE: (vulcan539/james539) Desktop ponies -WIDTH: 42 -HEIGHT: 25 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▀ ▄▄  - ▄▄▄▄▄▀▀▀▀▀▀▀▄▀▀  - ▄▀▄▄▀▄▄▀▀▀▀▀▀▀▄▄▀▄  - ▄▀▄▄▀▀▀▄▀▀▀▀▀▀▄▀▀▀▀▄  - ▄▀▄▄▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▀▀▄▀▄▀▀▄▀▀▀▄ - ▄▄▄▄ ▀▀▀▀▀▀▀▀▀▄▄▄▄▀▀▄▀▄▀▄▀▄ - ▄▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▄▀▀▀▀▄▄▀▀▀▄▀▄▄ ▀▀ - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀ ▄▀▀▀▀▀▄▀▀▀▄▀▀▀▀▄  - ▄▄▀▀▀▄▀▄ ▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▄▀▄ ▄▀▀▄▀▀▀▄▄▀▀▀▀▀▀  - ▀▄▀▀▀▄▀▀▄ ▄▀▀▀▄▄▀▀▄▀▀▀▄▀▀▄  - ▄▀▀▀▄▀▀▄▄▀▄▀▀▀▄▀▀▄ ▀▄▀▀▀▄  - ▄▀▀▄▄▀▄▀▀▀▀▀ ▄▄▀▀▄ ▄▀▀▀▀▀  - ▀▀▀▄▄▀▄▀▀▄ ▄▄▀▀▀▄▀▀▀▀▀▄▀  - ▀ ▀▄▀ ▀▀ ▄▄▀▀▀▄▄▀▀▀▄▀▀▄  - ▀ ▀▄▀▀▀▀▀▀▀▄▄▄▄▀  - ▀▀▀▀  diff --git a/ponies/spike.pony b/ponies/spike.pony deleted file mode 100644 index fd5dce1..0000000 --- a/ponies/spike.pony +++ /dev/null @@ -1,38 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: green -FREE: no -GROUP: male, dragon -KIND: animal -LINK: regular -MANE: green -NAME: Spike -POSE: stand -SOURCE: (Peter Kuruc/Fantos, StarStep, Anonycat) Desktop ponies -WIDTH: 23 -HEIGHT: 19 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▀▀▄ ▄▀▄  - ▄▄▀▀▀▀▀▄▀▀▄ ▄  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▀▄  - ▄▀▀▀▀▀▀▄▀▀▀▄▄▄  - ▄▄▀▄▄▀▀▄▄▀▀▄▀▀  - ▄▀▄▀▄▄▀▄▄▀▀▄▀▀▀  - ▀▄▄▀▀▀▀▀▀▀▀▀▀  - ▀▀▄▄▄▄▀▀ ▄▀▀▄  - ▄▀▀▀▄▄▀▄▀▄▀▀▀▄▀ - ▄▀▀▄▄▄▄▀▀▀▄▀ ▀▀ - ▀▄▄▄▀▀▄▀▀▀▄▀  - ▀▄▄▄▀▄▄▀  - ▄▀▀▀▄  - ▀▀▀▀▀▀  diff --git a/ponies/spikecrystal.pony b/ponies/spikecrystal.pony deleted file mode 100644 index c42022f..0000000 --- a/ponies/spikecrystal.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: purple -DISPLAY: full, front, left -EYE: purple -FREE: no -GROUP: male, dragon, crystal -KIND: animal -LINK: regular -MANE: green -MASTER: spike -NAME: Spike -POSE: crystal -SOURCE: desktop ponies -WIDTH: 28 -HEIGHT: 20 - - -$$$ -$balloon3$ -$\$ - $\$ - $\$ - ▄▀▀▀▄ ▄▄  -      ▄  -   ▀    -   ▄▀▀▀▀▄    - ▄ ▄▀ ▀ ▀▀  -  ▀▄▀▀▄ ▄▀▀▀▄  ▄▀▄ -             ▄▀ ▄▀ -   ▀▄▀▀ ▄▄ ▀▄▄▄▀  - ▀▄▄▀▀▀▀ ▄▄▀  - ▄▀▄▄▀▄▄ ▄▀▀▄  - ▄▀▄▀▀▀▀▄ ▀  ▄▀▄ - ▀▄ ▄▄▄▀ ▄▀   ▀▀ - ▀ ▀▀▄▀▀▄▀▀  -  ▄   ▀  - ▄▀ ▄▀    - ▀▀▀▀▀▀▀▀▀  diff --git a/ponies/spikefloat.pony b/ponies/spikefloat.pony deleted file mode 100644 index 2627881..0000000 --- a/ponies/spikefloat.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: purple -DISPLAY: full, right -EYE: green -FREE: no -GROUP: dragon -KIND: animal -LINK: regular -MANE: green -NAME: Spike -POSE: float -SOURCE: (Peter Kuruc/Fantos, StarStep, Anonycat) Desktop ponies -WIDTH: 28 -HEIGHT: 20 - - -$$$ -$balloon13$ - $\$ - $\$ - $\$ - ▄▀▄ ▄▀▀▀▄ - ▄ ▄▀▀▀▄▀▀▀▀▀▄ - ▄ ▄ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀ - ▀▄▀▀▀ ▄▄▀▄▀▀▀▀▀▀▀▄  - ▀ ▄▄▄▄▀▀▀▄▄▄▀▀▀▄  - ▄▀▄▄▀▀▄▄▀▀▀▄▀▄  - ▀▄▀▀▄▀▀▄▀▀▀▄▀▄▄ - ▄▄ ▀▀▄▀▀▀▀▀▀▀▀▀▀ - ▄▄▀▀▀▄▄ ▄▀▄▀▀▀▄▀▀▀▀  - ▄▀▀▄▀▀▀▄▀▄▀▄▄▄▀  - ▄▄▄▀▀▀▄▀▄▄▄▀  - ▀▄▀▀▀▀▀▄▀▀  - ▄▀▀▄▀▀▀▄▀  - ▄▄▀▀▀▀▄  - ▄▀▀▀▀▀  - diff --git a/ponies/spikelove.pony b/ponies/spikelove.pony deleted file mode 100644 index 801c637..0000000 --- a/ponies/spikelove.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: purple -DISPLAY: full, right -EYE: green -FREE: no -GROUP: male, dragon -KIND: animal -LINK: regular -MANE: green -MASTER: spike -NAME: Spike -POSE: love -SOURCE: (Peter Kuruc/Fantos, StarStep, Anonycat) Desktop ponies -WIDTH: 27 -HEIGHT: 19 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - $\$ ▄▀▄ ▄▀▀▀▄ - ▄ ▄▀▀▀▄▀▀▀▀▀▄ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▄▀▄▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▄▄▄▀▀▀▄  - ▄▀▄▄▀▀▄▄▀▀▀▄▀▄  - ▀▄▀▀▄▀▀▄▀▀▀▄▀▄▄ - ▄▄ ▀▀▄▀▀▀▀▀▀▀▀▀▀ - ▄▄▀▀▀▄▄ ▄▀▄▀▀▀▀▀▀▄▄  - ▄▀▀▄▀▀▀▄▀▄▀▄▄▄▀ ▀  - ▄▀▄▀▀▀▄▄▀▄▄▀  - ▀▄▀▀▀▀▄▀▄▀  - ▄▀▀▀▄▄  - ▄▀▀▀▀▀▀  - diff --git a/ponies/spikemustache.pony b/ponies/spikemustache.pony deleted file mode 100644 index 3f43739..0000000 --- a/ponies/spikemustache.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: purple -DISPLAY: full, front, right -EYE: green -FREE: no -GROUP: dragon -KIND: animal -LINK: regular -MANE: green -MASTER: spike -NAME: Spike -POSE: mustache -SOURCE: (Peter Kuruc/Fantos, StarStep, Anonycat) Desktop ponies -WIDTH: 31 -HEIGHT: 20 - - -$$$ -$balloon13$ - $\$ - $\$ - $\$ - $\$ ▄▄ ▄▀▀▀▄  - ▄       -   ▀    -   ▄▀▀▀▀▄    - ▄▄ ▀▀▀▄ ▀▀▀▄ ▄  - ▄▀▄  ▄▄▄   ▀▀▄    - ▀▄ ▀▄  ▄     ▄    - ▀▄▄▄▀ ▀▀ ▀▀▄▀▀  ▄▄ ▄ - ▀▄▄ ▄ ▀ ▄ ▀▀▄  - ▄▄▄▄ ▄▀ ▀▄▀▀▀▀▀▀▀▀▀ - ▄▀▄  ▄ ▀▄▄ ▄▀▀▀▀▀▀  - ▀▀   ▀▄▄ ▀▄▄▄   - ▀▄▀▄▄▀▄▄ ▀  - ▄▀  ▄   -   ▀▄▀▄  - ▀▀▀▀▀▀▀  diff --git a/ponies/spitfire.pony b/ponies/spitfire.pony deleted file mode 100644 index db81b48..0000000 --- a/ponies/spitfire.pony +++ /dev/null @@ -1,43 +0,0 @@ -$$$ -APPEARANCE: S01E16 Sonic Rainboom -BALLOON: top -COAT: yellow -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: mare, wonderbolt -GROUP NAME: wonderbolts -KIND: pegasus -LINK: regular -MANE: orange -NAME: Spitfire -POSE: fly -SOURCE: (Rainbowdutch, Bot-chan) Desktop ponies -WIDTH: 53 -HEIGHT: 23 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ - $\$ - ▄▄▄▄▄ ▄▄▄ - ▄▄  ▄ ▄▄▄▄▄ ▄ ▄▄▄ ▄▄▀▄▄ -   ▄    ▄▄▄▄▄ ▄▄ ▄▄▄▄▄▄ - ▀▄    ▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▀ - ▄▄▄▄▄▄▄  ▄ ▄▄▄▄    ▄ ▄▄▄ ▄ ▄▄ - ▄▄▄ ▄▄▄ ▄▄         ▄ ▄▄▄▄ ▄▄ ▄▄▄▄ ▄▄ -▄ ▄▄▄▄ ▄ ▄      ▄   ▄▄▄▄▄▄ ▄▄▄ ▄▄   - ▀▀▀▄▄▄ ▄ ▄▄ ▄▄▄▄▀ ▄ ▄    ▀▄▄▄▄▄▄  ▄ ▄ ▄▄▄ - ▀▄▄ ▄ ▄▄▄▄▄ ▄▄ ▄▄  ▄   ▄▄▄▄▄  ▄▄▄▄ ▄▄▄  - ▀▀▄▄ ▄▄ ▄▄▄  ▄ ▄     ▄▀ - ▀▄▄▄▄▄▄ ▄▄▄▀  ▄▄ ▄▄▄ ▄▄▄ ▀▀▀▀▀▀ - ▀▀▀▀▀▀ ▄  ▄  ▄ ▄▄▄  ▄▄▄▄▄▄▄▄  - ▄▄▄ ▄ ▄ ▄ ▄▄▄ ▄▄▄▄▄  ▄▄▄   ▄▀ - ▄▄▄▄▄ ▄▄ ▄▄▀▀       ▀▀▀▀ -     ▄▄▄ ▄▀▀▀ ▀▄ ▄▄▀ -  ▄▄▀▀ ▄▄▀ ▀▄▀ - - \ No newline at end of file diff --git a/ponies/spot.pony b/ponies/spot.pony deleted file mode 100644 index ff09bc3..0000000 --- a/ponies/spot.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E19 A Dog and Pony Show -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: dog, antagonist, diamond dog -KIND: animals -LINK: regular -NAME: (not mentioned) -OTHER NAMES: Spot (official, in manuscript) -POSE: grap -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 47 -HEIGHT: 23 - - -$$$ -$balloon13$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▄▄  - ▄▄ ▄▀▀▀▄▄▄▄▄▀▀▀▀▄▄  - ▄▀▄▄▀▄ ▀▀▄▀▄▄▀▄▄▀▀▄▄▄▄▄▄  - ▄▄▄▄ ▀▀▄▄▀▄▄▄▀▀▄▄▄▀▄▄▄ ▄▄▀▄▀▀▄▄  - ▄▄▀▀▄ ▄▄▄▀▀▀▄▀▀▀▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▄▄▀▄▀▄▄▄▄▄▄▄▄▄▄▀▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▀▄▀▄▀▄▄▀▀▀▄▀▀▀▀▄▀▄▀▀▀▀▄  - ▀ ▄▀▀▀▀▀▀▀▀▄▄▀▄▄▄▀▀▄▀▀▀▀▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▀▄▀▀▀▀▀▀▀▀▀▄▄▄▄▀▄▀▀▄▄▄  - ▄▀ ▀▀▄▄▀▀▀▀▄▄▄▀▀▄▀▀▀▀▀▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▄▀▀▀▀▀▄▄▄▀▄▀▀▀▀▀▀▄▄▄▄▄▄▀▀▀▀▀▄  - ▀▄▄▄▀▀▀ ▀▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀ ▄▄  - ▀▀▀▄▀▀▀▀▀▀▀▀▄ ▀▄▀▀▀▀▄▄ - ▄▀▄▀▀▀▀▀▀▀▀▄ ▀▄▀▀▀▄▀ - ▄▄▀▀▄▀▀ ▀▄▀▀▀▄▄▄▄▀▀▄▀ - ▄▀▀▄▀▀ ▀▄▄▄▀▄  - ▄▀▀▄▀▀ ▄▄▄▄  - ▀▀ ▄▄▀▀▀  - diff --git a/ponies/squirrel.pony b/ponies/squirrel.pony deleted file mode 100644 index fbb1b56..0000000 --- a/ponies/squirrel.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: black -FREE: yes -GROUP: squirrel -KIND: animal -LICENSE: CC0 -LINK: regular -POSE: watch -SOURCE: [jristz] -WIDTH: 34 -HEIGHT: 23 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon24$ - $\$ - $\$ - $\$ - ▄▀▀▀ ▀  - ▄▄ ▄▀▀ ▄▀▀  -   ▀▄▄▄▀▀▀▄▄▀ ▄    - ▄▄▀  ▄▄▄       - ▄▀▀▀▀  ▀        -   ▀ ▀    ▀▄  - ▀▄ ▄▀    ▀▄  - ▄▄▄▄      ▀▄  - ▄          - ▄ ▀   ▀▄ ▀▄    -    ▀▄ ▄ ▀▄      - ▄▀      ▀▄      - ▄ ▀▀ ▀▀▄ ▀▄        -  ▀▀▀▀▀  ▄▀  ▄▀ - ▄  ▄▀   ▄    -  ▄   ▀▀▀▀▀▀▀    - ▄▄▄▀▀ ▀▄ ▄    - ▀▀▀▀▀▀▀▀▄▄▄▀ ▄▀ ▀▀▄▄▄▄▄▄▀▀▀  - ▀▀▀▀▀▀▀▀▀  diff --git a/ponies/starlight.pony b/ponies/starlight.pony deleted file mode 100644 index aa3f216..0000000 --- a/ponies/starlight.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E13 Fall Weather Friends -BALLOON: top -COAT: purple -DISPLAY: full, right -EYE: closed, green -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Starlight (unofficial) -POSE: smile -SOURCE: [jristz] -WIDTH: 45 -HEIGHT: 26 - - -$$$ -$balloon29$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▄  - ▄▀ ▄▀▄▄▄  -   ▄▀▀   ▀▀▀ ▀▄  -   ▄▀▄   ▀     - ▄ ▄   ▀▀▄▄▄▄▄▄▀   -    ▀▄    -     ▀▄▀▀▀▄ ▀▄▀▄  - ▀    ▀▀   ▄▀▄ ▄▀  - ▄▀▀▀▀▀▀▄▄    ▄ ▀▄▄▀  - ▄▀ ▀▄ ▄▀   ▄    -   ▄▀▀▀▄ ▀▄ ▄▄▄ ▀▀ ▀▄ ▄▄▄▄▄▀▀  -     ▀▄▄▄▄  ▀  ▀▀▄    -     ▄▄ ▄▀▄▀▄ ▀▄▄▀    -   ▀▄     ▄▀▄ ▄▀  - ▀▄ ▄▄▄▀ ▀▄ ▄   ▄▀  - ▄▄  ▄▄   ▄  ▄ ▀▀▀▀ ▀   -       ▄▀    ▄▀▀        -   ▀  ▀▀         ▀▄▀▄  - ▀▄▄▄▀              -         ▀▄  ▄  -    ▀▀     ▀▀   -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/stella.pony b/ponies/stella.pony deleted file mode 100644 index cfbf37e..0000000 --- a/ponies/stella.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E20 Green Isn't Your Color -BALLOON: top -COAT: green -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Stella (unofficial) -POSE: stand -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 41 -HEIGHT: 26 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ ▄▄▀▀▀▀▀▀▀▄▄  - $\$ ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - $\$ ▄▄▄▄▀▀▀▄▄▀▀▀▀▀▄▀▄  - $\$ ▄▀▄▀▀▄▄▀▄▀▀▄▀▀▀▄▀▄  - ▄▀▄▀▄▄▀▀▄▄▀▄▀▀▀▄▄▄  - ▄▀▄▀▄▀▄▀▄▄▀▄▄▄▄▀▀▀▀  - ▄▀▀▀▄▄▀▀▀▀▀▀▀▀▄▄▀▀▀  - ▄▄▀▄▀▄▄▄▀▀▄▀▀▄▄▀▀▀  - ▄▄▀▄▀▀▄▄▀▄▀▀▀▄▄▀ ▄▀▀▀▄  - ▄▀▄▀▀▄▄▀▀▄▀▀▀▄ ▄▄▀▄▄▀▀ - ▀▄▀▄▀▀▀▀▀▀▀▀▀▄ ▄▀▀▄▀▀▀▀ - ▀▀▀▀▀▀▄▀▀▀▄ ▄▄▄▄▄▀▀▀▀▀▀▀  - ▄▄▀▀▄▀▄▄▄▄▀▀▄▀▀▄▀  - ▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▀▀▀▀▀▀▀▀▄▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▄▀▀▀▄  - ▄▀▀▄▀▄▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄ ▄▄▀▄▀▀▄  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▄▄▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▄▄▄▄▀▀▀▄ ▄▄▄▄▄▀▀▀▄  - ▀▀▄▄▀▄▀▄▀ ▀▀▀▄▄▀▄▀▄  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/stevenmagnet.pony b/ponies/stevenmagnet.pony deleted file mode 100644 index 3d464a6..0000000 --- a/ponies/stevenmagnet.pony +++ /dev/null @@ -1,62 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: purple -DISPLAY: head, left -EYE: black -FREE: no -GROUP: sea serpent, wildlife -KIND: animal -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Sea Serpent (official, in merchandise), Steven Magnet (unofficial), River Serpent (stated by the crew) -POSE: idle -SOURCE: (StarStep) Desktop ponies -WIDTH: 78 -HEIGHT: 42 - - -$$$ -$balloon17$ - $\$ - $\$ ▄▄▀▀▀▀▀▀▀▄▄  - $\$ ▄▀▄ ▀ ▀▄  - $\$ ▄▀▄  ▀▄  - $\$ ▄▀ ▄    - $\$ ▄▀  ▄ ▀▄  - $\$ ▄▀ ▄  ▄▄▄  - $\$     ▄▄    - $\$    ▄ ▀ ▄▄    - $\$ ▄▀   ▄ ▀▀ ▀▄  - $\$     ▄ ▀   ▄▄  - $\$     ▄ ▀   ▀ ▀▄  - $\$ ▀▄   ▄  ▀▄    - ▄▀▀▀▀▀▄  ▄▄▄▄▄   ▀▄▄▄▄▀    - ▀▄▄▀▀▀▀▄▄▄ ▀ ▀▀▄▄▀ ▄▀▀     - ▄▀ ▀▄▀ ▀▀▀▄   ▀▄ ▄▀▀ ▄▀ ▄▀  -   ▀ ▀▄ ▄▀ ▀▄ ▄▄▀  - ▄  ▄ ▀  ▀▄ ▀▄ ▀▀▀▀▀   -  ▄▄    ▄▀▀    - ▄▄  ▀▀▄    ▄ ▀▄    ▄  - ▄▀▀  ▄▀   ▀▀▄  ▄  ▄    ▄   - ▄▄▄▄       ▄▀ ▄▄▀ ▀▀ ▀▀▄▄▄    ▀▄ ▄     - ▄▀▄▀▀▀▀  ▀ ▄▀▀▀▀▀▀▄▄▄▄▀ ▀▀   ▀▄ ▀▀▀▀▀ ▄▀  -  ▄▀ ▄▀▀▀    ▄▀ ▄ ▀▄ ▄▀▀▀▀   ▀▄   ▀▀▄▄▄▄▄▄▀  -  ▄     ▀▄▄▄▄ ▄▀▀▀▄▀▄ ▀▄ ▄▀▀▀         ▄  - ▀▄      ▀▄▄▄▄▄▄▄▀▀▀▄    ▀▄  ▄▄▄▄▄▀▀ ▀▄  ▄  ▀ ▀▀▄▄▄ ▀  -  ▄   ▄ ▄▄▄▄▄▄▄▄▄▀▀▀      ▄▀▀▀▀ ▀▄     ▀ ▀▀▄▄▄▄▀  - ▀▄   ▄▀▀▀▀▀▀▀▀ ▄▀▀▀▀▄▀▄       ▀▄    ▀▀   ▄ - ▀   ▄ ▀▄      ▄▀ ▄▄▄ ▀▄   ▀▄ ▀▀▄ ▄▄ ▄▄▀  -       ▀▄▄▀     ▄▀▀▀▀▄▄▄▀ ▀▀▄     ▀▀▄ ▀▀▀▀▀    -   ▄▀▄▄▀ ▀▄ ▄▀ ▄▀     ▄▀ ▀▄▄ ▄▄▀  - ▀▀▀ ▄▄▀▄▀▀▄▄ ▀▀▀▄       ▀▀▀▀▀  - ▄▀▄ ▄▀▄▄ ▄▀▄        ▄▀  - ▀  ▄▀  ▄ ▄▀ ▄▀   ▀     -  ▀▄▀  ▄▀ ▄▀▄ ▄▀   ▀▄ ▄▀  - ▀▀ ▀ ▀▀▀ ▀▄▀ ▀▄      - ▄▀   ▀▄    -          -    ▀    -    ▄ ▀   - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/stevenmagnettrue.pony b/ponies/stevenmagnettrue.pony deleted file mode 100644 index 71fea70..0000000 --- a/ponies/stevenmagnettrue.pony +++ /dev/null @@ -1,62 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 2] -BALLOON: top -COAT: purple -DISPLAY: head, left -EYE: black -FREE: no -GROUP: male, sea serpent, wildlife -KIND: animals -LINK: regular -MANE: orange -NAME: (not mentioned) -OTHER NAMES: Sea Serpent (official, in merchandise), Steven Magnet (unofficial), River Serpent (stated by the crew) -POSE: true -SOURCE: (StarStep) Desktop ponies -WIDTH: 77 -HEIGHT: 42 - - -$$$ -$balloon14$ - $\$ - $\$ - $\$ ▄▄▀▀▀▀▀▀▀▄▄  - $\$ ▄▀ ▄ ▀ ▀▄  - $\$ ▄▀ ▄  ▀▄  - $\$ ▄▄▀▄ ▀    - $\$ ▄▀  ▄ ▀▄  - $\$ ▄▀ ▄  ▄▄▄  - $\$     ▄▄  ▄  - $\$    ▄ ▀ ▄▄ ▀▄  - $\$ ▄▀ ▄  ▄ ▀▀    - $\$     ▄ ▀ ▀▄  ▄  - $\$     ▄ ▀ ▀▄ ▀▄   - $\$     ▄  ▀▄ ▄▀   - $\$     ▄▄▄  ▄▄▄ ▀▀▀▀    - ▄▄ ▄▀▄▄▄▄▄▄▄ ▀▄ ▄▄▀ ▄▀    - ▀▄▀▀▀▄▀▄   ▀▀▄▄▄▄▀  ▄▀      - ▄▄▄ ▀▄▄ ▄▄▀   ▄▀   ▄▄▄▄▄▄▀▀  - ▄▀▀  ▄▄▄▄▄▀▀▀ ▀▀ ▄▄▀    -  ▄▄▀ ▀▀▀▀▀    ▀▄ ▄  - ▄▄ ▀▄ ▀ ▀ ▄▄▄▀ ▀▄ ▀   - ▄▀▀  ▄▀     ▄▄   ▀▄   ▄▀   - ▄▀▀▄      ▄▀ ▄▄▄▀▀▀ ▄▀▀▀▄▄▄▄▄ ▀▀▀▀    ▄▄▄ ▀    -  ▄▀▀▄ ▀ ▄▀▀▀▄▄▄▀▀▀▀▄    ▄     ▀    ▄▄ ▄▀  - ▄▀ ▀▀▄   ▀▄ ▀ ▀▄  ▄  ▄▀▄ ▀▄ ▀ ▀▀▀▀  - ▄▀ ▀▀▀ ▄▀▀▀▄▀▄ ▀▄ ▄▄▄▀ ▄▄▄    ▀▄▄ ▄ ▀▄▄ ▄▄▀  - ▀  ▄▄▄▀▀▀▀    ▀▄    ▄▄   ▀▄ ▀ ▀▀▄ ▀▀ ▀  - ▄▀ ▄ ▄▀▄   ▀▄      ▄▄▀▄     ▀▄   ▀▀   ▀▀▀▀  -   ▄▀▄▀ ▄▀ ▀▀ ▀▄▀▄▀    ▄▀▄ ▀▄   ▀▄  ▀▄ ▀▀  ▄ ▄  - ▀▄▄▄▀ ▀▀      ▄▀    ▀▄      ▀▄▄ ▀▀ ▄▄▄▄▀▀▄▀ -     ▄▀ ▀▄      ▄▀ ▀▄ ▄▀  - ▀▄ ▄▀▀▄ ▀▄       ▀▀▄▄▄▄ ▀  - ▀▄▀ ▀▄ ▀▄     ▄▀  - ▀▄ ▀▄        -   ▄  ▀▄ ▄▀ ▄▀  - ▄▀   ▀▄▄▀    - ▄▀ ▀▄ ▀▄    -          -   ▀▄    -    ▄    - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/strongheart.pony b/ponies/strongheart.pony deleted file mode 100644 index bf33ca6..0000000 --- a/ponies/strongheart.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E21 Over a Barrel -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: black -FREE: no -GROUP: buffalo, wildlife -KIND: animal -LINK: regular -MANE: yellow -NAME: Little Strongheart -OTHER NAMES: Strongheart (sometimes) -POSE: stand -SOURCE: (Pony Noia) Desktop ponies -WIDTH: 42 -HEIGHT: 27 - - -$$$ -$balloon16$ - $\$ ▄▄ ▄▀▀  - $\$ ▄▄▄ ▄▄▄▀▄  - $\$ ▄▄▀▄ ▄▄▀▄▀  - $\$ ▄▄▀▄▄ ▄▄▀▀▄  - $\$▄▄▀▀▀▄▀▀▀▄  - $\$▄▄▀▀▄▄▀▀ ▄▄▀▀▀▀▀▀▄  - $\$▀▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - $\$ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀ - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ - ▄▄▄▄▄▄▄▄▄▄▄▀▀▀▄▀▀▄▀▄▀▀▄ - ▀▄▀▄▄▀▄▀▀▀▀▀▀▀▀▄▀▀▄▀▀▀▀ - ▀▄▀▀▄▀▀▀▄▀▄▀▀▀▀▀▀  - ▄▄▀▀▀▀▀▄▄▀▀▀▄▀▀▀▄▀▀▀▀  - ▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀  - ▄▄▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▄▀▀▀▀▀ ▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▀▀▀▀ ▄▄▀▀▄▄▄▀▀▀▀▀▀▀  - ▄▀▀▀▀▄▄▀ ▄▄▀▀▄▀▄  - ▄▀▀▀▀▄▀▀ ▄▄▀▄▄▄  - ▄▄▀▄▄▀▄ ▄▄▀▀▄▄  - ▄▄▄ ▄▄▄ ▄▄▄ ▄▄  - ▄▄▄ ▄▄▄ ▄▄▄ ▄▄  - ▄▄▀▄▄▀▀▀ ▄▄▄ ▄▄▀  - ▄▀▀▀ ▄▀▀▀  - diff --git a/ponies/sue.pony b/ponies/sue.pony deleted file mode 100644 index a6e3769..0000000 --- a/ponies/sue.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: mare -KIND: earth -LINK: regular -MANE: grey -NAME: (not mentioned) -OTHER NAMES: Sue (unofficial) -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 42 -HEIGHT: 26 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - $\$ ▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▄▀▀▀▀  - ▄▀▀▀▀▄▄▄▄▀▀▄▀▀▀  - ▄▄▀▄▀▀▀▄▄▄▄▄▀▄▄▀▄  - ▄▀▄▄▀▀▀▀▀▀▀▄▄▄▄▀▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄  - ▄▄▀▀▀▄▄▄▄▄▄▀▀▄▄▄▄▄  - ▄▀▀▀▀▀▄▄▀▄▀▀▀▄▄▀▀  - ▄▄▀▀▀▄▀▄▀▄▀▀▀▄▄▀ ▄▄▀▀▀▀▀▀▄▄  - ▀▄▀▄▀▀▀▀▀▀▀▀▀▄ ▄▀▄▄▀▀▀▀▀▀▄▀▀▄  - ▀▀▀▀▀▀▀▀▀▄▄▄ ▄▄▄▄▄▀▄▀▄▄▀▀▀▀▄▀▀▀▄▀▄  - ▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▄▀▀ ▀▄▀▀▀▄▀▀▄▀▄  - ▄▄▀▄▀▀▀▀▄▀▀▀▀▀▀▄▄▀▄ ▄▄▀▀▄▀▀▄▀▄ - ▀▄▀▄▀▀▄▀▀▀▀▀▀▄▄▀▄▀▄ ▀▄▀▀▄▄▀▄▀▀ - ▄▀▀▀▀▀▀▀▀▀▄▀▀▀▄ ▄▄▀▄▄▀▀  - ▄▀▄▄▀▀▄▀▀▀▀▀▄▀▀▀▄ ▄▄▀▄▄▀▀  - ▄▄▄▄▀▀▄ ▄▄▀▄▀▀▄ ▄▄▄▀▀▀  - ▄▄▄▄▀▀▀▄ ▄▄▀▄▄▀▀▄ ▄▀ ▀  - ▄▄▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▄  - ▄▀▀▄▄▀▀▀▀▄ ▄▀▀▀▄▄▀▀▀▄  - ▀▀▄▀▀▀▀▀▀▀ ▀▀▀▀▄▀▀▀▀▄  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/suedance.pony b/ponies/suedance.pony deleted file mode 100644 index 06e0d30..0000000 --- a/ponies/suedance.pony +++ /dev/null @@ -1,51 +0,0 @@ -$$$ -APPEARANCE: S01E23 The Cutie Mark Chronicles -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: cyan -FREE: no -GROUP: mare, mane -KIND: earth -LINK: regular -MANE: grey -MASTER: sue -NAME: (not mentioned) -OTHER NAMES: Sue (unofficial) -POSE: dance -SOURCE: (Anonycat) Desktop ponies -WIDTH: 43 -HEIGHT: 30 - - -$$$ -$balloon19$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▄▄▄▄▄▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - ▄▀▄▀▄▀▀▀▀▀▀▀▀▄▀▄  - ▄▄▄▄▄▄▀▀▀▀▀▀▀▀▄▀▄  - ▄▄▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▄▄  - ▀▄▀▄▀▄▀▀▀▄▀▀▀▀▀▀▀▄▄  - ▀▄▀▄▄▄▀▀▀▀▄▀▀▀▄▄▀▄▄▀  - ▀▄▀▄▀▀▀▀▀▀▀▀▄▀▀▀▄  - ▄▄▄ ▀▄▄▀▀▀▀▀▀▀▄▄▀▀▀  - ▄▄▀▀▄▄▄ ▄▄▀▀▀▀▀▀▀▀▀  - ▄▄▀▄▀▀▀▀▄ ▄▀▄▀▀▀▄▄▄▄  - ▀▀▄▄▄▄▀▀▀▄▀▀▀▀▀▀▀▄▀  - ▀▀▄▀▀▄▀▄▀▀▄▄▄▄▄▄  - ▀▄▀▀▀▀▀▀▄▄▄▄▀▀▀▄▄  - ▄▄▄▄▄▄ ▄▄▀▀▀▀▀▀▄ ▀▀▄▀▀▀▀▀▄  - ▄▀▀▄▄▄▄▄▄▀▀▄ ▄▀▀▀▀▀▀▀▀▀▀ ▀▄▀▀▀▀▄▄ - ▄▀▀▀▄▀▀▀▀▀▀▄▄▀▄▄▄▄▀▀▀▀▀▀▀▀▄ ▀▄▄▄▀▄ - ▄▀▀▄▄▀▀▄▀▀▀▀▀▀▀▀▀▄▄▄▀▀▄▀▄▀▄ ▀▀▀  - ▄▀▀▄▄▀▄▄▀▀▀ ▀▄▄▀▀▀▄▀▀▄  - ▄▀▀▄▀▄▄▀▀▄ ▄▀▀▀▀▀▄▄▀▀  - ▀ ▄▄▀▄▄▀▄ ▀▀▄▀▀▀▀▀▄  - ▄▄▀▄▀▀▄ ▄▀▄▀▀▀▀▄  - ▄▄▄▀▀▄ ▀▄▀▀▄▄▀  - ▀▀▀▄▀ ▀▄▀▀▀▄  - ▀ ▀▄▄▄▄▀  - diff --git a/ponies/sunnyrays.pony b/ponies/sunnyrays.pony deleted file mode 100644 index e82a17a..0000000 --- a/ponies/sunnyrays.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E08 Look Before You Sleep -BALLOON: top -COAT: orange -DISPLAY: full, right -EYE: pink -FREE: no -GROUP: mare -KIND: pegasus -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Sunny Rays (official, in merchandise) -POSE: fly -SOURCE: desktop ponies -WIDTH: 49 -HEIGHT: 19 - - -$$$ -$balloon3$ -$\$ - $\$ - $\$ - ▄▄▀▀▀▀▀▀▀▀▄  ▄▄ ▄ ▄▀▀▄ ▄▄▄  -▄▀ ▀▄  ▀▄▀ ▀▄ ▀ ▄    -  ▄  ▀▀ ▀▄▄▄▄▀ ▀▄    ▄ ▀▀  - ▀ ▀▀▄▄ ▀▄▀▀▀  ▀▄▄▀    ▀ ▄   -   ▀▀▀▀ ▄▄▄ ▄▄▀▄▄ ▀▀▄ ▀▀  -    ▄▄▄▄▄▄   ▀▄▄  ▀  ▀  ▄▄▄▄▄▄▄▄  -▄   ▀▄▄▀▄ ▀▄▄ ▄  ▄  ▄  ▄▄▀▀ ▀▀▄  -  ▄ ▀▀▀▀▀▀▀   ▀▀▄▄ ▀▀▀▀ ▀▄  - ▀▀▄▄▄▄▄▄▄▄▄ ▀ ▀▀ ▄▀▄▀▀ ▀▄▄▄ ▀▀▄ -▄▄▄▄▄▄▄▄▄ ▄▄▄▀▀ ▀▄▀▄▀   ▀▀▀▄▄▄▄▄▀▀  -    ▄▄ ▀   ▄ ▀▄▀  ▄▄  - ▀▄▄▄▄▀▀▀  ▀ ▀▀▀▀▀▀▀▀▀▄ ▀▀▄▄▄▄  -     ▀▀▄▄▄▄▄▀▀    - ▀▄   ▀▄ ▄▀▀    - ▀ ▀▀▀ ▀▀▀  diff --git a/ponies/surprise.pony b/ponies/surprise.pony deleted file mode 100644 index 0483a59..0000000 --- a/ponies/surprise.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E03 The Ticket Master -BALLOON: top -COAT: white -DISPLAY: full, left -EYE: closed -FREE: no -GROUP: mare, wonderbolt -KIND: pegasus -LINK: regular -MANE: yellow -NAME: (not mentioned) -OTHER NAMES: Surprise (unofficial), Fleetfoot (Gameloft game beta) -POSE: stand -SOURCE: [jristz] -WIDTH: 37 -HEIGHT: 26 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀ ▄▀   - ▄     ▄ ▀▄▀▀▀▀▀▄▄  -   ▀▀ ▄ ▄▀  -  ▀ ▀▄   ▀▀▀▄▄▄▄  - ▀ ▀▀▄▄▄▄▄▄      ▄▀  - ▄▄▄▀▀▀▀▄▄ ▀    ▄ ▀  - ▄▀ ▄▄▄▄ ▀ ▄▀ ▀▄  -    ▀ ▄  ▀  - ▄▄▄  ▀ ▄ ▄ ▀▀ ▄▄▀▀▄▄▄  -   ▄ ▀▄ ▀▀ ▄   ▄▀ ▄▀ ▀ ▄  - ▀▀▄▄▄ ▀  ▄▀ ▄▀ ▀▀▄ - ▀▀ ▄ ▀▄▄▄▄▀▀▀▀▀▄▄▄▀ ▀   -    ▄▄▄▄▄▄▄ ▄ ▀▄   ▄  - ▀▄    ▄▀▄   ▄        - ▀▄▀▄▀▀▀ ▀ ▄ ▀▀  ▀ ▀▄ -  ▀ ▄▄▄▄ ▀  ▄ ▄▀ ▄▀▀ -       ▀▄▀     ▀    - ▄▀▄▀           ▀▄  -             ▀  ▀▄  - ▄▄▄▄▀   ▄▄▄    ▀▄▄   -  ▀▀▀▄▄▄▄▄  ▀▀▄▄▄▄▄▄ ▀  -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/sweatiesing.pony b/ponies/sweatiesing.pony deleted file mode 100644 index 7d01a73..0000000 --- a/ponies/sweatiesing.pony +++ /dev/null @@ -1,22 +0,0 @@ -$balloon28$ - $\$ - $\$ - $\$ - ▄▄▀   -      - ▄  ▄  ▄▄▄ ▄  -  ▄ ▀▀▀ ▄▀▄ ▀▄▄  ▀  -   ▄▄▄▄▀ ▄▄▀ ▀▄    - ▄  ▄▀ ▄▄▀▀▀▄  ▄  ▄▄    - ▀▀ ▄▄▄▄ ▄▀    ▀▀ ▀▄▄▀ ▄▀  - ▄▀ ▀▄▀ ▄▀▄ ▄    -   ▀▄▄    ▄ ▄▀▀▄    -   ▄ ▄ ▄ ▀▀▄ ▀ ▄▄ ▀▄▄▄   ▀▄▀▀▀▄▄  - ▄▀▀▀▄▀▄▄▄▄▄▀▄▀ ▀ ▀▄▀▄▄▄▀▀ ▀▀▄▄▄▄▀ ▀▄  - ▄▀ ▄▄ ▄▀ ▄▄▄  ▀▄▀ ▀▄ ▀▀▀▀▀ ▀  ▀▄▄▄▄▄▄ ▀▄  -   ▄▄▀  ▄  ▀▄▄ ▀ ▄▀ ▀▀▄      - ▄  ▄▀▀▄▄▀  ▀▄▄    ▀▀ ▀ ▄ ▀▀▀  - ▄▄   ▀▀▄▄▀ ▄  ▄ ▀▀▀▀▀▀▄ ▀▀▀▀▄  - ▄▀▄ ▀▄ ▄ ▀   -▄▀▀ ▄ ▀ ▀▀ -▀▄▄▄▄▄▄▄▄▄▄ ▀▀▀▀▀▀▀▀  diff --git a/ponies/sweetcream.pony b/ponies/sweetcream.pony deleted file mode 100644 index 5039938..0000000 --- a/ponies/sweetcream.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: Comic issue 1 -BALLOON: top -COAT: cream -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, changeling -KIND: unicorn -LINK: regular -MANE: yellow -MEDIA: official comic -NAME: Sweetcream Scoops -OTHER NAMES: Sweetcream (shorter) -POSE: changeling -SOURCE: [jristz] -WIDTH: 49 -HEIGHT: 24 - - -$$$ -$balloon30$ - $\$ - $\$ - $\$ - ▄▀▀  ▄▄▄ ▀▀▀▄▄▀▀  - ▄▀  ▀▀ ▀ ▀ ▄▀▄▄▄  -     ▀  ▀ ▀ ▀▄  - ▄ ▄▄    ▀▄ - ▄▄▄▄    ▄▄▀▀▀▀▀ ▀▀ ▀▀▀▀  - ▄▄▀▀ ▀▀▄    ▄      - ▄▀ ▄ ▀       ▄▀   ▀   -   ▄ ▀▀▀▀ ▀▄▄ ▄▀   ▄▄▄▀  - ▄▀   ▄▄▀▀▄▄▄▀▄▄▄▄   ▄   ▀▀▀▀▀  -         ▄▄ ▀▀▀▀    -     ▄▀    ▄▄    -   ▄ ▀     ▀     - ▀▄       ▄▀ ▄   - ▀▄▄ ▀ ▀▄▄ ▄▀▀ ▄ ▀ ▀▀   ▀   - ▀▄       ▄▀          - ▀    ▄▀            - ▀▄             ▀▄  - ▀  ▄▀         ▀   -    ▀▀▀ ▀▄ ▀ ▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/sweetie.pony b/ponies/sweetie.pony deleted file mode 100644 index 476a440..0000000 --- a/ponies/sweetie.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, right, turned -EYE: green -FREE: no -GROUP: filly, deuteragonist -KIND: unicorn -LINK: regular -MANE: pink -NAME: Sweetie Belle -POSE: sit -SOURCE: (Miles000/Midnyte, The Coop, Cantorlot, StarTep) Desktop ponies -WIDTH: 37 -HEIGHT: 23 - - -$$$ -$balloon20$ -  $\$ - $\$ ▄ ▄▄▄▄▄▄▄▄ - $\$ ▄▄  ▄▄▄ ▄ ▄▄▄ -   ▄   ▄ ▄ ▄▄   -   ▄ ▄▄▄  ▄  ▄▄▄ ▄▀ - ▄▄ ▄▄▄▄▄▄ ▄▄▄ -  ▄  ▄ ▄▄▄▄ ▄▄▄▄▀ -   ▄ ▄  ▄▄ ▄ ▄ ▄▀ - ▄ ▄ ▄▄ ▄▄▄ ▄  ▄▀ - ▄▄      ▄ ▄▄▄  -   ▄▄    ▄▄▀▀▀▀▀ -   ▄▄   - ▄▄▄▄▄▄▄▄▄ ▄   - ▄▄ ▄ ▄    ▄  - ▄▄▄▄▄  ▄    ▄▄▄▄  - ▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄   ▀ -    ▄ ▄▄ ▄▄▄ ▄ ▀▀▀ -   ▄▄ ▄▄▄▄▄▄▄  ▀ - ▀▀▀▄▄▄▀ ▄▄▄▄ ▄▀ - ▀▀▄▄▄▀ - - \ No newline at end of file diff --git a/ponies/sweetiedrops.pony b/ponies/sweetiedrops.pony deleted file mode 120000 index 0fb4c28..0000000 --- a/ponies/sweetiedrops.pony +++ /dev/null @@ -1 +0,0 @@ -bonbon.pony \ No newline at end of file diff --git a/ponies/sweetiesing.pony b/ponies/sweetiesing.pony deleted file mode 100644 index 867ee48..0000000 --- a/ponies/sweetiesing.pony +++ /dev/null @@ -1,42 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: closed, green -FREE: no -GROUP: filly, deuteragonist -KIND: unicorn -LINK: regular -MANE: pink -MASTER: sweetie -NAME: Sweetie Belle -POSE: sing -SOURCE: (Miles000/Midnyte, The Coop, Cantorlot, StarTep) Desktop ponies -WIDTH: 57 -HEIGHT: 22 - - -$$$ -$balloon28$ - $\$ - $\$ - $\$ - ▄▄▀   -      - ▄  ▄  ▄▄▄ ▄  -  ▄ ▀▀▀ ▄▀▄ ▀▄▄  ▀  -   ▄▄▄▄▀ ▄▄▀ ▀▄    - ▄  ▄▀ ▄▄▀▀▀▄  ▄  ▄▄    - ▀▀ ▄▄▄▄ ▄▀    ▀▀ ▀▄▄▀ ▄▀  - ▄▀ ▀▄▀ ▄▀▄ ▄    -   ▀▄▄    ▄ ▄▀▀▄    -   ▄ ▄ ▄ ▀▀▄ ▀ ▄▄ ▀▄▄▄   ▀▄▀▀▀▄▄  - ▄▀▀▀▄▀▄▄▄▄▄▀▄▀ ▀ ▀▄▀▄▄▄▀▀ ▀▀▄▄▄▄▀ ▀▄  - ▄▀ ▄▄ ▄▀ ▄▄▄  ▀▄▀ ▀▄ ▀▀▀▀▀ ▀  ▀▄▄▄▄▄▄ ▀▄  -   ▄▄▀  ▄  ▀▄▄ ▀ ▄▀ ▀▀▄      - ▄  ▄▀▀▄▄▀  ▀▄▄    ▀▀ ▀ ▄ ▀▀▀  - ▄▄   ▀▀▄▄▀ ▄  ▄ ▀▀▀▀▀▀▄ ▀▀▀▀▄  - ▄▀▄ ▀▄ ▄ ▀   -▄▀▀ ▄ ▀ ▀▀ -▀▄▄▄▄▄▄▄▄▄▄ ▀▀▀▀▀▀▀▀  diff --git a/ponies/tank.pony b/ponies/tank.pony deleted file mode 100644 index af3181d..0000000 --- a/ponies/tank.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S02E07 May the Best Pet Win! -BALLOON: top -COAT: green -DISPLAY: full, left -EYE: black -FREE: no -GROUP: pet, tortoise, turtle (not really) -KIND: animals -LINK: regular -NAME: Tank -POSE: fly -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 49 -HEIGHT: 21 - - -$$$ -$balloon6$ - $\$ ▄▄▄▄▄▄▄▀▀▀▀▀▀▀▄▄  - $\$ ▄▄▄▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀  - $\$ ▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀  - $\$ ▀▀▀▀▀▀▀ ▄  - $\$ ▄▄▀▀▀▀▄▄  - $\$ ▄▀▄▀▀▀▀▀▀▀▀▄  - $\$ ▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - $\$ ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄  - $\$ ▄▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄  - $\$ ▄▄▀▀▀▀▀▀▀▀▄▄▀▀▀▄▀▀▀▄  - ▄▄▄ ▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▀▀▄  - ▄▀▄▀▀▄▀▄ ▄▄▀▀▀▀▀▀▀▀▀▄▄▄▀▀▄▄▄▀▄▄  - ▄▀▀▄▄▄▀▄▄▄ ▄▀▀▄▄▄▀▀▀▀▀▄▄▄▀▄▄▄▄▄▄▄▀  - ▄▄▀▀▀▄▀▄▀▀▀▀▄▀▄▀▄▄▀▀▄▄▀▀▄▀▀▀▀▀▀▄▄  - ▄▀▀▀▄▄▀▀▀▀▀▄▀▀▀▄▀▄▄▄▀▀▀▄▀▀▄▄▀▀▀▄▄  - ▀▄▄▄▄▄▄▀▀ ▀▀▄▄▄▀▄▀▀▄▀▀▀▀▄▄▄▀▀▀▀▀▄  - ▄▄▀▄▄▀▀▄ ▀▄▀▀▄▀▀▀▀▀ - ▀▄▀▀▄▀▀▀▀▄ ▄▀▀▄▀▀  - ▄▀▀▄▀▀▀▀  - diff --git a/ponies/tenderheart.pony b/ponies/tenderheart.pony deleted file mode 100644 index 926c354..0000000 --- a/ponies/tenderheart.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -COAT: cyan -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: green -NAME: (not mentioned) -OTHER NAMES: Nurse Tenderheart (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 40 -HEIGHT: 26 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄ ▀▀▀▀▄  -   ▄ ▀ ▀▄▄  - ▄▀▄▀▀▀▀ ▄▀▄ ▄▄▄  - ▄▀▄▄▀▄▀▀▄▀▀  ▀▄▄▄    - ▄▀▀ ▄▄▄▄  ▄▀▀     ▄▄▀▀    - ▀▀  ▄▄▄ ▀  ▄    -   ▄▀▀  ▀▄▄ ▄▄▀▀    -    ▀▀  ▄  ▄ ▀▀▀▄▀  - ▄  ▀▄▄▀ ▄▄ ▄▀ ▀▀▄▄▀  -   ▄ ▀▀▀ ▀   ▄▄▀▀▀▄▄  - ▀▀▄▄▄▄▄▄   ▄▀▄▄▄▄▄ ▀▄  -   ▀▄▄▄▄▀▀▀▀▄ ▀▀ ▀▄ ▀▄  -   ▄ ▀   ▀▄ ▀▄ ▀▄  - ▀▄ ▀ ▀   ▀▄ ▀▀ ▀▀▄  - ▀▄        ▀▀▀▀ -  ▀ ▀▀▀▀ ▀  ▄   ▀▄  -       ▀▄▀      ▀▄  - ▄▀▄▀         ▀     -             ▀▄    - ▄  ▄▀         ▀▀ ▀    -  ▀▀     ▀▀    ▀  -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/theodoredonaldkerabatsos.pony b/ponies/theodoredonaldkerabatsos.pony deleted file mode 100644 index c158d38..0000000 --- a/ponies/theodoredonaldkerabatsos.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S02E06 The Cutie Pox -BALLOON: top -COAT: beige -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: brown (source), black (ponysay) -NAME: (not mentioned) -OTHER NAMES: Theodore Donald "Donny" Kerabatsos (unofficial) -POSE: stand -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 42 -HEIGHT: 24 - - -$$$ -$balloon21$ - $\$ - $\$ - $\$ -  ▄▄▄ ▄▄ ▄▄  -   ▄▀▄▀ ▀▄▀ ▄▀▄  -         ▄▄▀ ▄▀  - ▄▀▀▀▄ ▀▄ ▀▀▄▀  - ▄▀  ▄▄▀  ▀▄▄  - ▄▄▄   ▄ ▀▀ ▀▄▄ ▄    - ▄▀▀ ▀▀▄   ▄▀  ▄ ▀▀ ▀▀▀▀  -   ▄▀▀▀▀▄    ▄ ▀▄   ▀▄▄▄▄▄▄ ▄▀  -     ▄▀▀   ▄▄▄▄▄ ▀▀▄▄   ▀▀▀▀  -     ▀▄ ▄▀ ▀ ▄▄▀▄▀▀    -  ▄▄▄▀       ▀▄▄▄▀▄▀ ▀▄  ▀▄▄  - ▀▄ ▄▀      ▀▄   ▀▄ ▀▀  - ▄▀▀▀   ▀▄    ▄▀▀▄   - ▀▄▄▄▄▄▀ ▄▀ ▄ ▀ ▀▀▀   ▄  -    ▄▀▀  ▀▀ ▄  -         ▀▄▄  -             -         ▀▄ ▄  -    ▄▄     ▄   -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/thunderlane.pony b/ponies/thunderlane.pony deleted file mode 100644 index 1266717..0000000 --- a/ponies/thunderlane.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S02E22 Hurricane Fluttershy -BALLOON: top -COAT: black -DISPLAY: full, left -EYE: brown -FREE: no -GROUP: stallion -KIND: pegasus -LINK: regular -MANE: cyan -NAME: Thunderlane -POSE: trot -SOURCE: (fanofetcetera) Desktop ponies -WIDTH: 36 -HEIGHT: 25 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄▀▀▀▀ ▄▀▀▀▀▀▀▄▄  - ▄▀ ▄▀   ▄ ▄▄▄   -   ▀ ▄ ▀  ▀▄   ▄▄▄▀▀  - ▀▄  ▄▄▀▀▀      ▀ ▄  - ▀▄▄▀▀        - ▄  ▄▄   -    ▄▄▄▄▄    ▀   -    ▄   ▄ ▄ ▀▀▀ ▄▄▄▄▄▄  -   ▄▄ ▀▄▀  ▄▄▄▄ ▄▀▄▄ ▀▄  - ▀▄▄▀  ▄▄▀▀ ▄▀ ▄▄▄▄ ▀▄  - ▀▀▀▀▀▀▀  ▀▄▄▄▄▀▀▀▀ ▀▀▀▀▀▀▄ ▄▀ -   ▄▄▄▄▄▄▄ ▀   ▀▀▀  - ▀▄   ▀▄▀▄▀ ▄▀    - ▀▄ ▀▄▄▄▄▄▀ ▀ ▄▀  - ▀  ▄▄ ▀  ▄▄▄  -     ▀▄ ▀▄ ▀▄  -       ▄▀  ▀▄  -    ▀▄     ▀▄    - ▄▀▀▄     ▀▄▄▀  -   ▀▄▄▄▀    - ▀▀▀▀▀ ▀▀▄▄▄   diff --git a/ponies/timeturner.pony b/ponies/timeturner.pony deleted file mode 100644 index 5059ba0..0000000 --- a/ponies/timeturner.pony +++ /dev/null @@ -1,44 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: brown -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Time Turner (unofficial), Dr Hooves (official according to Welovefine), Dr Whooves (unofficial) -POSE: trot -SOURCE: (Asparagus, RJP!, Doctor Blade, Anonycat) Desktop ponies -WIDTH: 38 -HEIGHT: 24 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄▀ ▀▄▀▀▀ ▄▄  -   ▀▀  ▄▄▀ ▀▄  -   ▄▄▄▄▄▄  ▀▄ ▀  -  ▄     ▀▄  -   ▄▄▄▄ ▄▀▀   -    ▄   ▀▄      -   ▄ ▄   ▄▀   ▄▄▄▄▄▄  -   ▀▀▀   ▀▄▀ ▄▀ ▀▀ ▀  - ▀▄▄▀ ▄   ▄▀ ▄▀  ▄ - ▀▀▀▀▀▀ ▀ ▀▄▄▄▄▀▀▀▀▀▄▄▀▀▀▄ ▀ -         ▀▄ -   ▄ ▀   ▄▀     - ▀▄ ▄ ▀▀▀ ▄ ▀▀   ▄▀  -  ▄ ▀▀ ▀  ▀▄  ▀▀  -     ▀▄ ▀ ▀▄ ▀  -       ▄▀ ▀▄  -    ▀▄     ▀▄    - ▄▀ ▀     ▀▄▄▀  -   ▀▀▀▄    - ▀▀▀▀▀▀ ▀▀▄▄▄▄   diff --git a/ponies/tom.pony b/ponies/tom.pony deleted file mode 100644 index 58d8f6e..0000000 --- a/ponies/tom.pony +++ /dev/null @@ -1,57 +0,0 @@ -$$$ -APPEARANCE: S02E01 The Return of Harmony [Part 1] -BALLOON: top -COAT: grey -DISPLAY: full, left (I guess) -FREE: yes -GROUP: imaginary -KIND: item -LICENSE: CC0 -LINK: regular -NAME: Tom -OTHER NAMES: Tom the Rock -POSE: lay -SOURCE: imageboard -WIDTH: 52 -HEIGHT: 30 - -The person who associated a work with this deed has dedicated the work to -the public domain by waiving all of his or her rights to the work worldwide under -copyright law, including all related and neighboring rights, to the extent allowed -by law. - -You can copy, modify, distribute and perform the work, even for commercial -purposes, all without asking permission. See Other Information below. - -http://creativecommons.org/publicdomain/zero/1.0/legalcode -$$$ -$balloon12$ - $\$ - $\$ - $\$ - ▄ ▄▄▄  - ▄ ▀▄ ▄▄  -  ▀ ▄▀ ▄▄  - ▄ ▀▄  ▄▄  - ▄ ▀  ▄▄  - ▄  ▄  - ▄  ▀▄  -  ▀  ▀ ▄  -   ▄ ▀ ▄  - ▄   ▀ ▄  -   ▄  ▄▄  -     ▀ -      -     ▀▀▀▀ -  ▀▀  ▀  - ▄▄  ▄ ▀ ▀  -▄▄     -▀ ▀  ▀  -  ▀ ▀ ▀  - ▀     - ▀  ▀▀  - ▀  ▀  - ▀  ▀  -   ▀  -   ▄ ▀  - ▀▀▀  ▀▀▀▀▀  diff --git a/ponies/tornadobolt.pony b/ponies/tornadobolt.pony deleted file mode 100644 index 6ec6a15..0000000 --- a/ponies/tornadobolt.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E07 Dragonshy -BALLOON: top -COAT: grey -DISPLAY: full, left -EYE: yellow -FREE: no -GROUP: filly -KIND: pegasus -LINK: regular -MANE: purple -NAME: (not mentioned) -OTHER NAMES: Tornado Bolt (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 50 -HEIGHT: 26 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▄▄▄ ▄  - ▀ ▀ ▀▀▄    - ▄▀ ▀▀  ▄    - ▄▀  ▄ ▄▀▀      -   ▄▀▀▄▀ ▄ ▀  -   ▄▀▄▄▄ ▄ ▀▀▀▄▄     - ▀▀▀  ▀   ▄      ▄▄▀▀▀▀▀▀▀▄▄  -  ▄ ▀ ▀ ▀▄ ▀▄   ▄▀ ▄▄▄▄▄▄▄▄ ▀▄  - ▀▄▄  ▄▀   ▄▀▀▄▄ ▀▀ ▀▄▄▀  - ▀▀▀▀ ▀▀▄ ▄ ▀ ▄▄▄▄▄▀▄▄▀▀▄ ▀ ▀    -   ▀▄▀ ▀▀▀▀ ▄▄      ▀    -    ▄▀▀▀ ▄▄▄     ▄  ▀▄▄  -    ▀▄▀▄ ▀▀    ▀       -  ▀ ▀▀▀▀▀▄        ▀    -  ▄   ▀▀ ▀ ▀ ▀▀▄ ▀▄▀▄  ▄▀▄  -         ▀▄   ▀ ▀▄▀ ▀▄  -           ▀▄ ▀▄ ▀▄  - ▄▀           ▀▀▀▀▀▀▀ -  ▄         ▀▄  - ▀▀ ▀ ▄▀ ▀▀▀     - ▀▀▀▀▀▀ ▀▀▀▀▀▀  - diff --git a/ponies/trixie.pony b/ponies/trixie.pony deleted file mode 100644 index d2a6d72..0000000 --- a/ponies/trixie.pony +++ /dev/null @@ -1,54 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -AURA: pink -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, villain, reconciled -KIND: unicorn -LINK: regular -MANE: white -NAME: Trixie -OTHER NAMES: The Great and Powerful Trixie (official, titled), Trixie Lulamoon (official, toy line), Lulamoon (official, toy line) -POSE: boast -SOURCE: (Jay Wright/Monkey Jay, Yamino, Zipman, Humle, Starly) Desktop ponies -WIDTH: 51 -HEIGHT: 33 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - $\$ - $\$ ▄▄ - ▄▄▄▄▄▄▄▄ ▄ ▄▄▄▄▄ ▄▄   - ▄    ▄ ▄▄▄ - ▄ ▄ ▄ ▄▄ ▄ ▄▄▄▄▄▄▄ -   ▄ ▄ ▄ ▄ ▄▄ ▄▄   -  ▄▄   ▀▀▀ ▄▄ ▄ ▄▄▄▄▄▄  ▄ - ▄     ▄▄▄▄▄▄ ▄▄▄  ▄▄▄ - ▀▄▄▄▄▄   ▄▄   ▄▀▀ ▄▄▄▄ ▄▄ - ▀ ▄▄▄▄▄  ▀ ▀▀▀ ▄ ▄  -    ▄ ▄ ▀▀   ▀ -  ▄▄▄▄ ▄▄▄▄ ▄ ▄▄   ▄▀ - ▀▄ ▄▄ ▄▄▄▄ ▄ ▄▀ - ▄▄ ▄ ▄▄▄ ▄ ▄▄▄   ▄ - ▄▄▄▄▄▄ ▄▄  ▄ ▄ ▄▄ ▄▄▄ - ▄▄▄ ▄▄▄▄ ▄ ▄▄ - ▄ ▄▄▄ ▄  ▀▀ - ▄ ▄▄▄ ▄▄▄▄▄ ▄▄▄ ▄ ▀▀ - ▀▀  ▄ ▄▄ ▄ ▄  ▄  - ▀▀▀   ▄▄▄▄ ▄▄ ▄ ▄ ▄ ▀ -   ▄    ▄▄    ▄ -    ▄▄▄  ▄ ▄ ▄▄ -      ▀▄  ▀▄   -          ▄▄▀▄ ▄  -  ▄▄▄     ▀▄     ▄▄ -   ▄ ▄ ▄▄▀   ▄▄▀   - ▀▀▀▀▀▀▀ ▀▄▄▄▄  ▀▀▀▀▀ -  - \ No newline at end of file diff --git a/ponies/trixieamulet.pony b/ponies/trixieamulet.pony deleted file mode 100644 index 622475b..0000000 --- a/ponies/trixieamulet.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -AURA: red (while wielding the amulet), pink (without the amulet) -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, villian, reconciled -KIND: unicorn -LINK: regular -MANE: white -MASTER: trixie -NAME: Trixie -OTHER NAMES: The Great and Powerful Trixie (official, titled), Trixie Lulamoon (official, toy line), Lulamoon (official, toy line) -POSE: amulet -SOURCE: (Jay Wright/Monkey Jay, Yamino, Zipman, Humle, Starly) Desktop ponies -WIDTH: 44 -HEIGHT: 26 - - -$$$ -$balloon32$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▄ ▀▀▄▄  - ▄▄▄▄▀▀▄ ▀▄▀▄▄ ▀   -      ▄▄▀▄▄▀ ▀ ▄▄ -   ▄ ▀▀▀   ▀    - ▄  ▀       -   ▄ ▄ ▄  ▄ ▄ ▄▀ -     ▀▀▀▀▄▄▄ ▀ ▀   ▀  -    ▀ ▀ ▀▄▄▀   ▄▀  - ▀▄▀  ▀▄▄▀   ▄ -  ▄▄▀    ▀▀▀▀   ▀▀▀  - ▀▄▄▀ ▄▀▄▄▄ ▀▄▄▄▀  - ▄▀▀▀▀ ▀▀▀▀▀▄▀▀▄  - ▄ ▀ ▄▀▄ ▀▄  - ▄▀  ▀  ▄  - ▄  ▄▀ ▄▀▀▄  - ▄▀ ▄▄▀▀ ▀ ▀    - ▄▀ ▄▄▀▀          - ▄▀ ▄▀     ▀▄     -   ▄▀            - ▄▀ ▄▀       ▀▄    - ▄▀ ▄▄▀  ▀▀     ▀▀  -  ▀▀▀▀▀▀▀▀▀  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/trixielulamoon.pony b/ponies/trixielulamoon.pony deleted file mode 120000 index 76684f9..0000000 --- a/ponies/trixielulamoon.pony +++ /dev/null @@ -1 +0,0 @@ -./trixie.pony \ No newline at end of file diff --git a/ponies/trixiestage.pony b/ponies/trixiestage.pony deleted file mode 100644 index be6ac34..0000000 --- a/ponies/trixiestage.pony +++ /dev/null @@ -1,70 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -AURA: pink -BALLOON: top -COAT: blue -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, villain, reconciled -KIND: unicorn -LINK: regular -MANE: white -MASTER: trixie -NAME: Trixie -OTHER NAMES: The Great and Powerful Trixie (official, titled), Trixie Lulamoon (official, toy line), Lulamoon (official, toy line) -POSE: stage -SOURCE: (Jay Wright/Monkey Jay, Yamino, Zipman, Humle, Starly) Desktop ponies -WIDTH: 115 -HEIGHT: 48 - - -$$$ -$balloon33$ - $\$ - $\$ - $\$ ▄▀  - $\$ ▄▄▄▄▄▀▀▀▀▀▀▀ ▄  - $\$ ▄ ▀▀▀▀▀▀▀▀▀ ▄▄▄▄▀▀  - $\$ ▄▀▄ ▄▀▄ ▄▀▀▄▀▀▄ ▀▄▀▀▀▀▀▀▄▄  - $\$ ▄▀▀▀▀▀▀ ▀▄ ▀ ▄▀▀▀▀▀▀▀  - $\$ ▄▀▀▀▀▀▀▀▀▄ ▄▀ ▀▀▀▄ ▄▀  - $\$ ▄▀ ▄▀▀▀ ▄ ▀▀▀ ▀ ▀  - $\$ ▄▀ ▀▄▄ ▄ ▄  - ▄▄▄▄ ▀▀▄▄▀▄▀▀▄▀▄▄ ▄▀  - ▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▄▄▄▄▀▀▄▀▀▀▀▄▄▄▄▄▄▄▄▄  - ▄▀▄▄▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▀▀▀▄▄▄▀▀ ▄▄ ▄▄▄ ▄▄▄▄▄  - ▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▄▄▄▄▄▄▀▀▀▀▀▀▄▄▄  - ▄▀▀ ▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▀▀▄▄▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▀▀▀▀▄▄▄▄▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄▀▄▄▀▀▄▀▀▀▄▄▄▀▄▀▄▀▄▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▄▄▀▀▀▄▄▀▄▄▄▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▄▄▀▀▀▄▄▄▀▄▀▄▀▀▄▀▀▀▀▀▀▄▄▄▄▀▀▀▀  - ▄▀▀▀▀▀▀▀▄▀▀▀▄▄▀▀▄▄▀▀▄▄▀▀▀▀▀▀▀▄▀▄▄▄▄▀▀▀▀▀▀▄▄▀▀▄▄▄▀▄▄▄▄▄▄▀▄▀▀▀▀▀▄  - ▄▀▄▀▀▀▀▀▀▄▄▀▀▄▀▀▄▄▀▀▀▄▄▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▄▀▀▄▄▀▀▀▄▀▄▀▀▀▀▀▄▄▄▀▀▀▀▀▀▄  - ▄▀▄▄▄▀▀▀▀▄▀▀▀▄▄▀▄▄▀▀▀▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▄▄▀▀▄▄▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄  - ▄▀▄▄▀▄▀▀▀▄▀▀▀▄▀▀▀▀▀▄▄▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▄▀▀▀▀▀▀▄▀▄▄▄▄▄▄▄▄▄▄  - ▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▄▀▀▀▀▄▀▀▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▄▀▄▄▀▀▀▀▀▀▀▀▀  - ▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▄▄▄▀▀▀▀▀▀▀▄▄▄▄▀▀▀▄▀▄▀▀▄▄▀▀▀▀▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀ ▄  - ▄▀▀▄ ▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▄▄▄▀▀▀▀▀▀▀▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀ ▄▄▄▄ ▄▄▄▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▄▄▀▄▄▀▀▀▀▀▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀ ▄▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▄▄▀▀▀▀▄▄▀▀▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ ▄▀▀▀▀▄▄▀▀ ▄  - ▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄ ▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀  - ▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▄▀▀  - ▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▄▄▄▄  - ▄▄▄▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▄▀▄▀▀▀  - ▄▄▄▀▀▀▀▀▄▄▀▀▄▄▀▀▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀ ▀▀▀▀▀▄▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▄▀▀▀▄▄▀▀▄▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▄▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄ ▄▄ ▄▄▄▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▄▀▀▀▀▀▀▄▄▄▀▀▄▀▀▀▄▄▄▄▀▀▀▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄ ▄▀▀▀▄▄▄▄▀  - ▄▀▀▄▄▄▀▀▀▀▀▀▀▄▀▀▄▀▀▀▀▀▀▄▄▄▀▀▄▀▀▄▄▀▄▄▀▀▄▄▀▀▀▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀ ▄▀▀▀▀▄▄▄▄▀  - ▄▀▀▀▀▀▀▄▀▀▀▀▄▄▄▀▄▀▀▀▀▀▀▄▄▄▀▀▀▄▀▄▀▀▄▄▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▀▄▄▄▄▀▀▄▀▀▀▀▄▄  - ▄▀▀▀▀▄▄▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀▀▄▀▄▀▄▀▀▀▀▀▄▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄▀▄▀▄▄▄▄▀▄▄ ▄▀▀▄  - ▀▀▀▀▄▀▄▄▀▀▀▀▄▀▀▄▄▀▀▀▀▀▀▀▄▀▀▄▀▀▄▀▀▄▄▀▄▄▀▀▀▄▄▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄▀▀▀▄▀▀▄▀▄▀▀ ▄▄▀▀  - ▄▄▄▄▄▄▄▀▄▄▄▀▄▀▄▀▀▀▀▀▄▀▀▀▄▄▀▀▀▄▀▄▄▄▀▄▄▀▀▀▀▄▄▄▄▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▄▄▄▄▄▄▄▀▀▀▀▀▀▀▄▄▀▀  - ▄▄▄▄▄▄▄▄▄▄▄▄▀▀▄▀▀▀▀▀▄▀▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▀▀▀▄▄▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▄▀▀▀▀▀▀▀▀▀▀▄▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▀▄▀▀▀▄▀▀▀▀▄▀▄▀▄▄▀▀▀▀▄▀▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▄▀▀▀▄▀▀▄▄▀▀▀▀▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▄▄  -▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ -▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▄ ▄ ▄▀ ▄▀▄▄▄▀▀▀▄▀ ▀▄▄▀▀ ▀▀▄▄▀ ▄▀▀▄▄▀▄▄▀▄ ▄▀ ▄ ▄  - ▄▀ ▄ ▄▀▄ ▄▄ ▀▄▀▀▄▄▀▀▀ ▀▀▀▄▄▄▀▀▀ ▄▄ ▄▀▀ ▄ ▄  - ▄▀ ▄ ▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀ ▄ ▄▀  - ▀▀ ▀ ▀ ▀▀  diff --git a/ponies/trixiestand.pony b/ponies/trixiestand.pony deleted file mode 100644 index 1c274ff..0000000 --- a/ponies/trixiestand.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S01E06 Boast Busters -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, villian, reconciled -KIND: unicorn -LINK: regular -MANE: white -MASTER: trixie -NAME: Trixie -OTHER NAMES: The Great and Powerful Trixie (official, titled), Trixie Lulamoon (official, toy line), Lulamoon (official, toy line) -POSE: stand -SOURCE: (Jay Wright/Monkey Jay, Yamino, Zipman, Humle, Starly) Desktop ponies -WIDTH: 48 -HEIGHT: 28 - - -$$$ -$balloon6$ - $\$ ▄▄▀▀▀▀▄  - $\$ ▄▄▀▀▀▀▀▀▀▀▀▄  - $\$ ▄▄▀▀▀▀▀▀▄▄▀▀▀▀▀▄  - $\$ ▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - $\$ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▄  - $\$ ▄▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀ ▀▀▄▀▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▄▀▄ ▄▀▄▄▄▀  - ▀▀▀▀▀▀▀▀▀▄▀▄▄▀▀▀▀▀▀▀▀▀▀▀ ▄▀▀▀  - ▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▄▀▀▀▀▀▄▄▀▀▀▀▄▄▄▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▄▄▄▀▀▀▀▀▄▀▀▀▄▀▀▄▄▄▀▀▀▀▀▀  - ▀▄▄▄▄▀▀▀▄▀▀▄▄▀▀▀▀▄▀▀  - ▄ ▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀▄▄▀  - ▄▀▀▀▀▀▄▀▀▄▄▄▄▄▀▀▀▄▀▄ ▄▄▄▄▄  - ▀▄▄▄▀ ▄▄▀▀▀▄▄▄▄▄▀▀▀▀▀▀▄▄  - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▀▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄▄▀▄▄  - ▄▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▄▄▀▄▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄ ▄▄▄▀▀▀▀▀▀▀▀▄▀▄  - ▄▄▄▄▀▀▄ ▄▄▀▄▄▀▄▄▀▀▀▀▀▀▀▄  - ▄▀▀▄▄▀▀▄ ▄▄▀▄▄▀▄▄▀▀▀▀▀▀▀▀▄  - ▄▀▀▄▄▀▀▀▄ ▄▄▀▄▄▀▀▀▄▀▀▀▀▀▀▀▀▀▄  - ▀▀▄▀▀▀▀▀▀ ▀▀▀▄▄▀▀▀▄▀▀▄▄▀▀▀▀▀▀▀▄ - ▀▀▀▀▀▀ ▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀ diff --git a/ponies/truffleshuffle.pony b/ponies/truffleshuffle.pony deleted file mode 100644 index a36acd0..0000000 --- a/ponies/truffleshuffle.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S02E12 Family Appreciation Day -BALLOON: top -COAT: grey -DISPLAY: full, right -EYE: blue -FREE: no -GROUP: colt -KIND: earth -LINK: regular -MANE: black -NAME: (not mentioned) -OTHER NAMES: Truffle Shuffle (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 32 -HEIGHT: 21 - - -$$$ -$balloon$ - $\$ - $\$ - $\$ - ▄▄▀▄  - ▄▀▄▀ ▄▀▀▄▀   - ▄ ▀▄  - ▄▀ ▀▄ ▄▄▄ ▄ ▄ ▄▀ -     ▀▀ ▄▄▄▄▄▀▀▀  -      ▄ ▄    - ▀ ▀▀▀▄ ▄▀ ▄▄▄▄ ▀▀▄  - ▄▀▀▀ ▀▄   ▀▄ ▀ ▀▀▄    -  ▀▀▀ ▀ ▄▄▄▄▀▄▀▄ ▀ ▀  - ▀   ▄ ▀▀▄▀▄ ▄▀▀ ▀ ▀▄▄▄▄▄▀  -  ▀ ▀  ▄▄ ▄ ▄▀  -  ▄ ▀  ▄ ▄▀   -   ▄▀ ▀       -              -    ▀     ▀   - ▀▀▀▀ ▀▀▀▀▀  - diff --git a/ponies/turf.pony b/ponies/turf.pony deleted file mode 100644 index 1dd15a4..0000000 --- a/ponies/turf.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E19 Putting Your Hood Down -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: cyan -FREE: no -GROUP: mare, background -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Turf (unofficial) -POSE: stand -SOURCE: [jristz] -WIDTH: 45 -HEIGHT: 26 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - ▄▄▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▄▄ ▄▀ ▄▄▄▄ ▀▄  -   ▄ ▀ ▄▀▀▀▀▄ ▀    -   ▄ ▀▀▀▀▀  ▄▀▄▀ ▄     -    ▄ ▀▀▀▄▄▄▀▀▄▀ ▀▄▀▀▄ ▄▀▀  -     ▄▀ ▄▀▀▀▀▄▀▄▀▄▀       - ▀▄  ▄ ▀ ▄▄▄▄▀▄  ▄▀    - ▀ ▄▀  ▄ ▀▀  ▄ ▄▄▄ ▄▀▀ ▄▄▄▄▄▄▄  - ▄▄▀  ▀  ▀ ▄▀▄ ▀  ▄▀▀▄▄▀▀▄▄▄ ▀▀▄  -   ▄ ▀▀▀   ▄      ▀ ▀▀    - ▀▀ ▀▀▀▀  ▄▄   ▄▀ ▀▀   ▀▀ ▀ ▀▄  -   ▄ ▀▄▄▄▄▄▄▄▀   ▄▀ ▀ ▀▄ -   ▄▀ ▄ ▄▀▄ ▄ ▀▄▀▄▄▀       - ▀ ▀ ▄ ▀▀       ▀▄ ▀  ▄▀ - ▀▄ ▀  ▀▀   ▄▀   ▄     -  ▄▀ ▄▄ ▄ ▀  ▄ ▄▀▄ ▀ ▄▀  -  ▀  ▀  ▀▄▀       ▄    - ▄▀▄▀▄▄          ▄ ▀▀▀  -            ▄ ▀▀▀▀▀  - ▄  ▄▀          -  ▀▀     ▀▀     -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/turnip.pony b/ponies/turnip.pony deleted file mode 100644 index 17e962b..0000000 --- a/ponies/turnip.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S02E25 Party of One -BALLOON: top -FREE: sharable -GROUP: imaginary -KIND: item -LICENSE: cc-by-nc-sa -LINK: regular -NAME: Turnip -SOURCE: desktop ponies -WIDTH: 23 -HEIGHT: 24 - -License summary: https://creativecommons.org/licenses/by-nc-sa/3.0 -Full license text: https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▄ ▄▀  - ▄▄▀▀▄ ▄ ▄▀  - ▄▄▄▀▀▀▄▄ ▀▀▄▀▀▄▄  - ▄▀▄▄▀▄▀▀▄▄▄▄▄▄▀▀▀▀▀ - ▄▀▀▀▀▀▀▄▄▄▀▀▀▄▀▀▀▄ ▄▀  - ▀ ▀▀▄▀▀▄▄▄▄▀▄▄▄▀▀▀  - ▄▄▀▀▄▀▀▀▀▀▄▀▀▀▀▀  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▀▀▀▀▀▀▀▄▀▀▀▄▀▀▄▀▀  - ▄▀▀▀▄▀▀▄▀▀▀▄▀▀▀▀  - ▀▄▄▀▀▀▀▄▀▀▄▄▀▀▀  - ▀▀▀▀▀▀▄▀▀▀▀▀▀  - ▄▄▀▀▀▀▄▀▀▀▄▀▄  - ▄▄▀▀▄▀▀▀▄▀▀▀▄▄▀▀▄  - ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▀ ▄▀▀▄ ▀▀▀▄  - ▄▀▀▀ ▄▀▀▀ ▄▀▀▄  - ▄▄▀▀ ▄▀▀▀ ▄▀▀▄ - ▀▀▀▀ ▀▀ ▀▀▀▀ diff --git a/ponies/twilight.pony b/ponies/twilight.pony deleted file mode 100644 index c8a266c..0000000 --- a/ponies/twilight.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple (whitish lilac in season 1) -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -NAME: Twilight -OTHER NAMES: Twilight Sparkle (official, full name) -POSE: stand -SOURCE: (Jay Wright, Humle, Bot-chan, StarStep, Anonycat, InfinityDash, supersayanmikito, aslic96) Desktop ponies -WIDTH: 53 -HEIGHT: 24 - - -$$$ -$balloon10$ - $\$ - $\$ -  $\$ ▄▄▄▄ - ▄▄ ▄▄▄▄▄▄▄▄  ▄ ▄▄ - ▀▄▄▄ ▄▄▄ ▄▄▄ ▄   -   ▄▄   ▄▄ ▄  ▄ -   ▄ ▄  ▄   ▄ -    ▀▄▄ ▄ ▄▄  ▄ ▄▄▄▄▄ - ▀  ▄▄   ▄ ▄   ▄▄▄ ▄▄▄ ▄▄▄▄ - ▄▄ ▄▄▄▄▄ ▄     ▄▄▄▄▄▄ ▄ ▄▄ - ▀▄ ▄ ▄▄ ▄▄ ▄   ▄▄▄▄ ▄▄▄▄▄ ▄▄▄ ▄ ▄▄ - ▀▀▀▀▀  ▄▄▄▄ ▄ ▄ ▄ ▄  ▀▀ ▀▀▄ ▄  ▄ ▄▄ -   ▄▄▄▄▄▄  ▄▄ ▄   ▀▄ ▄▄ ▄ ▄▄ -   ▄▄▄ ▄▄ ▄▄▄▄▄      ▄  ▄▄ - ▄▄▄▄▄▄▄▄▄ ▄▄   ▀▄    ▄▄ -    ▀▀   ▀▀▄▄▄▄ ▄▄▄      ▄▀ -   ▄▄      ▄▄          - ▀▄         ▄▄  ▄  ▄▄▀ -  ▄ ▄            ▄▀ - ▀▀        ▄▄  ▀ -  ▄ ▄▀ ▀▀▀    - ▀▀▀▀▀▀ ▀▀▀▀▀▀ - diff --git a/ponies/twilightcrazyfromball.pony b/ponies/twilightcrazyfromball.pony deleted file mode 100644 index 0cfed71..0000000 --- a/ponies/twilightcrazyfromball.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple (whitish lilac in season 1) -BALLOON: top -COAT: purple -DISPLAY: full. front, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: twilight -NAME: Twilight -OTHER NAMES: Twilight Sparkle (official, full name) -POSE: from ball -SOURCE: (Jay Wright, Humle, Bot-chan, StarStep, Anonycat, InfinityDash, supersayanmikito, aslic96) Desktop ponies -WIDTH: 39 -HEIGHT: 26 - - -$$$ -$balloon9$ - $\$ - $\$ - $\$ - ▄ ▄ ▄    - ▄ ▄▀ ▄▄▄▄▀ ▀▀▄ ▄▄  - ▀▄ ▄▀▀ ▀    ▀▄▄▄▄▀ ▄▀  -   ▄▄▀ ▀▄ ▄▄▄ ▄  - ▄▄▀ ▀ ▀ ▄ ▀ ▀ ▄▀▀▄  - ▀▀▄▀▀▀ ▀▀▀  ▄ ▀▄    - ▄▄▀   ▄▀ ▄▀▀▀   ▄  -  ▄▄▄     ▄▄ ▀  ▀▄▄▀ ▄ ▄  -   ▀▄▄ ▀ ▄▄▄▄▄  ▄ ▄ ▄  ▄▄▄▄▀  ▄▀▄ -    ▄ ▀▀      ▀▀ ▄▀▀ ▀▄▄▄▀ - ▀ ▀▀▀▀▀▀▀▄▄ ▄▄▄▄▀▀▀▀ ▀    -     ▄▀ ▄▀▄▄▀▄▀▄  ▄ ▀▀ -     ▀▄▄▄ ▀        ▀  -   ▀ ▀ ▄▄▀ ▄▄▀▄ ▀▀  - ▄ ▀ ▀ ▀▄▄▀▄▀    ▀▀  -  ▀▀   ▀  ▀ ▄  ▀▄▄  -     ▀▄    ▄ ▀  ▀  - ▀ ▀▄          ▀ ▀  -          - ▀ ▀▄    ▀  - ▀  ▀▀▀▀▀▀▀▀  - diff --git a/ponies/twilightcrystal.pony b/ponies/twilightcrystal.pony deleted file mode 100644 index c20bc16..0000000 --- a/ponies/twilightcrystal.pony +++ /dev/null @@ -1,47 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple (whitish lilac in season 1) -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane, crystal -KIND: unicorn -LINK: regular -MANE: purple -MASTER: twilight -NAME: Twilight -OTHER NAMES: Twilight Sparkle (official, full name) -POSE: crystal -SOURCE: (Jay Wright, Humle, Bot-chan, StarStep, Anonycat, InfinityDash, supersayanmikito, aslic96) Desktop ponies -WIDTH: 48 -HEIGHT: 25 - - -$$$ -$balloon18$ - $\$ - $\$ - $\$ - ▄▄▄▄▄ ▄▀▀▀▀▄  - ▄▀▀ ▀▄▄▄▄▄▄▄▄▄▄▀ ▀▀    - ▄▀▀ ▄▄▀▄ ▀▀ ▀▀▀▄ ▀▄ ▄    - ▀▀ ▀▀▀▀ ▄  ▄ ▀   ▄    - ▄▀ ▀▀   ▄ ▀▄▀ ▄▀  - ▄  ▄  ▄▄ ▀   ▄▀▀  - ▄▄ ▄ ▀ ▄▀   ▄▀ ▄▄▀▀▀▀▀▄▄  -   ▀▄▄▄ ▀▄  ▀ ▄▀▀▄▄▄▄▄ ▀ ▀▄  - ▀▀▄▄ ▄   ▄▀▄▀▀▀▄ ▀▄▄ ▀ ▀▄  - ▀▀▀▀▀ ▀ ▀▄▄▄▄▀▀▀▀▄▀▀▀▀▄▄ ▄▀ ▀    -   ▄ ▄▀▄ ▀▄    ▄   -   ▄▄ ▀    ▄▄▄▄  ▄   -    ▄▄▀▄▄   ▄▄▄     -   ▄ ▀▄   ▀▄   ▀▄ -  ▄▀  ▀▀  ▀▄ ▀▀▄     ▀   -   ▀▄   ▀▄ ▀▄ ▀▄     ▄ ▀  - ▄▀ ▄▀       ▀▄ ▄▀▄  ▄▀  - ▄▀ ▄▀ ▄▀        ▄ ▀▀▀  - ▄▀ ▄▀ ▄▀        ▀▀▀  - ▀▀▀ ▀   ▀▀▀▀     - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/twilightrage.pony b/ponies/twilightrage.pony deleted file mode 100644 index bd29ea2..0000000 --- a/ponies/twilightrage.pony +++ /dev/null @@ -1,57 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: purple (normally), beige (now) -DISPLAY: full, left -EYE: purple (normally), red (now) -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple (normally), fire (now) -MASTER: twilight -NAME: Twilight -OTHER NAMES: Twilight Sparkle (official, full name) -POSE: rage -SOURCE: (Jay Wright, Humle, Bot-chan, StarStep, Anonycat, InfinityDash, supersayanmikito, aslic96) Desktop ponies -WIDTH: 55 -HEIGHT: 36 - - -$$$ -$balloon7$ - $\$ - $\$ - $\$ - ▄ ▀▀ ▄  ▄▄  -  ▀ ▀  ▄▄   ▄ - ▀    ▄ ▀▀  ▄    - ▄▄ ▄▀   ▄▀ ▄▄ ▄  - ▄▄  ▀ ▀   ▄ ▀▀   - ▄▄   ▀   ▄▄▄ ▀ ▄   - ▄ ▀▀ ▀ ▄  ▀  ▄▄▄  ▀   ▀  -   ▀ ▀  ▀ ▄▀ ▄ ▀   ▄  -     ▄  ▄  ▀   ▄ ▄  -    ▄ ▄     ▄      - ▀ ▄ ▀  ▄ ▄  ▀▄ ▄   -   ▀  ▄ ▄▄ ▀  - ▀▄     ▄ ▀▀ ▀  - ▄ ▄  ▀ ▀   ▄   ▄   -   ▄▀ ▀ ▀▀   ▄  ▄ ▀▀  ▀  ▀   - ▀ ▀▄▀▄ ▄▄▄  ▀  ▄▄  ▄ ▀       - ▀ ▀▄▄▀▄  ▄▄      ▄▀ ▄ ▀ ▄▀ ▀ ▀▀  - ▄▀ ▀▀ ▀▀ ▀       ▄  ▄▀  - ▀▄ ▄ ▄ ▄▄▀▀ ▀ ▀     ▄  ▄   - ▀▄▄   ▄▄▀  ▀▀   ▀  ▄  ▄ ▀  - ▄ ▀ ▀▀▀▀▀ ▀▄▄▄  ▀▄▄▄▀▀▀▀▄ ▄ ▀  -   ▄▀▀▄▄ ▀▀▀▀ ▀▄ ▄▀  - ▀ ▀ ▀▀▀  ▄▄▀  ▀▀▀  - ▀▀▀▀▀▀ ▀▄▄ ▄ ▄▀  - ▄▀▀▄ ▀▄▄▄▄  ▀▄  - ▄▀     ▀▄ ▀▄    -   ▄▀    ▄▀▄ ▀▄  -       ▀▄        - ▄▀       ▄▀   ▀▄  - ▀▄▄▄▄▀   ▀▄▀      - ▀▄▄▄▄▀ ▀▄▄▀▀  - diff --git a/ponies/twilightspike.pony b/ponies/twilightspike.pony deleted file mode 100644 index 2a86f0a..0000000 --- a/ponies/twilightspike.pony +++ /dev/null @@ -1,61 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple (whitish lilac in season 1) -AURA: (no magic) -BALLOON: top -COAT: purple -COAT: purple -DISPLAY: full, left -DISPLAY: full, tritagonist, right -EYE: purple -EYE: green -FREE: no -GROUP: mare, mane -GROUP: dragon, tritagonist -KIND: unicorn -KIND: animal -LINK: regular -LINK ON: 2 -MANE: purple -MANE: green -MASTER: spike -NAME: Twilight -NAME: Spike -OTHER NAMES: Twilight Sparkle (official, full name) -OTHER NAMES: (none) -POSE: ride -SOURCE: Desktop ponies deviantart -WIDTH: 44 -HEIGHT: 28 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - ▄▀▄▄▀▀▀▄▀▀   - ▄▀▄  ▀▀▀▀ ▄▀  - ▀▄  ▄ ▀▀▄▀  - ▄  ▀   ▄▀▄    -  ▄▄ ▄▄▄▄▄▄ ▄▀  ▀ ▀▀▄▄ ▄    - ▀▄▀▄ ▀▄ ▀  ▄   ▀▀▀ ▄▄▄▄▄▄  - ▄▀▀▀        ▄▀ ▄ ▀▀▀  - ▄▀▄▄▀▀▀▀▀▀▀▀▀ ▄   ▄▄▀▄▄  - ▀       ▄▄    ▄▀▄     ▄▄▄▄▄▄  -    ▄ ▄ ▄   ▄   ▀▀ ▀▄▄ ▀▄  -  ▄▀ ▄▄ ▀▄▀ ▀ ▀▄▀ ▀▄▄ ▄▄▄▄▄▄▄    - ▀▄   ▄▄  ▄▄▄  ▄▀▀ ▄ ▀ ▀ ▀▄  - ▀▀▀▀▀  ▀▀▀▄ ▄  ▄▄▄▀ ▄▄▀▀▄ ▀  ▀ ▀▄  -    ▄▄▀ ▄▀  ▄   ▀▄ ▀▄ ▀     -     ▄▀ ▄▀▄▄ ▀▀▀▀▀      ▄  -    ▀▀▄ ▀▀▄▀▀          -  ▀ ▀   ▀▀       -  ▄ ▀▄▄▄▀▀▀▄  ▄   ▄    -   ▄ ▀  ▀▄ ▀       ▄   -   ▀▄     ▀   ▄     ▄  -             ▄   ▄▀▀  - ▀▄               ▄▄  - ▀▄           ▀▀▀▀  - ▀▀▀▀▀  ▀▀▀▀   diff --git a/ponies/twilightthebearded.pony b/ponies/twilightthebearded.pony deleted file mode 100644 index 542d56b..0000000 --- a/ponies/twilightthebearded.pony +++ /dev/null @@ -1,55 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple (whitish lilac in season 1) -BALLOON: top -BASED ON: Starswirl the Bearded -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -NAME: Twilight -OTHER NAMES: Twilight Sparkle (official, full name) -POSE: twilight -SOURCE: (Jay Wright, Humle, Bot-chan, StarStep, Anonycat, InfinityDash, supersayanmikito, aslic96) Desktop ponies -WIDTH: 58 -HEIGHT: 33 - - -$$$ -$balloon18$ - $\$ - $\$ - $\$ - ▄▀▀▄  - ▄  ▄  ▄  - ▀▀  ▄▄  - ▄▀ ▀▄  - ▄▄▀ ▀▄▄  -   ▄▄ ▀    - ▄▀      - ▄▄▀▀ ▀ ▀▀ ▄ ▀    - ▄▄▀ ▀ ▀ ▄▀▄    -   ▀▀▀▀   - ▄▀ ▀▀▀▀   -  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▀▄▄  - ▄▄  ▀ ▀▀ ▄ ▀▀ ▄ ▀▀ ▄ ▀  ▀▀▄▄  - ▀▄▄▀▀▀▀▀▀▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▄▄▀  - ▀▀▀▀▀▀▀▄▄ ▀ ▀▀ ▄▄▄▄▀▀▀▀▀▀▀  - ▀  ▄▀   ▀  ▄   ▄▄▄▄▄▄  - ▄▀ ▀▄▄▀▀ ▄▀▄   ▄▄▀▀▀ ▀▀▄  - ▀▄ ▄ ▄▄▀ ▄▄ ▀  ▄ ▀▄  -  ▄▄▄ ▀▄▄▄▄▀ ▄  ▀▄  - ▄▄   ▄ ▀▄▄▄▀▄  ▄▄▄▄ ▄▄  -   ▄  ▄▀▄▄▀▀ ▄▀ ▄▄▄ ▀ ▀ ▀   - ▄▀    ▄▄▀▄▀▀▀ ▄ ▀ ▀ ▀ ▀ ▀▄  -  ▄    ▀▀  ▄▀  ▄▄ ▀ ▀  ▄▄  -   ▄▀ ▀▄         ▀▄▄  - ▄▀ ▄▀▀▄     ▀▄ ▄ ▀▀ ▄  ▀▀▄▄  - ▀▀  ▀ ▀    ▄▀ ▀ ▄▄▄ ▀▀   - ▀▀      ▀▄ ▄▄ ▄ ▀▀ ▄ ▀▀▀  -  ▄ ▀▀ ▀▀▀ ▄▀▀▀▀▀▀▀▀▀ ▄ ▀▀▀▀▀▀  - ▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  diff --git a/ponies/twilighttime.pony b/ponies/twilighttime.pony deleted file mode 100644 index 65d62eb..0000000 --- a/ponies/twilighttime.pony +++ /dev/null @@ -1,50 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple (whitish lilac in season 1) -BALLOON: top -COAT: purple -DISPLAY: full, left -EYE: purple -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple, blue -MASTER: twilight -NAME: Twilight -OTHER NAMES: Twilight Sparkle (official, full name) -POSE: time -SOURCE: (Jay Wright, Humle, Bot-chan, StarStep, Anonycat, InfinityDash, supersayanmikito, aslic96) Desktop ponies -WIDTH: 50 -HEIGHT: 28 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - ▄  ▄  -  ▄▄      -   ▀   ▀▄  ▄  -  ▄   ▀ ▀▄▀▄▀▄▄  - ▀▄▀▄▄    ▀ ▄▄▄  - ▀▄▄▀▄    ▀      - ▀▄▄▄▀▀▀▀▀▀ ▄ ▄  ▄  -  ▀▀▀▀▄▄▄▄ ▀      - ▄▀ ▄▄▀▀ ▀▀ ▄ ▀  -    ▀▀   ▄▄   ▀▄  - ▄▄▀  ▀ ▄▀▄ ▀▄ ▀▄▄▀ ▀ ▄▄▀▀▀▀▀ ▀  -   ▄ ▀▀▀▀ ▀  ▄▄▄ ▀▀ ▄▀ ▄▄ ▀▀ ▀▀▄  - ▀▀▄▄▄▄▄▄ ▄▄ ▄▄▀▀ ▄▀▄▀▄▄▄▄▄▀▀ ▀ ▀▀▄▄  - ▄▀▀ ▀▄▄▄▄▀▀▀▀▀▄▄▄▀▀▄▄  ▀   ▀▀▄  -   ▀  ▀ ▀▄ ▀▄       - ▀▄▄▀▀▀▄ ▀▄ ▄▄   ▀▄       - ▀▄▀▀▀ ▄▀ ▄ ▄▀   ▀  ▀ ▀    -  ▀ ▀▀▀▀ ▀  ▄       ▀▄▄▀ -       ▀▄▀  ▄          - ▄▀▄▀ ▀    ▄            - ▄▄▄▄▀   ▄▄   ▄▀▀   ▄▄▀▀  - ▄▄▄▄▄▄▄▀   ▄▄ ▄▀▀▀  ▀▀  -  ▀▀  ▄▀    ▀▀  ▀   ▀  -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/twilightvelvet.pony b/ponies/twilightvelvet.pony deleted file mode 120000 index 6361d03..0000000 --- a/ponies/twilightvelvet.pony +++ /dev/null @@ -1 +0,0 @@ -./mrssparkle.pony \ No newline at end of file diff --git a/ponies/twilightzero.pony b/ponies/twilightzero.pony deleted file mode 100644 index 919d969..0000000 --- a/ponies/twilightzero.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -AURA: purple (whitish in season 1) -BALLOON: top -COAT: purple -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, mane -KIND: unicorn -LINK: regular -MANE: purple -MASTER: twilight -NAME: Twilight -OTHER NAMES: Twilight Sparkle (official, full name) -POSE: mad -SOURCE: (Jay Wright, Humle, Bot-chan, StarStep, Anonycat, InfinityDash, supersayanmikito, aslic96) Desktop ponies -WIDTH: 49 -HEIGHT: 26 - - -$$$ -$balloon32$ - $\$ - $\$ - $\$ - $\$  ▄▄  - ▄▀▄▀ ▀▄▀▀▄  - ▄▄▄▄▄ ▀▀▀▀▀▄▄▀▄▄ ▄  - ▄▄▀ ▀▄▄ ▀▄▄▄   - ▀▄▄▄   ▄ ▄ ▀▄    -  ▄ ▀▀ ▀ ▄▀▀ ▀▀ ▀ ▀▀ -  ▄ ▄  ▀▀ ▄      - ▄  ▄▀▀▀▀▀▄▄▄   ▄▄▀ ▄▄▄▄▄▄  ▄  - ▄ ▀▀ ▄▄ ▀▀ ▀  ▀▀▄   ▄▄▄▄▄▄▄▄▄▀  -   ▄ ▀▀▄▄▄▄▄▀▄▀▄   ▄   ▄ ▀  - ▀▄ ▄  ▄▄▀▀▄▄▄▄▄▄▄▄▀▀▀▀▄  ▀▀▀▀  - ▄ ▄▄▀  ▀▄ ▄▀ ▀▄▀    - ▄▄▀▀▀▀   ▄▀▄▄▀   ▀ ▀▀ ▄▀  -  ▀  ▄  ▄   ▀▄▀▀ ▀▄ ▄▀  -        ▄  ▄ ▀▀▀▀ ▀▄   -            ▀       -    ▄           ▀▄ ▄  - ▀▀    ▀            - ▀▄         ▀▄ ▄  - ▀         ▀   -  ▀▀▀▀   ▀▀▀▀   - diff --git a/ponies/twinkleshine.pony b/ponies/twinkleshine.pony deleted file mode 100644 index a72c236..0000000 --- a/ponies/twinkleshine.pony +++ /dev/null @@ -1,41 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -BASED ON: Moondancer -COAT: pink -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare -KIND: unicorn -LINK: regular -MANE: pink -NAME: (not mentioned) -OTHER NAMES: Twinkleshine (official, toy line) -POSE: lay -SOURCE: (fanonfetcetera) Desktop ponies -WIDTH: 41 -HEIGHT: 20 - - -$$$ -$balloon5$ - $\$ - $\$ - $\$ - ▄▀▀▀▀▀▄▄ ▄  -  ▄▀ ▀▀▄    - ▄▀ ▀▄▀▄ ▄▄▄  ▄    -   ▄▀▀▄▄▀▀    ▀▄  - ▀▄▄▄▄▀▄▀▀▀▄▀ ▄    -       ▀▀ ▄▀    -    ▄   ▀ ▄▀ ▄▀ ▄▄▀▀▀▀▄▄  -  ▄▀ ▀▀ ▄▀ ▄▀ ▄▀ ▄▀ ▀▀▄  - ▀▄  ▄▀▄▄ ▄▀ ▄▀▄▀▀▄ ▀▄ - ▀▀▀▀▀  ▀▄▄▀  ▀▀▄▄▄▄▄  ▄▀     - ▄▀▀▀▄ ▄▀▄▄▀▄▄▄▀▀ ▀▄ ▀    - ▄▀ ▄▀▀▀▀ ▄  ▄▄ ▀▀▀   -  ▀▀▀  ▄▀ ▀▄▄▄▀ ▄▀ - ▀▄▄▄  ▄▄▄▄▄ ▄▀  -   ▀▄   ▀▄▄ ▄▀  - ▀▄▄▄▄▀ ▀▀▀▄▄▄▄▄▄▄▀  diff --git a/ponies/twist.pony b/ponies/twist.pony deleted file mode 100644 index 9e253af..0000000 --- a/ponies/twist.pony +++ /dev/null @@ -1,40 +0,0 @@ -$$$ -APPEARANCE: S01E12 Call of the Cutie -BALLOON: top -COAT: beige -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: filly -KIND: earth -LINK: regular -MANE: orange (ponysay), red (source) -NAME: Twist -POSE: stand -SOURCE: (Anonycat) Desktop ponies -WIDTH: 33 -HEIGHT: 21 - - -$$$ -$balloon20$ - $\$ - $\$ - $\$ - ▄▀▀▄▀▀▀▄▄▄  - ▄▀▀▄▀▄▀▀▀▀▀▄▀▀▄  - ▄▀▄▀▄▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀  - ▄▀▀▄▀▀▀▀▀▀▀▄▄▄▀▄▄▀  - ▀▄▀▀▄▀▀▀▀▀▀▀▀▄▀▀▄▄▀▀ - ▄▄▀▀▀▄▄▀▄▄▀▄▀▄▀▀▄▀▄  - ▄▀▀▄▀▀▀▄▄▀▄▄▀▀▄▀▄▄▄▀  - ▄▀▀▀▀▀▄ ▄▄▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▄▀▄▄▀▀▀▀▄▄▀▄▄▄▄▄▀▀  - ▄▀▀▄▀▀▀▀▀▄▄▀▄▄▀▀▄▀▀▀▀▄  - ▄▄▀▀▀▀▀▄ ▄▄▄▀▄▄▄▀▀▀▀▀▄  - ▄▀▀▀▀▀▀▄ ▀▄▀▀▀▄▀▀▀▀▀▀▄  -▄▄▀▀▀▀▀▀▄ ▄▄▀▀▀▄▄▀▀▀▄▄▄  -▀▄▀▀▀▀▀▀ ▄▄▀▀▄▄▄ ▄▄▀▀▄▀▄  - ▀▀▀ ▄▄▀▀▄▄▀ ▄▄▀▀▄▄▀  - ▀▀▀▀ ▀▀▀▀  diff --git a/ponies/vinyl.pony b/ponies/vinyl.pony deleted file mode 100644 index 0723579..0000000 --- a/ponies/vinyl.pony +++ /dev/null @@ -1,48 +0,0 @@ -$$$ -APPEARANCE: S01E14 Suited for Success -BALLOON: top -COAT: white -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, background -KIND: unicorn -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: DJ Pon-3 (official, in commerical), Vın̈yl Scratch (official, in expo) -POSE: stand -SOURCE: (Jay Wright, Darksilver) Desktop ponies -WIDTH: 46 -HEIGHT: 28 - - -$$$ -$balloon25$ - $\$ - $\$ - $\$ - $\$ - ▄ ▄▄▄▄▄▄▄▄▄▄ - ▄▄▄▄▄ ▄▄ ▄▄ -   ▄  ▄▄▄ ▄▄ ▄▄▄ ▄▄ - ▄    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▀ - ▄▄▄    ▄▄▄ ▄▄▄▄ ▄▄▄▄▄ -       ▄  ▄▄ ▄▄▄   ▀▀▄ - ▄ ▄▄▄▄▄▄       ▄▄  ▄▄▄▄       - ▄▄▄▄ ▄▄ ▄ ▄     ▄ ▄▄▄▄▄▄▄▄▄    - ▄▄ ▄▄▄▄▄▄▄ ▄    ▄ ▄▄ ▄    ▄   - ▄▄  ▄ ▄▄▄▄▄       ▄▄  ▄▄▄▄ ▄      - ▄   ▄▀ ▀▀▄▄▄▄▄▄▄ ▄ ▄   ▄ ▄   ▀  -  ▄   ▄▄ ▄▄▄▄▄ ▄▄   ▀▀▄    ▄▀ - ▄▀▄  ▄▄▄▄  ▄▄      ▀    - ▀ ▀▄ ▄   ▀  ▀▄ ▄▄         -  ▀▄▄▄ ▄  ▄ ▄▄▄▄ ▄▄   ▀ - ▀ ▀▀▄    ▄▄▀       -         ▄▄▄▄ -             -         ▄▄  ▄ -    ▄▄     ▄▄  -  ▄▄▄▄   ▄▄▄▄  -  - diff --git a/ponies/violet.pony b/ponies/violet.pony deleted file mode 100644 index 947c034..0000000 --- a/ponies/violet.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S01E01 Friendship is Magic [Part 1] -BALLOON: top -COAT: pink -DISPLAY: full, right -EYE: purple -FREE: no -GROUP: mare, background -KIND: unicorn -LINK: regular -MANE: blue -NAME: (not mentioned) -OTHER NAMES: Royal Ribbon (unofficial), Violet (unofficial) -POSE: sit -SOURCE: (vulcan539/james539) Desktop ponies -WIDTH: 38 -HEIGHT: 26 - - -$$$ -$balloon23$ - $\$ - $\$ - $\$ - ▄▄▄▄▄▄▄▀▀▀▀▀▀▀▄  - ▄▄▄▀▄▄▄▄▄▄▀▀▀▀▄▄▀▀▄ - ▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▄▄▄ - ▄▄▄▄▄▀▀▄▄▄▀▄▀▀▀▀▀▀▀▀ - ▄▄▀▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀  - ▀▀▄▀▄▀▀▀▄▀▄▄▀▀▄▀▄  - ▄▀▀▄▀▄▀▀▄▀▀▄▀▀▄▀▀▀  - ▄▄▄▄▀▄▀▄▀▀▀▀▀▀▀▄▀▀  - ▀▄▀▀▀▀▄▄▀▄▄▄▀▀▀▀  - ▄▄▄▄▄▀▀▄  - ▄▄▀▀▀▀▀▀▀▄  - ▄▄▀▄▄▄▄▀▀▀▀▀  - ▄▀▀▀▀▀▄▄▄▀▀▄▄▄  - ▄▄▄▄▄▀▀▄▀▀▀▀▄▀▀▀▀▀▀▄▀▄  - ▄▀▀▄▀▀▄▄▀▀▀▄▄▀▄▄▀▄▄▀▀▄▄▄  - ▄▀▀▄▀▄▄ ▄▄▀▀▀▀▀▀▀▀▀▀▄▀▀▀▄▀▄▄  - ▄▀▀▀▄▀▄▀▀▄▄▄▄▄▄▄▀▀▀▀▄▄▀▀▀▄▀▀▀  - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀  - ▄▄▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  - ▀▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀  - diff --git a/ponies/waltercoltchak.pony b/ponies/waltercoltchak.pony deleted file mode 100644 index 0471c68..0000000 --- a/ponies/waltercoltchak.pony +++ /dev/null @@ -1,46 +0,0 @@ -$$$ -APPEARANCE: S02E06 The Cutie Pox -BALLOON: top -COAT: brown -DISPLAY: full, right -EYE: black -FREE: no -GROUP: stallion -KIND: earth -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Walter Coltchak (official, stated official by the crew) -POSE: stand -SOURCE: (bot-chan) Desktop ponies -WIDTH: 40 -HEIGHT: 26 - - -$$$ -$balloon31$ - $\$ - $\$ - $\$ - ▄▀▄▀▄  - ▄▀▀ ▄▄ ▄     - ▄▀    ▀▀▄    -     ▀ ▀▀▄▀▄  - ▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ -      ▄▄▄▄▀ ▀▄▄   -   ▀ ▀▄▄▄ ▀▀▀▄ ▀▄▀ - ▄▄ ▀▄   ▀▄▄▀▀▀▄ ▀▄▄  - ▄▀▀▀▀▀▄ ▄▀ ▄    ▀▄▄▄▄▄▄▀▀▄   -   ▄▄▀▄▄▄▄▄▄ ▀▀▀▄  ▀▀▄▄▄▄▄▀▀▀  - ▄▄  ▄ ▄▀ ▄▀ ▄ ▀  ▄▀▄▀    - ▀▄▀▀   ▄▀ ▄▄▄   ▀▀▀▄▀▀▄▄ ▄  -  ▄ ▀ ▀      ▄▀▀▄    ▀▄ ▄ ▀▄  - ▀▄▄▄▄▀   ▀▀ ▄    ▄▀▀▄ ▀  ▀▀  - ▀▄     ▀  ▀▄ ▄▀  - ▄▀ ▄ ▀▀ ▀▀   ▄  -    ▄▀▀  ▀▀▀ ▄  - ▄▀       ▀▄▄  -          ▄▄  - ▄▀        ▄   -    ▀▀▀ ▀▄ ▀▄▀  - ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀  diff --git a/ponies/wildfire.pony b/ponies/wildfire.pony deleted file mode 100644 index 0c0e2ab..0000000 --- a/ponies/wildfire.pony +++ /dev/null @@ -1,45 +0,0 @@ -$$$ -APPEARANCE: S02E25 The Royal Wedding [Part 1] -BALLOON: top -COAT: yellow -DISPLAY: full, right -EYE: brown -FREE: no -GROUP: mare -KIND: pegasus -LINK: regular -MANE: brown -NAME: (not mentioned) -OTHER NAMES: Wild Fire (stated official by the crew) -POSE: pose -SOURCE: (Bot-chan) Desktop ponies -WIDTH: 38 -HEIGHT: 25 - - -$$$ -$balloon29$ - $\$ - $\$ - $\$ - ▄▄▀▀▀▀▀ ▀▄ - ▄▀▀ ▄▀▄▄▀▀▀▄    - ▄▀▄    ▀▀▄     -        ▄  ▄   -    ▀▀▀▀▀ ▀▀▄▀▀ -     ▀▀▀▀▀▄▄  ▄▄▀  -      ▀▀ ▀   ▀▀  -       ▀▄▀▄▀▀▄ ▀   - ▀ ▀▀▀▄▄▄▄        ▄ ▄▄▄▀  - ▄▀ ▄▀▀▄▄▄▄▀▄ ▄▄ ▀▄      ▀ ▀▀▀  -     ▄▀▄▀ ▀▄▀▄ ▀▄▄  ▄        -          ▄ ▀▄ ▄▄▄▀▄▄▀  ▀▀  -          ▄▄ ▀▀▄▀▄    ▄▀  -       ▀▄  ▀ ▀▄▄▄▄▄▄ ▀▄ ▄▄  - ▀▄     ▄▀ ▄▀▀ ▄▀▀▀▀▀   ▀▄ ▀▄  -   ▀▄▄▀▄▀   ▄▀      ▀▄ ▀    - ▀▄   ▀                - ▀     ▀▄ ▀▄    ▀▀  -   ▀▄     ▀▄  -    ▀▀▀ ▀▄ ▀   - ▀▀▀▀▀▀ ▀▀▀▀▀▀  diff --git a/ponies/winona.pony b/ponies/winona.pony deleted file mode 100644 index 3abacd4..0000000 --- a/ponies/winona.pony +++ /dev/null @@ -1,39 +0,0 @@ -$$$ -APPEARANCE: S01E04 Applebuck Season -BALLOON: top -DISPLAY: full, left -EYE: black -FREE: no -GROUP: dog, pet -KIND: animals -LINK: regular -MANE: brown -NAME: Winona -POSE: happy -SOURCE: (DeathPony/deathpwny) Desktop ponies -WIDTH: 35 -HEIGHT: 21 - - -$$$ -$balloon6$ - $\$ - $\$ - $\$ - $\$ ▄  - ▄▀▀▄▄ ▄▄▄ ▄▄▄  - ▀▄▀▀▀▀▄▀▀▀▀▄▄ ▄▄▀▄  - ▄▀▄▀▀▀▀▀▀▀▀▀ ▄▀▀▀▀▄▀ - ▄▀▄▄▄▀▀▄▀▀▀▀▀▄ ▄▄▀▀▀▀▀▀ - ▄▀▀▀▀▀▄▄▀▄▀▀▀▀▀▄ ▄▀▀▀▀▄▀▀  - ▀▄▄▄▄▀▀▀▀▀▀▀▀▀ ▄▄▄▀▀▀▀▄▀▀▀▀▀▀▀  - ▄▀▄▀▀▀▀▀▄▄▀▄▄▀▀▀▀▀▀▀▀▀▀  - ▀ ▄▄▄▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄  - ▄▄▀▀▀▄▀▀▀▀▀▀▀▀▄▄▀▀▀▄  - ▄▄▀▀▀▀▀▀▀▄▄▀▀▀▄▀▀▀▀▀▄▄  - ▄▀▀▄▀▀▄▀▀▄▀▀▀▄▄▀▀▀▀▀▀▀▄  - ▄▀▄▀▀ ▄▀▀▄▀ ▄▄▄ ▀▄▀▄  - ▄▀▀▄▀ ▄▀▄▀ ▄▀▀▀ ▄▄▄  - ▀▀▀ ▄▄▄▀▄▀ ▄▀▀▀▄  - ▀▄▄▄▀ ▀▀▀  - diff --git a/ponies/woona.pony b/ponies/woona.pony deleted file mode 100644 index 17806b2..0000000 --- a/ponies/woona.pony +++ /dev/null @@ -1,54 +0,0 @@ -$$$ -APPEARANCE: S01E02 Friendship is Magic [Part 1] -AURA: blue -BALLOON: top -COAT: blue -DISPLAY: full, left -EYE: blue -FREE: no -GROUP: mare, royal, tritagonist -KIND: alicorn -LINK: regular -MANE: cyan, blue (season 2) -MASTER: luna -NAME: Luna -OTHER NAMES: Princess Luna (official, full name), Lunija (official, russian), Nightmare Moon (official, corrupted), Woona (unofficial) -POSE: flying -SOURCE: (emeralddarkness, Distorted, RQK) Desktop ponies -WIDTH: 47 -HEIGHT: 32 - - -$$$ -$balloon10$ - $\$ - $\$ - $\$ - $\$ - ▀▄ ▄ - ▀▄▄ ▄▄▄ ▄▄▄▄▄ - ▄▄ ▄ ▄▄▄▄▄▄▄ ▄▄▄ - ▄▄ ▄ ▄▄ ▄   ▄▄ - ▄▄ ▄ ▄ ▄    ▄▄▄▄ -   ▄ ▄▄▄▄ ▄      ▄▄▄  -     ▄ ▄ ▄▄▄ ▄▄      ▄▀ - ▀▄ ▄▄  ▄   ▄ ▄   ▄▄  ▄▄ -     ▄ ▄  ▄ ▄ ▄▄ ▄   ▄   - ▀▄   ▄▄▄  ▄▄    ▄  ▄▀ - ▀▄ ▄▄▄  ▄▄  ▄ ▄▄▄  ▄▄▄▄▄▄▄ - ▄  ▄▄ ▄▄▄▄▄  ▄▄    ▄ ▄▄▀▄▄▄ ▄▄ - ▀▄▄▄▄▀▀▀▀▀ ▄▄▄▄▄ ▄▄ ▄▄▄ ▄ ▄▀▀▀▄   -  ▄   ▄▄ ▄ ▄▄  ▀▄  ▄▄ - ▄▄ ▄   ▄▄       ▄ -  ▄▄ ▄▄▄▄ ▄ ▄ ▄ ▄   ▄▄    -     ▄▄▄▄ ▀▀▀▀   ▄▄   ▄▄▄▄▄▄▄ -         ▄▄▄     ▄▄▄▄     - ▀▄  ▄▄      ▄▄▄ ▄▄     - ▀▄▄▄   ▀▄▄▄  ▄▄▄▄ ▄▄ ▄▀ - ▀▄   ▀▄▄ ▄▄▄       - ▀ ▀▄ ▄▄▄▄ ▄▀ - ▀ ▄ ▄▀ -    ▄▄ - ▀▀▄▄▄▄▀ - - \ No newline at end of file diff --git a/ponies/woonanohat.pony b/ponies/woonanohat.pony deleted file mode 100644 index 7d0e577..0000000 --- a/ponies/woonanohat.pony +++ /dev/null @@ -1,23 +0,0 @@ -$balloon5$ - $\$ - $\$ - $\$ -  ▄▄ ▀▀▀▄▄▄  - ▄▀   ▀▄▄▄      - ▄▀  ▀▀ ▄▀ ▄    -   ▄    ▀  ▄▄  -     ▀ ▀▀▄ ▀ ▀   ▀▄  -      ▀▀  ▀▀   ▀▄  - ▀ ▀  ▀   ▄ ▀▄   ▄▄▀▀▀▀▀▄▄  -  ▄  ▀ ▀▀▀ ▄▀▀ ▄▄▀ ▄▀▀ ▀▄  - ▄▀ ▀▀▄▄▀ ▄   ▄ ▄▀▀▄▄▄▄▄▀ ▀▄ - ▄▀ ▄▀▄ ▀ ▀ ▄▀ ▄▀▀▀ ▀  ▄▀▀▄   - ▀▀ ▀▀▀ ▀▀▀  ▀▄▄▀▀▀ ▀▀  ▀▄ ▄▀ - ▀  ▀ ▀ ▀▄ ▀▄▀▄ ▀▀▀       - ▀  ▀▀▀▀▀▀▄        - ▀ ▀   ▀▀▀  ▀ ▀▀▄   ▄▀  -         ▀▄    ▀    -           ▀▄   ▀▀  ▄  - ▄▀▄▄     ▄▀ ▀   ▀▄▄ ▀▀   -  ▀▀  ▀▄    ▀▀  ▀▄▄  ▀▀▀▀  -  ▀▀▀▀   ▀▀▀▀   diff --git a/ponies/zecora.pony b/ponies/zecora.pony deleted file mode 100644 index d6a28b0..0000000 --- a/ponies/zecora.pony +++ /dev/null @@ -1,49 +0,0 @@ -$$$ -APPEARANCE: S01E09 Bridle Gossip -BALLOON: top -COAT: grey -DISPLAY: full, right -EYE: green -FREE: no -GROUP: mare -KIND: zebra -LINK: regular -MANE: zebra -NAME: Zecora -POSE: trot -SOURCE: (Sidekick ponyguy, RJP!) Desktop ponies -WIDTH: 44 -HEIGHT: 30 - - -$$$ -$balloon22$ - $\$ - $\$ - $\$ - $\$ - $\$ ▄▄▄▄▄▄▄▄▄▄▄▄ - ▄▄▄  ▄▄▄ - ▄▄      -   ▄▄▄  ▄ ▄ ▄▄  -   ▄▄▄  ▄▄▄▄▄▄▄▄ ▄▀ -       ▄   ▄  -   ▄  ▄  ▄▄▄ - ▀▄   ▄  ▄▄▄▄  ▄▄ -  ▄▄▄▄▄▄ ▄▄  ▄  ▄▄ ▄  - ▄▄▄▄▄▄    ▄   ▄▄▄▄▄▄ ▄ ▄▀ - ▄▄▄ ▄▄▄▄▄▄▄ ▀▄▄▄▄▄▄▄▄    ▄ ▀ - ▄▄ ▄▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄ ▀▀▀▀▀ - ▄▄▄ ▄ ▄▀ ▀▄▄▄▄▄ ▄ ▄▄▄▄▄   ▄ ▄ -    ▄   ▄▄▄▄▄▄    ▄▄▄▄▄  -▄▄  ▄      ▄   ▄ ▄   -  ▄     ▀▄ ▄▄   ▄ ▄  -       ▄ ▄▄▄ ▀▀▄▄▄▄▄▄▄▄  -        ▄▄▄ ▀ ▄▄▄▄ ▀▄▄ ▄ -▀▀  ▄▄▄▄▄▀ ▄   ▀  ▄▄▄  ▄▄  ▄ -  ▄▄▄       ▄   -  ▄▄▄   ▄▄▄▄    ▄▀ -   ▄    ▄▄   ▄▀ -  ▄▄▄▄  ▀▀▀▀▀ - - \ No newline at end of file diff --git a/ponies/zecorabalance.pony b/ponies/zecorabalance.pony deleted file mode 100644 index c9c44a4..0000000 --- a/ponies/zecorabalance.pony +++ /dev/null @@ -1,65 +0,0 @@ -$$$ -APPEARANCE: S01E09 - Bridle Gossip -BALLOON: top -COAT: grey -DISPLAY: full, front, down -EYE: green, closed -FREE: no -GROUP: mare -KIND: zebra -LINK: regular -MANE: zebra -MASTER: zecora -NAME: Zecora -POSE: balance -SOURCE: (Sidekick ponyguy, RJP!) Desktop ponies -WIDTH: 40 -HEIGHT: 45 - - -$$$ -$balloon14$ - $\$ - $\$ - $\$ -  ▄▄▄▄▄  - ▀▄ ▄ ▀▄  -  ▄▄▄   - ▀     -  ▀▀ ▀▄ ▄▄  -   ▄  ▄▄▀  ▀▀▄  -  ▄▄▄  ▄▄▄▄▀▀  ▀ ▀   -  ▄▄▄ ▄▄ ▀ ▀▀▀▀▀▀▀▀▀▀  - ▄▄▀▀▀▀▄   ▄▀ ▀▄▀▀ ▀    - ▄▀ ▄▄▀▀▀ ▀▄▄   ▀▄▄▄▄▄▀  -     ▄ ▀▄ ▀▀▄▄▄  ▄▄▄▄▄▄▄ ▄▄▄▄  - ▀▄  ▀ ▀▀▀ ▀▄▄▄▄▄▀   ▀ ▀ ▀ ▄▄  -   ▀ ▀ ▀ ▀▄  ▀   ▄           -       ▀ ▀ ▄▄▄▀▀▀▀    ▀▄▄▀▄▄▄▀▀  -       ▀▀ ▀ ▀▀ ▀ ▀▀▀ ▀▀▀▀▀  - ▀▀ ▀▀ ▀▀▄▄▄▄▄▄▀▄▀  - ▄ ▄▄▄▄▄ ▄  -  ▄ ▀ ▀ ▀   - ▄▀ ▄▄▄ ▄▄▄ ▀▄  -    ▄   ▀     - ▄▄ ▀▀▀ ▀▀  - ▄▄  ▀ ▀  ▀ ▄▄  - ▄▀▄   ▄ ▄▀▀ ▀▀   ▄▀▄  -   ▄ ▄  ▀  ▀▀   ▀ ▄    - ▀▄▄▄▀▀▀  ▄   ▀▄▄▄▀  -        -    ▄ ▄▀  - ▀▄  ▄▄▄  - ▀▄▀▄   -     - ▄   -  ▄  -  ▄▄  -    -    -  ▄  -  ▄▀  -    -    -    - ▀▀  diff --git a/ponies/applebloom.quotes b/quotes/applebloom.quotes similarity index 100% rename from ponies/applebloom.quotes rename to quotes/applebloom.quotes diff --git a/ponies/applejack.quotes b/quotes/applejack.quotes similarity index 100% rename from ponies/applejack.quotes rename to quotes/applejack.quotes diff --git a/ponies/bigmac.quotes b/quotes/bigmac.quotes similarity index 100% rename from ponies/bigmac.quotes rename to quotes/bigmac.quotes diff --git a/ponies/bonbon.quotes b/quotes/bonbon.quotes similarity index 100% rename from ponies/bonbon.quotes rename to quotes/bonbon.quotes diff --git a/ponies/braeburn.quotes b/quotes/braeburn.quotes similarity index 100% rename from ponies/braeburn.quotes rename to quotes/braeburn.quotes diff --git a/ponies/carrot.quotes b/quotes/carrot.quotes similarity index 100% rename from ponies/carrot.quotes rename to quotes/carrot.quotes diff --git a/ponies/celestia.quotes b/quotes/celestia.quotes similarity index 100% rename from ponies/celestia.quotes rename to quotes/celestia.quotes diff --git a/ponies/cheerilee.quotes b/quotes/cheerilee.quotes similarity index 100% rename from ponies/cheerilee.quotes rename to quotes/cheerilee.quotes diff --git a/ponies/chrysalis.quotes b/quotes/chrysalis.quotes similarity index 100% rename from ponies/chrysalis.quotes rename to quotes/chrysalis.quotes diff --git a/ponies/derpy.quotes b/quotes/derpy.quotes similarity index 100% rename from ponies/derpy.quotes rename to quotes/derpy.quotes diff --git a/ponies/diamondtiara.quotes b/quotes/diamondtiara.quotes similarity index 100% rename from ponies/diamondtiara.quotes rename to quotes/diamondtiara.quotes diff --git a/ponies/discord.quotes b/quotes/discord.quotes similarity index 100% rename from ponies/discord.quotes rename to quotes/discord.quotes diff --git a/ponies/doctor.quotes b/quotes/doctor.quotes similarity index 100% rename from ponies/doctor.quotes rename to quotes/doctor.quotes diff --git a/ponies/fancypants.quotes b/quotes/fancypants.quotes similarity index 100% rename from ponies/fancypants.quotes rename to quotes/fancypants.quotes diff --git a/ponies/fluttershy.quotes b/quotes/fluttershy.quotes similarity index 100% rename from ponies/fluttershy.quotes rename to quotes/fluttershy.quotes diff --git a/ponies/gilda.quotes b/quotes/gilda.quotes similarity index 100% rename from ponies/gilda.quotes rename to quotes/gilda.quotes diff --git a/ponies/granny.quotes b/quotes/granny.quotes similarity index 100% rename from ponies/granny.quotes rename to quotes/granny.quotes diff --git a/ponies/ironwillwalk.quotes b/quotes/ironwillwalk.quotes similarity index 100% rename from ponies/ironwillwalk.quotes rename to quotes/ironwillwalk.quotes diff --git a/ponies/lily.quotes b/quotes/lily.quotes similarity index 100% rename from ponies/lily.quotes rename to quotes/lily.quotes diff --git a/ponies/luna.quotes b/quotes/luna.quotes similarity index 100% rename from ponies/luna.quotes rename to quotes/luna.quotes diff --git a/ponies/lyra.quotes b/quotes/lyra.quotes similarity index 100% rename from ponies/lyra.quotes rename to quotes/lyra.quotes diff --git a/ponies/nightmare.quotes b/quotes/nightmare.quotes similarity index 100% rename from ponies/nightmare.quotes rename to quotes/nightmare.quotes diff --git a/ponies/photofinish.quotes b/quotes/photofinish.quotes similarity index 100% rename from ponies/photofinish.quotes rename to quotes/photofinish.quotes diff --git a/ponies/pinkie.quotes b/quotes/pinkie.quotes similarity index 100% rename from ponies/pinkie.quotes rename to quotes/pinkie.quotes diff --git a/ponies/pipsqueak.quotes b/quotes/pipsqueak.quotes similarity index 100% rename from ponies/pipsqueak.quotes rename to quotes/pipsqueak.quotes diff --git a/ponies/rainbow.quotes b/quotes/rainbow.quotes similarity index 100% rename from ponies/rainbow.quotes rename to quotes/rainbow.quotes diff --git a/ponies/rarity.quotes b/quotes/rarity.quotes similarity index 100% rename from ponies/rarity.quotes rename to quotes/rarity.quotes diff --git a/ponies/rose.quotes b/quotes/rose.quotes similarity index 100% rename from ponies/rose.quotes rename to quotes/rose.quotes diff --git a/ponies/sapphire.quotes b/quotes/sapphire.quotes similarity index 100% rename from ponies/sapphire.quotes rename to quotes/sapphire.quotes diff --git a/ponies/scootaloo.quotes b/quotes/scootaloo.quotes similarity index 100% rename from ponies/scootaloo.quotes rename to quotes/scootaloo.quotes diff --git a/ponies/silverspoon.quotes b/quotes/silverspoon.quotes similarity index 100% rename from ponies/silverspoon.quotes rename to quotes/silverspoon.quotes diff --git a/ponies/soarin.quotes b/quotes/soarin.quotes similarity index 100% rename from ponies/soarin.quotes rename to quotes/soarin.quotes diff --git a/ponies/spike.quotes b/quotes/spike.quotes similarity index 100% rename from ponies/spike.quotes rename to quotes/spike.quotes diff --git a/ponies/spitfire.quotes b/quotes/spitfire.quotes similarity index 100% rename from ponies/spitfire.quotes rename to quotes/spitfire.quotes diff --git a/ponies/sweetie.quotes b/quotes/sweetie.quotes similarity index 100% rename from ponies/sweetie.quotes rename to quotes/sweetie.quotes diff --git a/ponies/trixie.quotes b/quotes/trixie.quotes similarity index 100% rename from ponies/trixie.quotes rename to quotes/trixie.quotes diff --git a/ponies/twilight.quotes b/quotes/twilight.quotes similarity index 100% rename from ponies/twilight.quotes rename to quotes/twilight.quotes diff --git a/ponies/twist.quotes b/quotes/twist.quotes similarity index 100% rename from ponies/twist.quotes rename to quotes/twist.quotes diff --git a/ponies/zecora.quotes b/quotes/zecora.quotes similarity index 100% rename from ponies/zecora.quotes rename to quotes/zecora.quotes