From 0c01e19dcf9eab99f2924e83d56770d2016c0560 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 26 Feb 2020 14:47:38 -0500 Subject: [PATCH] Add Selka --- media/attribution.js | 16 ++++++ media/characters/selka/front.svg | 99 ++++++++++++++++++++++++++++++++ presets/characters.js | 25 ++++++++ 3 files changed, 140 insertions(+) create mode 100644 media/characters/selka/front.svg diff --git a/media/attribution.js b/media/attribution.js index 53d21f8d..f75908fb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -835,6 +835,18 @@ const attributionData = { "little-big-x110" ] }, + { + prefix: "./media/characters/selka/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30722350/" } + ], + authors: [ + "xelchew" + ], + owners: [ + "xelchew" + ] + }, { prefix: "./media/characters/sofia/", files: [ @@ -1519,6 +1531,10 @@ const attributionData = { name: "Xeebes", url: "https://www.furaffinity.net/user/xeebes/" }, + "xelchew": { + name: "Xelchew", + url: "https://www.furaffinity.net/user/xelchew/" + }, "yozey": { name: "Yozey", url: "https://www.furaffinity.net/user/yozey/" diff --git a/media/characters/selka/front.svg b/media/characters/selka/front.svg new file mode 100644 index 00000000..7b6b5ecc --- /dev/null +++ b/media/characters/selka/front.svg @@ -0,0 +1,99 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ccd1ef87..65b7a1dc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -5708,6 +5708,31 @@ characterMakers["Chiros"] = () => { ) }; +characterMakers["Selka"] = () => { + return makeCharacter( + "Selka", + "Xelchew", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(100, "lbs"), + name: "Front", + image: { + source: "./media/characters/selka/front.svg", + extra: 947/887 + } + } + }, + [ + { + name: "Normal", + height: math.unit(5, "cm"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = [];