diff --git a/media/attribution.js b/media/attribution.js index 14c080b3..f82ee6d1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8713,6 +8713,18 @@ const attributionData = { "neopuc" ] }, + { + prefix: "./media/characters/samuel/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/9195440/" } + ], + authors: [ + "keedot" + ], + owners: [ + "neopuc" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/samuel/front.svg b/media/characters/samuel/front.svg new file mode 100644 index 00000000..020d2eab --- /dev/null +++ b/media/characters/samuel/front.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9b6f088f..fa3d706d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19604,6 +19604,34 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Samuel" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/samuel/front.svg", + extra: 265/258, + bottom: 2/266.1566 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(100, "feet"), + default: true + }, + { + name: "Full Size", + height: math.unit(1000, "miles") + }, + ] +)) + //characters function makeCharacters() {