From 552838c199cf7c19df952a7f84219a5876568467 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 5 Oct 2020 13:56:10 -0400 Subject: [PATCH] Add Taivas Ensim --- media/attribution.js | 19 + media/characters/taivas-ensim/back-nsfw.svg | 507 +++++++++++++++++++ media/characters/taivas-ensim/back.svg | 502 ++++++++++++++++++ media/characters/taivas-ensim/front-nsfw.svg | 459 +++++++++++++++++ media/characters/taivas-ensim/front.svg | 453 +++++++++++++++++ presets/characters.js | 58 ++- 6 files changed, 1996 insertions(+), 2 deletions(-) create mode 100644 media/characters/taivas-ensim/back-nsfw.svg create mode 100644 media/characters/taivas-ensim/back.svg create mode 100644 media/characters/taivas-ensim/front-nsfw.svg create mode 100644 media/characters/taivas-ensim/front.svg diff --git a/media/attribution.js b/media/attribution.js index 10d07f8c..2112b780 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12501,6 +12501,21 @@ const attributionData = { "rhyslonde" ] }, + { + prefix: "./media/characters/taivas-ensim/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37147233/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/37147233/" }, + { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/37147263/", nsfw: true }, + { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/37147263/", nsfw: true }, + ], + authors: [ + "earthboundmother2" + ], + owners: [ + "rhyslonde" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17243,6 +17258,10 @@ const attributionData = { "name": "phoenixbat", "url": "https://www.furaffinity.net/user/pheonixbat" }, + "earthboundmother2": { + "name": "EarthB-Kun", + "url": "https://www.furaffinity.net/user/earthboundmother2" + }, } } diff --git a/media/characters/taivas-ensim/back-nsfw.svg b/media/characters/taivas-ensim/back-nsfw.svg new file mode 100644 index 00000000..d55cd56e --- /dev/null +++ b/media/characters/taivas-ensim/back-nsfw.svg @@ -0,0 +1,507 @@ + + + + + + + + + + + + + diff --git a/media/characters/taivas-ensim/back.svg b/media/characters/taivas-ensim/back.svg new file mode 100644 index 00000000..b5f8a13b --- /dev/null +++ b/media/characters/taivas-ensim/back.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + diff --git a/media/characters/taivas-ensim/front-nsfw.svg b/media/characters/taivas-ensim/front-nsfw.svg new file mode 100644 index 00000000..1bef7696 --- /dev/null +++ b/media/characters/taivas-ensim/front-nsfw.svg @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/taivas-ensim/front.svg b/media/characters/taivas-ensim/front.svg new file mode 100644 index 00000000..38352d2f --- /dev/null +++ b/media/characters/taivas-ensim/front.svg @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 61519732..c44a8150 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32319,7 +32319,7 @@ characterMakers.push(() => makeCharacter( frontNsfw: { height: math.unit(6 + 8/12, "feet"), weight: math.unit(225, "lb"), - name: "Front-nsfw", + name: "Front (NSFW)", image: { source: "./media/characters/rhys-londe/front-nsfw.svg", extra: 2258/2141, @@ -32329,7 +32329,7 @@ characterMakers.push(() => makeCharacter( backNsfw: { height: math.unit(6 + 8/12, "feet"), weight: math.unit(225, "lb"), - name: "Back-nsfw", + name: "Back (NSFW)", image: { source: "./media/characters/rhys-londe/back-nsfw.svg", extra: 2237/2137, @@ -32359,6 +32359,60 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Taivas Ensim", species: ["kobold"], tags: ["anthro"] }, + { + front: { + height: math.unit(3 + 10/12, "feet"), + weight: math.unit(90, "lb"), + name: "Front", + image: { + source: "./media/characters/taivas-ensim/front.svg", + extra: 1327/1216, + bottom: 96/1423 + } + }, + back: { + height: math.unit(3 + 10/12, "feet"), + weight: math.unit(90, "lb"), + name: "Back", + image: { + source: "./media/characters/taivas-ensim/back.svg", + extra: 1355/1247, + bottom: 11/1366 + } + }, + frontNsfw: { + height: math.unit(3 + 10/12, "feet"), + weight: math.unit(90, "lb"), + name: "Front (NSFW)", + image: { + source: "./media/characters/taivas-ensim/front-nsfw.svg", + extra: 1327/1216, + bottom: 96/1423 + } + }, + backNsfw: { + height: math.unit(3 + 10/12, "feet"), + weight: math.unit(90, "lb"), + name: "Back (NSFW)", + image: { + source: "./media/characters/taivas-ensim/back-nsfw.svg", + extra: 1355/1247, + bottom: 11/1366 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3 + 10/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {