From bbc8e7e69b4321cf74f61e043352fe2f16ff72d0 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Mon, 19 Nov 2012 12:30:05 -0300 Subject: [PATCH 1/7] Changed mane from rainbow clones to rainbow as maandree sugest --- extraponies/rainbowblitz.pony | 2 +- ponies/rainbow.pony | 2 +- ponies/rainbowdrag.pony | 6 +++--- ponies/rainbowfly.pony | 6 +++--- ponies/rainbowgala.pony | 6 +++--- ponies/rainbowhurricane.pony | 6 +++--- ponies/rainbowsalute.pony | 6 +++--- ponies/rainbowshadowbolt.pony | 8 ++++---- ponies/rainbowsleep.pony | 6 +++--- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/extraponies/rainbowblitz.pony b/extraponies/rainbowblitz.pony index 5f7de784..4348ace2 100644 --- a/extraponies/rainbowblitz.pony +++ b/extraponies/rainbowblitz.pony @@ -5,7 +5,7 @@ FREE: yes GROUP: stallion GROUP NAME: mane-63 KIND: pegasus -MANE: red, orange, yellow, green, blue +MANE: rainbow NAME: rainbow blitz WIDTH: 43 HEIGHT: 26 diff --git a/ponies/rainbow.pony b/ponies/rainbow.pony index 256fc40f..84aa3741 100644 --- a/ponies/rainbow.pony +++ b/ponies/rainbow.pony @@ -6,7 +6,7 @@ FREE: no GROUP: mare GROUP NAME: mane KIND: pegasus -MANE: red, orange, yellow, green, blue, purple +MANE: rainbows MEDIA: TV series NAME: rainbow dash OTHER NAMES: rainbow, dash, dashie diff --git a/ponies/rainbowdrag.pony b/ponies/rainbowdrag.pony index a3f1ef74..0129421f 100644 --- a/ponies/rainbowdrag.pony +++ b/ponies/rainbowdrag.pony @@ -7,13 +7,13 @@ FREE: no GROUP: mare GROUP NAME: mane KIND: pegasus -MANE: red, orange, yellow, green, blue, purple +MANE: rainbow MEDIA: TV series NAME: rainbow dash OTHER NAMES: rainbow, dash, dashie SOURCE: desktop ponies -WIDTH: 40 -HEIGHT: 22 +WIDTH: 51 +HEIGHT: 33 $$$ diff --git a/ponies/rainbowfly.pony b/ponies/rainbowfly.pony index a8ac2713..aa27460d 100644 --- a/ponies/rainbowfly.pony +++ b/ponies/rainbowfly.pony @@ -7,13 +7,13 @@ FREE: no GROUP: mare GROUP NAME: mane KIND: pegasus -MANE: red, orange, yellow, green, blue, purple +MANE: rainbow MEDIA: TV series NAME: rainbow dash OTHER NAMES: rainbow, dash, dashie SOURCE: desktop ponies -WIDTH: 40 -HEIGHT: 22 +WIDTH: 53 +HEIGHT: 19 $$$ diff --git a/ponies/rainbowgala.pony b/ponies/rainbowgala.pony index 69cefd18..b0dd46c9 100644 --- a/ponies/rainbowgala.pony +++ b/ponies/rainbowgala.pony @@ -7,13 +7,13 @@ FREE: no GROUP: mare GROUP NAME: mane KIND: pegasus -MANE: red, orange, yellow, green, blue, purple +MANE: rainbow MEDIA: TV series NAME: rainbow dash OTHER NAMES: rainbow, dash, dashie SOURCE: desktop ponies -WIDTH: 40 -HEIGHT: 22 +WIDTH: 58 +HEIGHT: 25 $$$ diff --git a/ponies/rainbowhurricane.pony b/ponies/rainbowhurricane.pony index 6e27a083..3790b670 100644 --- a/ponies/rainbowhurricane.pony +++ b/ponies/rainbowhurricane.pony @@ -7,13 +7,13 @@ FREE: no GROUP: mare GROUP NAME: mane KIND: pegasus -MANE: red, orange, yellow, green, blue, purple +MANE: rainbow MEDIA: TV series NAME: rainbow dash OTHER NAMES: rainbow, dash, dashie SOURCE: desktop ponies -WIDTH: 40 -HEIGHT: 22 +WIDTH: 54 +HEIGHT: 34 $$$ diff --git a/ponies/rainbowsalute.pony b/ponies/rainbowsalute.pony index 8e5992c7..14a1ac17 100644 --- a/ponies/rainbowsalute.pony +++ b/ponies/rainbowsalute.pony @@ -7,13 +7,13 @@ FREE: no GROUP: mare GROUP NAME: mane KIND: pegasus -MANE: red, orange, yellow, green, blue, purple +MANE: rainbow MEDIA: TV series NAME: rainbow dash OTHER NAMES: rainbow, dash, dashie SOURCE: desktop ponies -WIDTH: 40 -HEIGHT: 22 +WIDTH: 48 +HEIGHT: 25 $$$ diff --git a/ponies/rainbowshadowbolt.pony b/ponies/rainbowshadowbolt.pony index ec585ef9..47ca2e4a 100644 --- a/ponies/rainbowshadowbolt.pony +++ b/ponies/rainbowshadowbolt.pony @@ -5,15 +5,15 @@ COAT: blue EYE: purple FREE: no GROUP: mare -GROUP NAME: mane +GROUP NAME: mane, shadowbolts KIND: pegasus -MANE: red, orange, yellow, green, blue, purple +MANE: rainbow MEDIA: TV series NAME: rainbow dash OTHER NAMES: rainbow, dash, dashie SOURCE: desktop ponies -WIDTH: 40 -HEIGHT: 22 +WIDTH: 52 +HEIGHT: 25 $$$ diff --git a/ponies/rainbowsleep.pony b/ponies/rainbowsleep.pony index bd764e6c..7a5c8c64 100644 --- a/ponies/rainbowsleep.pony +++ b/ponies/rainbowsleep.pony @@ -7,13 +7,13 @@ FREE: no GROUP: mare GROUP NAME: mane KIND: pegasus -MANE: red, orange, yellow, green, blue, purple +MANE: rainbow MEDIA: TV series NAME: rainbow dash OTHER NAMES: rainbow, dash, dashie SOURCE: desktop ponies -WIDTH: 40 -HEIGHT: 22 +WIDTH: 53 +HEIGHT: 21 $$$ From 9b39cda530edf682e3579b07908db50a2280941d Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Mon, 19 Nov 2012 20:18:37 -0300 Subject: [PATCH 2/7] Added orangebirdy --- CHANGELOG | 4 ++-- dev/pony-checklist | 1 + manuals/ponysay.texinfo | 4 ++-- ponies/orangebird.pony | 45 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 ponies/orangebird.pony diff --git a/CHANGELOG b/CHANGELOG index d59f04d2..976b4022 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Version 3.0 - New ponies: beautybrass, cloudchaser, flitter, mrbreezy, rumble, shiningarmorcrystal, - sombra, spikecrystal, twinkleshine + New ponies: beautybrass, cloudchaser, flitter, mrbreezy, orangebird, rumble, + shiningarmorcrystal, sombra, spikecrystal, twinkleshine New extraponies: pizzapony diff --git a/dev/pony-checklist b/dev/pony-checklist index babc6268..0e8769a1 100644 --- a/dev/pony-checklist +++ b/dev/pony-checklist @@ -693,3 +693,4 @@ http://images1.wikia.nocookie.net/__cb20110329021538/mlp/images/thumb/c/ce/RD%2C Wild life: http://mlp.wikia.com/wiki/Wildlife +orangebird diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 3a66abb8..8323c257 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -2914,8 +2914,8 @@ sequences. @heading Version 3.0 @itemize @bullet @item -New ponies: @file{beautybrass}, @file{cloudchaser}, @file{flitter}, @file{mrbreezy}, @file{rumble}, -@file{shiningarmorcrystal}, @file{sombra}, @file{spikecrystal}, @file{twinkleshine} +New ponies: @file{beautybrass}, @file{cloudchaser}, @file{flitter}, @file{mrbreezy}, @file{orangebird}, +@file{rumble}, @file{shiningarmorcrystal}, @file{sombra}, @file{spikecrystal}, @file{twinkleshine} @item New extraponies: @file{pizzapony} @item diff --git a/ponies/orangebird.pony b/ponies/orangebird.pony new file mode 100644 index 00000000..617bffa0 --- /dev/null +++ b/ponies/orangebird.pony @@ -0,0 +1,45 @@ +$$$ +APPEARANCE: S3c3m00s33 +COAT: orange +FREE: yes +GROUP: bird, fruit +GROUP NAME: wildlife +KIND: animal, item +MANE: blue +MEDIA: TV series +NAME: orangebirdy +OTHER NAMES: orangebird +SOURCE: [jristz] +WIDTH: 44 +HEIGHT: 28 + + +$$$ +$balloon28$ + $\$ + $\$ + $\$ + ▄▀▀▀▀▄  + ▄▄▄ ▄▀▀▀▀▄   ▀▄▀▀▀▄  + ▄▀ ▀▄▀ ▀▄ ▄▀      +         ▄▀    + ▄▄▀▄            + ▄▀ ▀▀▄       ▄▀ ▄▀  +   ▀▄         ▄▄▀  + ▀▄ ▀▄ ▀▄     ▄▄   ▄▀ ▀▀▄  + ▀▄ ▀▄       ▀ ▀▄ ▄▀ ▀▄ + ▀▄ ▀▄ ▄▄▄▄▄▄▄  ▄ ▀  ▀▄   + ▀▄ ▀▄▄ ▀▀  ▄▄ ▀▀▄▄▄▀ ▀▀  + ▀▄ ▄▄▀   ▄▄ ▀  ▄▀ ▄▀  + ▄▀   ▀   ▀▄▄▀▀  + ▄▀ ▄▀ ▀ ▀▀▀  +     ▄▀  +     ▄▀   +     ▄▀   ▄▄▀▀▀▀▀▀   +   ▀▄ ▄▀  ▀▀▄▄▄▄▄▄▄▄▀  + ▀▄ ▀ ▄▀ ▄▀  + ▀▄ ▄▀▀▀▀▀ ▀▀▀▀  +   ▄▀  + ▀▄▄ ▄▄▀  + ▀▄ ▄▀  + ▀▀▄▄▄▄▄▄▄▀▀  From 94a5868062c573a967c159de5740a410ecad15e5 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Mon, 19 Nov 2012 21:39:22 -0300 Subject: [PATCH 3/7] Added orange frog, I think this look best that orangebirdy --- CHANGELOG | 4 ++-- manuals/ponysay.texinfo | 3 ++- ponies/orangefrog.pony | 49 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 ponies/orangefrog.pony diff --git a/CHANGELOG b/CHANGELOG index 976b4022..e643ff5a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Version 3.0 - New ponies: beautybrass, cloudchaser, flitter, mrbreezy, orangebird, rumble, - shiningarmorcrystal, sombra, spikecrystal, twinkleshine + New ponies: beautybrass, cloudchaser, flitter, mrbreezy, orangebird, orangefrog, + rumble, shiningarmorcrystal, sombra, spikecrystal, twinkleshine New extraponies: pizzapony diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 8323c257..55cfeff5 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -2915,7 +2915,8 @@ sequences. @itemize @bullet @item New ponies: @file{beautybrass}, @file{cloudchaser}, @file{flitter}, @file{mrbreezy}, @file{orangebird}, -@file{rumble}, @file{shiningarmorcrystal}, @file{sombra}, @file{spikecrystal}, @file{twinkleshine} +@file{orangefrog}, @file{rumble}, @file{shiningarmorcrystal}, @file{sombra}, @file{spikecrystal}, +@file{twinkleshine} @item New extraponies: @file{pizzapony} @item diff --git a/ponies/orangefrog.pony b/ponies/orangefrog.pony new file mode 100644 index 00000000..e4d4996b --- /dev/null +++ b/ponies/orangefrog.pony @@ -0,0 +1,49 @@ +$$$ +APPEARANCE: s3e3 +COAT: orange +FREE: yes +GROUP: frog, orange +GROUP NAME: wildlife +KIND: animal, item +MEDIA: TV series +NAME: orangefrogy +OTHER NAMES: orangefrog +SOURCE: [jristz] +WIDTH: 58 +HEIGHT: 33 + + +$$$ +$balloon19$ + $\$ + $\$ + $\$ + ▄▀▀▀▄  + ▄▄▄▄ ▄▀▄     + ▄▀▀▀▀▀▀▄▄▄  ▄     + ▄▀▄ ▀▄▄     ▄▄▄▄▄▄▀▀▀▄▄▄▄▄  + ▀▄▀ ▀▄▀▀▀▄▄ ▀▀▀▄  + ▀▄▄▄ ▄▄▄▀▄ ▀ ▀▀▄  + ▀▀▄▄▀▀▀▄▄ ▀▀▀▀▄▄▄▄▄▄  +   ▄▄▀▀▀ ▄▄▄▄  ▄▄▄  + ▄▀ ▄ ▄▄▀ ▄  ▀▄    +   ▄▄▀ ▄   ▀▄ ▀▀  +   ▄▀ ▄ ▀▄ ▀▄ ▀▀  + ▄▀ ▄▀ ▄   ▀▄ ▀▄▄▄▄  +   ▀ ▄▀ ▀   ▀ ▀▄▄▄ ▀▀▄  +   ▄▀  ▀▀▄  ▀▀ ▄▄ ▀▀▀▀▀▀▀▀▀▀ ▀  +      ▀▀▄▄ ▀▀ ▀▄▄ ▄▄▄▀▀▄▄▄  +      ▄▄▄ ▀▀ ▀▀▄▄▄ ▀▀▄▄ ▀▄  +     ▀▄▄▄ ▀▄ ▀▀▀▀▀ ▄▄▄▄▀▀▀ ▀    + ▄▄▄▄▄ ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀  ▄▄  + ▄▀▀▀ ▀▀▄▄ ▄      + ▄▀ ▀▄ ▄▀  ▄▄   ▀▄ +   ▀▄     ▀ ▄▀   +   ▀▄     ▀▄ ▄▀ ▄▄ ▀  + ▀▄▄ ▀ ▄▄▄        ▀▀▄▄ ▄  + ▀▄▄▄ ▀▀▀▀▀▀ ▀▀    ▄ ▄▀▀ ▀▀▄▄    + ▀▀▀ ▀▀ ▄   ▀▄▀▄   ▄▄▄▄▄▀▄ ▄▀▀▄ ▀▀▀  +   ▄▄ ▄▀   ▀▀▄▀▄▀▀▀▀▀▀▀▀▀▀    ▀▀ ▀▀  + ▀▀▀ ▀▀    ▄▀ ▄▀▀▄ ▀▀▀  + ▀▀▀  ▀▀   ▀▀   + ▀▀  From 8976c15a6a6ff0e9408ff1f73fd706a42888cff3 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Mon, 19 Nov 2012 21:59:19 -0300 Subject: [PATCH 4/7] Added aprox aparition for the orangefrogy --- ponies/orangefrog.pony | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponies/orangefrog.pony b/ponies/orangefrog.pony index e4d4996b..f95dc0a7 100644 --- a/ponies/orangefrog.pony +++ b/ponies/orangefrog.pony @@ -1,5 +1,5 @@ $$$ -APPEARANCE: s3e3 +APPEARANCE: s3e3m3s35 COAT: orange FREE: yes GROUP: frog, orange From 085bb53d704b65ca4d753fdefbb67d380faf7e81 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Mon, 19 Nov 2012 22:07:09 -0300 Subject: [PATCH 5/7] pinkie quote 37 changed fallow the rythms rules of english the rythm is a rythm in many sircunstances in this case if the word end in the las 2 word same as the next line thi can by considered a rythm, this mean that the eeh need to moved to the begining of the second line, now all lines end in ..ed --- ponyquotes/pinkie.37 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ponyquotes/pinkie.37 b/ponyquotes/pinkie.37 index f0630a58..a35bbd09 100644 --- a/ponyquotes/pinkie.37 +++ b/ponyquotes/pinkie.37 @@ -1,4 +1,4 @@ -And into her own reflection she stared, eeh, -yearning for one whose reflection she shared, +And into her own reflection she stared, +eeh, yearning for one whose reflection she shared, and... solemnly sweared not to be scared, at the prospect of being doubly mared! From f9630178d74febbc274620a63bd54270757d82a3 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Mon, 19 Nov 2012 23:35:03 -0300 Subject: [PATCH 6/7] Added pipsqueak without pirate suit because they at moment not are showed without pirate suit, this image is located in extraponies, if in the future pipsqueak reapeared whitout they nightmarenight suit, move this to ponies, unles this not happend this pipsqueak reside here in extraponies --- CHANGELOG | 2 +- dev/pony-checklist | 4 +++- extraponies/pipsqueak.pony | 38 ++++++++++++++++++++++++++++++++++++++ manuals/ponysay.texinfo | 2 +- ponies/pipsqueak.pony | 15 +++++++++++++++ 5 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 extraponies/pipsqueak.pony diff --git a/CHANGELOG b/CHANGELOG index e643ff5a..dee8c6b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,7 @@ Version 3.0 New ponies: beautybrass, cloudchaser, flitter, mrbreezy, orangebird, orangefrog, rumble, shiningarmorcrystal, sombra, spikecrystal, twinkleshine - New extraponies: pizzapony + New extraponies: pipsqueak (without pirate suit), pizzapony Renamed option -F to +f and option --F to ++f. diff --git a/dev/pony-checklist b/dev/pony-checklist index 0e8769a1..843745ba 100644 --- a/dev/pony-checklist +++ b/dev/pony-checklist @@ -693,4 +693,6 @@ http://images1.wikia.nocookie.net/__cb20110329021538/mlp/images/thumb/c/ce/RD%2C Wild life: http://mlp.wikia.com/wiki/Wildlife -orangebird +Orangebirdy +Orangefrogy + diff --git a/extraponies/pipsqueak.pony b/extraponies/pipsqueak.pony new file mode 100644 index 00000000..78e1efc3 --- /dev/null +++ b/extraponies/pipsqueak.pony @@ -0,0 +1,38 @@ +$$$ +APPEARANCE: s2e4m00s55 +BASED ON: pipsqueaks +COAT: brown +EYE: white +FREE: no +GROUP: colt +KIND: earth +MANE: brown +MEDIA: TV series +NAME: pipsqueak +OTHER NAMES: pip +SOURCE: desktop ponies +WIDTH: 33 +HEIGHT: 20 + + +$$$ +$balloon9$ + $\$ + $\$ + $\$ + ▄▄▄▄▀▀▀▀▀▄▄  ▄▄  + ▀▄▄ ▄▄ ▀▀▀  ▄▀▄  + ▄▀ ▄ ▀ ▄▄      + ▄▀ ▄ ▀ ▄▀▀▀▀▀▀▀ ▀▀  +   ▄▀ ▄▀▀▄ ▀▄▄▄▄  ▄▄  + ▀ ▀▄    ▄▄  ▀      + ▄▄  ▀▄▀ ▀▄ ▀  ▀▄  +   ▄▀ ▀▀▄▄  ▀   ▄▄▀▀   + ▀▀ ▀▀▀▀▄   ▄▀▀ ▄▀▀ ▄▀  +     ▄▀ ▀▀▄ ▄▀▀▄ + ▄ ▀▄▄ ▀ ▀ ▀ ▀▀  +  ▀▀ ▄▄ ▄▀  +  ▄   ▄▄   ▄  + ▄▀▄▀       ▀▄  +  ▀     ▀ ▀▀  + ▀▀▀▀ ▀▀▀▀  diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 55cfeff5..d1abf85f 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -2918,7 +2918,7 @@ New ponies: @file{beautybrass}, @file{cloudchaser}, @file{flitter}, @file{mrbree @file{orangefrog}, @file{rumble}, @file{shiningarmorcrystal}, @file{sombra}, @file{spikecrystal}, @file{twinkleshine} @item -New extraponies: @file{pizzapony} +New extraponies: @file{pipsqueak}, @file{pizzapony} @item Renamed option @option{-F} to @option{+f} and option @option{--F} to @option{++f}. @item diff --git a/ponies/pipsqueak.pony b/ponies/pipsqueak.pony index da009c05..fe85d1e5 100644 --- a/ponies/pipsqueak.pony +++ b/ponies/pipsqueak.pony @@ -1,4 +1,19 @@ $$$ +APPEARANCE: s2e4m00s55 +COAT: brown +EYE: white +FREE: no +GROUP: colt +KIND: earth +MANE: brown +MEDIA: TV series +NAME: pipsqueak +OTHER NAMES: pip +SOURCE: desktop ponies +WIDTH: 33 +HEIGHT: 21 + + $$$ $balloon9$ $\$ From 7689718c578c79b054ceb9dbde7bbc264b9b47a7 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Tue, 20 Nov 2012 13:49:07 -0300 Subject: [PATCH 7/7] Added pinkie crazy face --- CHANGELOG | 2 +- manuals/ponysay.texinfo | 4 +-- ponies/pinkiecrazyface.pony | 65 +++++++++++++++++++++++++++++++++++++ ponyquotes/ponies | 4 ++- 4 files changed, 71 insertions(+), 4 deletions(-) create mode 100644 ponies/pinkiecrazyface.pony diff --git a/CHANGELOG b/CHANGELOG index dee8c6b0..3e7bae36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Version 3.0 New ponies: beautybrass, cloudchaser, flitter, mrbreezy, orangebird, orangefrog, - rumble, shiningarmorcrystal, sombra, spikecrystal, twinkleshine + pinkiecrazyface, rumble, shiningarmorcrystal, sombra, spikecrystal, twinkleshine New extraponies: pipsqueak (without pirate suit), pizzapony diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index d1abf85f..f3718946 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -2915,8 +2915,8 @@ sequences. @itemize @bullet @item New ponies: @file{beautybrass}, @file{cloudchaser}, @file{flitter}, @file{mrbreezy}, @file{orangebird}, -@file{orangefrog}, @file{rumble}, @file{shiningarmorcrystal}, @file{sombra}, @file{spikecrystal}, -@file{twinkleshine} +@file{orangefrog}, @file{pinkiecrazyface}, @file{rumble}, @file{shiningarmorcrystal}, @file{sombra}, +@file{spikecrystal}, @file{twinkleshine} @item New extraponies: @file{pipsqueak}, @file{pizzapony} @item diff --git a/ponies/pinkiecrazyface.pony b/ponies/pinkiecrazyface.pony new file mode 100644 index 00000000..3e678ac0 --- /dev/null +++ b/ponies/pinkiecrazyface.pony @@ -0,0 +1,65 @@ +$$$ +APPEARANCE: s1c1m6s59 +BASED ON: pinkie +COAT: pink +EYE: blue +FREE: no +GROUP: mare +GROUP NAME: mane +KIND: earth +MANE: pink +MEDIA: TV series +NAME: pinkie pie +OTHER NAMES: pinkie, pinkamina diane pie +SOURCE: desktop ponies +WIDTH: 91 +HEIGHT: 58 + + +$$$ +$balloon53$ + $\$ + $\$ + $\$ + ▄▄▄▄▄▄▄▄ ▄▄▄▄▄  + ▄▄ ▀▀▀ ▄▄▄ ▀▀▀ ▄▄▄  + ▄  ▄ ▀   ▀▀ ▄  + ▄▄▄▄▄ ▄▄▄▄▄▄▄ ▀ ▀▄  ▄ ▀  ▀ ▄  + ▄ ▀▀▀ ▀▀▀ ▀  ▀ ▀  ▀ ▀▀ ▀ ▀▀ ▄  + ▄▀▀ ▀   ▀▀    ▀  ▄ ▀▀▀▀▀▀ ▄  +   ▀▀  ▀    ▀   ▄ ▀▀▀▀▀ ▀ ▄  +   ▀       ▀ ▀ ▄▄▄▄▄▄ ▄  +  ▄ ▀▀▀▀▀ ▀▀▀▀ ▀      ▀   ▀▀ ▄  +  ▀ ▄▄▄▄ ▀▀▀ ▀  ▀▀▀ ▄     ▀▀▀▀▀▀▀▀ ▀ ▄  + ▄ ▀▀▀ ▀ ▀ ▀ ▄▄  ▀ ▀▀▀▄▄ ▀   + ▄▀ ▀  ▄▀▀ ▀ ▀ ▀▄▄ ▀ ▄  + ▄ ▀ ▄▄▄▄▄▄ ▀  ▄ ▀ ▀  ▀▄  ▄  + ▄  ▄▄ ▀▀    ▄ ▀ ▀ ▀  ▀▀▀      + ▄ ▀ ▄    ▄  ▀    ▀ ▀▀   ▀   +   ▄ ▀ ▀▀ ▀ ▀ ▀▀  ▄▄  ▀▀▀ ▀  ▀▀▀▀▀▀▀▀ ▀ ▀▀   + ▀ ▀ ▀ ▄ ▀       ▄ ▀ ▀  ▀  ▀   +  ▄ ▀  ▀    ▄▀ ▀ ▀ ▀ ▀ ▀ ▀ ▄  +             ▀  ▀ ▀▀▀ ▀ ▄  +   ▄      ▄▀   ▀ ▀▀▀ ▀▄▄ ▀▀ ▀ ▄  + ▄       ▀     ▀ ▀▀▀▀▀▀▀▀▀▀ ▀ ▄▄ ▀ ▀   +  ▄ ▀  ▀▄ ▀ ▀▀     ▀▀▀▀▀▄    ▀    +  ▄   ▀  ▀ ▀ ▀▀▀▀▀▀▀     ▀   +     ▀▀ ▄▄▄▄▄▄▄▄▄ ▀ ▀ ▀      +  ▀ ▀  ▀▀▄ ▀ ▀ ▀  ▀    +  ▀  ▀ ▀ ▀  ▄ ▀  ▀  ▄ ▀ +  ▀  ▀   ▀  ▄ ▀▀ ▀▀  ▀▀ ▀  ▀  + ▀ ▀  ▀   ▀   ▄ ▀   ▀  ▀ ▀  + ▀▀▄ ▀▀▀ ▀▀▀▄▄  ▀   ▄ ▄▄ ▄▄ ▀    ▀ ▀   +  ▀ ▀▀▀▀▀ ▀ ▄   ▀▀   ▄ ▀▀ ▄▄ ▀▀▀▀▀ ▀▀    +  ▄  ▄▄▀  ▀  ▀ ▄ ▀   ▀ ▄▀    +   ▀▀▄▄▄▄ ▀ ▀▀ ▀ ▀▀▄      ▀ ▀▄▄ ▄   + ▀ ▄ ▀ ▀ ▀▀ ▄     ▀ ▀▀ ▀ ▀▀▀▀ ▀  + ▀▄▄ ▄▄▄▄   ▀ ▀▀▀ ▄▄▄ ▀▄   ▀▀▄▄    + ▀▀▀▀▀▀      ▄▄▀▀ ▄ ▀       +  ▀ ▀▄ ▀▀▀▀  ▄▄▄▄▄ ▀ ▄ ▄ ▀    +  ▀ ▀▀▀▀▀▀ ▀▄▄▄▄▄▄▄▄ ▀ ▀ ▀▀▀▀   + ▀ ▀▀▀▀▀▀▀ ▀ ▀      + ▀  ▀▀▀ ▀  ▀ ▀  ▄    + ▄▄ ▀▀▄▄   ▄ ▀  ▀     + ▄▀▀  ▀▀▀ ▀▀ ▀▀▄▄ ▀ ▄ ▀   + ▄  ▀ ▄▄ ▄  ▄    diff --git a/ponyquotes/ponies b/ponyquotes/ponies index 17861fda..bec881a2 100644 --- a/ponyquotes/ponies +++ b/ponyquotes/ponies @@ -114,6 +114,8 @@ noteworthy+blues octavia opal orange +orangebird +orangefrog owl+owlowiscious parasprite peppermoon @@ -129,7 +131,7 @@ pinacolada pinkamina pinkie+pinkiecannonfront+pinkiecannon+pinkiebounce+pinkiecannonhappy+pinkiegala+pinkiechicken+pinkiehugfluttershy+pinkiegummy+pinkietongue+pinkiesilly pinkie+pinkiepartycannon+pinkieprincess+pinkiehugsfluttershy+pinkiewhoops+oinkoinkoink+pinkiewhoopsout+pinkiewhoopseat+fillypinkie+fillypinkiecurly+pinkieoink -pinkie+pinkiegummydisguise+pinkacopter+pinkiefly+pinkieparade+pinkieumbrellahat+pinkieumbrelahatfear +pinkie+pinkiegummydisguise+pinkacopter+pinkiefly+pinkieparade+pinkieumbrellahat+pinkieumbrelahatfear+pinkiecrazyface pipsqueak pokey+pokeypierce ponet