diff --git a/media/attribution.js b/media/attribution.js index 4cb511dc..3c3bf45b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13869,6 +13869,18 @@ const attributionData = { "ichiinu" ] }, + { + prefix: "./media/characters/kimmy/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/8573276/" } + ], + authors: [ + "underneath-yourbed" + ], + owners: [ + "kimmykitsune" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19032,6 +19044,14 @@ const attributionData = { "name": "Ichiinu", "url": "https://www.furaffinity.net/user/ichiinu/" }, + "kimmykitsune": { + "name": "KimmyKitsune", + "url": "https://www.furaffinity.net/user/kitsunekimmy" + }, + "underneath-yourbed": { + "name": "Underneath.YourBed", + "url": "https://www.furaffinity.net/user/underneath.yourbed/" + }, } } diff --git a/media/characters/kimmy/front.svg b/media/characters/kimmy/front.svg new file mode 100644 index 00000000..51b4701d --- /dev/null +++ b/media/characters/kimmy/front.svg @@ -0,0 +1,617 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d088aebe..1d8035f2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1563,6 +1563,10 @@ const speciesData = { name: "Chinchilla", parents: ["rodent"] }, + "felkin": { + name: "Felkin", + parents: ["dragon"] + }, } //species @@ -36126,6 +36130,32 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kimmy", species: ["kitsune"], tags: ["anthro"] }, + { + front: { + height: math.unit(171, "cm"), + name: "Front", + image: { + source: "./media/characters/kimmy/front.svg", + extra: 1491/1435, + bottom: 53/1544 + } + }, + }, + [ + { + name: "Small", + height: math.unit(9, "cm") + }, + { + name: "Normal", + height: math.unit(171, "cm"), + default: true + }, + ] +)) + //characters function makeCharacters() {