| @@ -16103,6 +16103,19 @@ const attributionData = { | |||||
| "duk3assassin" | "duk3assassin" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/hess/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/30515159/" } | |||||
| ], | |||||
| authors: [ | |||||
| "furryfilth", | |||||
| "vishykin" | |||||
| ], | |||||
| owners: [ | |||||
| "duk3assassin" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -22182,6 +22195,14 @@ const attributionData = { | |||||
| "name": "zecon19", | "name": "zecon19", | ||||
| "url": "https://www.furaffinity.net/user/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/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -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 | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||