diff --git a/media/attribution.js b/media/attribution.js index 75582bac..bdf2a243 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19598,6 +19598,18 @@ const attributionData = { "cilenomon" ] }, + { + prefix: "./media/characters/sen-mink/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41314549/" } + ], + authors: [ + "soft--dogs" + ], + owners: [ + "venomhydra" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27243,6 +27255,14 @@ const attributionData = { "name": "DaFka", "url": "https://www.furaffinity.net/user/dafka/" }, + "soft--dogs": { + "name": "soft--dogs", + "url": "https://www.furaffinity.net/user/soft--dogs/" + }, + "venomhydra": { + "name": "venomhydra", + "url": "https://www.furaffinity.net/user/venomhydra/" + }, } } diff --git a/media/characters/sen-mink/front.svg b/media/characters/sen-mink/front.svg new file mode 100644 index 00000000..d7cc1a0a --- /dev/null +++ b/media/characters/sen-mink/front.svg @@ -0,0 +1,1052 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e2b29d35..a24e1a61 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2053,6 +2053,10 @@ const speciesData = { name: "Joltik", parents: ["pokemon", "insect"] }, + "mink": { + name: "Mink", + parents: ["mustelid"] + }, } //species @@ -53577,6 +53581,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sen (Mink)", species: ["mink"], tags: ["anthro"] }, + { + front: { + height: math.unit(5, "feet"), + name: "Front", + image: { + source: "./media/characters/sen-mink/front.svg", + extra: 1727/1675, + bottom: 35/1762 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {