From 00a16c0964bd2fa7377338285ca9e9cd03003286 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 7 May 2020 20:44:22 -0400 Subject: [PATCH] Add Aman Aquila --- media/attribution.js | 25 ++- media/characters/aman-aquila/back.svg | 196 +++++++++++++++++++++ media/characters/aman-aquila/front.svg | 228 +++++++++++++++++++++++++ media/characters/aman-aquila/head.svg | 89 ++++++++++ media/characters/aman-aquila/side.svg | 133 +++++++++++++++ presets/characters.js | 74 ++++++++ 6 files changed, 744 insertions(+), 1 deletion(-) create mode 100644 media/characters/aman-aquila/back.svg create mode 100644 media/characters/aman-aquila/front.svg create mode 100644 media/characters/aman-aquila/head.svg create mode 100644 media/characters/aman-aquila/side.svg diff --git a/media/attribution.js b/media/attribution.js index 12761db0..bd453260 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9625,6 +9625,22 @@ const attributionData = { "trippster890" ] }, + { + prefix: "./media/characters/aman-aquila/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21802346/", nsfw: true }, + { name: "side.svg", source: "https://www.furaffinity.net/view/21802346/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/21802346/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/21802346/" }, + ], + authors: [ + "freckles" + ], + owners: [ + "amananon" + ] + }, + //characters { prefix: "./media/dildos/chance/", all: "https://bad-dragon.com/products/chanceunflared", @@ -9639,7 +9655,6 @@ const attributionData = { "bad-dragon" ] }, - //characters { prefix: "./media/fiction/halo/halo/", files: [ @@ -13367,6 +13382,14 @@ const attributionData = { "name": "Bad Dragon", "url": "https://bad-dragon.com/", }, + "freckles": { + "name": "Freckles", + "url": "https://www.furaffinity.net/user/freckles", + }, + "amananon": { + "name": "AmanAnon", + "url": "https://www.furaffinity.net/user/amananon/", + }, } } diff --git a/media/characters/aman-aquila/back.svg b/media/characters/aman-aquila/back.svg new file mode 100644 index 00000000..82414e49 --- /dev/null +++ b/media/characters/aman-aquila/back.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/aman-aquila/front.svg b/media/characters/aman-aquila/front.svg new file mode 100644 index 00000000..7c8d8f41 --- /dev/null +++ b/media/characters/aman-aquila/front.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/aman-aquila/head.svg b/media/characters/aman-aquila/head.svg new file mode 100644 index 00000000..a49a506b --- /dev/null +++ b/media/characters/aman-aquila/head.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/aman-aquila/side.svg b/media/characters/aman-aquila/side.svg new file mode 100644 index 00000000..9428f7df --- /dev/null +++ b/media/characters/aman-aquila/side.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 89ceb676..f3d3fe03 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22315,6 +22315,80 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Aman Aquila" }, + { + front: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(185, "lb"), + name: "Front", + image: { + source: "./media/characters/aman-aquila/front.svg", + extra: 1013/976, + bottom: 45.6/1057 + } + }, + side: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(185, "lb"), + name: "Side", + image: { + source: "./media/characters/aman-aquila/side.svg", + extra: 1054/1011, + bottom: 15/1070 + } + }, + back: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(185, "lb"), + name: "Back", + image: { + source: "./media/characters/aman-aquila/back.svg", + extra: 1026/970, + bottom: 12/1039 + } + }, + head: { + height: math.unit(1.211, "feet"), + name: "Head", + image: { + source: "./media/characters/aman-aquila/head.svg", + } + }, + }, + [ + { + name: "Minimicro", + height: math.unit(0.057, "inches") + }, + { + name: "Micro", + height: math.unit(7, "inches") + }, + { + name: "Mini", + height: math.unit(3 + 7/12, "feet") + }, + { + name: "Normal", + height: math.unit(5 + 7/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(157 + 7/12, "feet") + }, + { + name: "Megamacro", + height: math.unit(1557 + 7/12, "feet") + }, + { + name: "Gigamacro", + height: math.unit(15557 + 7/12, "feet") + }, + ] +)) + //characters