|  | @@ -53883,7 +53883,7 @@ characterMakers.push(() => makeCharacter( | 
														
													
														
															
																|  |  | { |  |  | { | 
														
													
														
															
																|  |  | front: { |  |  | front: { | 
														
													
														
															
																|  |  | height: math.unit(6, "feet"), |  |  | height: math.unit(6, "feet"), | 
														
													
														
															
																|  |  | weight: math.unit(150, "lb"), |  |  |  | 
														
													
														
															
																|  |  |  |  |  | weight: math.unit(200, "lb"), | 
														
													
														
															
																|  |  | name: "Front", |  |  | name: "Front", | 
														
													
														
															
																|  |  | image: { |  |  | image: { | 
														
													
														
															
																|  |  | source: "./media/characters/poptart/front.svg", |  |  | source: "./media/characters/poptart/front.svg", | 
														
													
												
													
														
															
																|  | @@ -53893,7 +53893,7 @@ characterMakers.push(() => makeCharacter( | 
														
													
														
															
																|  |  | }, |  |  | }, | 
														
													
														
															
																|  |  | back: { |  |  | back: { | 
														
													
														
															
																|  |  | height: math.unit(6, "feet"), |  |  | height: math.unit(6, "feet"), | 
														
													
														
															
																|  |  | weight: math.unit(150, "lb"), |  |  |  | 
														
													
														
															
																|  |  |  |  |  | weight: math.unit(200, "lb"), | 
														
													
														
															
																|  |  | name: "Back", |  |  | name: "Back", | 
														
													
														
															
																|  |  | image: { |  |  | image: { | 
														
													
														
															
																|  |  | source: "./media/characters/poptart/back.svg", |  |  | source: "./media/characters/poptart/back.svg", | 
														
													
												
													
														
															
																|  | @@ -53903,7 +53903,7 @@ characterMakers.push(() => makeCharacter( | 
														
													
														
															
																|  |  | }, |  |  | }, | 
														
													
														
															
																|  |  | frontNsfw: { |  |  | frontNsfw: { | 
														
													
														
															
																|  |  | height: math.unit(6, "feet"), |  |  | height: math.unit(6, "feet"), | 
														
													
														
															
																|  |  | weight: math.unit(150, "lb"), |  |  |  | 
														
													
														
															
																|  |  |  |  |  | weight: math.unit(200, "lb"), | 
														
													
														
															
																|  |  | name: "Front (NSFW)", |  |  | name: "Front (NSFW)", | 
														
													
														
															
																|  |  | image: { |  |  | image: { | 
														
													
														
															
																|  |  | source: "./media/characters/poptart/front-nsfw.svg", |  |  | source: "./media/characters/poptart/front-nsfw.svg", | 
														
													
												
													
														
															
																|  | @@ -53913,7 +53913,7 @@ characterMakers.push(() => makeCharacter( | 
														
													
														
															
																|  |  | }, |  |  | }, | 
														
													
														
															
																|  |  | backNsfw: { |  |  | backNsfw: { | 
														
													
														
															
																|  |  | height: math.unit(6, "feet"), |  |  | height: math.unit(6, "feet"), | 
														
													
														
															
																|  |  | weight: math.unit(150, "lb"), |  |  |  | 
														
													
														
															
																|  |  |  |  |  | weight: math.unit(200, "lb"), | 
														
													
														
															
																|  |  | name: "Back (NSFW)", |  |  | name: "Back (NSFW)", | 
														
													
														
															
																|  |  | image: { |  |  | image: { | 
														
													
														
															
																|  |  | source: "./media/characters/poptart/back-nsfw.svg", |  |  | source: "./media/characters/poptart/back-nsfw.svg", | 
														
													
												
													
														
															
																|  | @@ -53942,6 +53942,14 @@ characterMakers.push(() => makeCharacter( | 
														
													
														
															
																|  |  | height: math.unit(6, "feet"), |  |  | height: math.unit(6, "feet"), | 
														
													
														
															
																|  |  | default: true |  |  | default: true | 
														
													
														
															
																|  |  | }, |  |  | }, | 
														
													
														
															
																|  |  |  |  |  | { | 
														
													
														
															
																|  |  |  |  |  | name: "Grande", | 
														
													
														
															
																|  |  |  |  |  | height: math.unit(350, "feet") | 
														
													
														
															
																|  |  |  |  |  | }, | 
														
													
														
															
																|  |  |  |  |  | { | 
														
													
														
															
																|  |  |  |  |  | name: "Massif", | 
														
													
														
															
																|  |  |  |  |  | height: math.unit(967, "feet") | 
														
													
														
															
																|  |  |  |  |  | }, | 
														
													
														
															
																|  |  | ] |  |  | ] | 
														
													
														
															
																|  |  | )) |  |  | )) | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
												
													
														
															
																|  | 
 |