diff --git a/media/attribution.js b/media/attribution.js index e6198556..ca31dd08 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9280,6 +9280,20 @@ const attributionData = { "sparklinshin" ] }, + { + prefix: "./media/characters/kayda/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36114533/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/36114533/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/36114533/", nsfw: true }, + ], + authors: [ + "yutmutt" + ], + owners: [ + "danielethefurry" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12903,6 +12917,10 @@ const attributionData = { "name": "BonnibelBlackberrii", "url": "https://www.deviantart.com/bonnibelblackberrii", }, + "danielethefurry": { + "name": "DanieleTheFurry", + "url": "https://www.furaffinity.net/user/danielethefurry/", + }, } } diff --git a/media/characters/kayda/back.svg b/media/characters/kayda/back.svg new file mode 100644 index 00000000..16d91334 --- /dev/null +++ b/media/characters/kayda/back.svg @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kayda/dick.svg b/media/characters/kayda/dick.svg new file mode 100644 index 00000000..75ab3bdb --- /dev/null +++ b/media/characters/kayda/dick.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + diff --git a/media/characters/kayda/front.svg b/media/characters/kayda/front.svg new file mode 100644 index 00000000..7d695968 --- /dev/null +++ b/media/characters/kayda/front.svg @@ -0,0 +1,448 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ae7be4b9..52df7224 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21447,6 +21447,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kayda" }, + { + front: { + height: math.unit(28, "feet"), + weight: math.unit(10500, "lb"), + name: "Front", + image: { + source: "./media/characters/kayda/front.svg", + extra: 1536/1428, + bottom: 68.7/1603 + } + }, + back: { + height: math.unit(28, "feet"), + weight: math.unit(10500, "lb"), + name: "Back", + image: { + source: "./media/characters/kayda/back.svg", + extra: 1557/1464, + bottom: 39.5/1597.49 + } + }, + dick: { + height: math.unit(3.858, "feet"), + name: "Dick", + image: { + source: "./media/characters/kayda/dick.svg" + } + }, + }, + [ + { + name: "Macro", + height: math.unit(28, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {