diff --git a/media/attribution.js b/media/attribution.js index 7b619b8d..ca9bb6b9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8109,6 +8109,20 @@ const attributionData = { "athea" ] }, + { + prefix: "./media/characters/seroko/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27264595/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/27264595/" }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/27264595/" }, + ], + authors: [ + "dai-dai" + ], + owners: [ + "neon-the-good-draggy" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11166,6 +11180,14 @@ const attributionData = { "name": "Athea", "url": "https://twitter.com/Cattaur_Athea", }, + "dai-dai": { + "name": "dai.dai", + "url": "https://www.furaffinity.net/user/dai.dai", + }, + "neon-the-good-draggy": { + "name": "Neon_the_good_draggy", + "url": "https://www.furaffinity.net/user/neonthegooddraggy/", + }, } } diff --git a/media/characters/seroko/back.svg b/media/characters/seroko/back.svg new file mode 100644 index 00000000..32ca0f06 --- /dev/null +++ b/media/characters/seroko/back.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/seroko/front-dressed.svg b/media/characters/seroko/front-dressed.svg new file mode 100644 index 00000000..5da89a6a --- /dev/null +++ b/media/characters/seroko/front-dressed.svg @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/seroko/front.svg b/media/characters/seroko/front.svg new file mode 100644 index 00000000..9f517344 --- /dev/null +++ b/media/characters/seroko/front.svg @@ -0,0 +1,343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ddc9f7db..72e48ef5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19756,6 +19756,52 @@ characterMakers["Athea"] = () => { ) }; +characterMakers["Seroko"] = () => { + return makeCharacter( + "Seroko", + "Seroko", + { + front: { + height: math.unit(8 + 8/12, "feet"), + weight: math.unit(130, "kg"), + name: "Front", + image: { + source: "./media/characters/seroko/front.svg", + extra: 1385/1280, + bottom: 0.025 + } + }, + back: { + height: math.unit(8 + 8/12, "feet"), + weight: math.unit(130, "kg"), + name: "Back", + image: { + source: "./media/characters/seroko/back.svg", + extra: 1369/1238, + bottom: 0.018 + } + }, + frontDressed: { + height: math.unit(8 + 8/12, "feet"), + weight: math.unit(130, "kg"), + name: "Front (Dressed)", + image: { + source: "./media/characters/seroko/front-dressed.svg", + extra: 1366/1275, + bottom: 0.03 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 8/12, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {