diff --git a/media/attribution.js b/media/attribution.js index 79c43bf3..e6edbd46 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16444,6 +16444,18 @@ const attributionData = { "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 { prefix: "./media/dildos/chance/", @@ -22659,6 +22671,10 @@ const attributionData = { "name": "Zwiebelprinz", "url": "https://twitter.com/Zwiebelprinz" }, + "arcturus": { + "name": "Arcturus", + "url": "https://sketchmob.com/user-profile/arcturus/" + }, } } diff --git a/media/characters/riley-bishop/front.svg b/media/characters/riley-bishop/front.svg new file mode 100644 index 00000000..3bab1d1c --- /dev/null +++ b/media/characters/riley-bishop/front.svg @@ -0,0 +1,2243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f1c626a2..af8de555 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -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 function makeCharacters() {