diff --git a/media/attribution.js b/media/attribution.js index 6cc01853..c0aaded3 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4634,7 +4634,8 @@ const attributionData = { prefix: "./media/characters/sofia-fluttertail/", files: [ { name: "front-alt.svg", source: "https://www.furaffinity.net/view/16704878/" }, - { name: "back.svg", source: "https://www.furaffinity.net/view/16704878/" } + { name: "back.svg", source: "https://www.furaffinity.net/view/16704878/" }, + { name: "kneeling.svg", source: "https://www.furaffinity.net/view/14756340/" } ], authors: [ "fauxlacine" diff --git a/media/characters/sofia-fluttertail/kneeling.svg b/media/characters/sofia-fluttertail/kneeling.svg new file mode 100644 index 00000000..9eaf8395 --- /dev/null +++ b/media/characters/sofia-fluttertail/kneeling.svg @@ -0,0 +1,916 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4c0d9cb3..3b3bfc63 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -152,6 +152,16 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/sofia-fluttertail/back.svg" } }, + kneeling: { + height: math.unit(125, "cm"), + weight: math.unit(80, "kg"), + name: "Kneeling", + image: { + source: "./media/characters/sofia-fluttertail/kneeling.svg", + extra: 1033/977, + bottom: 23.7/1057 + } + }, maw: { height: math.unit(183 / 5, "cm"), name: "Maw", @@ -165,6 +175,10 @@ characterMakers.push(() => makeCharacter( name: "Normal", height: math.unit(1.83, "meter") }, + { + name: "50 Foot Collie", + height: math.unit(50, "feet") + }, { name: "Macro", height: math.unit(96, "feet"),