diff --git a/media/attribution.js b/media/attribution.js index 4d909aa2..d155d2fc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19726,7 +19726,7 @@ const attributionData = { "carifoxleopard" ], owners: [ - "ovenotter" + "airless" ] }, //characters @@ -27471,6 +27471,10 @@ const attributionData = { "name": "Boeing", "url": "https://www.boeing.com/" }, + "airless": { + "name": "AirlessDragon", + "url": "https://twitter.com/airlessdragon" + }, } } diff --git a/presets/characters.js b/presets/characters.js index 728babec..57a48cfb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53883,7 +53883,7 @@ characterMakers.push(() => makeCharacter( { front: { height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(200, "lb"), name: "Front", image: { source: "./media/characters/poptart/front.svg", @@ -53893,7 +53893,7 @@ characterMakers.push(() => makeCharacter( }, back: { height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(200, "lb"), name: "Back", image: { source: "./media/characters/poptart/back.svg", @@ -53903,7 +53903,7 @@ characterMakers.push(() => makeCharacter( }, frontNsfw: { height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(200, "lb"), name: "Front (NSFW)", image: { source: "./media/characters/poptart/front-nsfw.svg", @@ -53913,7 +53913,7 @@ characterMakers.push(() => makeCharacter( }, backNsfw: { height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(200, "lb"), name: "Back (NSFW)", image: { source: "./media/characters/poptart/back-nsfw.svg", @@ -53942,6 +53942,14 @@ characterMakers.push(() => makeCharacter( height: math.unit(6, "feet"), default: true }, + { + name: "Grande", + height: math.unit(350, "feet") + }, + { + name: "Massif", + height: math.unit(967, "feet") + }, ] ))