From 3d2b418c2f5284a28ae0db22b6e9da4228efb260 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 3 Mar 2020 17:24:55 -0500 Subject: [PATCH] Add Splinter --- media/attribution.js | 21 +++ media/characters/splinter/back.svg | 219 +++++++++++++++++++++++++++ media/characters/splinter/front.svg | 222 ++++++++++++++++++++++++++++ presets/characters.js | 39 +++++ 4 files changed, 501 insertions(+) create mode 100644 media/characters/splinter/back.svg create mode 100644 media/characters/splinter/front.svg diff --git a/media/attribution.js b/media/attribution.js index 0a1ee755..1a1b03b1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3023,6 +3023,19 @@ const attributionData = { "shingo" ] }, + { + prefix: "./media/characters/splinter/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31276290/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/31276290/" }, + ], + authors: [ + "cedarwolf" + ], + owners: [ + "sirsplinter" + ] + }, { prefix: "./media/characters/sosha/", files: [ @@ -5037,6 +5050,14 @@ const attributionData = { "name": "SolarfoxArt", "url": "https://twitter.com/SolarfoxArt", }, + "cedarwolf": { + "name": "cedarwolf", + "url": "https://www.furaffinity.net/user/-cedarwolf", + }, + "sirsplinter": { + "name": "SirSplinter", + "url": "https://www.furaffinity.net/user/sirsplinter/", + }, } } diff --git a/media/characters/splinter/back.svg b/media/characters/splinter/back.svg new file mode 100644 index 00000000..dc01ea30 --- /dev/null +++ b/media/characters/splinter/back.svg @@ -0,0 +1,219 @@ + + + + + + + + + diff --git a/media/characters/splinter/front.svg b/media/characters/splinter/front.svg new file mode 100644 index 00000000..64809ead --- /dev/null +++ b/media/characters/splinter/front.svg @@ -0,0 +1,222 @@ + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 53be4a39..47873644 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8150,6 +8150,45 @@ characterMakers["Dafydd Tomos"] = () => { ) }; +characterMakers["Splinter"] = () => { + return makeCharacter( + "Splinter", + "SirSplinter", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/splinter/front.svg", + extra: 2990/2882 * (1 / (1 - 0.04)), + bottom: 0.04 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/splinter/back.svg", + extra: 2990/2882 * (1 / (1 - 0.04)), + bottom: 0.04 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet") + }, + { + name: "Macro", + height: math.unit(230, "meters"), + default: true + }, + ] + ) +}; function makeCharacters() { const results = []; results.push({