From e32a283bb4f34a6777e3a7cf05dcdf925fc0c58f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 6 Jun 2020 16:31:28 -0400 Subject: [PATCH] Add Sam Evans --- media/attribution.js | 19 + media/characters/sam-evans/back.svg | 468 +++++++++ media/characters/sam-evans/face.svg | 174 ++++ .../characters/sam-evans/front-six-tails.svg | 971 ++++++++++++++++++ media/characters/sam-evans/front.svg | 927 +++++++++++++++++ presets/characters.js | 66 ++ 6 files changed, 2625 insertions(+) create mode 100644 media/characters/sam-evans/back.svg create mode 100644 media/characters/sam-evans/face.svg create mode 100644 media/characters/sam-evans/front-six-tails.svg create mode 100644 media/characters/sam-evans/front.svg diff --git a/media/attribution.js b/media/attribution.js index 2022005c..f76c6f0d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10593,6 +10593,21 @@ const attributionData = { "joeyakangaroo" ] }, + { + prefix: "./media/characters/sam-evans/", + files: [ + { name: "front.svg", source: null, nsfw: true }, + { name: "front-six-tails.svg", source: null, nsfw: true }, + { name: "back.svg", source: null }, + { name: "face.svg", source: null }, + ], + authors: [ + "sorafoxyteils" + ], + owners: [ + "ich" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14597,6 +14612,10 @@ const attributionData = { "name": "Joey", "url": "https://twitter.com/JoeyAKangaroo", }, + "sorafoxyteils": { + "name": "SoraFoxyTeils", + "url": "https://www.furaffinity.net/user/sorafoxyteils/", + }, } } diff --git a/media/characters/sam-evans/back.svg b/media/characters/sam-evans/back.svg new file mode 100644 index 00000000..097800af --- /dev/null +++ b/media/characters/sam-evans/back.svg @@ -0,0 +1,468 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sam-evans/face.svg b/media/characters/sam-evans/face.svg new file mode 100644 index 00000000..800cd939 --- /dev/null +++ b/media/characters/sam-evans/face.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sam-evans/front-six-tails.svg b/media/characters/sam-evans/front-six-tails.svg new file mode 100644 index 00000000..886cc6b0 --- /dev/null +++ b/media/characters/sam-evans/front-six-tails.svg @@ -0,0 +1,971 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sam-evans/front.svg b/media/characters/sam-evans/front.svg new file mode 100644 index 00000000..ce346b97 --- /dev/null +++ b/media/characters/sam-evans/front.svg @@ -0,0 +1,927 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d44a4265..204c709a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26551,6 +26551,72 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sam Evans", species: ["fox", "demon"], tags: ["anthro"] }, + { + front: { + height: math.unit(165, "cm"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/sam-evans/front.svg", + extra: 3417/3230, + bottom: 41.3/3417 + } + }, + frontSixTails: { + height: math.unit(165, "cm"), + weight: math.unit(140, "lb"), + name: "Front-six-tails", + image: { + source: "./media/characters/sam-evans/front-six-tails.svg", + extra: 3417/3230, + bottom: 41.3/3417 + } + }, + back: { + height: math.unit(165, "cm"), + weight: math.unit(140, "lb"), + name: "Back", + image: { + source: "./media/characters/sam-evans/back.svg", + extra: 3227/3032, + bottom: 6.8/3234 + } + }, + face: { + height: math.unit(0.68, "feet"), + name: "Face", + image: { + source: "./media/characters/sam-evans/face.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(165, "cm"), + default: true + }, + { + name: "Macro", + height: math.unit(100, "meters") + }, + { + name: "Macro+", + height: math.unit(800, "meters") + }, + { + name: "Macro++", + height: math.unit(3, "km") + }, + { + name: "Macro+++", + height: math.unit(30, "km") + }, + ] +)) + //characters function makeCharacters() {