diff --git a/media/attribution.js b/media/attribution.js index f6a1f5a4..c3dd4204 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6375,7 +6375,7 @@ const attributionData = { { name: "laying.svg", source: "https://www.furaffinity.net/view/23174731/" } ], authors: [ - "sentinelwinder" + "winderus" ], owners: [ "jazzywolf" @@ -19091,6 +19091,18 @@ const attributionData = { "opticbuster" ] }, + { + prefix: "./media/characters/sonya/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/40353205/" } + ], + authors: [ + "winderus" + ], + owners: [ + "winderus" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -20745,10 +20757,6 @@ const attributionData = { "name": "Rain Fallen", "url": "https://www.furaffinity.net/user/rainfallen/" }, - "sentinelwinder": { - "name": "SentinelWinder", - "url": "https://www.furaffinity.net/user/sentinelwinder" - }, "scottred": { "name": "ScottRed", "url": "https://www.furaffinity.net/user/scottred/" @@ -22867,7 +22875,7 @@ const attributionData = { }, "winderus": { "name": "Winderus", - "url": null, + "url": "https://www.furaffinity.net/user/sentinelwinder/", }, "mutant-serpentina": { "name": "mutant-serpentina", diff --git a/media/characters/sonya/side.svg b/media/characters/sonya/side.svg new file mode 100644 index 00000000..150908ec --- /dev/null +++ b/media/characters/sonya/side.svg @@ -0,0 +1,1043 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ec4c9218..0414fb30 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -52007,6 +52007,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sonya", species: ["suicune"], tags: ["feral"] }, + { + side: { + height: math.unit(8.1, "feet"), + weight: math.unit(3500, "lb"), + name: "Side", + image: { + source: "./media/characters/sonya/side.svg", + extra: 1730/1317, + bottom: 86/1816 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8.1, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {