diff --git a/media/attribution.js b/media/attribution.js index d012c2cb..21c27a50 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18177,6 +18177,18 @@ const attributionData = { "callowclay" ] }, + { + prefix: "./media/characters/natel/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/11353273/", nsfw: true } + ], + authors: [ + "shapeshifterprincess" + ], + owners: [ + "mr-natel" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -25139,6 +25151,14 @@ const attributionData = { "name": "Cheetahtrout", "url": "https://twitter.com/Cheetahtrout" }, + "shapeshifterprincess": { + "name": "Shapeshifterprincess", + "url": "https://www.furaffinity.net/user/shapeshifterprincess" + }, + "mr-natel": { + "name": "Natel", + "url": "https://twitter.com/Mr_Natel" + }, } } diff --git a/media/characters/natel/front.svg b/media/characters/natel/front.svg new file mode 100644 index 00000000..a564bda6 --- /dev/null +++ b/media/characters/natel/front.svg @@ -0,0 +1,1245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6abaaa3f..6b1347cb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -48728,6 +48728,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Natel", species: ["folf"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + name: "Front", + image: { + source: "./media/characters/natel/front.svg", + extra: 1833/1692, + bottom: 166/1999 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {