diff --git a/media/attribution.js b/media/attribution.js index 8db653f9..99646852 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9671,6 +9671,30 @@ const attributionData = { "vonadi" ] }, + { + prefix: "./media/characters/blair/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/36270848/" } + ], + authors: [ + "makar-ro" + ], + owners: [ + "makar-ro" + ] + }, + { + prefix: "./media/characters/fisher/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36259743/" } + ], + authors: [ + "makar-ro" + ], + owners: [ + "makar-ro" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/blair/side.svg b/media/characters/blair/side.svg new file mode 100644 index 00000000..26bbc0de --- /dev/null +++ b/media/characters/blair/side.svg @@ -0,0 +1,648 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/fisher/front.svg b/media/characters/fisher/front.svg new file mode 100644 index 00000000..4e004211 --- /dev/null +++ b/media/characters/fisher/front.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3193115f..dca2c134 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22498,6 +22498,68 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Blair" }, + { + side: { + height: math.unit(10, "feet"), + weight: math.unit(600, "lb"), + name: "Side", + image: { + source: "./media/characters/blair/side.svg", + bottom: 16.6/475, + extra: 458/431 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(8, "inches") + }, + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(180, "feet") + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Fisher" }, + { + front: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(125, "lb"), + name: "Front", + image: { + source: "./media/characters/fisher/front.svg", + extra: 444/390, + bottom: 2/444.8 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(4, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 4/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(100, "feet") + }, + ] +)) + //characters