From 5b11e89626204979eb9ae7ad3995f35852cf4995 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 6 Jul 2021 15:26:49 -0400 Subject: [PATCH] Add Phillip --- media/attribution.js | 20 + media/characters/phillip/dressed.svg | 847 ++++++++++++++++++++++++++ media/characters/phillip/paw.svg | 243 ++++++++ media/characters/phillip/regular.svg | 860 +++++++++++++++++++++++++++ presets/characters.js | 40 ++ 5 files changed, 2010 insertions(+) create mode 100644 media/characters/phillip/dressed.svg create mode 100644 media/characters/phillip/paw.svg create mode 100644 media/characters/phillip/regular.svg diff --git a/media/attribution.js b/media/attribution.js index 5bbff5de..d19d3912 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16140,6 +16140,18 @@ const attributionData = { "ashgar" ] }, + { + prefix: "./media/characters/phillip/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/26718218/" } + ], + authors: [ + "spyz" + ], + owners: [ + "fill783" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22243,6 +22255,14 @@ const attributionData = { "name": "MrLynxiee", "url": "https://twitter.com/MrLynxiee" }, + "spyz": { + "name": "SpyZ", + "url": "https://www.furaffinity.net/user/spyz/" + }, + "fill783": { + "name": "Phillip", + "url": "https://www.furaffinity.net/user/fill783" + }, } } diff --git a/media/characters/phillip/dressed.svg b/media/characters/phillip/dressed.svg new file mode 100644 index 00000000..cd13fee7 --- /dev/null +++ b/media/characters/phillip/dressed.svg @@ -0,0 +1,847 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/phillip/paw.svg b/media/characters/phillip/paw.svg new file mode 100644 index 00000000..556e9ff9 --- /dev/null +++ b/media/characters/phillip/paw.svg @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/phillip/regular.svg b/media/characters/phillip/regular.svg new file mode 100644 index 00000000..fb7fabbb --- /dev/null +++ b/media/characters/phillip/regular.svg @@ -0,0 +1,860 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 812e889f..f98b5da6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42317,6 +42317,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Phillip", species: ["wolf"], tags: ["anthro"] }, + { + regular: { + height: math.unit(6, "feet"), + weight: math.unit(220, "lb"), + name: "Regular", + image: { + source: "./media/characters/phillip/regular.svg", + extra: 1373/1277, + bottom: 75/1448 + } + }, + dressed: { + height: math.unit(6, "feet"), + weight: math.unit(220, "lb"), + name: "Dressed", + image: { + source: "./media/characters/phillip/dressed.svg", + extra: 1373/1277, + bottom: 75/1448 + } + }, + paw: { + height: math.unit(1.44, "feet"), + name: "Paw", + image: { + source: "./media/characters/phillip/paw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {