diff --git a/media/attribution.js b/media/attribution.js index d67bfa4c..a2c45364 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13613,6 +13613,18 @@ const attributionData = { "starstruck-studios" ] }, + { + prefix: "./media/characters/monty/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33436515/" }, + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/monty/front.svg b/media/characters/monty/front.svg new file mode 100644 index 00000000..022320e6 --- /dev/null +++ b/media/characters/monty/front.svg @@ -0,0 +1,668 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 88093490..fa54afc8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35545,6 +35545,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Monty", species: ["cat", "kangaroo"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 11/12, "feet"), + name: "Front", + image: { + source: "./media/characters/monty/front.svg", + extra: 1479/1209, + bottom: 0/1479 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 11/12, "feet"), + default: true + }, + ] +)) + //characters