diff --git a/media/attribution.js b/media/attribution.js index d8216cf7..5debd64c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12130,6 +12130,20 @@ const attributionData = { "jax-the-huskey" ] }, + { + prefix: "./media/characters/eikthynir/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29670464/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/29670464/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/29670464/", nsfw: true }, + ], + authors: [ + "negativetheory" + ], + owners: [ + "eikthynir-the-deer" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16720,6 +16734,14 @@ const attributionData = { "name": "Jax", "url": "https://twitter.com/Jax_the_huskey" }, + "negativetheory": { + "name": "negativeTHEORY", + "url": "https://www.furaffinity.net/user/negativetheory" + }, + "eikthynir-the-deer": { + "name": "Eikthynir", + "url": "https://www.furaffinity.net/user/eikthynirthedeer/" + }, } } diff --git a/media/characters/eikthynir/back.svg b/media/characters/eikthynir/back.svg new file mode 100644 index 00000000..f7c236a4 --- /dev/null +++ b/media/characters/eikthynir/back.svg @@ -0,0 +1,264 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/eikthynir/dick.svg b/media/characters/eikthynir/dick.svg new file mode 100644 index 00000000..417e6522 --- /dev/null +++ b/media/characters/eikthynir/dick.svg @@ -0,0 +1,77 @@ + + + + + + + + + + diff --git a/media/characters/eikthynir/front.svg b/media/characters/eikthynir/front.svg new file mode 100644 index 00000000..16731e2a --- /dev/null +++ b/media/characters/eikthynir/front.svg @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b61a5679..c19f73b2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31296,6 +31296,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Eikthynir", species: ["deer"], tags: ["anthro"] }, + { + front: { + height: math.unit(8, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/eikthynir/front.svg", + extra: 1332/1166, + bottom: 82/1414 + } + }, + back: { + height: math.unit(8, "feet"), + weight: math.unit(250, "lb"), + name: "Back", + image: { + source: "./media/characters/eikthynir/back.svg", + extra: 1342/1190, + bottom: 19/1361 + } + }, + dick: { + height: math.unit(2.35, "feet"), + name: "Dick", + image: { + source: "./media/characters/eikthynir/dick.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {