From 82a4d1b11e811ed3ede80b4a30e18d4555c2a67d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 3 Dec 2020 19:39:24 -0500 Subject: [PATCH] Add Solas Sharpsman --- media/attribution.js | 20 + media/characters/solas-sharpsman/front.svg | 478 +++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 521 insertions(+) create mode 100644 media/characters/solas-sharpsman/front.svg diff --git a/media/attribution.js b/media/attribution.js index 062c7496..92a5e79c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14001,6 +14001,18 @@ const attributionData = { "magnumdafolf" ] }, + { + prefix: "./media/characters/solas-sharpsman/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "teaesthetic" + ], + owners: [ + "blindpil0t" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19208,6 +19220,14 @@ const attributionData = { "name": "magnumdafolf", "url": "https://www.furaffinity.net/user/magnumdafolf" }, + "blindpil0t": { + "name": "Blind_Pil0t", + "url": "https://www.furaffinity.net/user/blindpil0t" + }, + "teaesthetic": { + "name": "teaesthetic", + "url": "https://www.furaffinity.net/user/teaesthetic/" + }, } } diff --git a/media/characters/solas-sharpsman/front.svg b/media/characters/solas-sharpsman/front.svg new file mode 100644 index 00000000..df896e13 --- /dev/null +++ b/media/characters/solas-sharpsman/front.svg @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 365a8f41..d6a48ed7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -36456,6 +36456,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Solas Sharpsman", species: ["kitsune"], tags: ["anthro"] }, + { + front: { + height: math.unit(18 + 4/12, "feet"), + weight: math.unit(1500, "kg"), + name: "Front", + image: { + source: "./media/characters/solas-sharpsman/front.svg", + extra: 1698/1589, + bottom: 0/1698 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(18 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {