From 1ae886c50b099862b12d52728f579d827ebc17d6 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 7 Sep 2020 23:04:00 -0400 Subject: [PATCH] Add Cat's Lopunny form --- media/attribution.js | 4 +- media/characters/cat/lopunny-back.svg | 285 +++++++++++++++++ media/characters/cat/lopunny-front.svg | 405 +++++++++++++++++++++++++ presets/characters.js | 25 +- 4 files changed, 716 insertions(+), 3 deletions(-) create mode 100644 media/characters/cat/lopunny-back.svg create mode 100644 media/characters/cat/lopunny-front.svg diff --git a/media/attribution.js b/media/attribution.js index 67121207..b5d6da79 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11236,7 +11236,9 @@ const attributionData = { { name: "taur.svg", source: null }, { name: "lucario.svg", source: null }, { name: "mega-lucario.svg", source: null }, - { name: "nickit.svg", source: null } + { name: "nickit.svg", source: null }, + { name: "lopunny-front.svg", source: null }, + { name: "lopunny-back.svg", source: null }, ], authors: [ "cattinypaws" diff --git a/media/characters/cat/lopunny-back.svg b/media/characters/cat/lopunny-back.svg new file mode 100644 index 00000000..6a106770 --- /dev/null +++ b/media/characters/cat/lopunny-back.svg @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cat/lopunny-front.svg b/media/characters/cat/lopunny-front.svg new file mode 100644 index 00000000..0840c3c1 --- /dev/null +++ b/media/characters/cat/lopunny-front.svg @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 69a853cc..0c9e71e8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1350,7 +1350,10 @@ const speciesData = { name: "Nickit", parents: ["pokemon", "cat"] }, - + "lopunny": { + name: "Lopunny", + parents: ["pokemon", "rabbit"] + }, } //species @@ -28374,7 +28377,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Cat", species: ["cat", "nickit", "lucario"], tags: ["anthro", "feral", "taur"] }, + { name: "Cat", species: ["cat", "nickit", "lucario", "lopunny"], tags: ["anthro", "feral", "taur"] }, { front: { height: math.unit(5 + 6/12, "feet"), @@ -28430,6 +28433,24 @@ characterMakers.push(() => makeCharacter( bottom: 102/2082 } }, + lopunnyFront: { + height: math.unit(5, "feet"), + name: "Lopunny (Front)", + image: { + source: "./media/characters/cat/lopunny-front.svg", + extra: 1782/1469, + bottom: 38/1820 + } + }, + lopunnyBack: { + height: math.unit(5, "feet"), + name: "Lopunny (Back)", + image: { + source: "./media/characters/cat/lopunny-back.svg", + extra: 1660/1490, + bottom: 25/1685 + } + }, }, [ {