diff --git a/media/attribution.js b/media/attribution.js index 11e37541..ccae71f7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22671,6 +22671,18 @@ const attributionData = { "serpentus" ] }, + { + prefix: "./media/characters/mona/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/47424620/", nsfw: true } + ], + authors: [ + "plat" + ], + owners: [ + "colliecuon" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/mona/front.svg b/media/characters/mona/front.svg new file mode 100644 index 00000000..be9752d4 --- /dev/null +++ b/media/characters/mona/front.svg @@ -0,0 +1,1095 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 614abb6f..7af11e3e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -65795,6 +65795,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Mona", species: ["caudin"], tags: ["anthro"] }, + { + front: { + height: math.unit(29 + 11/12, "feet"), + weight: math.unit(40, "tons"), + name: "Front", + image: { + source: "./media/characters/mona/front.svg", + extra: 1257/1116, + bottom: 34/1291 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(29 + 11/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {