diff --git a/media/attribution.js b/media/attribution.js index b5556952..61e15f52 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14231,6 +14231,18 @@ const attributionData = { "doomdutch" ] }, + { + prefix: "./media/characters/kingsley/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40561240/" } + ], + authors: [ + "andealmighty" + ], + owners: [ + "andealmighty" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19518,6 +19530,10 @@ const attributionData = { "name": "DoomDutch", "url": "https://www.furaffinity.net/user/doomdutch/" }, + "andealmighty": { + "name": "AndeAlmighty", + "url": "https://twitter.com/AndeAlmighty" + }, } } diff --git a/media/characters/kingsley/front.svg b/media/characters/kingsley/front.svg new file mode 100644 index 00000000..071c7b7f --- /dev/null +++ b/media/characters/kingsley/front.svg @@ -0,0 +1,930 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index de107903..a3b13058 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37152,6 +37152,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kingsley", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(11 + 9/12, "feet"), + weight: math.unit(935, "lb"), + name: "Front", + image: { + source: "./media/characters/kingsley/front.svg", + extra: 1803/1674, + bottom: 127/1930 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(11 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {