From 5cdb9cfe51c4672ab78a228bb1d2369f3ca154fa Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 1 Mar 2021 21:39:24 -0500 Subject: [PATCH] Add Jamie --- media/attribution.js | 20 + media/characters/jamie/front.svg | 976 +++++++++++++++++++++++++++++++ presets/characters.js | 39 ++ 3 files changed, 1035 insertions(+) create mode 100644 media/characters/jamie/front.svg diff --git a/media/attribution.js b/media/attribution.js index e1c00c0d..afb8cb75 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14361,6 +14361,18 @@ const attributionData = { "erdno" ] }, + { + prefix: "./media/characters/jamie/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40751428/" } + ], + authors: [ + "pinballswizard" + ], + owners: [ + "bennybug" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19708,6 +19720,14 @@ const attributionData = { "name": "Erdno", "url": "https://twitter.com/goo_dork_Erdno" }, + "pinballswizard": { + "name": "PinballsWizard", + "url": "https://www.furaffinity.net/user/pinballswizard/" + }, + "bennybug": { + "name": "Bennybug", + "url": "https://www.furaffinity.net/user/bennybug" + }, } } diff --git a/media/characters/jamie/front.svg b/media/characters/jamie/front.svg new file mode 100644 index 00000000..8fe126ea --- /dev/null +++ b/media/characters/jamie/front.svg @@ -0,0 +1,976 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index be699db8..644dac97 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37538,6 +37538,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Jamie", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 10/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/jamie/front.svg", + extra: 1908/1768, + bottom: 19/1927 + } + }, + }, + [ + { + name: "Minimum", + height: math.unit(2, "cm") + }, + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 10/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(150, "feet") + }, + { + name: "Megamacro", + height: math.unit(10000, "m") + }, + ] +)) + //characters function makeCharacters() {