diff --git a/media/attribution.js b/media/attribution.js index 3b52a105..4b053842 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18112,6 +18112,7 @@ const attributionData = { { prefix: "./media/characters/shady/", files: [ + { name: "kneeling.svg", source: "https://www.furaffinity.net/view/43162853/", nsfw: true }, { name: "maw.svg", source: "https://www.furaffinity.net/view/44188752/" } ], authors: [ diff --git a/media/characters/shady/kneeling.svg b/media/characters/shady/kneeling.svg new file mode 100644 index 00000000..682423c3 --- /dev/null +++ b/media/characters/shady/kneeling.svg @@ -0,0 +1,1354 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4b2fa15b..9b4497ed 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -48393,6 +48393,15 @@ characterMakers.push(() => makeCharacter( bottom: 9/511 } }, + kneeling: { + height: math.unit(4.6, "feet"), + name: "Kneeling", + image: { + source: "./media/characters/shady/kneeling.svg", + extra: 1328/1219, + bottom: 117/1445 + } + }, maw: { height: math.unit(2, "feet"), name: "Maw",