From 8cbba99447b368e48ae888061f5bc8ee6b0c9362 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 29 Sep 2020 11:58:18 -0400 Subject: [PATCH] Add Huttser --- media/attribution.js | 26 +++ media/characters/huttser/back.svg | 214 +++++++++++++++++++ media/characters/huttser/front.svg | 324 +++++++++++++++++++++++++++++ media/characters/huttser/side.svg | 177 ++++++++++++++++ presets/characters.js | 39 ++++ 5 files changed, 780 insertions(+) create mode 100644 media/characters/huttser/back.svg create mode 100644 media/characters/huttser/front.svg create mode 100644 media/characters/huttser/side.svg diff --git a/media/attribution.js b/media/attribution.js index cd5e2837..ceaf120d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12223,6 +12223,20 @@ const attributionData = { "sylox" ] }, + { + prefix: "./media/characters/huttser/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/7644339/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/7644339/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/7644339/" }, + ], + authors: [ + "nightfell" + ], + owners: [ + "huttser" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16853,6 +16867,18 @@ const attributionData = { "name": "SyLoX", "url": "https://www.furaffinity.net/user/sylox/" }, + "huttser": { + "name": "Huttser", + "url": "http://twitter.com/huttser_coyote" + }, + "ditherkins": { + "name": "DITHER", + "url": "https://twitter.com/Ditherkins" + }, + "nightfell": { + "name": "Nightfell", + "url": "https://www.furaffinity.net/user/nightfell" + }, } } diff --git a/media/characters/huttser/back.svg b/media/characters/huttser/back.svg new file mode 100644 index 00000000..940e9aeb --- /dev/null +++ b/media/characters/huttser/back.svg @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/huttser/front.svg b/media/characters/huttser/front.svg new file mode 100644 index 00000000..17a95d6b --- /dev/null +++ b/media/characters/huttser/front.svg @@ -0,0 +1,324 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/huttser/side.svg b/media/characters/huttser/side.svg new file mode 100644 index 00000000..aa22d585 --- /dev/null +++ b/media/characters/huttser/side.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7ecef834..9b65d87f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31525,6 +31525,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Huttser", species: ["coyote"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(190, "lb"), + name: "Front", + image: { + source: "./media/characters/huttser/front.svg", + extra: 1152/1058, + bottom: 23/1175 + } + }, + side: { + height: math.unit(6, "feet"), + weight: math.unit(190, "lb"), + name: "Side", + image: { + source: "./media/characters/huttser/side.svg", + extra: 1174/1065, + bottom: 18/1192 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(190, "lb"), + name: "Back", + image: { + source: "./media/characters/huttser/back.svg", + extra: 1158/1056, + bottom: 12/1170 + } + }, + }, + [ + + ] +)) + //characters function makeCharacters() {