diff --git a/media/attribution.js b/media/attribution.js index 8dfde2a3..2789c88f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16103,6 +16103,19 @@ const attributionData = { "duk3assassin" ] }, + { + prefix: "./media/characters/hess/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30515159/" } + ], + authors: [ + "furryfilth", + "vishykin" + ], + owners: [ + "duk3assassin" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22182,6 +22195,14 @@ const attributionData = { "name": "zecon19", "url": "https://www.furaffinity.net/user/zecon19" }, + "vishykin": { + "name": "Vishykin", + "url": "https://www.furaffinity.net/user/vishykin" + }, + "furryfilth": { + "name": "furryfilth", + "url": "https://www.furaffinity.net/user/furryfilth/" + }, } } diff --git a/media/characters/hess/front.svg b/media/characters/hess/front.svg new file mode 100644 index 00000000..1181d12f --- /dev/null +++ b/media/characters/hess/front.svg @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f7166604..f75cccc6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42261,6 +42261,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Hess", species: ["gryphon"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 3/12, "feet"), + weight: math.unit(80, "lb"), + name: "Front", + image: { + source: "./media/characters/hess/front.svg", + extra: 1200/1123, + bottom: 16/1216 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {