From e5e0517d647b64fa8e377d79b46d645690c6eea4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 13 Jun 2020 20:43:41 -0400 Subject: [PATCH] Add Dusk --- media/attribution.js | 22 ++ media/characters/dusk/head.svg | 168 ++++++++++++++ media/characters/dusk/side.svg | 351 ++++++++++++++++++++++++++++++ media/characters/dusk/sitting.svg | 244 +++++++++++++++++++++ presets/characters.js | 40 ++++ 5 files changed, 825 insertions(+) create mode 100644 media/characters/dusk/head.svg create mode 100644 media/characters/dusk/side.svg create mode 100644 media/characters/dusk/sitting.svg diff --git a/media/attribution.js b/media/attribution.js index 890737d6..eba21203 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10696,6 +10696,20 @@ const attributionData = { "xaphelm" ] }, + { + prefix: "./media/characters/dusk/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/23254816/" }, + { name: "sitting.svg", source: "https://www.furaffinity.net/view/23254816/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/23254816/" }, + ], + authors: [ + "anesthetics" + ], + owners: [ + "dusk-woskgon" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14736,6 +14750,14 @@ const attributionData = { "name": "Xaphelm", "url": "https://www.furaffinity.net/user/xaphelm/", }, + "anesthetics": { + "name": "anesthetics", + "url": "https://www.furaffinity.net/user/anesthetics/", + }, + "dusk-woskgon": { + "name": "Dusk_Woskgon", + "url": "https://www.furaffinity.net/user/duskwoskgon", + }, } } diff --git a/media/characters/dusk/head.svg b/media/characters/dusk/head.svg new file mode 100644 index 00000000..310e2a8e --- /dev/null +++ b/media/characters/dusk/head.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dusk/side.svg b/media/characters/dusk/side.svg new file mode 100644 index 00000000..f2be2c62 --- /dev/null +++ b/media/characters/dusk/side.svg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dusk/sitting.svg b/media/characters/dusk/sitting.svg new file mode 100644 index 00000000..6abd465c --- /dev/null +++ b/media/characters/dusk/sitting.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 67aed0c2..62bd30aa 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26830,6 +26830,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Dusk", species: ["arcanine"], tags: ["feral"] }, + { + side: { + height: math.unit(6.5, "feet"), + weight: math.unit(800, "lb"), + name: "Side", + image: { + source: "./media/characters/dusk/side.svg", + extra: 615/373, + bottom: 53/664 + } + }, + sitting: { + height: math.unit(7, "feet"), + weight: math.unit(800, "lb"), + name: "Sitting", + image: { + source: "./media/characters/dusk/sitting.svg", + extra: 753/425, + bottom: 33/774 + } + }, + head: { + height: math.unit(6.1, "feet"), + name: "Head", + image: { + source: "./media/characters/dusk/head.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {