diff --git a/media/attribution.js b/media/attribution.js index b1f2ebaa..45e2a1b1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15803,6 +15803,18 @@ const attributionData = { "ichiinu" ] }, + { + prefix: "./media/characters/tristan-hawthorne/", + files: [ + { name: "front.svg", source: "https://twitter.com/Tris_Hawthorne/status/1141831843982925824" } + ], + authors: [ + "rabidraccoon" + ], + owners: [ + "tristanhawthorne" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21802,6 +21814,10 @@ const attributionData = { "name": "RabidRaccoon", "url": "https://twitter.com/RabidRaccoon" }, + "tristanhawthorne": { + "name": "TristanHawthorne", + "url": "https://www.furaffinity.net/user/tristanhawthorne/" + }, } } diff --git a/media/characters/tristan-hawthorne/front.svg b/media/characters/tristan-hawthorne/front.svg new file mode 100644 index 00000000..5c9ccc6f --- /dev/null +++ b/media/characters/tristan-hawthorne/front.svg @@ -0,0 +1,1045 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c9f4e1b7..db453681 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41478,6 +41478,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tristan Hawthorne", species: ["labrador"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 6/12, "feet"), + weight: math.unit(350, "lb"), + name: "Front", + image: { + source: "./media/characters/tristan-hawthorne/front.svg", + extra: 1159/1124, + bottom: 37/1196 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {