From c18debd851621e91eaca0bb0836e9cf6300e1427 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 30 Jun 2021 20:00:57 -0400 Subject: [PATCH] Add Artan --- media/attribution.js | 21 + media/characters/artan/back.svg | 511 +++++++++++++++ media/characters/artan/front.svg | 1023 ++++++++++++++++++++++++++++++ presets/characters.js | 31 + 4 files changed, 1586 insertions(+) create mode 100644 media/characters/artan/back.svg create mode 100644 media/characters/artan/front.svg diff --git a/media/attribution.js b/media/attribution.js index ef8687db..9001038c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15930,6 +15930,19 @@ const attributionData = { "veluren" ] }, + { + prefix: "./media/characters/artan/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "rusticarts" + ], + owners: [ + "artankatana" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21965,6 +21978,14 @@ const attributionData = { "name": "The_Secret_Cave", "url": "https://www.furaffinity.net/user/thesecretcave" }, + "rusticarts": { + "name": "Rusticarts", + "url": "https://twitter.com/rusticarts_fur" + }, + "artankatana": { + "name": "ArtanKatana", + "url": "https://www.furaffinity.net/user/artankatana" + }, } } diff --git a/media/characters/artan/back.svg b/media/characters/artan/back.svg new file mode 100644 index 00000000..a3e8d542 --- /dev/null +++ b/media/characters/artan/back.svg @@ -0,0 +1,511 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/artan/front.svg b/media/characters/artan/front.svg new file mode 100644 index 00000000..7a9a6e0c --- /dev/null +++ b/media/characters/artan/front.svg @@ -0,0 +1,1023 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 72cfbf5a..6319a86e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41816,6 +41816,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Artan", species: ["fennec-fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 4/12, "feet"), + name: "Front", + image: { + source: "./media/characters/artan/front.svg", + extra: 1618/1535, + bottom: 46/1664 + } + }, + back: { + height: math.unit(5 + 4/12, "feet"), + name: "Back", + image: { + source: "./media/characters/artan/back.svg", + extra: 1618/1543, + bottom: 31/1649 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {