diff --git a/media/attribution.js b/media/attribution.js index bbd87427..ec32830f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20866,6 +20866,18 @@ const attributionData = { "squillafrixum" ] }, + { + prefix: "./media/characters/nemo/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43752057/" } + ], + authors: [ + "ratafari" + ], + owners: [ + "pyrow" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/nemo/front.svg b/media/characters/nemo/front.svg new file mode 100644 index 00000000..dd4e9520 --- /dev/null +++ b/media/characters/nemo/front.svg @@ -0,0 +1,4139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e203c020..c07cb2c2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -58475,6 +58475,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Nemo", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 8/12, "feet"), + name: "Front", + image: { + source: "./media/characters/nemo/front.svg", + extra: 1308/1217, + bottom: 57/1365 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 8/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {