From 5508fe6febcb9863c5b194024d184cd9ad287a8f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 7 Sep 2020 18:51:12 -0400 Subject: [PATCH] Add Cat's Lucario form --- media/attribution.js | 13 + media/characters/cat-lucario/mega.svg | 510 ++++++++++++++++++++++++ media/characters/cat-lucario/normal.svg | 422 ++++++++++++++++++++ presets/characters.js | 43 ++ 4 files changed, 988 insertions(+) create mode 100644 media/characters/cat-lucario/mega.svg create mode 100644 media/characters/cat-lucario/normal.svg diff --git a/media/attribution.js b/media/attribution.js index 4a6c456c..3045730d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11242,6 +11242,19 @@ const attributionData = { "cattinypaws" ] }, + { + prefix: "./media/characters/cat-lucario/", + files: [ + { name: "normal.svg", source: null }, + { name: "mega.svg", source: null }, + ], + authors: [ + "cattinypaws" + ], + owners: [ + "cattinypaws" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/cat-lucario/mega.svg b/media/characters/cat-lucario/mega.svg new file mode 100644 index 00000000..3a212afc --- /dev/null +++ b/media/characters/cat-lucario/mega.svg @@ -0,0 +1,510 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cat-lucario/normal.svg b/media/characters/cat-lucario/normal.svg new file mode 100644 index 00000000..0dc9cb1c --- /dev/null +++ b/media/characters/cat-lucario/normal.svg @@ -0,0 +1,422 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e3dab9e6..b09c528a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -28427,6 +28427,49 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Cat (Lucario)", species: ["lucario"], tags: ["anthro"] }, + { + normal: { + height: math.unit(4, "feet"), + name: "Normal", + image: { + source: "./media/characters/cat-lucario/normal.svg", + extra: 1470/1318, + bottom: 65/1535 + } + }, + mega: { + height: math.unit(4, "feet"), + name: "Mega", + image: { + source: "./media/characters/cat-lucario/mega.svg", + extra: 1515/1319, + bottom: 63/1578 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(4, "inches") + }, + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(150, "feet") + }, + { + name: "Macro+", + height: math.unit(500, "feet") + }, + ] +)) //characters function makeCharacters() {