diff --git a/media/attribution.js b/media/attribution.js index 450b9b19..e6ff63e1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4002,6 +4002,21 @@ const attributionData = { "fuzzypaws" ] }, + { + prefix: "./media/characters/sekvra/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/8329076/" }, + { name: "front-clothed.svg", source: "https://www.furaffinity.net/view/8329076/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/8329076/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/8329076/" }, + ], + authors: [ + "duo" + ], + owners: [ + "neopuc" + ] + }, { prefix: "./media/characters/selka/", files: [ @@ -6466,6 +6481,10 @@ const attributionData = { "name": "renardthatch", "url": "https://www.furaffinity.net/user/renardthatch/", }, + "duo": { + "name": "duo", + "url": "https://www.furaffinity.net/user/duo/", + }, } } diff --git a/media/characters/sekvra/back.svg b/media/characters/sekvra/back.svg new file mode 100644 index 00000000..dd55d04b --- /dev/null +++ b/media/characters/sekvra/back.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + diff --git a/media/characters/sekvra/front-clothed.svg b/media/characters/sekvra/front-clothed.svg new file mode 100644 index 00000000..cf50d3db --- /dev/null +++ b/media/characters/sekvra/front-clothed.svg @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sekvra/front.svg b/media/characters/sekvra/front.svg new file mode 100644 index 00000000..681e21a6 --- /dev/null +++ b/media/characters/sekvra/front.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sekvra/side.svg b/media/characters/sekvra/side.svg new file mode 100644 index 00000000..832777b7 --- /dev/null +++ b/media/characters/sekvra/side.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d21e04e0..2e3c0e94 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11477,6 +11477,66 @@ characterMakers["Renard Thatch"] = () => { ) }; +characterMakers["Sekvra"] = () => { + return makeCharacter( + "Sekvra", + "Neopuc", + { + front: { + height: math.unit(1450, "feet"), + weight: math.unit(1.21e6, "tons"), + name: "Front", + image: { + source: "./media/characters/sekvra/front.svg", + extra: (1 / (1 - 0.03)), + bottom: 0.03 + } + }, + frontClothed: { + height: math.unit(1450, "feet"), + weight: math.unit(1.21e6, "tons"), + name: "Front (Clothed)", + image: { + source: "./media/characters/sekvra/front-clothed.svg", + extra: (1 / (1 - 0.03)), + bottom: 0.03 + } + }, + side: { + height: math.unit(1450, "feet"), + weight: math.unit(1.21e6, "tons"), + name: "Side", + image: { + source: "./media/characters/sekvra/side.svg", + extra: (1 / (1 - 0.025)), + bottom: 0.025 + } + }, + back: { + height: math.unit(1450, "feet"), + weight: math.unit(1.21e6, "tons"), + name: "Back", + image: { + source: "./media/characters/sekvra/back.svg", + extra: (1 / (1 - 0.005)), + bottom: 0.005 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1450, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(15000, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({