From b232c490f17a904e9e5ba925cc7331885db73878 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 29 Aug 2021 11:39:46 -0400 Subject: [PATCH] Add Noah (the Luxray) --- media/attribution.js | 19 + media/characters/noah-luxray/dick-alt.svg | 306 ++++++ media/characters/noah-luxray/dick.svg | 257 +++++ media/characters/noah-luxray/front.svg | 1218 +++++++++++++++++++++ media/characters/noah-luxray/side.svg | 787 +++++++++++++ presets/characters.js | 45 + 6 files changed, 2632 insertions(+) create mode 100644 media/characters/noah-luxray/dick-alt.svg create mode 100644 media/characters/noah-luxray/dick.svg create mode 100644 media/characters/noah-luxray/front.svg create mode 100644 media/characters/noah-luxray/side.svg diff --git a/media/attribution.js b/media/attribution.js index c98f8dc3..312e877b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16618,6 +16618,21 @@ const attributionData = { "https://www.deviantart.com/sillysinz/art/Tiny-Fur-Base-POINTS-ONLY-OPEN-NEW-PNG-FILE-745439098" ] }, + { + prefix: "./media/characters/noah-luxray/", + files: [ + { name: "front.svg", source: "https://twitter.com/Reddest_Scott/status/1360660312794558466", nsfw: false }, + { name: "side.svg", source: "https://twitter.com/Reddest_Scott/status/1360660312794558466", nsfw: true }, + { name: "dick.svg", source: "https://twitter.com/Reddest_Scott/status/1360660312794558466", nsfw: true }, + { name: "dick-alt.svg", source: "https://twitter.com/Reddest_Scott/status/1360660312794558466", nsfw: true }, + ], + authors: [ + "scottred" + ], + owners: [ + "pangolinark" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22873,6 +22888,10 @@ const attributionData = { "name": "Thistlebaby", "url": null }, + "pangolinark": { + "name": "Noah", + "url": "https://twitter.com/PangolinArk" + }, } } diff --git a/media/characters/noah-luxray/dick-alt.svg b/media/characters/noah-luxray/dick-alt.svg new file mode 100644 index 00000000..2a89bb2a --- /dev/null +++ b/media/characters/noah-luxray/dick-alt.svg @@ -0,0 +1,306 @@ + + + + + + + + + + + diff --git a/media/characters/noah-luxray/dick.svg b/media/characters/noah-luxray/dick.svg new file mode 100644 index 00000000..ba6b6fed --- /dev/null +++ b/media/characters/noah-luxray/dick.svg @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + diff --git a/media/characters/noah-luxray/front.svg b/media/characters/noah-luxray/front.svg new file mode 100644 index 00000000..73f740b1 --- /dev/null +++ b/media/characters/noah-luxray/front.svg @@ -0,0 +1,1218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/noah-luxray/side.svg b/media/characters/noah-luxray/side.svg new file mode 100644 index 00000000..c131fc2d --- /dev/null +++ b/media/characters/noah-luxray/side.svg @@ -0,0 +1,787 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f06322b8..23d7621b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -43686,6 +43686,51 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Noah (Luxray)", species: ["luxray"], tags: ["anthro"] }, + { + front: { + height: math.unit(2.7, "meters"), + weight: math.unit(25000, "lb"), + name: "Front", + image: { + source: "./media/characters/noah-luxray/front.svg", + extra: 1644/825, + bottom: 339/1983 + } + }, + side: { + height: math.unit(2.7, "meters"), + weight: math.unit(25000, "lb"), + name: "Side", + image: { + source: "./media/characters/noah-luxray/side.svg", + extra: 1319/650, + bottom: 163/1482 + } + }, + dick: { + height: math.unit(7.4, "feet"), + weight: math.unit(2500, "lb"), + name: "Dick", + image: { + source: "./media/characters/noah-luxray/dick.svg" + } + }, + dickAlt: { + height: math.unit(10.83, "feet"), + weight: math.unit(2500, "lb"), + name: "Dick-alt", + image: { + source: "./media/characters/noah-luxray/dick-alt.svg" + } + }, + }, + [ + + ] +)) + //characters function makeCharacters() {