diff --git a/media/attribution.js b/media/attribution.js index 6b66dd77..10b69d29 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7822,7 +7822,7 @@ const attributionData = { { name: "dick-were.svg", source: "https://www.furaffinity.net/view/35061227/", nsfw: true }, ], authors: [ - "palelilly" + "qt-arts" ], owners: [ "leo-leonal" @@ -17040,6 +17040,19 @@ const attributionData = { "huttser" ] }, + { + prefix: "./media/characters/leanne-lycheborne/", + files: [ + { name: "normal.svg", source: "https://www.furaffinity.net/view/39721015/", nsfw: true }, + { name: "were.svg", source: "https://www.furaffinity.net/view/43643460/", nsfw: true } + ], + authors: [ + "qt-arts" + ], + owners: [ + "leo-leonal" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19574,7 +19587,7 @@ const attributionData = { "url": "https://twitter.com/Mt_Jamie_Larsen/", }, "qt-arts": { - "name": "QT_Arts", + "name": "QueenThylacine", "url": "https://twitter.com/QT_Arts", }, "tendirmuldr": { @@ -20265,10 +20278,6 @@ const attributionData = { "name": "Neltruin", "url": "https://www.furaffinity.net/user/neltruin", }, - "palelilly": { - "name": "PaleLilly", - "url": "https://www.furaffinity.net/user/palelillyillustration", - }, "leo-leonal": { "name": "Leo-leonal", "url": "https://www.furaffinity.net/user/leo-leonal/", diff --git a/media/characters/leanne-lycheborne/normal.svg b/media/characters/leanne-lycheborne/normal.svg new file mode 100644 index 00000000..18ff8e8d --- /dev/null +++ b/media/characters/leanne-lycheborne/normal.svg @@ -0,0 +1,921 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/leanne-lycheborne/were.svg b/media/characters/leanne-lycheborne/were.svg new file mode 100644 index 00000000..708c389e --- /dev/null +++ b/media/characters/leanne-lycheborne/were.svg @@ -0,0 +1,659 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 18d980b1..31f14883 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -44889,6 +44889,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Leanne Lycheborne", species: ["wolf", "dog", "werewolf"], tags: ["anthro"] }, + { + normal: { + height: math.unit(6 + 1/12, "feet"), + weight: math.unit(180, "lb"), + name: "Normal", + image: { + source: "./media/characters/leanne-lycheborne/normal.svg", + extra: 1748/1660, + bottom: 98/1846 + } + }, + were: { + height: math.unit(12, "feet"), + weight: math.unit(1600, "lb"), + name: "Were", + image: { + source: "./media/characters/leanne-lycheborne/were.svg", + extra: 1485/1432, + bottom: 66/1551 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 1/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {