diff --git a/media/attribution.js b/media/attribution.js index 550a8f27..0f4e3aa1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19206,6 +19206,18 @@ const attributionData = { "orishan" ] }, + { + prefix: "./media/characters/seranis/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41483940/" } + ], + authors: [ + "petrogoz" + ], + owners: [ + "petrogoz" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26485,6 +26497,10 @@ const attributionData = { "name": "Orishan", "url": "https://toyhou.se/Orishan" }, + "petrogoz": { + "name": "petrogoz", + "url": "https://www.furaffinity.net/user/petrogoz/" + }, } } diff --git a/media/characters/seranis/front.svg b/media/characters/seranis/front.svg new file mode 100644 index 00000000..3e16aedd --- /dev/null +++ b/media/characters/seranis/front.svg @@ -0,0 +1,1305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c9fbd3e4..d5cb7660 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -52442,6 +52442,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Seranis", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(3, "meters"), + weight: math.unit(508, "kg"), + name: "Front", + image: { + source: "./media/characters/seranis/front.svg", + extra: 1478/1454, + bottom: 41/1519 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(108, "meters") + }, + { + name: "Megamacro", + height: math.unit(1250, "meters") + }, + ] +)) + //characters function makeCharacters() {