diff --git a/media/attribution.js b/media/attribution.js index 6e5968ff..f92f184a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6164,6 +6164,18 @@ const attributionData = { "dragondruid" ] }, + { + prefix: "./media/characters/natalie-kellon/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35394418" } + ], + authors: [ + "vvalkyrie99" + ], + owners: [ + "lestrange110" + ] + }, //characters { prefix: "./media/food/animals/", @@ -8544,6 +8556,14 @@ const attributionData = { "name": "krowy", "url": "https://www.furaffinity.net/user/krowy", }, + "vvalkyrie99": { + "name": "vvalkyrie99", + "url": "https://www.furaffinity.net/user/vvalkyrie99", + }, + "lestrange110": { + "name": "lestrange110", + "url": "https://twitter.com/lestrange110", + }, } } diff --git a/media/characters/natalie-kellon/front.svg b/media/characters/natalie-kellon/front.svg new file mode 100644 index 00000000..98c41f9b --- /dev/null +++ b/media/characters/natalie-kellon/front.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b263d3c6..485751e7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14850,6 +14850,53 @@ characterMakers["Ian Corvid"] = () => { ] ) }; + +characterMakers["Natalie Kellon"] = () => { + return makeCharacter( + "Natalie Kellon", + "lestrange110", + { + front: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(147, "lb"), + name: "Front", + image: { + source: "./media/characters/natalie-kellon/front.svg", + extra: 1214/1141, + bottom: 0.02 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(1/16, "inch") + }, + { + name: "Tiny", + height: math.unit(4, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 7/12, "feet"), + default: true + }, + { + name: "Amazon", + height: math.unit(12, "feet") + }, + { + name: "Giantess", + height: math.unit(160, "meters") + }, + { + name: "Titaness", + height: math.unit(800, "meters") + }, + ] + ) +}; + //characters function makeCharacters() {