diff --git a/media/attribution.js b/media/attribution.js index 450246ea..7046f07f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18702,7 +18702,7 @@ const attributionData = { { prefix: "./media/characters/moonshine/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/40975252/" } + { name: "front.svg", source: "https://www.furaffinity.net/view/40975252/", nsfw: true } ], authors: [ "plat" @@ -18714,7 +18714,19 @@ const attributionData = { { prefix: "./media/characters/aletia/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/35546188/" } + { name: "front.svg", source: "https://www.furaffinity.net/view/35546188/", nsfw: true } + ], + authors: [ + "plat" + ], + owners: [ + "plat" + ] + }, + { + prefix: "./media/characters/deidra/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35554833/", nsfw: true } ], authors: [ "plat" diff --git a/media/characters/deidra/front.svg b/media/characters/deidra/front.svg new file mode 100644 index 00000000..c3062097 --- /dev/null +++ b/media/characters/deidra/front.svg @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c13fbb12..d3be4a05 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -50617,6 +50617,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Deidra", species: ["caudin"], tags: ["anthro"] }, + { + front: { + height: math.unit(17, "feet"), + weight: math.unit(6500, "lb"), + name: "Front", + image: { + source: "./media/characters/deidra/front.svg", + extra: 1201/1081, + bottom: 16/1217 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(17, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {