diff --git a/media/attribution.js b/media/attribution.js index 08a80dcb..55c2ac04 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14177,6 +14177,18 @@ const attributionData = { "inukazane" ] }, + { + prefix: "./media/characters/vivian-sylveon/", + files: [ + { name: "back.svg", source: "https://www.furaffinity.net/view/36123446" } + ], + authors: [ + "xenithion" + ], + owners: [ + "killersylv" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19432,6 +19444,14 @@ const attributionData = { "name": "razzbeary", "url": "https://www.furaffinity.net/user/razzbeary/" }, + "killersylv": { + "name": "killersylv", + "url": "https://www.furaffinity.net/user/killersylv/" + }, + "xenithion": { + "name": "Xenithion", + "url": "https://twitter.com/xenithion" + }, } } diff --git a/media/characters/vivian-sylveon/back.svg b/media/characters/vivian-sylveon/back.svg new file mode 100644 index 00000000..eca0522c --- /dev/null +++ b/media/characters/vivian-sylveon/back.svg @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cdcc64f8..d7836e9c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1596,6 +1596,14 @@ const speciesData = { name: "Stegosaurus", parents: ["dinosaur"] }, + "computer-virus": { + name: "Computer Virus", + parents: ["program"] + }, + "program": { + name: "Program", + parents: ["construct"] + }, } //species @@ -36941,6 +36949,40 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Vivian Sylveon", species: ["sylveon", "computer-virus"], tags: ["anthro"] }, + { + back: { + height: math.unit(9, "feet"), + name: "Back", + image: { + source: "./media/characters/vivian-sylveon/back.svg", + extra: 1853/1714, + bottom: 0/1853 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(500, "feet") + }, + { + name: "Megamacro", + height: math.unit(600, "miles") + }, + { + name: "Gigamacro", + height: math.unit(30000, "miles") + }, + ] +)) + //characters function makeCharacters() {