diff --git a/media/attribution.js b/media/attribution.js index 91e94c07..7a237487 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14946,6 +14946,18 @@ const attributionData = { "cookie54" ] }, + { + prefix: "./media/characters/farzian/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40274177/" } + ], + authors: [ + "mysteriesfox" + ], + owners: [ + "farzian" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20465,6 +20477,14 @@ const attributionData = { "name": "cookie54", "url": "https://www.furaffinity.net/user/cookie54/" }, + "mysteriesfox": { + "name": "mysteriesfox", + "url": "https://twitter.com/mysteriesfox" + }, + "farzian": { + "name": "Farzian", + "url": "https://twitter.com/FarziannTheFolf" + }, } } diff --git a/media/characters/farzian/front.svg b/media/characters/farzian/front.svg new file mode 100644 index 00000000..69317c04 --- /dev/null +++ b/media/characters/farzian/front.svg @@ -0,0 +1,775 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 46b6ea40..e8e4effa 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39536,6 +39536,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Farzian", species: ["folf"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(145, "lb"), + name: "Front", + image: { + source: "./media/characters/farzian/front.svg", + extra: 1902/1693, + bottom: 108/2010 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(500, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {