From 1f1f502ec672ff349fa84d884b57b0281ec6d6cf Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 16 Apr 2020 20:04:37 -0400 Subject: [PATCH] Add Terrance Keayes --- media/attribution.js | 15 + media/characters/terrance-keayes/back.svg | 142 ++++++++++ media/characters/terrance-keayes/dick.svg | 86 ++++++ media/characters/terrance-keayes/front.svg | 302 +++++++++++++++++++++ media/characters/terrance-keayes/side.svg | 236 ++++++++++++++++ presets/characters.js | 50 ++++ 6 files changed, 831 insertions(+) create mode 100644 media/characters/terrance-keayes/back.svg create mode 100644 media/characters/terrance-keayes/dick.svg create mode 100644 media/characters/terrance-keayes/front.svg create mode 100644 media/characters/terrance-keayes/side.svg diff --git a/media/attribution.js b/media/attribution.js index b1f2bb91..8217fe30 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8683,6 +8683,21 @@ const attributionData = { "neopuc" ] }, + { + prefix: "./media/characters/terrance-keayes/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30999187/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/30999187/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/30999187/" }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/30999187/" }, + ], + authors: [ + "homogeneousrule" + ], + owners: [ + "neopuc" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/terrance-keayes/back.svg b/media/characters/terrance-keayes/back.svg new file mode 100644 index 00000000..90d68bff --- /dev/null +++ b/media/characters/terrance-keayes/back.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + diff --git a/media/characters/terrance-keayes/dick.svg b/media/characters/terrance-keayes/dick.svg new file mode 100644 index 00000000..0f2abef4 --- /dev/null +++ b/media/characters/terrance-keayes/dick.svg @@ -0,0 +1,86 @@ + + + + + + + + + + diff --git a/media/characters/terrance-keayes/front.svg b/media/characters/terrance-keayes/front.svg new file mode 100644 index 00000000..a258b6bd --- /dev/null +++ b/media/characters/terrance-keayes/front.svg @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/terrance-keayes/side.svg b/media/characters/terrance-keayes/side.svg new file mode 100644 index 00000000..95bd2d1d --- /dev/null +++ b/media/characters/terrance-keayes/side.svg @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 45a8ebc5..9cc8ddcd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19507,6 +19507,56 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Terrance Keayes" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/terrance-keayes/front.svg", + extra: 1.005, + bottom: 151/1615 + } + }, + side: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/terrance-keayes/side.svg", + extra: 1.005, + bottom: 129.4/1544 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/terrance-keayes/back.svg", + extra: 1.005, + bottom: 58.4/1557.3 + } + }, + dick: { + height: math.unit(6*0.208, "feet"), + name: "Dick", + image: { + source: "./media/characters/terrance-keayes/dick.svg" + } + }, + }, + [ + { + name: "Canon Height", + height: math.unit(35, "miles"), + default: true + }, + ] +)) //characters function makeCharacters() {