diff --git a/media/attribution.js b/media/attribution.js index 872691f3..c3361aba 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17594,6 +17594,18 @@ const attributionData = { "neopuc" ] }, + { + prefix: "./media/characters/steph/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43994965/", nsfw: true } + ], + authors: [ + "helisa-adopts" + ], + owners: [ + "kal278" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/steph/front.svg b/media/characters/steph/front.svg new file mode 100644 index 00000000..8c48d969 --- /dev/null +++ b/media/characters/steph/front.svg @@ -0,0 +1,1361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 61e54367..6d2a3b9b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -46718,6 +46718,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Steph", species: ["shark"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + name: "Front", + image: { + source: "./media/characters/steph/front.svg", + extra: 1430/1330, + bottom: 54/1484 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {