From cf5926c5a3f40ec05b54dcd21abe8ab931f7505e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 29 Feb 2020 17:19:44 -0500 Subject: [PATCH] Add Kara --- media/attribution.js | 16 +++ media/characters/kara/front.svg | 181 ++++++++++++++++++++++++++++++++ presets/characters.js | 28 +++++ 3 files changed, 225 insertions(+) create mode 100644 media/characters/kara/front.svg diff --git a/media/attribution.js b/media/attribution.js index fa9e4b9b..09a916fd 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1760,6 +1760,18 @@ const attributionData = { "little-big-x110" ] }, + { + prefix: "./media/characters/kara/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31202660/" } + ], + authors: [ + "mtfoxx" + ], + owners: [ + "vonadi" + ] + }, { prefix: "./media/characters/katherine/", files: [ @@ -3478,6 +3490,10 @@ const attributionData = { "name": "DarkieTehJester", "url": "https://twitter.com/DarkieTehJester", }, + "mtfoxx": { + "name": "Mtfoxx", + "url": "https://www.furaffinity.net/user/mtfoxx", + }, } } diff --git a/media/characters/kara/front.svg b/media/characters/kara/front.svg new file mode 100644 index 00000000..249810eb --- /dev/null +++ b/media/characters/kara/front.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7817747a..2d922e5c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6761,6 +6761,34 @@ characterMakers["Goddess Elizabeth"] = () => { ) }; +characterMakers["Kara"] = () => { + return makeCharacter( + "Kara", + "Vonadi", + { + front: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(144, "lb"), + name: "Front", + image: { + source: "./media/characters/kara/front.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 9/12, "feet") + }, + { + name: "Macro", + height: math.unit(174, "feet"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = [];