From f21c9d50423b136fb8cc264ce5e1540245556499 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 18 May 2020 15:16:31 -0400 Subject: [PATCH] Add Arlist --- media/attribution.js | 16 ++ media/characters/arlist/front.svg | 279 ++++++++++++++++++++++++++++++ presets/characters.js | 23 +++ 3 files changed, 318 insertions(+) create mode 100644 media/characters/arlist/front.svg diff --git a/media/attribution.js b/media/attribution.js index c31a1a21..e9b94908 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10130,6 +10130,18 @@ const attributionData = { "xrequiem" ] }, + { + prefix: "./media/characters/arlist/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "kingpine" + ], + owners: [ + "xrequiem" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13980,6 +13992,10 @@ const attributionData = { "name": "CulixCupric", "url": "https://www.furaffinity.net/user/culixcupric/", }, + "kingpine": { + "name": "KingPine", + "url": "https://twitter.com/KingPineTree", + }, } } diff --git a/media/characters/arlist/front.svg b/media/characters/arlist/front.svg new file mode 100644 index 00000000..0dced9d7 --- /dev/null +++ b/media/characters/arlist/front.svg @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c1a5a71e..c241c2bb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -25149,6 +25149,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Arlist" }, + { + front: { + height: math.unit(10, "feet"), + weight: math.unit(750, "lb"), + name: "Front", + image: { + source: "./media/characters/arlist/front.svg", + extra: 961/778, + bottom: 6.2/986 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + ] +)) + //characters