diff --git a/media/attribution.js b/media/attribution.js index fc2ac19d..38f583f9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18085,6 +18085,18 @@ const attributionData = { "xrequiem" ] }, + { + prefix: "./media/characters/faefnul/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/40316947/" } + ], + authors: [ + "diodedrake" + ], + owners: [ + "diodedrake" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24968,6 +24980,10 @@ const attributionData = { "name": "Chompii", "url": "https://www.furaffinity.net/user/chompii/" }, + "diodedrake": { + "name": "DiodeDrake", + "url": "https://www.furaffinity.net/user/diodedrake/" + }, } } diff --git a/media/characters/faefnul/side.svg b/media/characters/faefnul/side.svg new file mode 100644 index 00000000..38ec6b7b --- /dev/null +++ b/media/characters/faefnul/side.svg @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0b21e09d..92080664 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -48359,6 +48359,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Faefnul", species: ["alien", "lizard"], tags: ["anthro"] }, + { + side: { + height: math.unit(11, "feet"), + name: "Side", + image: { + source: "./media/characters/faefnul/side.svg", + extra: 1100/1007, + bottom: 0/1100 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(11, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {