From b8971b1ed2fc526bd9fd7f966e8e57d050f10b39 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 2 May 2020 17:15:39 -0400 Subject: [PATCH] Add Karla --- media/attribution.js | 16 + media/characters/karla-halldor/front.svg | 399 +++++++++++++++++++++++ presets/characters.js | 23 ++ 3 files changed, 438 insertions(+) create mode 100644 media/characters/karla-halldor/front.svg diff --git a/media/attribution.js b/media/attribution.js index 22014970..2a85ca83 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9394,6 +9394,18 @@ const attributionData = { "christopherdavies" ] }, + { + prefix: "./media/characters/karla-halldor/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/25611482/" } + ], + authors: [ + "box-cat" + ], + owners: [ + "renadyne" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -13064,6 +13076,10 @@ const attributionData = { "name": "ChristopherDavies", "url": "https://www.furaffinity.net/user/christopherdavies/", }, + "box-cat": { + "name": "box-cat", + "url": "https://www.furaffinity.net/user/box-cat", + }, } } diff --git a/media/characters/karla-halldor/front.svg b/media/characters/karla-halldor/front.svg new file mode 100644 index 00000000..94810af3 --- /dev/null +++ b/media/characters/karla-halldor/front.svg @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f087cc3a..f9bc313b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21643,6 +21643,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Karla Halldor" }, + { + front: { + height: math.unit(1 + 6/12, "feet"), + weight: math.unit(25, "lb"), + name: "Front", + image: { + source: "./media/characters/karla-halldor/front.svg", + extra: 1459/1383, + bottom: 12/1472 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {