From 64f8be8dedcf32d830f72d5e0bdbe83f8abf6862 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 5 Nov 2021 16:39:18 -0400 Subject: [PATCH] Add Maple --- media/attribution.js | 12 + media/characters/maple/front.svg | 556 +++++++++++++++++++++++++++++++ presets/characters.js | 28 ++ 3 files changed, 596 insertions(+) create mode 100644 media/characters/maple/front.svg diff --git a/media/attribution.js b/media/attribution.js index c854a96d..1f5e724b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18614,6 +18614,18 @@ const attributionData = { "plat" ] }, + { + prefix: "./media/characters/maple/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35514929/", nsfw: true } + ], + authors: [ + "plat" + ], + owners: [ + "plat" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/maple/front.svg b/media/characters/maple/front.svg new file mode 100644 index 00000000..4b8f0f33 --- /dev/null +++ b/media/characters/maple/front.svg @@ -0,0 +1,556 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 06bcd98d..ae5abd7b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1934,6 +1934,10 @@ const speciesData = { name: "Cinderace", parents: ["pokemon", "rabbit"] }, + "caudin": { + name: "Caudin", + parents: ["dragon"] + }, } //species @@ -50383,6 +50387,30 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Maple", species: ["caudin"], tags: ["anthro"] }, + { + front: { + height: math.unit(12, "feet"), + weight: math.unit(1000, "kg"), + name: "Front", + image: { + source: "./media/characters/maple/front.svg", + extra: 1193/1081, + bottom: 22/1215 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {