From 455bc019362bb8acd7ddbe81bd08417af54fad34 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 9 Oct 2021 13:28:23 -0400 Subject: [PATCH] Add Kaya --- media/attribution.js | 17 + media/characters/kaya/female.svg | 1197 ++++++++++++++++++++++++++++ media/characters/kaya/herm.svg | 1259 ++++++++++++++++++++++++++++++ presets/characters.js | 32 + 4 files changed, 2505 insertions(+) create mode 100644 media/characters/kaya/female.svg create mode 100644 media/characters/kaya/herm.svg diff --git a/media/attribution.js b/media/attribution.js index 04b46355..89231761 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17686,6 +17686,19 @@ const attributionData = { "bluethebat" ] }, + { + prefix: "./media/characters/kaya/", + files: [ + { name: "female.svg", source: "https://www.furaffinity.net/view/42662470/", nsfw: true }, + { name: "herm.svg", source: "https://www.furaffinity.net/view/42930820/", nsfw: true }, + ], + authors: [ + "knockedoutdragon" + ], + owners: [ + "knockedoutdragon" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24477,6 +24490,10 @@ const attributionData = { "name": "US Census", "url": "https://www.census.gov/en.html" }, + "knockedoutdragon": { + "name": "KnockedOutDragon", + "url": "https://www.furaffinity.net/user/knockedoutdragon/" + }, } } diff --git a/media/characters/kaya/female.svg b/media/characters/kaya/female.svg new file mode 100644 index 00000000..64dfef29 --- /dev/null +++ b/media/characters/kaya/female.svg @@ -0,0 +1,1197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kaya/herm.svg b/media/characters/kaya/herm.svg new file mode 100644 index 00000000..52b48a93 --- /dev/null +++ b/media/characters/kaya/herm.svg @@ -0,0 +1,1259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a33762f1..41186e1f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47090,6 +47090,38 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kaya", species: ["dragon"], tags: ["anthro"] }, + { + female: { + height: math.unit(7 + 4/12, "feet"), + weight: math.unit(243, "lb"), + name: "Female", + image: { + source: "./media/characters/kaya/female.svg", + extra: 975/898, + bottom: 34/1009 + } + }, + herm: { + height: math.unit(7 + 4/12, "feet"), + weight: math.unit(243, "lb"), + name: "Herm", + image: { + source: "./media/characters/kaya/herm.svg", + extra: 975/898, + bottom: 34/1009 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 4/12, "feet"), + default: true + }, + ] +)) //characters function makeCharacters() {