From 19d03112765ea66ccf0480b2dc5c61fa82c300d1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 15 Sep 2020 20:28:57 -0400 Subject: [PATCH] Add Azteck --- media/attribution.js | 23 + media/characters/azteck/back.svg | 794 ++++++++++++++++++++++ media/characters/azteck/front-dressed.svg | 678 ++++++++++++++++++ media/characters/azteck/front.svg | 720 ++++++++++++++++++++ media/characters/azteck/head.svg | 405 +++++++++++ presets/characters.js | 47 ++ 6 files changed, 2667 insertions(+) create mode 100644 media/characters/azteck/back.svg create mode 100644 media/characters/azteck/front-dressed.svg create mode 100644 media/characters/azteck/front.svg create mode 100644 media/characters/azteck/head.svg diff --git a/media/attribution.js b/media/attribution.js index 93b11f70..e8aa49e4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11392,6 +11392,21 @@ const attributionData = { "yutmutt" ] }, + { + prefix: "./media/characters/azteck/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37733102/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/37733102/" }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/37733102/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/37733102/" }, + ], + authors: [ + "megienela" + ], + owners: [ + "azteck" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15699,6 +15714,14 @@ const attributionData = { "name": "Sylph", "url": "https://twitter.com/tidehardt" }, + "megienela": { + "name": "_MegieNela", + "url": "https://www.furaffinity.net/user/megienela" + }, + "azteck": { + "name": "Azteck", + "url": "https://www.furaffinity.net/user/azteck/" + }, } } diff --git a/media/characters/azteck/back.svg b/media/characters/azteck/back.svg new file mode 100644 index 00000000..f38f2e99 --- /dev/null +++ b/media/characters/azteck/back.svg @@ -0,0 +1,794 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/azteck/front-dressed.svg b/media/characters/azteck/front-dressed.svg new file mode 100644 index 00000000..cd91e6bc --- /dev/null +++ b/media/characters/azteck/front-dressed.svg @@ -0,0 +1,678 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/azteck/front.svg b/media/characters/azteck/front.svg new file mode 100644 index 00000000..2d18806a --- /dev/null +++ b/media/characters/azteck/front.svg @@ -0,0 +1,720 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/azteck/head.svg b/media/characters/azteck/head.svg new file mode 100644 index 00000000..d49a9123 --- /dev/null +++ b/media/characters/azteck/head.svg @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 33d65ca7..22328ec6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -28851,6 +28851,53 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Azteck", species: ["sergal"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.8, "meters"), + weight: math.unit(85, "kg"), + name: "Front", + image: { + source: "./media/characters/azteck/front.svg", + extra: 2815/2625, + bottom: 89/2904 + } + }, + back: { + height: math.unit(1.8, "meters"), + weight: math.unit(85, "kg"), + name: "Back", + image: { + source: "./media/characters/azteck/back.svg", + extra: 2856/2648, + bottom: 85/2941 + } + }, + frontDressed: { + height: math.unit(1.8, "meters"), + weight: math.unit(85, "kg"), + name: "Front (Dressed)", + image: { + source: "./media/characters/azteck/front-dressed.svg", + extra: 2147/2003, + bottom: 68/2215 + } + }, + head: { + height: math.unit(0.47, "meters"), + weight: math.unit(85, "kg"), + name: "Head", + image: { + source: "./media/characters/azteck/head.svg" + } + }, + }, + [ + + ] +)) + //characters function makeCharacters() {