From 1dc21536db7ac434a1e857bce2d78a68441f7ed3 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 16 Mar 2020 13:20:27 -0400 Subject: [PATCH] Add Hasani --- media/attribution.js | 17 + media/characters/hasani/back.svg | 579 ++++++++++++++++++++++++++++++ media/characters/hasani/front.svg | 522 +++++++++++++++++++++++++++ presets/characters.js | 40 +++ 4 files changed, 1158 insertions(+) create mode 100644 media/characters/hasani/back.svg create mode 100644 media/characters/hasani/front.svg diff --git a/media/attribution.js b/media/attribution.js index aedf4ee7..70c118a5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6537,6 +6537,19 @@ const attributionData = { "adeleide" ] }, + { + prefix: "./media/characters/hasani/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "bartucthebloody" + ], + owners: [ + "bishop-bun" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9001,6 +9014,10 @@ const attributionData = { "name": "Rooc", "url": "https://www.furaffinity.net/user/rooc/", }, + "bishop-bun": { + "name": "Bishop", + "url": "https://twitter.com/Bishop_Bun", + }, } } diff --git a/media/characters/hasani/back.svg b/media/characters/hasani/back.svg new file mode 100644 index 00000000..e2f7a427 --- /dev/null +++ b/media/characters/hasani/back.svg @@ -0,0 +1,579 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hasani/front.svg b/media/characters/hasani/front.svg new file mode 100644 index 00000000..adff51b5 --- /dev/null +++ b/media/characters/hasani/front.svg @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cacf02fc..36e402bb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15832,6 +15832,46 @@ characterMakers["Alana"] = () => { ) }; +characterMakers["Hasani"] = () => { + return makeCharacter( + "Hasani", + "BishopBun", + { + front: { + height: math.unit(6 + 1/12, "feet"), + weight: math.unit(210, "lb"), + name: "Front", + image: { + source: "./media/characters/hasani/front.svg", + extra: 244/232, + bottom: 0.01 + } + }, + back: { + height: math.unit(6 + 1/12, "feet"), + weight: math.unit(210, "lb"), + name: "Back", + image: { + source: "./media/characters/hasani/back.svg", + extra: 244/232, + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 1/12, "feet") + }, + { + name: "Macro", + height: math.unit(175, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {