diff --git a/media/attribution.js b/media/attribution.js index 72c4f266..f79c8c92 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16157,6 +16157,18 @@ const attributionData = { "bigblueghost" ] }, + { + prefix: "./media/characters/lannah/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42905328/" } + ], + authors: [ + "alpinecentauri" + ], + owners: [ + "alpinecentauri" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22264,6 +22276,10 @@ const attributionData = { "name": "dungionbeast", "url": "https://twitter.com/dungionbeast" }, + "alpinecentauri": { + "name": "AlpineCentauri", + "url": "https://www.furaffinity.net/user/alpinecentauri/" + }, } } diff --git a/media/characters/lannah/front.svg b/media/characters/lannah/front.svg new file mode 100644 index 00000000..bcff10ae --- /dev/null +++ b/media/characters/lannah/front.svg @@ -0,0 +1,654 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c37a6caf..3b3b6dd8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42405,6 +42405,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lannah", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 11/12, "feet"), + name: "Front", + image: { + source: "./media/characters/lannah/front.svg", + extra: 1208/1113, + bottom: 97/1305 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 11/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {