diff --git a/media/attribution.js b/media/attribution.js index b91a186e..0373f9ce 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10335,6 +10335,18 @@ const attributionData = { "balina" ] }, + { + prefix: "./media/characters/balina-mejeri/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/17341227/" } + ], + authors: [ + "limitedvision" + ], + owners: [ + "balina" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14263,6 +14275,10 @@ const attributionData = { "name": "Amber-Aria", "url": "https://www.furaffinity.net/user/amber-aria", }, + "limitedvision": { + "name": "LimitedVision", + "url": "https://www.furaffinity.net/user/limitedvision", + }, } } diff --git a/media/characters/balina-mejeri/front.svg b/media/characters/balina-mejeri/front.svg new file mode 100644 index 00000000..11572baa --- /dev/null +++ b/media/characters/balina-mejeri/front.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7f08b02a..904f8310 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -25699,7 +25699,7 @@ characterMakers.push(() => makeCharacter( { front: { height: math.unit(6 + 4/12, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(300, "lb"), name: "Front", image: { source: "./media/characters/balina-mahigan/front.svg", @@ -25709,7 +25709,7 @@ characterMakers.push(() => makeCharacter( }, back: { height: math.unit(6 + 4/12, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(300, "lb"), name: "Back", image: { source: "./media/characters/balina-mahigan/back.svg", @@ -25776,6 +25776,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Balina Mejeri" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(275, "lb"), + name: "Front", + image: { + source: "./media/characters/balina-mejeri/front.svg", + extra: 517/488, + bottom: 44.2/561 + } + }, + }, + [ + { + name: "Business", + height: math.unit(155, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {