| @@ -15081,6 +15081,18 @@ const attributionData = { | |||||
| "tigbun" | "tigbun" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/maxine/", | |||||
| files: [ | |||||
| { name: "front.svg", source: null } | |||||
| ], | |||||
| authors: [ | |||||
| "kuhlayduskopik" | |||||
| ], | |||||
| owners: [ | |||||
| "kuhlayduskopik" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -20669,6 +20681,10 @@ const attributionData = { | |||||
| "name": "Tigbun", | "name": "Tigbun", | ||||
| "url": "https://www.furaffinity.net/user/tigbun/" | "url": "https://www.furaffinity.net/user/tigbun/" | ||||
| }, | }, | ||||
| "kuhlayduskopik": { | |||||
| "name": "kuhlayduskopik", | |||||
| "url": "https://twitter.com/kuhlayduskopik" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -39909,6 +39909,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Maxine", species: ["human"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(5, "feet"), | |||||
| weight: math.unit(105, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/maxine/front.svg", | |||||
| extra: 1386/1250, | |||||
| bottom: 71/1457 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(5, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||