JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
by Meatgirl Chef
Fill out the form to find out your meat grade.
<<script>> const achievements = [ // this achievement will be awarded when achieving prime grade { id: 'prime-grade-meatgirl', title: 'Prime Grade', description: 'It\'s a wonder you haven\'t been snuffed yet.', unlocked: false, hidden: false, test() { const currentPassage = passage(); if (variables().me.grade == "Prime") { return true; } } }, // this achievement will be awarded when achieving a grade { id: 'a-grade-meatgirl', title: 'A Grade', description: 'You\'d make a great spitroast.', unlocked: false, hidden: false, test() { const currentPassage = passage(); if (variables().me.grade == "A") { return true; } } }, // this achievement will be awarded when achieving b grade { id: 'b-grade-meatgirl', title: 'B Grade', description: 'Family dinners wouldn\'t be the same without you.', unlocked: false, hidden: false, test() { const currentPassage = passage(); if (variables().me.grade == "B") { return true; } } }, // this achievement will be awarded when achieving c grade { id: 'C-grade-meatgirl', title: 'C Grade', description: 'You\'d make a pretty pile of sliced meats.', unlocked: false, hidden: false, test() { const currentPassage = passage(); if (variables().me.grade == "C") { return true; } } }, // this achievement will be awarded when achieving d grade { id: 'd-grade-meatgirl', title: 'D Grade', description: 'Those burgers aren\'t gonna grind themselves. Hop in.', unlocked: false, hidden: false, test() { const currentPassage = passage(); if (variables().me.grade == "D") { return true; } } }, // this achievement will be awarded when user is a pedophile { id: 'underage-meat', title: 'Epstein', description: 'Try to register underage meat.', unlocked: false, hidden: true, test() { if (variables().me.age < 18) { return true; } } } ]; window.achievementRenderer = new scUtils.AchievementRenderer(achievements); <</script>> /*Create the blank character object*/ <<set $me to new setup.Woman(null, null, null, null, null, null, null, null, null)>>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="achievement-icon"> <path class="st0" d="M110.26,202.977c-4.636-3.246-10.281-5.311-16.284-5.303c-6.003-0.008-11.647,2.057-16.284,5.303 c-6.994,4.912-12.054,12.192-15.6,20.725c-3.497,8.548-5.433,18.464-5.433,29.061c0.016,14.128,3.4,27.036,9.5,37.13 c3.059,5.035,6.865,9.395,11.533,12.648c4.62,3.254,10.281,5.327,16.284,5.312c6.002,0.016,11.648-2.058,16.284-5.312 c6.995-4.888,12.07-12.192,15.601-20.708c3.498-8.549,5.433-18.48,5.433-29.07c-0.017-14.128-3.4-27.045-9.5-37.13 C118.736,210.598,114.93,206.23,110.26,202.977z M105.185,279.791c-1.919,3.181-4.067,5.45-6.002,6.8 c-1.985,1.334-3.579,1.806-5.206,1.806c-1.61,0-3.221-0.472-5.189-1.806c-2.912-1.992-6.279-6.198-8.703-12.16 c-2.44-5.929-3.986-13.478-3.986-21.668c-0.033-10.923,2.782-20.708,6.67-27.036c1.92-3.156,4.084-5.441,6.019-6.783 c1.968-1.35,3.579-1.814,5.189-1.83c1.626,0.016,3.221,0.48,5.206,1.83c2.896,1.977,6.263,6.189,8.687,12.144 c2.44,5.945,4.002,13.486,3.986,21.676C111.887,263.686,109.073,273.455,105.185,279.791z"/> <path class="st0" d="M512,223.221c0-17.105-6.963-32.729-18.204-43.93c-11.176-11.208-26.808-18.203-43.922-18.187 c-16.674-0.016-31.949,6.646-43.044,17.382c-7.499,7.223-13.127,16.39-16.25,26.663h-21.994c-1.448-1.521-3.107-3.278-4.864-5.165 c-3.92-4.23-8.248-9.11-10.655-12.233c-12.623-16.284-24.336-31.339-37.349-44.947c-19.44-20.432-42.263-37.488-73.562-48.567 c-31.282-11.118-70.502-16.634-124.331-16.65c-5.726,0-11.631,0.065-17.699,0.195v0.016C84.314,77.856,69.592,84.2,57.44,94.155 c-9.24,7.516-17.276,17.089-24.287,28.183c-10.476,16.658-18.675,36.846-24.352,59.482C3.123,204.473,0.017,229.549,0,256 c0.049,47.037,9.761,89.747,26.516,122.046c8.41,16.146,18.61,29.769,30.924,39.823c12.152,9.939,26.874,16.291,42.702,16.356 c6.377,0.131,12.558,0.187,18.544,0.187c37.952,0,68.404-2.481,93.814-7.434c19.066-3.726,35.3-8.858,49.485-15.438 c21.294-9.826,37.756-22.921,51.844-37.871c13.941-14.794,25.768-31.249,38.977-49.062l16.088-17.732h21.685 c3.124,10.273,8.751,19.44,16.25,26.67c11.095,10.728,26.37,17.382,43.044,17.382c17.113,0,32.746-6.987,43.922-18.195 c11.241-11.2,18.204-26.816,18.204-43.93c0-12.022-3.514-23.262-9.468-32.788C508.486,246.492,512,235.243,512,223.221z M268.168,151.815c6.897,0,12.494,5.596,12.494,12.494s-5.596,12.493-12.494,12.493c-6.897,0-12.493-5.596-12.493-12.493 S261.271,151.815,268.168,151.815z M152.8,366.585c-7.645,13.323-16.479,23.556-25.491,30.233c-2.879,2.131-5.726,3.758-8.59,5.19 c0,0-0.016,0-0.032,0c-5.758,0-11.729-0.065-17.91-0.171l-0.146-0.025h-0.164c-7.336-0.016-14.656-2.709-22.578-9.085 c-5.889-4.774-11.843-11.64-17.308-20.334c-8.248-13.054-15.39-30.224-20.351-50.079c-4.978-19.87-7.825-42.417-7.825-66.314 c-0.048-42.442,9.094-80.743,22.856-107.081c6.832-13.176,14.771-23.286,22.628-29.638c7.922-6.386,15.242-9.061,22.578-9.094 h0.164h0.162c5.872-0.131,11.534-0.188,17.032-0.188c0.309,0,0.602,0.008,0.911,0.008c2.847,1.424,5.694,3.066,8.573,5.189 c13.518,9.988,26.597,28.102,35.984,52.365c9.435,24.239,15.275,54.512,15.275,88.438 C178.583,301.256,168.14,339.981,152.8,366.585z M207.784,189.556c5.596,0,10.15,4.546,10.15,10.15 c0,5.605-4.554,10.152-10.15,10.152c-5.612,0-10.151-4.547-10.151-10.152C197.632,194.102,202.172,189.556,207.784,189.556z M209.866,383.463c-6.035,0-10.932-4.896-10.932-10.932c0-6.035,4.897-10.932,10.932-10.932c6.035,0,10.932,4.896,10.932,10.932 C220.798,378.567,215.901,383.463,209.866,383.463z M251.51,285.078c-6.897,0-12.494-5.596-12.494-12.493 c0-6.897,5.596-12.493,12.494-12.493c6.897,0,12.493,5.596,12.493,12.493C264.004,279.482,258.408,285.078,251.51,285.078z M280.662,351.709c-6.897,0-12.494-5.596-12.494-12.493c0-6.897,5.596-12.493,12.494-12.493c6.897,0,12.493,5.596,12.493,12.493 C293.155,346.113,287.559,351.709,280.662,351.709z M310.675,277.253c-5.352,0-9.696-4.343-9.696-9.695 c0-5.352,4.344-9.696,9.696-9.696c5.352,0,9.696,4.343,9.696,9.696C320.37,272.91,316.027,277.253,310.675,277.253z M470.648,267.582c5.548,5.474,8.931,12.86,8.948,21.221c-0.017,8.264-3.302,15.576-8.704,21.017 c-5.433,5.4-12.753,8.694-21.017,8.703c-8.036-0.008-15.178-3.139-20.546-8.296c-5.352-5.189-8.752-12.249-9.061-20.203 l-0.618-15.544h-49.876c2.408-6.913,3.709-13.624,3.709-20.074c0-5.962-1.041-11.558-2.765-16.861h48.932l0.618-15.544 c0.309-7.963,3.709-15.015,9.061-20.196c5.368-5.166,12.51-8.289,20.546-8.296c8.264,0.007,15.584,3.301,21.017,8.703 c5.401,5.424,8.687,12.746,8.704,21.009c-0.017,8.361-3.4,15.747-8.931,21.213l-11.826,11.582L470.648,267.582z"/> c-16.674-0.016-31.949,6.646-43.044,17.382c-7.499,7.223-13.127,16.39-16.25,26.663h-21.994c-1.448-1.521-3.107-3.278-4.864-5.165 c-3.92-4.23-8.248-9.11-10.655-12.233c-12.623-16.284-24.336-31.339-37.349-44.947c-19.44-20.432-42.263-37.488-73.562-48.567 c-31.282-11.118-70.502-16.634-124.331-16.65c-5.726,0-11.631,0.065-17.699,0.195v0.016C84.314,77.856,69.592,84.2,57.44,94.155 c-9.24,7.516-17.276,17.089-24.287,28.183c-10.476,16.658-18.675,36.846-24.352,59.482C3.123,204.473,0.017,229.549,0,256 c0.049,47.037,9.761,89.747,26.516,122.046c8.41,16.146,18.61,29.769,30.924,39.823c12.152,9.939,26.874,16.291,42.702,16.356 c6.377,0.131,12.558,0.187,18.544,0.187c37.952,0,68.404-2.481,93.814-7.434c19.066-3.726,35.3-8.858,49.485-15.438 c21.294-9.826,37.756-22.921,51.844-37.871c13.941-14.794,25.768-31.249,38.977-49.062l16.088-17.732h21.685 c3.124,10.273,8.751,19.44,16.25,26.67c11.095,10.728,26.37,17.382,43.044,17.382c17.113,0,32.746-6.987,43.922-18.195 c11.241-11.2,18.204-26.816,18.204-43.93c0-12.022-3.514-23.262-9.468-32.788C508.486,246.492,512,235.243,512,223.221z M268.168,151.815c6.897,0,12.494,5.596,12.494,12.494s-5.596,12.493-12.494,12.493c-6.897,0-12.493-5.596-12.493-12.493 S261.271,151.815,268.168,151.815z M152.8,366.585c-7.645,13.323-16.479,23.556-25.491,30.233c-2.879,2.131-5.726,3.758-8.59,5.19 c0,0-0.016,0-0.032,0c-5.758,0-11.729-0.065-17.91-0.171l-0.146-0.025h-0.164c-7.336-0.016-14.656-2.709-22.578-9.085 c-5.889-4.774-11.843-11.64-17.308-20.334c-8.248-13.054-15.39-30.224-20.351-50.079c-4.978-19.87-7.825-42.417-7.825-66.314 c-0.048-42.442,9.094-80.743,22.856-107.081c6.832-13.176,14.771-23.286,22.628-29.638c7.922-6.386,15.242-9.061,22.578-9.094 h0.164h0.162c5.872-0.131,11.534-0.188,17.032-0.188c0.309,0,0.602,0.008,0.911,0.008c2.847,1.424,5.694,3.066,8.573,5.189 c13.518,9.988,26.597,28.102,35.984,52.365c9.435,24.239,15.275,54.512,15.275,88.438 C178.583,301.256,168.14,339.981,152.8,366.585z M207.784,189.556c5.596,0,10.15,4.546,10.15,10.15 c0,5.605-4.554,10.152-10.15,10.152c-5.612,0-10.151-4.547-10.151-10.152C197.632,194.102,202.172,189.556,207.784,189.556z M209.866,383.463c-6.035,0-10.932-4.896-10.932-10.932c0-6.035,4.897-10.932,10.932-10.932c6.035,0,10.932,4.896,10.932,10.932 C220.798,378.567,215.901,383.463,209.866,383.463z M251.51,285.078c-6.897,0-12.494-5.596-12.494-12.493 c0-6.897,5.596-12.493,12.494-12.493c6.897,0,12.493,5.596,12.493,12.493C264.004,279.482,258.408,285.078,251.51,285.078z M280.662,351.709c-6.897,0-12.494-5.596-12.494-12.493c0-6.897,5.596-12.493,12.494-12.493c6.897,0,12.493,5.596,12.493,12.493 C293.155,346.113,287.559,351.709,280.662,351.709z M310.675,277.253c-5.352,0-9.696-4.343-9.696-9.695 c0-5.352,4.344-9.696,9.696-9.696c5.352,0,9.696,4.343,9.696,9.696C320.37,272.91,316.027,277.253,310.675,277.253z M470.648,267.582c5.548,5.474,8.931,12.86,8.948,21.221c-0.017,8.264-3.302,15.576-8.704,21.017 c-5.433,5.4-12.753,8.694-21.017,8.703c-8.036-0.008-15.178-3.139-20.546-8.296c-5.352-5.189-8.752-12.249-9.061-20.203 l-0.618-15.544h-49.876c2.408-6.913,3.709-13.624,3.709-20.074c0-5.962-1.041-11.558-2.765-16.861h48.932l0.618-15.544 c0.309-7.963,3.709-15.015,9.061-20.196c5.368-5.166,12.51-8.289,20.546-8.296c8.264,0.007,15.584,3.301,21.017,8.703 c5.401,5.424,8.687,12.746,8.704,21.009c-0.017,8.361-3.4,15.747-8.931,21.213l-11.826,11.582L470.648,267.582z"/> c-16.674-0.016-31.949,6.646-43.044,17.382c-7.499,7.223-13.127,16.39-16.25,26.662h-21.994c-1.464-1.521-3.124-3.277-4.88-5.164 c-3.92-4.23-8.247-9.11-10.655-12.233c-12.623-16.284-24.328-31.339-37.334-44.947c-19.44-20.432-42.279-37.488-73.562-48.567 c-31.298-11.118-70.502-16.634-124.34-16.65c-5.726,0-11.623,0.065-17.706,0.195v0.016C84.298,77.856,69.576,84.2,57.432,94.155 c-9.239,7.516-17.284,17.089-24.279,28.183C22.66,138.997,14.47,159.185,8.784,181.821C3.123,204.473,0,229.549,0,256 c0.041,47.037,9.761,89.747,26.508,122.046c8.402,16.146,18.618,29.769,30.924,39.823c12.16,9.939,26.882,16.291,42.702,16.356 c6.385,0.13,12.558,0.187,18.553,0.187c37.936,0,68.396-2.481,93.814-7.434c19.066-3.726,35.292-8.858,49.477-15.438 c21.302-9.826,37.765-22.921,51.837-37.871c13.949-14.794,25.784-31.249,38.992-49.062l16.072-17.732h21.701 c3.123,10.273,8.751,19.44,16.25,26.67c11.095,10.728,26.37,17.382,43.044,17.382c17.113,0,32.746-6.987,43.922-18.195 c11.241-11.2,18.204-26.816,18.204-43.93c0-12.022-3.514-23.262-9.468-32.788C508.486,246.492,512,235.243,512,223.221z M127.292,396.819c-2.863,2.131-5.726,3.758-8.573,5.19c-0.016,0-0.024,0-0.032,0c-5.774,0-11.737-0.065-17.91-0.171l-0.162-0.025 h-0.162c-7.32-0.016-14.641-2.709-22.563-9.085c-5.888-4.774-11.843-11.64-17.316-20.334c-8.24-13.054-15.381-30.225-20.351-50.079 c-4.969-19.87-7.816-42.417-7.816-66.314c-0.049-42.442,9.094-80.743,22.855-107.081c6.832-13.176,14.771-23.286,22.628-29.638 c7.922-6.386,15.243-9.061,22.563-9.093h0.179h0.163c5.856-0.131,11.534-0.188,17.023-0.188c0.309,0,0.61,0.008,0.92,0.008 c2.838,1.424,5.694,3.066,8.556,5.189c13.534,9.988,26.613,28.102,36,52.365c9.435,24.239,15.275,54.512,15.258,88.438 c0.032,45.256-10.411,83.98-25.759,110.585C145.138,379.908,136.305,390.141,127.292,396.819z M347.666,276.887 c-3.4,6.515-8.459,13.9-15.421,22.148l-4.522,4.994l-0.472,0.635c-1.138,1.26-2.163,2.472-3.383,3.766l0.342,0.341 c-10.753,14.535-20.261,27.427-29.957,38.286c-7.962,8.938-16.056,16.584-25.32,23.181c-13.901,9.874-30.583,17.65-54.431,23.189 c-15.991,3.7-35.284,6.271-58.611,7.572c11.404-12.762,21.05-29.127,28.542-48.331c10.565-27.207,16.796-60.14,16.796-96.668 c-0.017-48.712-11.029-90.992-28.769-121.884c-4.962-8.622-10.501-16.251-16.479-22.97c17.332,1.115,32.469,2.994,45.686,5.62 c16.61,3.286,30.274,7.686,42.051,13.014c17.666,8.044,31.242,18.146,44.264,31.022c12.168,12.014,23.799,26.622,36.846,43.442 l-0.951,0.903c8.735,9.167,16.584,17.537,21.92,25.581c5.368,8.085,8.215,15.446,8.231,23.677 C354.027,260.717,352.319,267.949,347.666,276.887z M470.648,267.582c5.548,5.474,8.931,12.86,8.948,21.221 c-0.017,8.264-3.302,15.576-8.704,21.017c-5.433,5.4-12.753,8.694-21.017,8.703c-8.036-0.008-15.178-3.139-20.546-8.296 c-5.352-5.189-8.752-12.249-9.061-20.203l-0.618-15.544h-49.876c2.408-6.913,3.709-13.624,3.693-20.074 c0.016-5.962-1.026-11.558-2.75-16.861h48.932l0.618-15.544c0.309-7.963,3.709-15.015,9.061-20.196 c5.368-5.166,12.51-8.289,20.546-8.297c8.264,0.008,15.584,3.302,21.017,8.703c5.401,5.424,8.687,12.746,8.704,21.009 c-0.017,8.361-3.4,15.747-8.931,21.213l-11.826,11.582L470.648,267.582z"/> c-16.674-0.016-31.949,6.646-43.044,17.382c-7.499,7.223-13.127,16.39-16.25,26.663h-21.994c-1.448-1.521-3.107-3.278-4.864-5.165 c-3.92-4.23-8.248-9.11-10.655-12.233c-12.623-16.284-24.336-31.339-37.349-44.947c-19.44-20.432-42.263-37.488-73.562-48.567 c-31.282-11.118-70.502-16.634-124.331-16.65c-5.726,0-11.631,0.065-17.699,0.195v0.016C84.314,77.856,69.592,84.2,57.44,94.155 c-9.24,7.516-17.276,17.089-24.287,28.183c-10.476,16.658-18.675,36.846-24.352,59.482C3.123,204.473,0.017,229.549,0,256 c0.049,47.037,9.761,89.747,26.516,122.046c8.41,16.146,18.61,29.769,30.924,39.823c12.152,9.939,26.874,16.291,42.702,16.356 c6.377,0.131,12.558,0.187,18.544,0.187c37.952,0,68.404-2.481,93.814-7.434c19.066-3.726,35.3-8.858,49.485-15.438 c21.294-9.826,37.756-22.921,51.844-37.871c13.941-14.794,25.768-31.249,38.977-49.062l16.088-17.732h21.685 c3.124,10.273,8.751,19.44,16.25,26.67c11.095,10.728,26.37,17.382,43.044,17.382c17.113,0,32.746-6.987,43.922-18.195 c11.241-11.2,18.204-26.816,18.204-43.93c0-12.022-3.514-23.262-9.468-32.788C508.486,246.492,512,235.243,512,223.221z M268.168,151.815c6.897,0,12.494,5.596,12.494,12.494s-5.596,12.493-12.494,12.493c-6.897,0-12.493-5.596-12.493-12.493 S261.271,151.815,268.168,151.815z M152.8,366.585c-7.645,13.323-16.479,23.556-25.491,30.233c-2.879,2.131-5.726,3.758-8.59,5.19 c0,0-0.016,0-0.032,0c-5.758,0-11.729-0.065-17.91-0.171l-0.146-0.025h-0.164c-7.336-0.016-14.656-2.709-22.578-9.085 c-5.889-4.774-11.843-11.64-17.308-20.334c-8.248-13.054-15.39-30.224-20.351-50.079c-4.978-19.87-7.825-42.417-7.825-66.314 c-0.048-42.442,9.094-80.743,22.856-107.081c6.832-13.176,14.771-23.286,22.628-29.638c7.922-6.386,15.242-9.061,22.578-9.094 h0.164h0.162c5.872-0.131,11.534-0.188,17.032-0.188c0.309,0,0.602,0.008,0.911,0.008c2.847,1.424,5.694,3.066,8.573,5.189 c13.518,9.988,26.597,28.102,35.984,52.365c9.435,24.239,15.275,54.512,15.275,88.438 C178.583,301.256,168.14,339.981,152.8,366.585z M207.784,189.556c5.596,0,10.15,4.546,10.15,10.15 c0,5.605-4.554,10.152-10.15,10.152c-5.612,0-10.151-4.547-10.151-10.152C197.632,194.102,202.172,189.556,207.784,189.556z M209.866,383.463c-6.035,0-10.932-4.896-10.932-10.932c0-6.035,4.897-10.932,10.932-10.932c6.035,0,10.932,4.896,10.932,10.932 C220.798,378.567,215.901,383.463,209.866,383.463z M251.51,285.078c-6.897,0-12.494-5.596-12.494-12.493 c0-6.897,5.596-12.493,12.494-12.493c6.897,0,12.493,5.596,12.493,12.493C264.004,279.482,258.408,285.078,251.51,285.078z M280.662,351.709c-6.897,0-12.494-5.596-12.494-12.493c0-6.897,5.596-12.493,12.494-12.493c6.897,0,12.493,5.596,12.493,12.493 C293.155,346.113,287.559,351.709,280.662,351.709z M310.675,277.253c-5.352,0-9.696-4.343-9.696-9.695 c0-5.352,4.344-9.696,9.696-9.696c5.352,0,9.696,4.343,9.696,9.696C320.37,272.91,316.027,277.253,310.675,277.253z M470.648,267.582c5.548,5.474,8.931,12.86,8.948,21.221c-0.017,8.264-3.302,15.576-8.704,21.017 c-5.433,5.4-12.753,8.694-21.017,8.703c-8.036-0.008-15.178-3.139-20.546-8.296c-5.352-5.189-8.752-12.249-9.061-20.203 l-0.618-15.544h-49.876c2.408-6.913,3.709-13.624,3.709-20.074c0-5.962-1.041-11.558-2.765-16.861h48.932l0.618-15.544 c0.309-7.963,3.709-15.015,9.061-20.196c5.368-5.166,12.51-8.289,20.546-8.296c8.264,0.007,15.584,3.301,21.017,8.703 c5.401,5.424,8.687,12.746,8.704,21.009c-0.017,8.361-3.4,15.747-8.931,21.213l-11.826,11.582L470.648,267.582z"/> </g> </svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="achievement-icon"> <path class="st0" d="M110.26,202.977c-4.636-3.246-10.289-5.311-16.284-5.303c-6.003-0.008-11.664,2.057-16.3,5.303 c-6.979,4.912-12.054,12.192-15.584,20.725c-3.514,8.548-5.433,18.464-5.45,29.061c0.032,14.128,3.416,27.036,9.516,37.13 c3.058,5.035,6.849,9.395,11.517,12.648c4.636,3.254,10.297,5.327,16.3,5.312c5.995,0.016,11.648-2.058,16.284-5.312 c6.996-4.888,12.063-12.192,15.584-20.708c3.514-8.549,5.45-18.48,5.45-29.07c-0.024-14.128-3.4-27.045-9.5-37.13 C118.719,210.597,114.93,206.23,110.26,202.977z M105.185,279.791c-1.936,3.181-4.083,5.45-6.018,6.8 c-1.968,1.334-3.571,1.806-5.19,1.806c-1.627,0-3.229-0.472-5.189-1.806c-2.928-1.992-6.296-6.198-8.703-12.16 c-2.457-5.929-4.002-13.478-3.986-21.668c-0.033-10.923,2.774-20.708,6.654-27.036c1.936-3.156,4.083-5.441,6.027-6.783 c1.968-1.35,3.57-1.814,5.197-1.83c1.619,0.016,3.222,0.48,5.19,1.83c2.912,1.976,6.279,6.189,8.703,12.144 c2.44,5.945,3.986,13.486,3.986,21.676C111.879,263.686,109.073,273.455,105.185,279.791z"/> <path class="st0" d="M512,223.221c0-17.105-6.963-32.729-18.204-43.93c-11.176-11.208-26.808-18.203-43.922-18.187 c-16.674-0.016-31.949,6.646-43.044,17.382c-7.499,7.223-13.127,16.39-16.25,26.662h-21.994c-1.464-1.521-3.124-3.277-4.88-5.164 c-3.92-4.23-8.247-9.11-10.655-12.233c-12.623-16.284-24.328-31.339-37.334-44.947c-19.44-20.432-42.279-37.488-73.562-48.567 c-31.298-11.118-70.502-16.634-124.34-16.65c-5.726,0-11.623,0.065-17.706,0.195v0.016C84.298,77.856,69.576,84.2,57.432,94.155 c-9.239,7.516-17.284,17.089-24.279,28.183C22.66,138.997,14.47,159.185,8.784,181.821C3.123,204.473,0,229.549,0,256 c0.041,47.037,9.761,89.747,26.508,122.046c8.402,16.146,18.618,29.769,30.924,39.823c12.16,9.939,26.882,16.291,42.702,16.356 c6.385,0.13,12.558,0.187,18.553,0.187c37.936,0,68.396-2.481,93.814-7.434c19.066-3.726,35.292-8.858,49.477-15.438 c21.302-9.826,37.765-22.921,51.837-37.871c13.949-14.794,25.784-31.249,38.992-49.062l16.072-17.732h21.701 c3.123,10.273,8.751,19.44,16.25,26.67c11.095,10.728,26.37,17.382,43.044,17.382c17.113,0,32.746-6.987,43.922-18.195 c11.241-11.2,18.204-26.816,18.204-43.93c0-12.022-3.514-23.262-9.468-32.788C508.486,246.492,512,235.243,512,223.221z M127.292,396.819c-2.863,2.131-5.726,3.758-8.573,5.19c-0.016,0-0.024,0-0.032,0c-5.774,0-11.737-0.065-17.91-0.171l-0.162-0.025 h-0.162c-7.32-0.016-14.641-2.709-22.563-9.085c-5.888-4.774-11.843-11.64-17.316-20.334c-8.24-13.054-15.381-30.225-20.351-50.079 c-4.969-19.87-7.816-42.417-7.816-66.314c-0.049-42.442,9.094-80.743,22.855-107.081c6.832-13.176,14.771-23.286,22.628-29.638 c7.922-6.386,15.243-9.061,22.563-9.093h0.179h0.163c5.856-0.131,11.534-0.188,17.023-0.188c0.309,0,0.61,0.008,0.92,0.008 c2.838,1.424,5.694,3.066,8.556,5.189c13.534,9.988,26.613,28.102,36,52.365c9.435,24.239,15.275,54.512,15.258,88.438 c0.032,45.256-10.411,83.98-25.759,110.585C145.138,379.908,136.305,390.141,127.292,396.819z M347.666,276.887 c-3.4,6.515-8.459,13.9-15.421,22.148l-4.522,4.994l-0.472,0.635c-1.138,1.26-2.163,2.472-3.383,3.766l0.342,0.341 c-10.753,14.535-20.261,27.427-29.957,38.286c-7.962,8.938-16.056,16.584-25.32,23.181c-13.901,9.874-30.583,17.65-54.431,23.189 c-15.991,3.7-35.284,6.271-58.611,7.572c11.404-12.762,21.05-29.127,28.542-48.331c10.565-27.207,16.796-60.14,16.796-96.668 c-0.017-48.712-11.029-90.992-28.769-121.884c-4.962-8.622-10.501-16.251-16.479-22.97c17.332,1.115,32.469,2.994,45.686,5.62 c16.61,3.286,30.274,7.686,42.051,13.014c17.666,8.044,31.242,18.146,44.264,31.022c12.168,12.014,23.799,26.622,36.846,43.442 l-0.951,0.903c8.735,9.167,16.584,17.537,21.92,25.581c5.368,8.085,8.215,15.446,8.231,23.677 C354.027,260.717,352.319,267.949,347.666,276.887z M470.648,267.582c5.548,5.474,8.931,12.86,8.948,21.221 c-0.017,8.264-3.302,15.576-8.704,21.017c-5.433,5.4-12.753,8.694-21.017,8.703c-8.036-0.008-15.178-3.139-20.546-8.296 c-5.352-5.189-8.752-12.249-9.061-20.203l-0.618-15.544h-49.876c2.408-6.913,3.709-13.624,3.693-20.074 c0.016-5.962-1.026-11.558-2.75-16.861h48.932l0.618-15.544c0.309-7.963,3.709-15.015,9.061-20.196 c5.368-5.166,12.51-8.289,20.546-8.297c8.264,0.008,15.584,3.302,21.017,8.703c5.401,5.424,8.687,12.746,8.704,21.009 c-0.017,8.361-3.4,15.747-8.931,21.213l-11.826,11.582L470.648,267.582z"/> c-16.674-0.016-31.949,6.646-43.044,17.382c-7.499,7.223-13.127,16.39-16.25,26.662h-21.994c-1.464-1.521-3.124-3.277-4.88-5.164 c-3.92-4.23-8.247-9.11-10.655-12.233c-12.623-16.284-24.328-31.339-37.334-44.947c-19.44-20.432-42.279-37.488-73.562-48.567 c-31.298-11.118-70.502-16.634-124.34-16.65c-5.726,0-11.623,0.065-17.706,0.195v0.016C84.298,77.856,69.576,84.2,57.432,94.155 c-9.239,7.516-17.284,17.089-24.279,28.183C22.66,138.997,14.47,159.185,8.784,181.821C3.123,204.473,0,229.549,0,256 c0.041,47.037,9.761,89.747,26.508,122.046c8.402,16.146,18.618,29.769,30.924,39.823c12.16,9.939,26.882,16.291,42.702,16.356 c6.385,0.13,12.558,0.187,18.553,0.187c37.936,0,68.396-2.481,93.814-7.434c19.066-3.726,35.292-8.858,49.477-15.438 c21.302-9.826,37.765-22.921,51.837-37.871c13.949-14.794,25.784-31.249,38.992-49.062l16.072-17.732h21.701 c3.123,10.273,8.751,19.44,16.25,26.67c11.095,10.728,26.37,17.382,43.044,17.382c17.113,0,32.746-6.987,43.922-18.195 c11.241-11.2,18.204-26.816,18.204-43.93c0-12.022-3.514-23.262-9.468-32.788C508.486,246.492,512,235.243,512,223.221z M127.292,396.819c-2.863,2.131-5.726,3.758-8.573,5.19c-0.016,0-0.024,0-0.032,0c-5.774,0-11.737-0.065-17.91-0.171l-0.162-0.025 h-0.162c-7.32-0.016-14.641-2.709-22.563-9.085c-5.888-4.774-11.843-11.64-17.316-20.334c-8.24-13.054-15.381-30.225-20.351-50.079 c-4.969-19.87-7.816-42.417-7.816-66.314c-0.049-42.442,9.094-80.743,22.855-107.081c6.832-13.176,14.771-23.286,22.628-29.638 c7.922-6.386,15.243-9.061,22.563-9.093h0.179h0.163c5.856-0.131,11.534-0.188,17.023-0.188c0.309,0,0.61,0.008,0.92,0.008 c2.838,1.424,5.694,3.066,8.556,5.189c13.534,9.988,26.613,28.102,36,52.365c9.435,24.239,15.275,54.512,15.258,88.438 c0.032,45.256-10.411,83.98-25.759,110.585C145.138,379.908,136.305,390.141,127.292,396.819z M347.666,276.887 c-3.4,6.515-8.459,13.9-15.421,22.148l-4.522,4.994l-0.472,0.635c-1.138,1.26-2.163,2.472-3.383,3.766l0.342,0.341 c-10.753,14.535-20.261,27.427-29.957,38.286c-7.962,8.938-16.056,16.584-25.32,23.181c-13.901,9.874-30.583,17.65-54.431,23.189 c-15.991,3.7-35.284,6.271-58.611,7.572c11.404-12.762,21.05-29.127,28.542-48.331c10.565-27.207,16.796-60.14,16.796-96.668 c-0.017-48.712-11.029-90.992-28.769-121.884c-4.962-8.622-10.501-16.251-16.479-22.97c17.332,1.115,32.469,2.994,45.686,5.62 c16.61,3.286,30.274,7.686,42.051,13.014c17.666,8.044,31.242,18.146,44.264,31.022c12.168,12.014,23.799,26.622,36.846,43.442 l-0.951,0.903c8.735,9.167,16.584,17.537,21.92,25.581c5.368,8.085,8.215,15.446,8.231,23.677 C354.027,260.717,352.319,267.949,347.666,276.887z M470.648,267.582c5.548,5.474,8.931,12.86,8.948,21.221 c-0.017,8.264-3.302,15.576-8.704,21.017c-5.433,5.4-12.753,8.694-21.017,8.703c-8.036-0.008-15.178-3.139-20.546-8.296 c-5.352-5.189-8.752-12.249-9.061-20.203l-0.618-15.544h-49.876c2.408-6.913,3.709-13.624,3.693-20.074 c0.016-5.962-1.026-11.558-2.75-16.861h48.932l0.618-15.544c0.309-7.963,3.709-15.015,9.061-20.196 c5.368-5.166,12.51-8.289,20.546-8.297c8.264,0.008,15.584,3.302,21.017,8.703c5.401,5.424,8.687,12.746,8.704,21.009 c-0.017,8.361-3.4,15.747-8.931,21.213l-11.826,11.582L470.648,267.582z"/> c-16.674-0.016-31.949,6.646-43.044,17.382c-7.499,7.223-13.127,16.39-16.25,26.663h-21.994c-1.448-1.521-3.107-3.278-4.864-5.165 c-3.92-4.23-8.248-9.11-10.655-12.233c-12.623-16.284-24.336-31.339-37.349-44.947c-19.44-20.432-42.263-37.488-73.562-48.567 c-31.282-11.118-70.502-16.634-124.331-16.65c-5.726,0-11.631,0.065-17.699,0.195v0.016C84.314,77.856,69.592,84.2,57.44,94.155 c-9.24,7.516-17.276,17.089-24.287,28.183c-10.476,16.658-18.675,36.846-24.352,59.482C3.123,204.473,0.017,229.549,0,256 c0.049,47.037,9.761,89.747,26.516,122.046c8.41,16.146,18.61,29.769,30.924,39.823c12.152,9.939,26.874,16.291,42.702,16.356 c6.377,0.131,12.558,0.187,18.544,0.187c37.952,0,68.404-2.481,93.814-7.434c19.066-3.726,35.3-8.858,49.485-15.438 c21.294-9.826,37.756-22.921,51.844-37.871c13.941-14.794,25.768-31.249,38.977-49.062l16.088-17.732h21.685 c3.124,10.273,8.751,19.44,16.25,26.67c11.095,10.728,26.37,17.382,43.044,17.382c17.113,0,32.746-6.987,43.922-18.195 c11.241-11.2,18.204-26.816,18.204-43.93c0-12.022-3.514-23.262-9.468-32.788C508.486,246.492,512,235.243,512,223.221z M268.168,151.815c6.897,0,12.494,5.596,12.494,12.494s-5.596,12.493-12.494,12.493c-6.897,0-12.493-5.596-12.493-12.493 S261.271,151.815,268.168,151.815z M152.8,366.585c-7.645,13.323-16.479,23.556-25.491,30.233c-2.879,2.131-5.726,3.758-8.59,5.19 c0,0-0.016,0-0.032,0c-5.758,0-11.729-0.065-17.91-0.171l-0.146-0.025h-0.164c-7.336-0.016-14.656-2.709-22.578-9.085 c-5.889-4.774-11.843-11.64-17.308-20.334c-8.248-13.054-15.39-30.224-20.351-50.079c-4.978-19.87-7.825-42.417-7.825-66.314 c-0.048-42.442,9.094-80.743,22.856-107.081c6.832-13.176,14.771-23.286,22.628-29.638c7.922-6.386,15.242-9.061,22.578-9.094 h0.164h0.162c5.872-0.131,11.534-0.188,17.032-0.188c0.309,0,0.602,0.008,0.911,0.008c2.847,1.424,5.694,3.066,8.573,5.189 c13.518,9.988,26.597,28.102,35.984,52.365c9.435,24.239,15.275,54.512,15.275,88.438 C178.583,301.256,168.14,339.981,152.8,366.585z M207.784,189.556c5.596,0,10.15,4.546,10.15,10.15 c0,5.605-4.554,10.152-10.15,10.152c-5.612,0-10.151-4.547-10.151-10.152C197.632,194.102,202.172,189.556,207.784,189.556z M209.866,383.463c-6.035,0-10.932-4.896-10.932-10.932c0-6.035,4.897-10.932,10.932-10.932c6.035,0,10.932,4.896,10.932,10.932 C220.798,378.567,215.901,383.463,209.866,383.463z M251.51,285.078c-6.897,0-12.494-5.596-12.494-12.493 c0-6.897,5.596-12.493,12.494-12.493c6.897,0,12.493,5.596,12.493,12.493C264.004,279.482,258.408,285.078,251.51,285.078z M280.662,351.709c-6.897,0-12.494-5.596-12.494-12.493c0-6.897,5.596-12.493,12.494-12.493c6.897,0,12.493,5.596,12.493,12.493 C293.155,346.113,287.559,351.709,280.662,351.709z M310.675,277.253c-5.352,0-9.696-4.343-9.696-9.695 c0-5.352,4.344-9.696,9.696-9.696c5.352,0,9.696,4.343,9.696,9.696C320.37,272.91,316.027,277.253,310.675,277.253z M470.648,267.582c5.548,5.474,8.931,12.86,8.948,21.221c-0.017,8.264-3.302,15.576-8.704,21.017 c-5.433,5.4-12.753,8.694-21.017,8.703c-8.036-0.008-15.178-3.139-20.546-8.296c-5.352-5.189-8.752-12.249-9.061-20.203 l-0.618-15.544h-49.876c2.408-6.913,3.709-13.624,3.709-20.074c0-5.962-1.041-11.558-2.765-16.861h48.932l0.618-15.544 c0.309-7.963,3.709-15.015,9.061-20.196c5.368-5.166,12.51-8.289,20.546-8.296c8.264,0.007,15.584,3.301,21.017,8.703 c5.401,5.424,8.687,12.746,8.704,21.009c-0.017,8.361-3.4,15.747-8.931,21.213l-11.826,11.582L470.648,267.582z"/> </g> </svg>
<div class="character-creator"><div class = "name">Name: <<textbox "$me.name" "Jessica">></div> <div>Age: <<numberbox "$me.age" 21>> <span id="errmsg"></span></div> <div>Weight: <<numberbox "$me.weight" 150>></div> <div>Enter any image (or gif!) URL as your picture, ideally square: <<textbox "$me.profile" "https://www.meatgirlmenu.com/wp-content/uploads/2024/06/Ashley.jpg">> Clipping issues? Try a different ratio. </div> <div>Breast Size: <<listbox "$me.breastSize">> <<option "Flat">> <<option "Small">> <<option "Large">> <<option "Melons" selected>> <<option "Milkers">> <</listbox>> </div> <div>Ass Size: <<listbox "$me.assSize">> <<option "Flat">> <<option "Toned" selected>> <<option "Cake">> <<option "Thicc">> <</listbox>> </div> <div>Consent: <<listbox "$me.consent">> <<option "Lottery">> <<option "Volunteer">> <</listbox>> </div> <div>Hair color: <<listbox "$me.hairColor">> <<option "Black" selected>> <<option "Blonde">> <<option "Brown">> <<option "Red">> <<option "Purple">> <</listbox>> </div> <div>Former Job: <<textbox "$me.occupation" "Waitress">> </div> </div> <div id="buttons"> <<button "Sign the form">> <<if $me.age < 18>> <<replace "#errmsg">> ''Error:'' Value must be at LEAST 18... <</replace>> <<script>>window.achievementRenderer.manager.test()<</script>> <<else>> <<goto "BioConfirmation">> <</if>> <</button>> </div>
<<set $gradePriceTuple to setup.calculateGrade($me.consent, $me.age, $me.hairColor, $me.weight, $me.breastSize, $me.assSize)>> <<set $me.grade to $gradePriceTuple[0]>> <<set $me.price to $gradePriceTuple[1]>> <<biopagesimple $me.name $me.grade $me.consent $me.price $me.age $me.hairColor $me.weight $me.breastSize $me.assSize $me.occupation $me.profile>> <<text>>You're <<switch $me.grade>> <<case "Prime">> the highest tier of meatgirl. Mouths water wherever you go, and men fantasize about fucking meat like you. <<case "A">> Grade A, perfectly suited to being impaled and slowly roasted at the center of any event. <<case "B">> Grade B, not quite spitroast material but a perfect snuffslut or casual meal. <<case "C">>Grade C. You're probably destined to be butchered for parts. <<case "D">>Grade D. The best you can hope is your butcher kills you before throwing you into the grinder. <</switch>><</text>> <div id="buttons"> <<button [[Start Again|Start]]>> <</button>> [[Return to the game list.|https://www.meatgirlmenu.com/games/]] </div>
<<widget "breastFormat">> <<set _key to _args[0]>> <<set _breastTable to {"Flat": 1, "Small": 2, "Large": 3, "Melons": 4, "Milkers": 5}>> <<if _breastTable[_key] != null>> <<set _result to _breastTable[_key]>> <<print _result>> <<else>> <<print "Key not found">> <</if>> <</widget>> <<widget "text" container>> <p class="storyText">_contents </p> <</widget>> <<widget "closeDialog">> <<script>> Dialog.close(); <</script>> <</widget>>