| @@ -15803,6 +15803,18 @@ const attributionData = { | |||||
| "ichiinu" | "ichiinu" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/tristan-hawthorne/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/Tris_Hawthorne/status/1141831843982925824" } | |||||
| ], | |||||
| authors: [ | |||||
| "rabidraccoon" | |||||
| ], | |||||
| owners: [ | |||||
| "tristanhawthorne" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -21802,6 +21814,10 @@ const attributionData = { | |||||
| "name": "RabidRaccoon", | "name": "RabidRaccoon", | ||||
| "url": "https://twitter.com/RabidRaccoon" | "url": "https://twitter.com/RabidRaccoon" | ||||
| }, | }, | ||||
| "tristanhawthorne": { | |||||
| "name": "TristanHawthorne", | |||||
| "url": "https://www.furaffinity.net/user/tristanhawthorne/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -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 | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||