From 80e812fccd9928a013ec0f6a12de6c77b154b0bf Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 15 Mar 2020 10:49:15 -0400 Subject: [PATCH] Add Kyle --- media/attribution.js | 12 ++ media/characters/kyle/front.svg | 224 ++++++++++++++++++++++++++++++++ presets/characters.js | 26 ++++ 3 files changed, 262 insertions(+) create mode 100644 media/characters/kyle/front.svg diff --git a/media/attribution.js b/media/attribution.js index 5fbbe9ee..25542eab 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6193,6 +6193,18 @@ const attributionData = { "sir-raptor" ] }, + { + prefix: "./media/characters/kyle/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35352747/" } + ], + authors: [ + "nix-noble" + ], + owners: [ + "jasmith" + ] + }, //characters { prefix: "./media/food/animals/", diff --git a/media/characters/kyle/front.svg b/media/characters/kyle/front.svg new file mode 100644 index 00000000..105987fd --- /dev/null +++ b/media/characters/kyle/front.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a4af545b..3ebf0ba6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14970,6 +14970,32 @@ characterMakers["Alluria"] = () => { ) }; +characterMakers["Kyle"] = () => { + return makeCharacter( + "Kyle", + "Jasmith", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/kyle/front.svg", + extra: 1069/962, + bottom: 0.022 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(150, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {