From 9cfb14fa4d9bb1aad44e649e8358d98fa2a1eb79 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 12 Nov 2020 15:43:10 -0500 Subject: [PATCH] Add Teshy --- media/attribution.js | 19 + media/characters/teshy/monster-back.svg | 1176 ++++++++++++++++++++++ media/characters/teshy/monster-front.svg | 980 ++++++++++++++++++ media/characters/teshy/monster-side.svg | 775 ++++++++++++++ media/characters/teshy/normal.svg | 1088 ++++++++++++++++++++ presets/characters.js | 53 + 6 files changed, 4091 insertions(+) create mode 100644 media/characters/teshy/monster-back.svg create mode 100644 media/characters/teshy/monster-front.svg create mode 100644 media/characters/teshy/monster-side.svg create mode 100644 media/characters/teshy/normal.svg diff --git a/media/attribution.js b/media/attribution.js index 4ffce9d8..0972b744 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13010,6 +13010,21 @@ const attributionData = { "corriezodori" ] }, + { + prefix: "./media/characters/teshy/", + files: [ + { name: "normal.svg", source: "https://www.furaffinity.net/view/37385662/" }, + { name: "monster-front.svg", source: "https://www.furaffinity.net/view/37949013/" }, + { name: "monster-side.svg", source: "https://www.furaffinity.net/view/37949013/" }, + { name: "monster-back.svg", source: "https://www.furaffinity.net/view/37949013/" } + ], + authors: [ + "hiddenpangolin" + ], + owners: [ + "hiddenpangolin" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17929,6 +17944,10 @@ const attributionData = { "name": "HuniiHeart", "url": "https://twitter.com/HuniiHeart" }, + "hiddenpangolin": { + "name": "Hidden Pangolin", + "url": "https://twitter.com/hiddenpangolin" + }, } } diff --git a/media/characters/teshy/monster-back.svg b/media/characters/teshy/monster-back.svg new file mode 100644 index 00000000..aceff3aa --- /dev/null +++ b/media/characters/teshy/monster-back.svg @@ -0,0 +1,1176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/teshy/monster-front.svg b/media/characters/teshy/monster-front.svg new file mode 100644 index 00000000..48d47386 --- /dev/null +++ b/media/characters/teshy/monster-front.svg @@ -0,0 +1,980 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/teshy/monster-side.svg b/media/characters/teshy/monster-side.svg new file mode 100644 index 00000000..6d3cd815 --- /dev/null +++ b/media/characters/teshy/monster-side.svg @@ -0,0 +1,775 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/teshy/normal.svg b/media/characters/teshy/normal.svg new file mode 100644 index 00000000..030ddbb1 --- /dev/null +++ b/media/characters/teshy/normal.svg @@ -0,0 +1,1088 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 818db582..a5970c3e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34041,6 +34041,59 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Teshy", species: ["pangolin", "monster"], tags: ["anthro"] }, + { + normal: { + height: math.unit(6, "feet"), + weight: math.unit(350, "lb"), + name: "Normal", + image: { + source: "./media/characters/teshy/normal.svg", + extra: 1795/1735, + bottom: 16/1811 + } + }, + monsterFront: { + height: math.unit(12, "feet"), + weight: math.unit(4700, "lb"), + name: "Monster (Front)", + image: { + source: "./media/characters/teshy/monster-front.svg", + extra: 2042/2034, + bottom: 128/2170 + } + }, + monsterSide: { + height: math.unit(12, "feet"), + weight: math.unit(4700, "lb"), + name: "Monster (Side)", + image: { + source: "./media/characters/teshy/monster-side.svg", + extra: 2067/2056, + bottom: 70/2137 + } + }, + monsterBack: { + height: math.unit(12, "feet"), + weight: math.unit(4700, "lb"), + name: "Monster (Back)", + image: { + source: "./media/characters/teshy/monster-back.svg", + extra: 1921/1914, + bottom: 171/2092 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {