diff --git a/media/attribution.js b/media/attribution.js index f2306920..c98f8dc3 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16602,6 +16602,22 @@ const attributionData = { "inukazane" ] }, + { + prefix: "./media/characters/aliya-cotton/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37033038/" } + ], + authors: [ + "sillysinz", + "thistlebaby" + ], + owners: [ + "inukazane" + ], + citations: [ + "https://www.deviantart.com/sillysinz/art/Tiny-Fur-Base-POINTS-ONLY-OPEN-NEW-PNG-FILE-745439098" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22849,6 +22865,14 @@ const attributionData = { "name": "RedBand.Jackalope", "url": "https://www.furaffinity.net/user/redband.jackalope" }, + "sillysinz": { + "name": "SillySinz", + "url": "https://www.deviantart.com/sillysinz" + }, + "thistlebaby": { + "name": "Thistlebaby", + "url": null + }, } } diff --git a/media/characters/aliya-cotton/front.svg b/media/characters/aliya-cotton/front.svg new file mode 100644 index 00000000..ba9eaaa8 --- /dev/null +++ b/media/characters/aliya-cotton/front.svg @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8aaa189f..f06322b8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -43664,6 +43664,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Aliya Cotton", species: ["rabbit"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 9/12, "feet"), + name: "Front", + image: { + source: "./media/characters/aliya-cotton/front.svg", + extra: 577/564, + bottom: 29/606 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {