From 92ce6232e6a9dcb6cd9da8f1d01cf957f10a1ec8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 20 Mar 2020 14:41:56 -0400 Subject: [PATCH] Add Arokh Sieyes --- media/attribution.js | 16 + media/characters/arokh-sieyes/front.svg | 1124 +++++++++++++++++++++++ presets/characters.js | 30 + 3 files changed, 1170 insertions(+) create mode 100644 media/characters/arokh-sieyes/front.svg diff --git a/media/attribution.js b/media/attribution.js index 7fc18a38..910c9c52 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7199,6 +7199,18 @@ const attributionData = { "aronai" ] }, + { + prefix: "./media/characters/arokh-sieyes/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21194203/" } + ], + authors: [ + "creepycoon" + ], + owners: [ + "aronai" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9985,6 +9997,10 @@ const attributionData = { "name": "Cownugget", "url": "https://www.furaffinity.net/user/cownugget", }, + "creepycoon": { + "name": "creepycoon", + "url": "https://www.furaffinity.net/user/creepycoon", + }, } } diff --git a/media/characters/arokh-sieyes/front.svg b/media/characters/arokh-sieyes/front.svg new file mode 100644 index 00000000..e98433dd --- /dev/null +++ b/media/characters/arokh-sieyes/front.svg @@ -0,0 +1,1124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 747fe702..6e43a028 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17695,6 +17695,36 @@ characterMakers["Arokha Sieyes"] = () => { ) }; +characterMakers["Arokh Sieyes"] = () => { + return makeCharacter( + "Arokh Sieyes", + "Aronai", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(180, "lb"), + name: "Front", + image: { + source: "./media/characters/arokh-sieyes/front.svg", + extra: 1830/1769, + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(30, "meters") + }, + ] + ) +}; + //characters function makeCharacters() {