diff --git a/media/attribution.js b/media/attribution.js index 5d332983..6e905850 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10442,6 +10442,18 @@ const attributionData = { "tala-grovehorn" ] }, + { + prefix: "./media/characters/rosewen/", + files: [ + { name: "kneeling.svg", source: "https://www.furaffinity.net/view/35187229/", nsfw: true } + ], + authors: [ + "ziphora" + ], + owners: [ + "tala-grovehorn" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14406,6 +14418,10 @@ const attributionData = { "name": "NearlyConscious", "url": "https://www.furaffinity.net/user/nearlyconscious", }, + "ziphora": { + "name": "ziphora", + "url": "https://www.furaffinity.net/user/ziphora", + }, } } diff --git a/media/characters/rosewen/kneeling.svg b/media/characters/rosewen/kneeling.svg new file mode 100644 index 00000000..e662312a --- /dev/null +++ b/media/characters/rosewen/kneeling.svg @@ -0,0 +1,734 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6503208b..5a6580ed 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1278,6 +1278,10 @@ const speciesData = { name: "Pegasus", parents: ["horse"] }, + "vulpera": { + name: "Vulpera", + parents: ["fennec-fox"] + }, @@ -26058,7 +26062,34 @@ characterMakers.push(() => makeCharacter( }, }, [ - + { + name: "Normal", + height: math.unit(9.35, "feet"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Rosewen", species: ["vulpera"], tags: ["anthro"] }, + { + kneeling: { + height: math.unit(3 + 4/12, "feet"), + weight: math.unit(90, "lb"), + name: "Kneeling", + image: { + source: "./media/characters/rosewen/kneeling.svg", + extra: 1835/1571, + bottom: 27.7/1862 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3 + 4/12, "feet"), + default: true + }, ] ))