From 4e6f6eaeb489a5f9e276ad568e89d2fec91b285f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 17 Sep 2020 09:50:29 -0400 Subject: [PATCH] Add Arhan --- media/attribution.js | 23 + media/characters/arhan/front.svg | 901 ++++++++++++++++++++++++++++++ media/characters/arhan/head.svg | 577 +++++++++++++++++++ media/characters/arhan/side.svg | 611 ++++++++++++++++++++ media/characters/arhan/tongue.svg | 531 ++++++++++++++++++ presets/characters.js | 45 ++ 6 files changed, 2688 insertions(+) create mode 100644 media/characters/arhan/front.svg create mode 100644 media/characters/arhan/head.svg create mode 100644 media/characters/arhan/side.svg create mode 100644 media/characters/arhan/tongue.svg diff --git a/media/attribution.js b/media/attribution.js index 0ca4eede..85c3e756 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11557,6 +11557,21 @@ const attributionData = { "nekeyaru" ] }, + { + prefix: "./media/characters/arhan/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37310507/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/37310507/" }, + { name: "tongue.svg", source: "https://www.furaffinity.net/view/37310507/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/37310507/" }, + ], + authors: [ + "kitty-silence" + ], + owners: [ + "hctib-elttil" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15928,6 +15943,14 @@ const attributionData = { "name": "nekeyaru", "url": "https://www.furaffinity.net/user/nekeyaru/" }, + "hctib-elttil": { + "name": "hctib_elttil", + "url": "https://www.furaffinity.net/user/hctibelttil/" + }, + "kitty-silence": { + "name": "Kitty_Silence", + "url": "https://www.furaffinity.net/user/kittysilence" + }, } } diff --git a/media/characters/arhan/front.svg b/media/characters/arhan/front.svg new file mode 100644 index 00000000..8d282162 --- /dev/null +++ b/media/characters/arhan/front.svg @@ -0,0 +1,901 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/arhan/head.svg b/media/characters/arhan/head.svg new file mode 100644 index 00000000..961fa1a6 --- /dev/null +++ b/media/characters/arhan/head.svg @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/arhan/side.svg b/media/characters/arhan/side.svg new file mode 100644 index 00000000..06a7a968 --- /dev/null +++ b/media/characters/arhan/side.svg @@ -0,0 +1,611 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/arhan/tongue.svg b/media/characters/arhan/tongue.svg new file mode 100644 index 00000000..ffc2965c --- /dev/null +++ b/media/characters/arhan/tongue.svg @@ -0,0 +1,531 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 499d5d94..f81cec3b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29335,6 +29335,51 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Arhan", species: ["kobold"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + name: "Front", + image: { + source: "./media/characters/arhan/front.svg", + extra: 3368/3133, + bottom: 0/3368 + } + }, + side: { + height: math.unit(4, "feet"), + name: "Side", + image: { + source: "./media/characters/arhan/side.svg", + extra: 3347/3105, + bottom: 0/3347 + } + }, + tongue: { + height: math.unit(1.42, "feet"), + name: "Tongue", + image: { + source: "./media/characters/arhan/tongue.svg" + } + }, + head: { + height: math.unit(0.85, "feet"), + name: "Head", + image: { + source: "./media/characters/arhan/head.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {