From 53e5362e65c5f45eb55e0f470972ad982093a328 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 19 Jun 2020 11:05:54 -0400 Subject: [PATCH] Add Fei --- media/attribution.js | 16 ++ media/characters/fei/front.svg | 407 +++++++++++++++++++++++++++++++++ presets/characters.js | 35 +++ 3 files changed, 458 insertions(+) create mode 100644 media/characters/fei/front.svg diff --git a/media/attribution.js b/media/attribution.js index b8855cca..fbed2cca 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10873,6 +10873,18 @@ const attributionData = { "rayderk" ] }, + { + prefix: "./media/characters/fei/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36498988/" } + ], + authors: [ + "hesitate" + ], + owners: [ + "hesitate" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14997,6 +15009,10 @@ const attributionData = { "name": "majinbanzai", "url": "https://www.furaffinity.net/user/majinbanzai", }, + "hesitate": { + "name": "Hesitate", + "url": "https://twitter.com/Hesitat68037145/", + }, } } diff --git a/media/characters/fei/front.svg b/media/characters/fei/front.svg new file mode 100644 index 00000000..e6a22fd2 --- /dev/null +++ b/media/characters/fei/front.svg @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 09de145f..b47c293f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -27361,6 +27361,41 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Fei", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(175, "cm"), + weight: math.unit(60, "kg"), + name: "Front", + image: { + source: "./media/characters/fei/front.svg", + extra: 2581/2400, + bottom: 82.2/2663 + } + }, + }, + [ + { + name: "Mortal", + height: math.unit(175, "cm") + }, + { + name: "Normal", + height: math.unit(3500, "m"), + default: true + }, + { + name: "Stroll", + height: math.unit(17.5, "km") + }, + { + name: "Showoff", + height: math.unit(175, "km") + }, + ] +)) + //characters function makeCharacters() {