From 092881af8092f76ae25aa902d1e1798fdddb33d2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Mar 2020 17:19:43 -0400 Subject: [PATCH] Add Sebi --- media/attribution.js | 21 ++ media/characters/sebi/front-dressed.svg | 322 ++++++++++++++++++++++++ media/characters/sebi/front.svg | 130 ++++++++++ presets/characters.js | 40 +++ 4 files changed, 513 insertions(+) create mode 100644 media/characters/sebi/front-dressed.svg create mode 100644 media/characters/sebi/front.svg diff --git a/media/attribution.js b/media/attribution.js index d676f75e..f59685a6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7293,6 +7293,19 @@ const attributionData = { "capputhesheep" ] }, + { + prefix: "./media/characters/sebi/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33701903/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/33701903/" }, + ], + authors: [ + "pinklionart" + ], + owners: [ + "deathywolfi" + ] + }, //characters { prefix: "./media/food/animals/", @@ -10131,6 +10144,14 @@ const attributionData = { "name": "hachisama", "url": "https://www.furaffinity.net/user/hachisama", }, + "deathywolfi": { + "name": "DeathyWolfi", + "url": "https://www.furaffinity.net/user/deathywolfi/", + }, + "pinklionart": { + "name": "pinklionart", + "url": "https://www.furaffinity.net/user/pinklionart", + }, } } diff --git a/media/characters/sebi/front-dressed.svg b/media/characters/sebi/front-dressed.svg new file mode 100644 index 00000000..a4ae209e --- /dev/null +++ b/media/characters/sebi/front-dressed.svg @@ -0,0 +1,322 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sebi/front.svg b/media/characters/sebi/front.svg new file mode 100644 index 00000000..ced51f7b --- /dev/null +++ b/media/characters/sebi/front.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f9da211b..4a7ca636 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18035,6 +18035,46 @@ characterMakers["Cappu"] = () => { ) }; +characterMakers["Sebi"] = () => { + return makeCharacter( + "Sebi", + "DeathyWolfi", + { + frontDressed: { + height: math.unit(70, "cm"), + weight: math.unit(5, "kg"), + name: "Front (Dressed)", + image: { + source: "./media/characters/sebi/front-dressed.svg", + extra: 713.5/686.5, + bottom: 0.003 + } + }, + front: { + height: math.unit(70, "cm"), + weight: math.unit(5, "kg"), + name: "Front", + image: { + source: "./media/characters/sebi/front.svg", + extra: 713.5/686.5, + bottom: 0.003 + } + } + }, + [ + { + name: "Normal", + height: math.unit(70, "cm") + }, + { + name: "Macro", + height: math.unit(8, "meters"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {