From 48207d14503277016591daffe1bb1ee4fbd88c4f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 29 Mar 2021 15:45:02 -0400 Subject: [PATCH] Add Thux-Ei --- media/attribution.js | 20 ++ media/characters/thux-ei/front.svg | 460 +++++++++++++++++++++++++++++ presets/characters.js | 23 ++ 3 files changed, 503 insertions(+) create mode 100644 media/characters/thux-ei/front.svg diff --git a/media/attribution.js b/media/attribution.js index 00835382..5ac052a8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15223,6 +15223,18 @@ const attributionData = { "blazckyz0" ] }, + { + prefix: "./media/characters/thux-ei/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36818201/" } + ], + authors: [ + "rok-thegreat" + ], + owners: [ + "thux-ei" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20872,6 +20884,14 @@ const attributionData = { "name": "Kiwani", "url": null }, + "rok-thegreat": { + "name": "RoK-Thegreat", + "url": "https://www.furaffinity.net/user/rok-thegreat" + }, + "thux-ei": { + "name": "Thux-Ei", + "url": "https://www.furaffinity.net/user/thux-ei/" + }, } } diff --git a/media/characters/thux-ei/front.svg b/media/characters/thux-ei/front.svg new file mode 100644 index 00000000..a58de805 --- /dev/null +++ b/media/characters/thux-ei/front.svg @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c1c3a01e..674326bd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40338,6 +40338,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Thux-Ei", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(170, "cm"), + weight: math.unit(66, "kg"), + name: "Front", + image: { + source: "./media/characters/thux-ei/front.svg", + extra: 1109/1011, + bottom: 8/1117 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(170, "cm"), + default: true + }, + ] +)) + //characters function makeCharacters() {