diff --git a/media/attribution.js b/media/attribution.js index 1de15792..c8cd4dc2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17870,6 +17870,18 @@ const attributionData = { "a3skales" ] }, + { + prefix: "./media/characters/rasp/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37888735/" } + ], + authors: [ + "redband-jackalope" + ], + owners: [ + "inukazane" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/rasp/front.svg b/media/characters/rasp/front.svg new file mode 100644 index 00000000..a0615f47 --- /dev/null +++ b/media/characters/rasp/front.svg @@ -0,0 +1,855 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 69a2a4cb..b59fc189 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1044,10 +1044,6 @@ const speciesData = { name: "Mewtwo", parents: ["pokemon"] }, - "mew": { - name: "Mew", - parents: ["pokemon"] - }, "eevee": { name: "Eevee", parents: ["eeveelution"] @@ -47636,6 +47632,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rasp", species: ["mew"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + name: "Front", + image: { + source: "./media/characters/rasp/front.svg", + extra: 561/478, + bottom: 74/635 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {