| @@ -16444,6 +16444,18 @@ const attributionData = { | |||||
| "btpoke" | "btpoke" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/riley-bishop/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://sketchmob.com/?jb_action=order_public&oid=173348#.YSO7Fo5Kj-g" } | |||||
| ], | |||||
| authors: [ | |||||
| "arcturus" | |||||
| ], | |||||
| owners: [ | |||||
| "anonymous" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -22659,6 +22671,10 @@ const attributionData = { | |||||
| "name": "Zwiebelprinz", | "name": "Zwiebelprinz", | ||||
| "url": "https://twitter.com/Zwiebelprinz" | "url": "https://twitter.com/Zwiebelprinz" | ||||
| }, | }, | ||||
| "arcturus": { | |||||
| "name": "Arcturus", | |||||
| "url": "https://sketchmob.com/user-profile/arcturus/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -43272,6 +43272,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Riley Bishop", species: ["human"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(5, "feet"), | |||||
| weight: math.unit(90, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/riley-bishop/front.svg", | |||||
| extra: 1450/1428, | |||||
| bottom: 152/1602 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(5, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||