From 55c1faabaffadaa9e33035c52f1b12c70a05ac7f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 26 Apr 2020 14:31:47 -0400 Subject: [PATCH] Add Sammy --- media/attribution.js | 12 ++ media/characters/sammy/front.svg | 325 +++++++++++++++++++++++++++++++ presets/characters.js | 28 +++ 3 files changed, 365 insertions(+) create mode 100644 media/characters/sammy/front.svg diff --git a/media/attribution.js b/media/attribution.js index f0f292d9..6d23625a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9154,6 +9154,18 @@ const attributionData = { "pliskin" ] }, + { + prefix: "./media/characters/sammy/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35422561" } + ], + authors: [ + "nix-noble" + ], + owners: [ + "jasmith" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/sammy/front.svg b/media/characters/sammy/front.svg new file mode 100644 index 00000000..7a725dd3 --- /dev/null +++ b/media/characters/sammy/front.svg @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 06a3cdb3..798bd857 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21010,6 +21010,34 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Sammy" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/sammy/front.svg", + extra: 1193/1089, + bottom: 30.5/1226 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1700, "feet"), + default: true + }, + { + name: "Examacro", + height: math.unit(2.5e9, "lightyears") + }, + ] +)) + //characters function makeCharacters() {