From d444cdfa5648f3180afecc44be14363da5ec7c39 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 9 Apr 2020 10:15:48 -0400 Subject: [PATCH] Add Ty --- media/attribution.js | 21 +++ media/characters/ty/back.svg | 170 +++++++++++++++++++ media/characters/ty/front.svg | 308 ++++++++++++++++++++++++++++++++++ presets/characters.js | 36 +++- 4 files changed, 534 insertions(+), 1 deletion(-) create mode 100644 media/characters/ty/back.svg create mode 100644 media/characters/ty/front.svg diff --git a/media/attribution.js b/media/attribution.js index 3640b0ca..aece8cf9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8461,6 +8461,19 @@ const attributionData = { "mrperson" ] }, + { + prefix: "./media/characters/ty/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30718285/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/30718285/" }, + ], + authors: [ + "skaifox" + ], + owners: [ + "ty-the-fox" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11719,6 +11732,14 @@ const attributionData = { "name": "MrPerson", "url": "https://www.furaffinity.net/user/mrperson/", }, + "skaifox": { + "name": "Skaifox", + "url": "https://www.furaffinity.net/user/skaifox", + }, + "ty-the-fox": { + "name": "Ty the Fox", + "url": "https://www.furaffinity.net/user/tythefox/", + }, } } diff --git a/media/characters/ty/back.svg b/media/characters/ty/back.svg new file mode 100644 index 00000000..1f8cb09f --- /dev/null +++ b/media/characters/ty/back.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ty/front.svg b/media/characters/ty/front.svg new file mode 100644 index 00000000..9a1d4a80 --- /dev/null +++ b/media/characters/ty/front.svg @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e81aec65..7401d090 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17735,7 +17735,8 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/mort/side.svg", extra: 365 / 318, bottom: 0.052 - } + }, + default: true }, back: { height: math.unit(14, "feet"), @@ -19013,6 +19014,39 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Ty" }, + { + front: { + height: math.unit(4.5, "meters"), + weight: math.unit(3200, "lb"), + name: "Front", + image: { + source: "./media/characters/ty/front.svg", + extra: 1038/960, + bottom: 31.156/1068 + } + }, + back: { + height: math.unit(4.5, "meters"), + weight: math.unit(3200, "lb"), + name: "Back", + image: { + source: "./media/characters/ty/back.svg", + extra: 1044/966, + bottom: 7.48/1049 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4.5, "meters") + }, + ] +)) + //characters function makeCharacters() {