From c51d7070ed3f18ad23879350f0cf923cf496adc1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 20 Nov 2020 14:56:55 -0500 Subject: [PATCH] Add Azalie Croixland --- media/attribution.js | 16 + media/characters/azalie-croixland/front.svg | 1148 +++++++++++++++++++ presets/characters.js | 26 + 3 files changed, 1190 insertions(+) create mode 100644 media/characters/azalie-croixland/front.svg diff --git a/media/attribution.js b/media/attribution.js index 2eec8ac3..561b9261 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13250,6 +13250,18 @@ const attributionData = { "rufran" ] }, + { + prefix: "./media/characters/azalie-croixland/", + files: [ + { name: "front.svg", source: "https://toyhou.se/8404240.azalie-croixland#28148531" } + ], + authors: [ + "dotty" + ], + owners: [ + "arenovas" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18265,6 +18277,10 @@ const attributionData = { "name": "Troutsworth", "url": "https://www.furaffinity.net/user/troutsworth/" }, + "dotty": { + "name": "Dotty", + "url": "https://twitter.com/Dotintheparadox" + }, } } diff --git a/media/characters/azalie-croixland/front.svg b/media/characters/azalie-croixland/front.svg new file mode 100644 index 00000000..7644e799 --- /dev/null +++ b/media/characters/azalie-croixland/front.svg @@ -0,0 +1,1148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0a2c69aa..6f216a13 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34713,6 +34713,32 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Azalie Croixland", species: ["gryphon"], tags: ["anthro"] }, + { + front: { + height: math.unit(10 + 8/12, "feet"), + name: "Front", + image: { + source: "./media/characters/azalie-croixland/front.svg", + extra: 1972/1856, + bottom: 31/2003 + } + }, + }, + [ + { + name: "Original Height", + height: math.unit(5 + 4/12, "feet") + }, + { + name: "Normal Height", + height: math.unit(10 + 8/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {