<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://camp2.rectangle.zone/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nobody</id>
	<title>The Wiki Camp 2 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://camp2.rectangle.zone/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nobody"/>
	<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/wiki/Special:Contributions/Nobody"/>
	<updated>2026-05-30T06:22:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130456</id>
		<title>Template:TEOWTest.css</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130456"/>
		<updated>2024-08-12T04:13:33Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.rocky-herd {&lt;br /&gt;
  position: fixed;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  left: 0;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  height: 100px; /* Adjust as needed */&lt;br /&gt;
  pointer-events: none;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rocky {&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  background-image: url(&#039;File:BFDI 1a Rocky.png&#039;);&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  animation: jumpAndMove 3s linear infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Adding multiple classes for different sizes since calc/variables may not be supported */&lt;br /&gt;
.rocky.size1 { width: 50px; height: 50px; }&lt;br /&gt;
.rocky.size2 { width: 75px; height: 75px; }&lt;br /&gt;
.rocky.size3 { width: 40px; height: 40px; }&lt;br /&gt;
.rocky.size4 { width: 60px; height: 60px; }&lt;br /&gt;
.rocky.size5 { width: 45px; height: 45px; }&lt;br /&gt;
&lt;br /&gt;
@keyframes jumpAndMove {&lt;br /&gt;
  0% {&lt;br /&gt;
    left: 100vw;&lt;br /&gt;
  }&lt;br /&gt;
  50% {&lt;br /&gt;
    left: 50vw;&lt;br /&gt;
    bottom: 20px; /* Adjust jump height */&lt;br /&gt;
  }&lt;br /&gt;
  100% {&lt;br /&gt;
    left: -100px;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130452</id>
		<title>Template:TEOWTest.css</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130452"/>
		<updated>2024-08-12T03:55:32Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.rocky-herd {&lt;br /&gt;
  position: fixed;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  left: 0;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  height: 100px; /* Adjust as needed */&lt;br /&gt;
  pointer-events: none;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rocky {&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  background-image: url(&#039;File:BFDI 1a Rocky.png&#039;);&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  width: 50px; /* Fixed size for Sanitized CSS */&lt;br /&gt;
  height: 50px; /* Fixed size for Sanitized CSS */&lt;br /&gt;
  animation: jumpAndMove 3s linear infinite;&lt;br /&gt;
  transform: scale(var(--size));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes jumpAndMove {&lt;br /&gt;
  0% {&lt;br /&gt;
    transform: translateX(100vw) translateY(0) scale(var(--size));&lt;br /&gt;
  }&lt;br /&gt;
  50% {&lt;br /&gt;
    transform: translateX(50vw) translateY(-50px) scale(var(--size)); /* Adjust jump height */&lt;br /&gt;
  }&lt;br /&gt;
  100% {&lt;br /&gt;
    transform: translateX(-100vw) translateY(0) scale(var(--size));&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Template:TEOWTest&amp;diff=130450</id>
		<title>Template:TEOWTest</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Template:TEOWTest&amp;diff=130450"/>
		<updated>2024-08-12T03:47:52Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Nobody moved page Template:TEOWTest to Template:TEOWTest.css: I am dumb im sorry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* #REDIRECT */@import url(https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;amp;action=raw&amp;amp;ctype=text/css);&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130449</id>
		<title>Template:TEOWTest.css</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130449"/>
		<updated>2024-08-12T03:47:52Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Nobody moved page Template:TEOWTest to Template:TEOWTest.css: I am dumb im sorry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.rocky-herd {&lt;br /&gt;
  position: fixed;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  left: 0;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  height: 100px; /* Adjust as needed */&lt;br /&gt;
  pointer-events: none;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rocky {&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  background-image: url(&#039;File:BFDI 1a Rocky.png&#039;);&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  width: calc(var(--size) * 50px); /* Adjust base size */&lt;br /&gt;
  height: calc(var(--size) * 50px); /* Adjust base size */&lt;br /&gt;
  animation: jumpAndMove calc(var(--size) * 3s) linear infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes jumpAndMove {&lt;br /&gt;
  0% {&lt;br /&gt;
    transform: translateX(100vw) translateY(0);&lt;br /&gt;
  }&lt;br /&gt;
  50% {&lt;br /&gt;
    transform: translateX(50vw) translateY(-50px); /* Adjust jump height */&lt;br /&gt;
  }&lt;br /&gt;
  100% {&lt;br /&gt;
    transform: translateX(-100vw) translateY(0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130448</id>
		<title>Template:TEOWTest.css</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130448"/>
		<updated>2024-08-12T03:46:16Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Nobody changed the content model of the page Template:TEOWTest from &amp;quot;wikitext&amp;quot; to &amp;quot;CSS&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.rocky-herd {&lt;br /&gt;
  position: fixed;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  left: 0;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  height: 100px; /* Adjust as needed */&lt;br /&gt;
  pointer-events: none;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rocky {&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  background-image: url(&#039;File:BFDI 1a Rocky.png&#039;);&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  width: calc(var(--size) * 50px); /* Adjust base size */&lt;br /&gt;
  height: calc(var(--size) * 50px); /* Adjust base size */&lt;br /&gt;
  animation: jumpAndMove calc(var(--size) * 3s) linear infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes jumpAndMove {&lt;br /&gt;
  0% {&lt;br /&gt;
    transform: translateX(100vw) translateY(0);&lt;br /&gt;
  }&lt;br /&gt;
  50% {&lt;br /&gt;
    transform: translateX(50vw) translateY(-50px); /* Adjust jump height */&lt;br /&gt;
  }&lt;br /&gt;
  100% {&lt;br /&gt;
    transform: translateX(-100vw) translateY(0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130447</id>
		<title>Template:TEOWTest.css</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Template:TEOWTest.css&amp;diff=130447"/>
		<updated>2024-08-12T03:45:53Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Created page with &amp;quot;.rocky-herd {   position: fixed;   bottom: 0;   left: 0;   width: 100%;   height: 100px; /* Adjust as needed */   pointer-events: none;   overflow: hidden; }  .rocky {   posit...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.rocky-herd {&lt;br /&gt;
  position: fixed;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  left: 0;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  height: 100px; /* Adjust as needed */&lt;br /&gt;
  pointer-events: none;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rocky {&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  background-image: url(&#039;File:BFDI 1a Rocky.png&#039;);&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  width: calc(var(--size) * 50px); /* Adjust base size */&lt;br /&gt;
  height: calc(var(--size) * 50px); /* Adjust base size */&lt;br /&gt;
  animation: jumpAndMove calc(var(--size) * 3s) linear infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes jumpAndMove {&lt;br /&gt;
  0% {&lt;br /&gt;
    transform: translateX(100vw) translateY(0);&lt;br /&gt;
  }&lt;br /&gt;
  50% {&lt;br /&gt;
    transform: translateX(50vw) translateY(-50px); /* Adjust jump height */&lt;br /&gt;
  }&lt;br /&gt;
  100% {&lt;br /&gt;
    transform: translateX(-100vw) translateY(0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130446</id>
		<title>TEOWTest</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130446"/>
		<updated>2024-08-12T03:35:35Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Keyframes to move the image around the screen */&lt;br /&gt;
@keyframes move-around {&lt;br /&gt;
  0% {&lt;br /&gt;
    transform: translate(0, 0);&lt;br /&gt;
  }&lt;br /&gt;
  25% {&lt;br /&gt;
    transform: translate(80vw, 0);&lt;br /&gt;
  }&lt;br /&gt;
  50% {&lt;br /&gt;
    transform: translate(80vw, 80vh);&lt;br /&gt;
  }&lt;br /&gt;
  75% {&lt;br /&gt;
    transform: translate(0, 80vh);&lt;br /&gt;
  }&lt;br /&gt;
  100% {&lt;br /&gt;
    transform: translate(0, 0);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for the moving Rocky image */&lt;br /&gt;
.moving-rocky {&lt;br /&gt;
  position: fixed;&lt;br /&gt;
  top: 0;&lt;br /&gt;
  left: 0;&lt;br /&gt;
  width: 150px;&lt;br /&gt;
  height: auto;&lt;br /&gt;
  background-image: url(&#039;File:BFDI 1a Rocky.png&#039;);&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  animation: move-around 10s linear infinite;&lt;br /&gt;
  z-index: 9999; /* Ensures the image stays on top of other content */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130445</id>
		<title>TEOWTest</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130445"/>
		<updated>2024-08-12T03:35:04Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Nobody changed the content model of the page TEOWTest from &amp;quot;wikitext&amp;quot; to &amp;quot;CSS&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background-color: #f0f0f0;&lt;br /&gt;
    pointer-events: none &amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;img src=&amp;quot;File:BFDI_1a_Rocky.png&amp;quot; alt=&amp;quot;Jumping Image&amp;quot; style=&amp;quot;&lt;br /&gt;
        position: absolute;&lt;br /&gt;
        width: 50px;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        left: 10%;&lt;br /&gt;
        transition: transform 1s ease-in-out;&lt;br /&gt;
    &amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;File:BFDI_1a_Rocky.png&amp;quot; alt=&amp;quot;Jumping Image&amp;quot; style=&amp;quot;&lt;br /&gt;
        position: absolute;&lt;br /&gt;
        width: 50px;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        left: 30%;&lt;br /&gt;
        transition: transform 1s ease-in-out;&lt;br /&gt;
    &amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;File:BFDI_1a_Rocky.png&amp;quot; alt=&amp;quot;Jumping Image&amp;quot; style=&amp;quot;&lt;br /&gt;
        position: absolute;&lt;br /&gt;
        width: 50px;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        left: 50%;&lt;br /&gt;
        transition: transform 1s ease-in-out;&lt;br /&gt;
    &amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;File:BFDI_1a_Rocky.png&amp;quot; alt=&amp;quot;Jumping Image&amp;quot; style=&amp;quot;&lt;br /&gt;
        position: absolute;&lt;br /&gt;
        width: 50px;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        left: 70%;&lt;br /&gt;
        transition: transform 1s ease-in-out;&lt;br /&gt;
    &amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130444</id>
		<title>TEOWTest</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130444"/>
		<updated>2024-08-12T03:29:39Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background-color: #f0f0f0;&lt;br /&gt;
    pointer-events: none &amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;img src=&amp;quot;File:BFDI_1a_Rocky.png&amp;quot; alt=&amp;quot;Jumping Image&amp;quot; style=&amp;quot;&lt;br /&gt;
        position: absolute;&lt;br /&gt;
        width: 50px;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        left: 10%;&lt;br /&gt;
        transition: transform 1s ease-in-out;&lt;br /&gt;
    &amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;File:BFDI_1a_Rocky.png&amp;quot; alt=&amp;quot;Jumping Image&amp;quot; style=&amp;quot;&lt;br /&gt;
        position: absolute;&lt;br /&gt;
        width: 50px;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        left: 30%;&lt;br /&gt;
        transition: transform 1s ease-in-out;&lt;br /&gt;
    &amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;File:BFDI_1a_Rocky.png&amp;quot; alt=&amp;quot;Jumping Image&amp;quot; style=&amp;quot;&lt;br /&gt;
        position: absolute;&lt;br /&gt;
        width: 50px;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        left: 50%;&lt;br /&gt;
        transition: transform 1s ease-in-out;&lt;br /&gt;
    &amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;File:BFDI_1a_Rocky.png&amp;quot; alt=&amp;quot;Jumping Image&amp;quot; style=&amp;quot;&lt;br /&gt;
        position: absolute;&lt;br /&gt;
        width: 50px;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        left: 70%;&lt;br /&gt;
        transition: transform 1s ease-in-out;&lt;br /&gt;
    &amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130432</id>
		<title>TEOWTest</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130432"/>
		<updated>2024-08-12T03:04:33Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;style&amp;gt;&lt;br /&gt;
#movable-image {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 100px;&lt;br /&gt;
    background: url(File:BFDI 1a Rocky.png) no-repeat center center / contain;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;movable-image&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
document.addEventListener(&#039;DOMContentLoaded&#039;, function() {&lt;br /&gt;
    const image = document.getElementById(&#039;movable-image&#039;);&lt;br /&gt;
    let posX = 0;&lt;br /&gt;
    let posY = 0;&lt;br /&gt;
&lt;br /&gt;
    document.addEventListener(&#039;keydown&#039;, function(event) {&lt;br /&gt;
        const step = 10; // Movement speed in pixels&lt;br /&gt;
        switch (event.key) {&lt;br /&gt;
            case &#039;ArrowUp&#039;:&lt;br /&gt;
                posY -= step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowDown&#039;:&lt;br /&gt;
                posY += step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowLeft&#039;:&lt;br /&gt;
                posX -= step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowRight&#039;:&lt;br /&gt;
                posX += step;&lt;br /&gt;
                break;&lt;br /&gt;
        }&lt;br /&gt;
        image.style.transform = `translate(${posX}px, ${posY}px)`;&lt;br /&gt;
    });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130430</id>
		<title>TEOWTest</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130430"/>
		<updated>2024-08-12T03:04:14Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Nobody changed the content model of the page TEOWTest from &amp;quot;CSS&amp;quot; to &amp;quot;wikitext&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;style&amp;gt;&lt;br /&gt;
#movable-image {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 100px;&lt;br /&gt;
    background: url(&#039;File:BFDI 1a Rocky.png&#039;) no-repeat center center / contain;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;movable-image&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
document.addEventListener(&#039;DOMContentLoaded&#039;, function() {&lt;br /&gt;
    const image = document.getElementById(&#039;movable-image&#039;);&lt;br /&gt;
    let posX = 0;&lt;br /&gt;
    let posY = 0;&lt;br /&gt;
&lt;br /&gt;
    document.addEventListener(&#039;keydown&#039;, function(event) {&lt;br /&gt;
        const step = 10; // Movement speed in pixels&lt;br /&gt;
        switch (event.key) {&lt;br /&gt;
            case &#039;ArrowUp&#039;:&lt;br /&gt;
                posY -= step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowDown&#039;:&lt;br /&gt;
                posY += step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowLeft&#039;:&lt;br /&gt;
                posX -= step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowRight&#039;:&lt;br /&gt;
                posX += step;&lt;br /&gt;
                break;&lt;br /&gt;
        }&lt;br /&gt;
        image.style.transform = `translate(${posX}px, ${posY}px)`;&lt;br /&gt;
    });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130428</id>
		<title>TEOWTest</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130428"/>
		<updated>2024-08-12T03:00:49Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Nobody changed the content model of the page TEOWTest from &amp;quot;wikitext&amp;quot; to &amp;quot;CSS&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;style&amp;gt;&lt;br /&gt;
#movable-image {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 100px;&lt;br /&gt;
    background: url(&#039;File:BFDI 1a Rocky.png&#039;) no-repeat center center / contain;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;movable-image&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
document.addEventListener(&#039;DOMContentLoaded&#039;, function() {&lt;br /&gt;
    const image = document.getElementById(&#039;movable-image&#039;);&lt;br /&gt;
    let posX = 0;&lt;br /&gt;
    let posY = 0;&lt;br /&gt;
&lt;br /&gt;
    document.addEventListener(&#039;keydown&#039;, function(event) {&lt;br /&gt;
        const step = 10; // Movement speed in pixels&lt;br /&gt;
        switch (event.key) {&lt;br /&gt;
            case &#039;ArrowUp&#039;:&lt;br /&gt;
                posY -= step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowDown&#039;:&lt;br /&gt;
                posY += step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowLeft&#039;:&lt;br /&gt;
                posX -= step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowRight&#039;:&lt;br /&gt;
                posX += step;&lt;br /&gt;
                break;&lt;br /&gt;
        }&lt;br /&gt;
        image.style.transform = `translate(${posX}px, ${posY}px)`;&lt;br /&gt;
    });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130427</id>
		<title>TEOWTest</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=TEOWTest&amp;diff=130427"/>
		<updated>2024-08-12T02:59:48Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Created page with &amp;quot;&amp;lt;style&amp;gt; #movable-image {     position: relative;     width: 100px;     height: 100px;     background: url(&amp;#039;File:BFDI 1a Rocky.png&amp;#039;) no-repeat center center / contain; } &amp;lt;/styl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;style&amp;gt;&lt;br /&gt;
#movable-image {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 100px;&lt;br /&gt;
    background: url(&#039;File:BFDI 1a Rocky.png&#039;) no-repeat center center / contain;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;movable-image&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
document.addEventListener(&#039;DOMContentLoaded&#039;, function() {&lt;br /&gt;
    const image = document.getElementById(&#039;movable-image&#039;);&lt;br /&gt;
    let posX = 0;&lt;br /&gt;
    let posY = 0;&lt;br /&gt;
&lt;br /&gt;
    document.addEventListener(&#039;keydown&#039;, function(event) {&lt;br /&gt;
        const step = 10; // Movement speed in pixels&lt;br /&gt;
        switch (event.key) {&lt;br /&gt;
            case &#039;ArrowUp&#039;:&lt;br /&gt;
                posY -= step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowDown&#039;:&lt;br /&gt;
                posY += step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowLeft&#039;:&lt;br /&gt;
                posX -= step;&lt;br /&gt;
                break;&lt;br /&gt;
            case &#039;ArrowRight&#039;:&lt;br /&gt;
                posX += step;&lt;br /&gt;
                break;&lt;br /&gt;
        }&lt;br /&gt;
        image.style.transform = `translate(${posX}px, ${posY}px)`;&lt;br /&gt;
    });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130416</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130416"/>
		<updated>2024-08-12T02:12:00Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox television episode&lt;br /&gt;
|episode=16&lt;br /&gt;
|season=4&lt;br /&gt;
|image=File:twopot.png&lt;br /&gt;
|writer=*[[Cary Huang]]&lt;br /&gt;
*[[Satomi Hinatsu]]&lt;br /&gt;
|airdate=March 24, 2020&lt;br /&gt;
|prev=[[The Four is Lava]]&lt;br /&gt;
|next=Read the &#039;Initial Reaction&#039; section to find out!}}&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
[[File:Screenshot_2024-08-10_173517.png|thumb|Other stuff happened too, but its cultural impact has been comparatively negligible. Like what is even happening here? Well, it&#039;s definitely not splitting, so who cares.]]&lt;br /&gt;
=== Cold open ===&lt;br /&gt;
−89.2 °C (−128.6 °F)&lt;br /&gt;
=== After the intro ===&lt;br /&gt;
After the intro, the rest of the episode happened. There were many characters present in the episode, but less than there were in BFB 1. Characters include many of the characters found in [[BFB]], and most of the characters found in [[BFDI]]. However, there was only character present found in [[my room]].&lt;br /&gt;
[[File:Roomer.png|thumb|left|My crib. Jealous?]]&lt;br /&gt;
&lt;br /&gt;
===The Split in BFB 16===&lt;br /&gt;
&lt;br /&gt;
[[The Escape From Four|BFB 16]] was a pivotal episode in the series. In this episode, the show’s creators, Cary and Michael Huang, introduced a dramatic twist: the split of the cast into two separate shows, &amp;quot;BFB&amp;quot; and &amp;quot;TPOT&amp;quot; (The Power of Two). This division was meant to shake things up and add new excitement to the series. However, the split had far-reaching consequences beyond the world of animation.&lt;br /&gt;
&lt;br /&gt;
Fans of BFB were divided into two camps—those who supported &amp;quot;BFB&amp;quot; and those who favored &amp;quot;TPOT.&amp;quot; What began as friendly rivalry soon escalated into heated debates, with each side claiming their show was superior. The arguments spilled over from online forums into the real world, and before long, the fanbase had polarized into two opposing factions. At the center of the conflict were the show&#039;s hosts, Four and X, who found themselves torn between the two factions. Four, representing BFB, and X, representing TPOT, tried to mediate the conflict, but their attempts only fueled the fire. Their debates became legendary, broadcasted live for all to see, and each side rallied behind their chosen leader. Two, representing the split, ended up winning by a landslide, and the final verdict was made: BFB would become split into two separate souls, each containing a piece of the whole. The whole being [[Jazz Huang]].&lt;br /&gt;
&lt;br /&gt;
=== End of episode ===&lt;br /&gt;
At the end of the episode, the season was split into two seasons, Battle for BFB and T:POT&lt;br /&gt;
&lt;br /&gt;
=== The rest ===&lt;br /&gt;
The other sections of the episode have received little documentation. Importantly, since [[BFDI]] doesn&#039;t have a [[Wikipedia]] article, most of the events of the episode have been largely un-verifiable.&lt;br /&gt;
&lt;br /&gt;
Some accounts of the episode, such as ones from news sources such as [[Toby Fox|FOX]] News, report that [[Four]] was mean in the episode, but other accounts report that [[Four]] was the victim of [[mean]]. What do I believe? Well, personally, I think four&#039;s actions were a [[means]] to an end.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first splitting of one show into two resonated with many of the proletariat. Here&#039;s what [[they]] had to say:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that green brit&#039;s Great Game, the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually rose from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
[[File:Slicingkirby.png|thumb|A true post-splitter admiring his work.]]&lt;br /&gt;
=== Splitcore ===&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Homestuck ===&lt;br /&gt;
[[Andrew Hussie]] (creator of [[Problem Sleuth]]) was always known to be a fan of [[Battle For Dream Island]]. However, the depths of his depravity had never truly been considered by the public until he announced that his most recent project, [[Homestuck]] (now known as [[Meteor shower|Homestuck: Act 1]]) would be receiving 27 sequels, henceforth splitting it into the greater project known as &amp;quot;[[Homestuck]]&amp;quot;, which consists of Homestuck: Act 1, Homestuck: Act 2, Homestuck: Act 3, Homestuck: Act 4, Homestuck: Act 5 Act 1, Homestuck: Act 5 Act 2, Homestuck: Act 6 Act 1, Homestuck: Act 6 Act 2, Homestuck: Act 6 Act 3, Homestuck: Act 6 Act 4, Homestuck: Act 6 Act 5, Homestuck: Act 6 Act 6 Act 1, Homestuck: Act 6 Act 6 Act 2, Homestuck: Act 6 Act 6 Act 4, Homestuck: Act 6 Act 6 Act 5, Homestuck: Act 6 Act 6 Act 6, and of course,  Homestuck: Act 7.&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[5b]] and longtime fan of [[BFB]], announced that in solidarity with The Escape From Four, BFDIA 5 would be split into 5 different sections, each one encapsulating the most dramatic moments of [[FreeSmart]] and the other teams&#039; journeys to the [[Summit of Yoyle Mountain]].&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[Scale of the Universe 2]], announced that in solidarity with The Escape From Four, BFDIA would be split into Season 2a, consisting of its first 5 episodes, and Season 2b, consisting of any episode of the season releasing afterwards.&lt;br /&gt;
&lt;br /&gt;
=== Creation of &amp;quot;Battle for Dream Island&amp;quot; (BFDI) ===&lt;br /&gt;
&lt;br /&gt;
Cary and Michael Huang, beloved creators of &amp;quot;Battle for Dream Island&amp;quot; (BFDI), were significantly inspired by the [[The Escape From Four|BFB 16]] when conceptualizing their own series. [[The Escape From Four|BFB 16]], an episode renowned for its humor, everchanging character dynamics, and competitive flair served as a creative catalyst for the Huang brothers.&lt;br /&gt;
&lt;br /&gt;
Seeing the potential for a similar format, Cary and Michael were drawn to the idea of an animated competition featuring inanimate objects with distinct personalities, with one major distinction: Seeing the state of BFB&#039;s releases, they opted to limit the cast to a mere 20 contestants, rather than [[Nintendo GameCube|64]]. This proved to be to their benefit, as the two brothers were quite a bit younger than that of BFB&#039;s creators. They admired how [[The Escape From Four|BFB 16]] balanced light-hearted fun with suspenseful and ominous elimination rounds, and they aimed to incorporate these aspects into their own project.&lt;br /&gt;
&lt;br /&gt;
This inspiration led to the development of &amp;quot;Battle for Dream Island,&amp;quot; a series where contestants, represented by various objects, compete in challenges to win the grand prize — a luxurious island one could only dream of. The show&#039;s offbeat characters, enthralling plotlines, and added audience participation quickly made it a beloved series, much like its original, groundbreaking predecessor.&lt;br /&gt;
&lt;br /&gt;
=== The Civil War ===&lt;br /&gt;
[[File:Splithorse.jpg|thumb|weeee!]]&lt;br /&gt;
[[South Carolina]], a known fan of BFB before The Escape From Four, took major inspiration from the split. In 1861, South Carolina split from the [[union]], causing the [[Civil War]]. Joining with other states and BFB fans, South Carolina named the new nation the [[Confederate States of Goiky Land]]. Though shaken by this sudden split, the remaining states in the union decided to join in, splitting into the [[United States]] and the [[United States Jr.]]. However, it prefers to be called [[United States Jr.|United States the Second]].&lt;br /&gt;
&lt;br /&gt;
[[File:Tacodancing.png|thumb|left|Taco, convincing her team to keep fighting using the power of [[jazz]].]]The release of [[The Escape From Four|BFB 16]] set off a chain reaction that would change the course of history forever. The characters of &amp;quot;Battle for BFDI&amp;quot; weren&#039;t just beloved by their fans — but by their soldiers. To the west, the Union first destroyed the Confederacy&#039;s river navy by the summer of 1862, then much of its western armies, and seized New Orleans. These actions were also inspired by the iconic part of [[The Escape From Four|BFB 16]] when [[Taco]], fighting on Four&#039;s behalf, decided to break it down in front of her fellow contestants. New Orleans has had a significant musical history, and the Union&#039;s love of [[Taco|Taco&#039;s]] bold and diverse new musical blend of dance and object inspired them to harness that same power for themselves, which was integral to their eventual victory. The new genre of music brought about by these events would then be given their namesake by the beloved [[Jazz Huang]] — the self proclaimed [[inspiration]] of [[The Escape From Four|BFB 16]].&lt;br /&gt;
The civil war raged on for years, with neither side willing to back down. Families were divided, and friendships were tested as the nation grappled with its identity. Some sought a peaceful resolution, advocating for a return to the unified BFB days, while others believed that the split was necessary to allow creativity and freedom to flourish.&lt;br /&gt;
In the end, it was the fans who brought about the resolution. Realizing that the conflict had gone too far, they began to organize peace talks, encouraging both sides to come together and celebrate what they all loved—the spirit of competition, creativity, and community that &amp;quot;Battle for BFDI&amp;quot; had always represented.&lt;br /&gt;
&lt;br /&gt;
===The Aftermath===&lt;br /&gt;
The war eventually came to an end with the signing of the [[BFDIA 6|Treaty of Dream Island]], where both sides agreed to coexist and appreciate each show for its unique qualities. The nation began to heal, and the characters of BFB and TPOT became symbols of unity rather than division.&lt;br /&gt;
&lt;br /&gt;
The legacy of the Great BFB Civil War lives on in the hearts of fans, a reminder of how a simple animated show could stir such passion and, ultimately, bring people together.&lt;br /&gt;
&lt;br /&gt;
{{Dia|FireyJr|Let&#039;s be friends. You&#039;re better than all the other lame-os around here.}}&lt;br /&gt;
{{Dia|UnitedStatesJr|red white yahoo!}}&lt;br /&gt;
&lt;br /&gt;
[[File:Mycrib.png|thumb|right|My crib. Jealous?]]&lt;br /&gt;
However, the creation of the United States Jr. imminently caused a problem for all nations involved. As a junior country, the [[Splitting Dictate of 1765]] mandated all of the [[Baby|babies]] forfeit their citizenship to their original country and instead join the junior country. With no soldiers of proper age to fight United States Jr.&#039;s new war against [[Disney World]], the leaders of the state were forced to accept a [[Spamton|honestly ridiculous deal no one was happy with]].&lt;br /&gt;
&lt;br /&gt;
=== United States Politics ===&lt;br /&gt;
&lt;br /&gt;
In 1828, [[First Party System]]y famously announced a split inspired by the likes of BFB 16, causing the [[Democratic-Republican Party]] to become the [[Democratic Party]] and the [[Republican Party]]. The whigs or federalists or whatever were like a thing as the other party that wasn&#039;t the Democratic-Republican party also ended up just dissolving, or something, because they just simply couldn&#039;t handle how awesome and prestigious the opponent&#039;s splitting was.&lt;br /&gt;
&lt;br /&gt;
=== Sawblades ===&lt;br /&gt;
Known to be rabid [[Fanny|haters]] of everything relating to and similar to [[Battle for BFDI]], [[sawblades]] in the late 18th century decided to protest the messaging of the episode by creating their own satirical parody of it, known as &amp;quot;cutting things in half forever&amp;quot;. However, over time, many popular sawblades ended up disagreeing with the original sawblades&#039; ideas, and nowadays it&#039;s common to see a sawblade cutting things in half forever just for the love of the game.&lt;br /&gt;
&lt;br /&gt;
In the popular internet show, &amp;quot;[[Battle for BFDI]]&amp;quot;, series creators [[Cary Huang|Cary]] and [[Michael Huang]] ended up referencing this in their famous episode, [[Getting Teardrop to Talk]], when [[Blocky]] ends up splitting a [[pentagon]] into a [[quadrilateral|t- quadrilateral]] and a [[triangle]].&lt;br /&gt;
&lt;br /&gt;
=== The Future ===&lt;br /&gt;
Gleep zeep! Zorp zap [[the green brit]]. Zoople dorp, pooble dooble finkle wedge. Zeeky Boogy Doog! [[T:POT]] zoogled the boog dog flibbity flib flob.&lt;br /&gt;
&lt;br /&gt;
== Behind the scenes ==&lt;br /&gt;
According an insider interview with Satomi Hinatsu, the iconic the green brit&#039;s Great Game would have originally been an acronym; the show&#039;s title would have spelt out &amp;quot;[[TPOT]]&amp;quot;. This was abandoned last minute however, as it was deemed incompatible with the green brit&#039;s famous name, which was necessary to include in the title for marketing reasons. This caused an outcry within the [[Pot Community]], who felt frustrated with &amp;quot;POT&amp;quot; being removed from the name. In response to this, the showrunners gave a subtitle to the show, deeming it &amp;quot;[[the green brit&#039;s Great Game: pot ot t]]&amp;quot;, or &amp;quot;T:POT&amp;quot; for short. Or &amp;quot;TPOT&amp;quot; for shorter. Or &amp;quot;T&amp;quot; for shorterer. If you want it to be even shortererer then you&#039;re going to have to mouth out a weird, barely-existent sound.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* At the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]].&lt;br /&gt;
* This episode was written by [[Cary Huang]] and [[Satomi Hinatsu]].&lt;br /&gt;
* This episode was the first episode with writing done by [[Satomi Hinatsu]] since [[The Four Is Lava]].&lt;br /&gt;
** This means that this episode&#039;s release marked the first time in over 3 months that an episode had writing by one of the showrunners of [[Battle for BFDI]].&lt;br /&gt;
* This episode marks the first of many appearances of [[the green brit]].&lt;br /&gt;
* This episode marks the first time that a [[split]] happened in the series, as at the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]].&lt;br /&gt;
** However, in the [[Tomorrow|next episode]], we see the second appearance of [[the green brit]].&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130414</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130414"/>
		<updated>2024-08-12T02:10:16Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox television episode&lt;br /&gt;
|episode=16&lt;br /&gt;
|season=4&lt;br /&gt;
|image=File:twopot.png&lt;br /&gt;
|writer=*[[Cary Huang]]&lt;br /&gt;
*[[Satomi Hinatsu]]&lt;br /&gt;
|airdate=March 24, 2020&lt;br /&gt;
|prev=[[The Four is Lava]]&lt;br /&gt;
|next=Read the &#039;Initial Reaction&#039; section to find out!}}&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
[[File:Screenshot_2024-08-10_173517.png|thumb|Other stuff happened too, but its cultural impact has been comparatively negligible. Like what is even happening here? Well, it&#039;s definitely not splitting, so who cares.]]&lt;br /&gt;
=== Cold open ===&lt;br /&gt;
−89.2 °C (−128.6 °F)&lt;br /&gt;
=== After the intro ===&lt;br /&gt;
After the intro, the rest of the episode happened. There were many characters present in the episode, but less than there were in BFB 1. Characters include many of the characters found in [[BFB]], and most of the characters found in [[BFDI]]. However, there was only character present found in [[my room]].&lt;br /&gt;
[[File:Roomer.png|thumb|left|My crib. Jealous?]]&lt;br /&gt;
&lt;br /&gt;
===The Split in BFB 16===&lt;br /&gt;
&lt;br /&gt;
[[The Escape From Four|BFB 16]] was a pivotal episode in the series. In this episode, the show’s creators, Cary and Michael Huang, introduced a dramatic twist: the split of the cast into two separate shows, &amp;quot;BFB&amp;quot; and &amp;quot;TPOT&amp;quot; (The Power of Two). This division was meant to shake things up and add new excitement to the series. However, the split had far-reaching consequences beyond the world of animation.&lt;br /&gt;
&lt;br /&gt;
Fans of BFB were divided into two camps—those who supported &amp;quot;BFB&amp;quot; and those who favored &amp;quot;TPOT.&amp;quot; What began as friendly rivalry soon escalated into heated debates, with each side claiming their show was superior. The arguments spilled over from online forums into the real world, and before long, the fanbase had polarized into two opposing factions. At the center of the conflict were the show&#039;s hosts, Four and X, who found themselves torn between the two factions. Four, representing BFB, and X, representing TPOT, tried to mediate the conflict, but their attempts only fueled the fire. Their debates became legendary, broadcasted live for all to see, and each side rallied behind their chosen leader. Two, representing the split, ended up winning by a landslide, and the final verdict was made: BFB would become split into two separate souls, each containing a piece of the whole. The whole being [[Jazz Huang]].&lt;br /&gt;
&lt;br /&gt;
=== End of episode ===&lt;br /&gt;
At the end of the episode, the season was split into two seasons, Battle for BFB and T:POT&lt;br /&gt;
&lt;br /&gt;
=== The rest ===&lt;br /&gt;
The other sections of the episode have received little documentation. Importantly, since [[BFDI]] doesn&#039;t have a [[Wikipedia]] article, most of the events of the episode have been largely un-verifiable.&lt;br /&gt;
&lt;br /&gt;
Some accounts of the episode, such as ones from news sources such as [[Toby Fox|FOX]] News, report that [[Four]] was mean in the episode, but other accounts report that [[Four]] was the victim of [[mean]]. What do I believe? Well, personally, I think four&#039;s actions were a [[means]] to an end.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first splitting of one show into two resonated with many of the proletariat. Here&#039;s what [[they]] had to say:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that green brit&#039;s Great Game, the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually rose from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
[[File:Slicingkirby.png|thumb|A true post-splitter admiring his work.]]&lt;br /&gt;
=== Splitcore ===&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Homestuck ===&lt;br /&gt;
[[Andrew Hussie]] (creator of [[Problem Sleuth]]) was always known to be a fan of [[Battle For Dream Island]]. However, the depths of his depravity had never truly been considered by the public until he announced that his most recent project, [[Homestuck]] (now known as [[Meteor shower|Homestuck: Act 1]]) would be receiving 27 sequels, henceforth splitting it into the greater project known as &amp;quot;[[Homestuck]]&amp;quot;, which consists of Homestuck: Act 1, Homestuck: Act 2, Homestuck: Act 3, Homestuck: Act 4, Homestuck: Act 5 Act 1, Homestuck: Act 5 Act 2, Homestuck: Act 6 Act 1, Homestuck: Act 6 Act 2, Homestuck: Act 6 Act 3, Homestuck: Act 6 Act 4, Homestuck: Act 6 Act 5, Homestuck: Act 6 Act 6 Act 1, Homestuck: Act 6 Act 6 Act 2, Homestuck: Act 6 Act 6 Act 4, Homestuck: Act 6 Act 6 Act 5, Homestuck: Act 6 Act 6 Act 6, and of course,  Homestuck: Act 7.&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[5b]] and longtime fan of [[BFB]], announced that in solidarity with The Escape From Four, BFDIA 5 would be split into 5 different sections, each one encapsulating the most dramatic moments of [[FreeSmart]] and the other teams&#039; journeys to the [[Summit of Yoyle Mountain]].&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[Scale of the Universe 2]], announced that in solidarity with The Escape From Four, BFDIA would be split into Season 2a, consisting of its first 5 episodes, and Season 2b, consisting of any episode of the season releasing afterwards.&lt;br /&gt;
&lt;br /&gt;
=== Creation of &amp;quot;Battle for Dream Island&amp;quot; (BFDI) ===&lt;br /&gt;
&lt;br /&gt;
Cary and Michael Huang, beloved creators of &amp;quot;Battle for Dream Island&amp;quot; (BFDI), were significantly inspired by the [[The Escape From Four|BFB 16]] when conceptualizing their own series. [[The Escape From Four|BFB 16]], an episode renowned for its humor, everchanging character dynamics, and competitive flair served as a creative catalyst for the Huang brothers.&lt;br /&gt;
&lt;br /&gt;
Seeing the potential for a similar format, Cary and Michael were drawn to the idea of an animated competition featuring inanimate objects with distinct personalities, with one major distinction: Seeing the state of BFB&#039;s releases, they opted to limit the cast to a mere 20 contestants, rather than [[Nintendo GameCube|64]]. This proved to be to their benefit, as the two brothers were quite a bit younger than that of BFB&#039;s creators. They admired how [[The Escape From Four|BFB 16]] balanced light-hearted fun with suspenseful and ominous elimination rounds, and they aimed to incorporate these aspects into their own project.&lt;br /&gt;
&lt;br /&gt;
This inspiration led to the development of &amp;quot;Battle for Dream Island,&amp;quot; a series where contestants, represented by various objects, compete in challenges to win the grand prize — a luxurious island one could only dream of. The show&#039;s offbeat characters, enthralling plotlines, and added audience participation quickly made it a beloved series, much like its original, groundbreaking predecessor.&lt;br /&gt;
&lt;br /&gt;
=== The Civil War ===&lt;br /&gt;
[[File:Splithorse.jpg|thumb|weeee!]]&lt;br /&gt;
[[South Carolina]], a known fan of BFB before The Escape From Four, took major inspiration from the split. In 1861, South Carolina split from the [[union]], causing the [[Civil War]]. Joining with other states and BFB fans, South Carolina named the new nation the [[Confederate States of Goiky Land]]. Though shaken by this sudden split, the remaining states in the union decided to join in, splitting into the [[United States]] and the [[United States Jr.]]. However, it prefers to be called [[United States Jr.|United States the Second]].&lt;br /&gt;
&lt;br /&gt;
The release of [[The Escape From Four|BFB 16]] set off a chain reaction that would change the course of history forever. The characters of &amp;quot;Battle for BFDI&amp;quot; weren&#039;t just beloved by their fans — but by their soldiers. To the west, the Union first destroyed the Confederacy&#039;s river navy by the summer of 1862, then much of its western armies, and seized New Orleans. These actions were also inspired by the iconic part of [[The Escape From Four|BFB 16]] when [[Taco]], fighting on Four&#039;s behalf, decided to break it down in front of her fellow contestants. New Orleans has had a significant musical history, and the Union&#039;s love of [[Taco|Taco&#039;s]] bold and diverse new musical blend of dance and object inspired them to harness that same power for themselves, which was integral to their eventual victory. The new genre of music brought about by these events would then be given their namesake by the beloved [[Jazz Huang]] — the self proclaimed [[inspiration]] of [[The Escape From Four|BFB 16]].&lt;br /&gt;
The civil war raged on for years, with neither side willing to back down. Families were divided, and friendships were tested as the nation grappled with its identity. Some sought a peaceful resolution, advocating for a return to the unified BFB days, while others believed that the split was necessary to allow creativity and freedom to flourish.&lt;br /&gt;
In the end, it was the fans who brought about the resolution. Realizing that the conflict had gone too far, they began to organize peace talks, encouraging both sides to come together and celebrate what they all loved—the spirit of competition, creativity, and community that &amp;quot;Battle for BFDI&amp;quot; had always represented.&lt;br /&gt;
&lt;br /&gt;
{{Dia|FireyJr|Let&#039;s be friends. You&#039;re better than all the other lame-os around here.}}&lt;br /&gt;
{{Dia|UnitedStatesJr|red white yahoo!}}&lt;br /&gt;
&lt;br /&gt;
[[File:Mycrib.png|thumb|right|My crib. Jealous?]]&lt;br /&gt;
However, the creation of the United States Jr. imminently caused a problem for all nations involved. As a junior country, the [[Splitting Dictate of 1765]] mandated all of the [[Baby|babies]] forfeit their citizenship to their original country and instead join the junior country. With no soldiers of proper age to fight United States Jr.&#039;s new war against [[Disney World]], the leaders of the state were forced to accept a [[Spamton|honestly ridiculous deal no one was happy with]].&lt;br /&gt;
&lt;br /&gt;
=== United States Politics ===&lt;br /&gt;
[[File:Tacodancing.png|thumb|left|Taco, convincing her team to keep fighting using the power of [[jazz]].]]&lt;br /&gt;
In 1828, [[First Party System]]y famously announced a split inspired by the likes of BFB 16, causing the [[Democratic-Republican Party]] to become the [[Democratic Party]] and the [[Republican Party]]. The whigs or federalists or whatever were like a thing as the other party that wasn&#039;t the Democratic-Republican party also ended up just dissolving, or something, because they just simply couldn&#039;t handle how awesome and prestigious the opponent&#039;s splitting was.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===The Aftermath===&lt;br /&gt;
The war eventually came to an end with the signing of the [[BFDIA 6|Treaty of Dream Island]], where both sides agreed to coexist and appreciate each show for its unique qualities. The nation began to heal, and the characters of BFB and TPOT became symbols of unity rather than division.&lt;br /&gt;
&lt;br /&gt;
The legacy of the Great BFB Civil War lives on in the hearts of fans, a reminder of how a simple animated show could stir such passion and, ultimately, bring people together.&lt;br /&gt;
&lt;br /&gt;
=== Sawblades ===&lt;br /&gt;
Known to be rabid [[Fanny|haters]] of everything relating to and similar to [[Battle for BFDI]], [[sawblades]] in the late 18th century decided to protest the messaging of the episode by creating their own satirical parody of it, known as &amp;quot;cutting things in half forever&amp;quot;. However, over time, many popular sawblades ended up disagreeing with the original sawblades&#039; ideas, and nowadays it&#039;s common to see a sawblade cutting things in half forever just for the love of the game.&lt;br /&gt;
&lt;br /&gt;
In the popular internet show, &amp;quot;[[Battle for BFDI]]&amp;quot;, series creators [[Cary Huang|Cary]] and [[Michael Huang]] ended up referencing this in their famous episode, [[Getting Teardrop to Talk]], when [[Blocky]] ends up splitting a [[pentagon]] into a [[quadrilateral|t- quadrilateral]] and a [[triangle]].&lt;br /&gt;
&lt;br /&gt;
=== The Future ===&lt;br /&gt;
Gleep zeep! Zorp zap [[the green brit]]. Zoople dorp, pooble dooble finkle wedge. Zeeky Boogy Doog! [[T:POT]] zoogled the boog dog flibbity flib flob.&lt;br /&gt;
&lt;br /&gt;
== Behind the scenes ==&lt;br /&gt;
According an insider interview with Satomi Hinatsu, the iconic the green brit&#039;s Great Game would have originally been an acronym; the show&#039;s title would have spelt out &amp;quot;[[TPOT]]&amp;quot;. This was abandoned last minute however, as it was deemed incompatible with the green brit&#039;s famous name, which was necessary to include in the title for marketing reasons. This caused an outcry within the [[Pot Community]], who felt frustrated with &amp;quot;POT&amp;quot; being removed from the name. In response to this, the showrunners gave a subtitle to the show, deeming it &amp;quot;[[the green brit&#039;s Great Game: pot ot t]]&amp;quot;, or &amp;quot;T:POT&amp;quot; for short. Or &amp;quot;TPOT&amp;quot; for shorter. Or &amp;quot;T&amp;quot; for shorterer. If you want it to be even shortererer then you&#039;re going to have to mouth out a weird, barely-existent sound.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* At the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]].&lt;br /&gt;
* This episode was written by [[Cary Huang]] and [[Satomi Hinatsu]].&lt;br /&gt;
* This episode was the first episode with writing done by [[Satomi Hinatsu]] since [[The Four Is Lava]].&lt;br /&gt;
** This means that this episode&#039;s release marked the first time in over 3 months that an episode had writing by one of the showrunners of [[Battle for BFDI]].&lt;br /&gt;
* This episode marks the first of many appearances of [[the green brit]].&lt;br /&gt;
* This episode marks the first time that a [[split]] happened in the series, as at the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]].&lt;br /&gt;
** However, in the [[Tomorrow|next episode]], we see the second appearance of [[the green brit]].&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130408</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130408"/>
		<updated>2024-08-12T02:03:14Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox television episode&lt;br /&gt;
|episode=16&lt;br /&gt;
|season=4&lt;br /&gt;
|image=File:twopot.png&lt;br /&gt;
|writer=*[[Cary Huang]]&lt;br /&gt;
*[[Satomi Hinatsu]]&lt;br /&gt;
|airdate=March 24, 2020&lt;br /&gt;
|prev=[[The Four is Lava]]&lt;br /&gt;
|next=Read the &#039;Initial Reaction&#039; section to find out!}}&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
[[File:Screenshot_2024-08-10_173517.png|thumb|Other stuff happened too, but its cultural impact has been comparatively negligible. Like what is even happening here? Well, it&#039;s definitely not splitting, so who cares.]]&lt;br /&gt;
=== Cold open ===&lt;br /&gt;
−89.2 °C (−128.6 °F)&lt;br /&gt;
=== After the intro ===&lt;br /&gt;
After the intro, the rest of the episode happened. There were many characters present in the episode, but less than there were in BFB 1. Characters include many of the characters found in [[BFB]], and most of the characters found in [[BFDI]]. However, there was only character present found in [[my room]].&lt;br /&gt;
[[File:Roomer.png|thumb|left|My crib. Jealous?]]&lt;br /&gt;
&lt;br /&gt;
===The Split in BFB 16===&lt;br /&gt;
&lt;br /&gt;
[[The Escape From Four|BFB 16]] was a pivotal episode in the series. In this episode, the show’s creators, Cary and Michael Huang, introduced a dramatic twist: the split of the cast into two separate shows, &amp;quot;BFB&amp;quot; and &amp;quot;TPOT&amp;quot; (The Power of Two). This division was meant to shake things up and add new excitement to the series. However, the split had far-reaching consequences beyond the world of animation.&lt;br /&gt;
&lt;br /&gt;
Fans of BFB were divided into two camps—those who supported &amp;quot;BFB&amp;quot; and those who favored &amp;quot;TPOT.&amp;quot; What began as friendly rivalry soon escalated into heated debates, with each side claiming their show was superior. The arguments spilled over from online forums into the real world, and before long, the fanbase had polarized into two opposing factions. At the center of the conflict were the show&#039;s hosts, Four and X, who found themselves torn between the two factions. Four, representing BFB, and X, representing TPOT, tried to mediate the conflict, but their attempts only fueled the fire. Their debates became legendary, broadcasted live for all to see, and each side rallied behind their chosen leader. Two, representing the split, ended up winning by a landslide, and the final verdict was made: BFB would become split into two separate souls, each containing a piece of the whole. The whole being [[Jazz Huang]].&lt;br /&gt;
&lt;br /&gt;
=== End of episode ===&lt;br /&gt;
At the end of the episode, the season was split into two seasons, Battle for BFB and T:POT&lt;br /&gt;
&lt;br /&gt;
=== The rest ===&lt;br /&gt;
The other sections of the episode have received little documentation. Importantly, since [[BFDI]] doesn&#039;t have a [[Wikipedia]] article, most of the events of the episode have been largely un-verifiable.&lt;br /&gt;
&lt;br /&gt;
Some accounts of the episode, such as ones from news sources such as [[Toby Fox|FOX]] News, report that [[Four]] was mean in the episode, but other accounts report that [[Four]] was the victim of [[mean]]. What do I believe? Well, personally, I think four&#039;s actions were a [[means]] to an end.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first splitting of one show into two resonated with many of the proletariat. Here&#039;s what [[they]] had to say:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that green brit&#039;s Great Game, the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually rose from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
[[File:Slicingkirby.png|thumb|A true post-splitter admiring his work.]]&lt;br /&gt;
=== Splitcore ===&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Homestuck ===&lt;br /&gt;
[[Andrew Hussie]] (creator of [[Problem Sleuth]]) was always known to be a fan of [[Battle For Dream Island]]. However, the depths of his depravity had never truly been considered by the public until he announced that his most recent project, [[Homestuck]] (now known as [[Meteor shower|Homestuck: Act 1]]) would be receiving 27 sequels, henceforth splitting it into the greater project known as &amp;quot;[[Homestuck]]&amp;quot;, which consists of Homestuck: Act 1, Homestuck: Act 2, Homestuck: Act 3, Homestuck: Act 4, Homestuck: Act 5 Act 1, Homestuck: Act 5 Act 2, Homestuck: Act 6 Act 1, Homestuck: Act 6 Act 2, Homestuck: Act 6 Act 3, Homestuck: Act 6 Act 4, Homestuck: Act 6 Act 5, Homestuck: Act 6 Act 6 Act 1, Homestuck: Act 6 Act 6 Act 2, Homestuck: Act 6 Act 6 Act 4, Homestuck: Act 6 Act 6 Act 5, Homestuck: Act 6 Act 6 Act 6, and of course,  Homestuck: Act 7.&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[5b]] and longtime fan of [[BFB]], announced that in solidarity with The Escape From Four, BFDIA 5 would be split into 5 different sections, each one encapsulating the most dramatic moments of [[FreeSmart]] and the other teams&#039; journeys to the [[Summit of Yoyle Mountain]].&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[Scale of the Universe 2]], announced that in solidarity with The Escape From Four, BFDIA would be split into Season 2a, consisting of its first 5 episodes, and Season 2b, consisting of any episode of the season releasing afterwards.&lt;br /&gt;
&lt;br /&gt;
=== Creation of &amp;quot;Battle for Dream Island&amp;quot; (BFDI) ===&lt;br /&gt;
&lt;br /&gt;
Cary and Michael Huang, beloved creators of &amp;quot;Battle for Dream Island&amp;quot; (BFDI), were significantly inspired by the [[The Escape From Four|BFB 16]] when conceptualizing their own series. [[The Escape From Four|BFB 16]], an episode renowned for its humor, everchanging character dynamics, and competitive flair served as a creative catalyst for the Huang brothers.&lt;br /&gt;
&lt;br /&gt;
Seeing the potential for a similar format, Cary and Michael were drawn to the idea of an animated competition featuring inanimate objects with distinct personalities, with one major distinction: Seeing the state of BFB&#039;s releases, they opted to limit the cast to a mere 20 contestants, rather than [[Nintendo GameCube|64]]. This proved to be to their benefit, as the two brothers were quite a bit younger than that of BFB&#039;s creators. They admired how [[The Escape From Four|BFB 16]] balanced light-hearted fun with suspenseful and ominous elimination rounds, and they aimed to incorporate these aspects into their own project.&lt;br /&gt;
&lt;br /&gt;
This inspiration led to the development of &amp;quot;Battle for Dream Island,&amp;quot; a series where contestants, represented by various objects, compete in challenges to win the grand prize — a luxurious island one could only dream of. The show&#039;s offbeat characters, enthralling plotlines, and added audience participation quickly made it a beloved series, much like its original, groundbreaking predecessor.&lt;br /&gt;
&lt;br /&gt;
=== The Civil War ===&lt;br /&gt;
[[File:Splithorse.jpg|thumb|weeee!]]&lt;br /&gt;
[[South Carolina]], a known fan of BFB before The Escape From Four, took major inspiration from the split. In 1861, South Carolina split from the [[union]], causing the [[Civil War]]. Joining with other states and BFB fans, South Carolina named the new nation the [[Confederate States of Goiky Land]]. Though shaken by this sudden split, the remaining states in the union decided to join in, splitting into the [[United States]] and the [[United States Jr.]]. However, it prefers to be called [[United States Jr.|United States the Second]].&lt;br /&gt;
&lt;br /&gt;
The release of [[The Escape From Four|BFB 16]] set off a chain reaction that would change the course of history forever. The characters of &amp;quot;Battle for BFDI&amp;quot; weren&#039;t just beloved by their fans — but by their soldiers.&lt;br /&gt;
&lt;br /&gt;
{{Dia|FireyJr|Let&#039;s be friends. You&#039;re better than all the other lame-os around here.}}&lt;br /&gt;
{{Dia|UnitedStatesJr|red white yahoo!}}&lt;br /&gt;
&lt;br /&gt;
[[File:Mycrib.png|thumb|right|My crib. Jealous?]]&lt;br /&gt;
However, the creation of the United States Jr. imminently caused a problem for all nations involved. As a junior country, the [[Splitting Dictate of 1765]] mandated all of the [[Baby|babies]] forfeit their citizenship to their original country and instead join the junior country. With no soldiers of proper age to fight United States Jr.&#039;s new war against [[Disney World]], the leaders of the state were forced to accept a [[Spamton|honestly ridiculous deal no one was happy with]].&lt;br /&gt;
&lt;br /&gt;
=== United States Politics ===&lt;br /&gt;
[[File:Tacodancing.png|thumb|left|Taco, convincing her team to keep fighting using the power of [[jazz]].]]&lt;br /&gt;
In 1828, [[First Party System]]y famously announced a split inspired by the likes of BFB 16, causing the [[Democratic-Republican Party]] to become the [[Democratic Party]] and the [[Republican Party]]. The whigs or federalists or whatever were like a thing as the other party that wasn&#039;t the Democratic-Republican party also ended up just dissolving, or something, because they just simply couldn&#039;t handle how awesome and prestigious the opponent&#039;s splitting was.&lt;br /&gt;
To the west, the Union first destroyed the Confederacy&#039;s river navy by the summer of 1862, then much of its western armies, and seized New Orleans. These actions were also inspired by the iconic part of [[The Escape From Four|BFB 16]] when [[Taco]], fighting on Four&#039;s behalf, decided to break it down in front of her fellow contestants. New Orleans has had a significant musical history, and the Union&#039;s love of [[Taco|Taco&#039;s]] bold and diverse new musical blend of dance and object inspired them to harness that same power for themselves, which was integral to their eventual victory. The new genre of music brought about by these events would then be given their namesake by the beloved [[Jazz Huang]] — the self proclaimed [[inspiration]] of [[The Escape From Four|BFB 16]].&lt;br /&gt;
The civil war raged on for years, with neither side willing to back down. Families were divided, and friendships were tested as the nation grappled with its identity. Some sought a peaceful resolution, advocating for a return to the unified BFB days, while others believed that the split was necessary to allow creativity and freedom to flourish.&lt;br /&gt;
In the end, it was the fans who brought about the resolution. Realizing that the conflict had gone too far, they began to organize peace talks, encouraging both sides to come together and celebrate what they all loved—the spirit of competition, creativity, and community that &amp;quot;Battle for BFDI&amp;quot; had always represented.&lt;br /&gt;
&lt;br /&gt;
===The Aftermath===&lt;br /&gt;
The war eventually came to an end with the signing of the [[BFDIA 6|Treaty of Dream Island]], where both sides agreed to coexist and appreciate each show for its unique qualities. The nation began to heal, and the characters of BFB and TPOT became symbols of unity rather than division.&lt;br /&gt;
&lt;br /&gt;
The legacy of the Great BFB Civil War lives on in the hearts of fans, a reminder of how a simple animated show could stir such passion and, ultimately, bring people together.&lt;br /&gt;
&lt;br /&gt;
=== Sawblades ===&lt;br /&gt;
Known to be rabid [[Fanny|haters]] of everything relating to and similar to [[Battle for BFDI]], [[sawblades]] in the late 18th century decided to protest the messaging of the episode by creating their own satirical parody of it, known as &amp;quot;cutting things in half forever&amp;quot;. However, over time, many popular sawblades ended up disagreeing with the original sawblades&#039; ideas, and nowadays it&#039;s common to see a sawblade cutting things in half forever just for the love of the game.&lt;br /&gt;
&lt;br /&gt;
In the popular internet show, &amp;quot;[[Battle for BFDI]]&amp;quot;, series creators [[Cary Huang|Cary]] and [[Michael Huang]] ended up referencing this in their famous episode, [[Getting Teardrop to Talk]], when [[Blocky]] ends up splitting a [[pentagon]] into a [[quadrilateral|t- quadrilateral]] and a [[triangle]].&lt;br /&gt;
&lt;br /&gt;
=== The Future ===&lt;br /&gt;
Gleep zeep! Zorp zap [[the green brit]]. Zoople dorp, pooble dooble finkle wedge. Zeeky Boogy Doog! [[T:POT]] zoogled the boog dog flibbity flib flob.&lt;br /&gt;
&lt;br /&gt;
== Behind the scenes ==&lt;br /&gt;
According an insider interview with Satomi Hinatsu, the iconic the green brit&#039;s Great Game would have originally been an acronym; the show&#039;s title would have spelt out &amp;quot;[[TPOT]]&amp;quot;. This was abandoned last minute however, as it was deemed incompatible with the green brit&#039;s famous name, which was necessary to include in the title for marketing reasons. This caused an outcry within the [[Pot Community]], who felt frustrated with &amp;quot;POT&amp;quot; being removed from the name. In response to this, the showrunners gave a subtitle to the show, deeming it &amp;quot;[[the green brit&#039;s Great Game: pot ot t]]&amp;quot;, or &amp;quot;T:POT&amp;quot; for short. Or &amp;quot;TPOT&amp;quot; for shorter. Or &amp;quot;T&amp;quot; for shorterer. If you want it to be even shortererer then you&#039;re going to have to mouth out a weird, barely-existent sound.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* At the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]].&lt;br /&gt;
* This episode was written by [[Cary Huang]] and [[Satomi Hinatsu]].&lt;br /&gt;
* This episode was the first episode with writing done by [[Satomi Hinatsu]] since [[The Four Is Lava]].&lt;br /&gt;
** This means that this episode&#039;s release marked the first time in over 3 months that an episode had writing by one of the showrunners of [[Battle for BFDI]].&lt;br /&gt;
* This episode marks the first of many appearances of [[the green brit]].&lt;br /&gt;
* This episode marks the first time that a [[split]] happened in the series, as at the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]].&lt;br /&gt;
** However, in the [[Tomorrow|next episode]], we see the second appearance of [[the green brit]].&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Tacodancing.png&amp;diff=130407</id>
		<title>File:Tacodancing.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Tacodancing.png&amp;diff=130407"/>
		<updated>2024-08-12T01:26:22Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130394</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130394"/>
		<updated>2024-08-12T00:50:05Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox television episode&lt;br /&gt;
|episode=16&lt;br /&gt;
|season=4&lt;br /&gt;
|image=File:twopot.png&lt;br /&gt;
|writer=*[[Cary Huang]]&lt;br /&gt;
*[[Satomi Hinatsu]]&lt;br /&gt;
|airdate=March 24, 2020&lt;br /&gt;
|prev=[[The Four is Lava]]&lt;br /&gt;
|next=Read the &#039;Initial Reaction&#039; section to find out!}}&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
[[File:Screenshot_2024-08-10_173517.png|thumb|Other stuff happened too, but its cultural impact has been comparatively negligible. Like what is even happening here? Well, it&#039;s definitely not splitting, so who cares.]]&lt;br /&gt;
=== Cold open ===&lt;br /&gt;
−89.2 °C (−128.6 °F)&lt;br /&gt;
=== After the intro ===&lt;br /&gt;
After the intro, the rest of the episode happened. There were many characters present in the episode, but less than there were in BFB 1. Characters include many of the characters found in [[BFB]], and most of the characters found in [[BFDI]]. However, there was only character present found in [[my room]].&lt;br /&gt;
&lt;br /&gt;
[[File:Roomer.png|thumb|My crib. Jealous?]]&lt;br /&gt;
=== End of episode ===&lt;br /&gt;
At the end of the episode, the season was split into two seasons, Battle for BFB and T:POT&lt;br /&gt;
=== The rest ===&lt;br /&gt;
The other sections of the episode have received little documentation. Importantly, since [[BFDI]] doesn&#039;t have a [[Wikipedia]] article, most of the events of the episode have been largely un-verifiable.&lt;br /&gt;
&lt;br /&gt;
Some accounts of the episode, such as ones from news sources such as [[Toby Fox|FOX]] News, report that [[Four]] was mean in the episode, but other accounts report that [[Four]] was the victim of [[mean]]. What do I believe? Well, personally, I think four&#039;s actions were a [[means]] to an end.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first splitting of one show into two resonated with many of the proletariat. Here&#039;s what [[they]] had to say:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that green brit&#039;s Great Game, the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually rose from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
[[File:Slicingkirby.png|thumb|A true post-splitter admiring his work.]]&lt;br /&gt;
=== Splitcore ===&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Homestuck ===&lt;br /&gt;
[[Andrew Hussie]] (creator of [[Problem Sleuth]]) was always known to be a fan of [[Battle For Dream Island]]. However, the depths of his depravity had never truly been considered by the public until he announced that his most recent project, [[Homestuck]] (now known as [[Meteor shower|Homestuck: Act 1]]) would be receiving 27 sequels, henceforth splitting it into the greater project known as &amp;quot;[[Homestuck]]&amp;quot;, which consists of Homestuck: Act 1, Homestuck: Act 2, Homestuck: Act 3, Homestuck: Act 4, Homestuck: Act 5 Act 1, Homestuck: Act 5 Act 2, Homestuck: Act 6 Act 1, Homestuck: Act 6 Act 2, Homestuck: Act 6 Act 3, Homestuck: Act 6 Act 4, Homestuck: Act 6 Act 5, Homestuck: Act 6 Act 6 Act 1, Homestuck: Act 6 Act 6 Act 2, Homestuck: Act 6 Act 6 Act 4, Homestuck: Act 6 Act 6 Act 5, Homestuck: Act 6 Act 6 Act 6, and of course,  Homestuck: Act 7.&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[5b]] and longtime fan of [[BFB]], announced that in solidarity with The Escape From Four, BFDIA 5 would be split into 5 different sections, each one encapsulating the most dramatic moments of [[FreeSmart]] and the other teams&#039; journeys to the [[Summit of Yoyle Mountain]].&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[Scale of the Universe 2]], announced that in solidarity with The Escape From Four, BFDIA would be split into Season 2a, consisting of its first 5 episodes, and Season 2b, consisting of any episode of the season releasing afterwards.&lt;br /&gt;
&lt;br /&gt;
=== Creation of &amp;quot;Battle for Dream Island&amp;quot; (BFDI) ===&lt;br /&gt;
&lt;br /&gt;
Cary and Michael Huang, beloved creators of &amp;quot;Battle for Dream Island&amp;quot; (BFDI), were significantly inspired by the [[The Escape From Four|BFB 16]] when conceptualizing their own series. [[The Escape From Four|BFB 16]], an episode renowned for its humor, everchanging character dynamics, and competitive flair served as a creative catalyst for the Huang brothers.&lt;br /&gt;
&lt;br /&gt;
Seeing the potential for a similar format, Cary and Michael were drawn to the idea of an animated competition featuring inanimate objects with distinct personalities, with one major distinction: Seeing the state of BFB&#039;s releases, they opted to limit the cast to a mere 20 contestants, rather than [[Nintendo GameCube|64]]. This proved to be to their benefit, as the two brothers were quite a bit younger than that of BFB&#039;s creators. They admired how [[The Escape From Four|BFB 16]] balanced light-hearted fun with suspenseful and ominous elimination rounds, and they aimed to incorporate these aspects into their own project.&lt;br /&gt;
&lt;br /&gt;
This inspiration led to the development of &amp;quot;Battle for Dream Island,&amp;quot; a series where contestants, represented by various objects, compete in challenges to win the grand prize — a luxurious island one could only dream of. The show&#039;s offbeat characters, enthralling plotlines, and added audience participation quickly made it a beloved series, much like its original, groundbreaking predecessor.&lt;br /&gt;
&lt;br /&gt;
=== Civil War ===&lt;br /&gt;
[[File:Splithorse.jpg|thumb|weeee!]]&lt;br /&gt;
[[South Carolina]], a known fan of BFB before The Escape From Four, took major inspiration from the split. In 1861, South Carolina split from the [[union]], causing the [[Civil War]]. Joining with other states and BFB fans, South Carolina named the new nation the [[Confederate States of Goiky Land]]. Though shaken by this sudden split, the remaining states in the union decided to join in, splitting into the [[United States]] and the [[United States Jr.]]. However, it prefers to be called [[United States Jr.|United States the Second]].&lt;br /&gt;
&lt;br /&gt;
{{Dia|FireyJr|Let&#039;s be friends. You&#039;re better than all the other lame-os around here.}}&lt;br /&gt;
{{Dia|UnitedStatesJr|red white yahoo!}}&lt;br /&gt;
&lt;br /&gt;
=== United States Politics ===&lt;br /&gt;
In 1828, [[First Party System]]y famously announced a split inspired by the likes of BFB 16, causing the [[Democratic-Republican Party]] to become the [[Democratic Party]] and the [[Republican Party]]. The whigs or federalists or whatever were like a thing as the other party that wasn&#039;t the Democratic-Republican party also ended up just dissolving, or something, because they just simply couldn&#039;t handle how awesome and prestigious the opponent&#039;s splitting was.&lt;br /&gt;
&lt;br /&gt;
=== The Future ===&lt;br /&gt;
Gleep zeep! Zorp zap [[the green brit]]. Zoople dorp, pooble dooble finkle wedge. Zeeky Boogy Doog! [[T:POT]] zoogled the boog dog flibbity flib flob.&lt;br /&gt;
&lt;br /&gt;
== Behind the scenes ==&lt;br /&gt;
According an insider interview with Satomi Hinatsu, the iconic the green brit&#039;s Great Game would have originally been an acronym; the show&#039;s title would have spelt out &amp;quot;[[TPOT]]&amp;quot;. This was abandoned last minute however, as it was deemed incompatible with the green brit&#039;s famous name, which was necessary to include in the title for marketing reasons. This caused an outcry within the [[Pot Community]], who felt frustrated with &amp;quot;POT&amp;quot; being removed from the name. In response to this, the showrunners gave a subtitle to the show, deeming it &amp;quot;[[the green brit&#039;s Great Game: pot ot t]]&amp;quot;, or &amp;quot;T:POT&amp;quot; for short. Or &amp;quot;TPOT&amp;quot; for shorter. Or &amp;quot;T&amp;quot; for shorterer. If you want it to be even shortererer then you&#039;re going to have to mouth out a weird, barely-existent sound.&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130393</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130393"/>
		<updated>2024-08-12T00:48:46Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox television episode&lt;br /&gt;
|episode=16&lt;br /&gt;
|season=4&lt;br /&gt;
|image=File:twopot.png&lt;br /&gt;
|writer=*[[Cary Huang]]&lt;br /&gt;
*[[Satomi Hinatsu]]&lt;br /&gt;
|airdate=March 24, 2020&lt;br /&gt;
|prev=[[The Four is Lava]]&lt;br /&gt;
|next=Read the &#039;Initial Reaction&#039; section to find out!}}&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons. [[Battle for BFB]], and [[T:POT]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
[[File:Screenshot_2024-08-10_173517.png|thumb|Other stuff happened too, but its cultural impact has been comparatively negligible. Like what is even happening here? Well, it&#039;s definitely not splitting, so who cares.]]&lt;br /&gt;
=== Cold open ===&lt;br /&gt;
−89.2 °C (−128.6 °F)&lt;br /&gt;
=== After the intro ===&lt;br /&gt;
After the intro, the rest of the episode happened. There were many characters present in the episode, but less than there were in BFB 1. Characters include many of the characters found in [[BFB]], and most of the characters found in [[BFDI]]. However, there was only character present found in [[my room]].&lt;br /&gt;
&lt;br /&gt;
[[File:Roomer.png|thumb|My crib. Jealous?]]&lt;br /&gt;
=== End of episode ===&lt;br /&gt;
At the end of the episode, the season was split into two seasons, Battle for BFB and T:POT&lt;br /&gt;
=== The rest ===&lt;br /&gt;
The other sections of the episode have received little documentation. Importantly, since [[BFDI]] doesn&#039;t have a [[Wikipedia]] article, most of the events of the episode have been largely un-verifiable.&lt;br /&gt;
&lt;br /&gt;
Some accounts of the episode, such as ones from news sources such as [[Toby Fox|FOX]] News, report that [[Four]] was mean in the episode, but other accounts report that [[Four]] was the victim of [[mean]]. What do I believe? Well, personally, I think four&#039;s actions were a [[means]] to an end.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first splitting of one show into two resonated with many of the proletariat. Here&#039;s what [[they]] had to say:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that green brit&#039;s Great Game, the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually rose from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
[[File:Slicingkirby.png|thumb|A true post-splitter admiring his work.]]&lt;br /&gt;
=== Splitcore ===&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Homestuck ===&lt;br /&gt;
[[Andrew Hussie]] (creator of [[Problem Sleuth]]) was always known to be a fan of [[Battle For Dream Island]]. However, the depths of his depravity had never truly been considered by the public until he announced that his most recent project, [[Homestuck]] (now known as [[Meteor shower|Homestuck: Act 1]]) would be receiving 27 sequels, henceforth splitting it into the greater project known as &amp;quot;[[Homestuck]]&amp;quot;, which consists of Homestuck: Act 1, Homestuck: Act 2, Homestuck: Act 3, Homestuck: Act 4, Homestuck: Act 5 Act 1, Homestuck: Act 5 Act 2, Homestuck: Act 6 Act 1, Homestuck: Act 6 Act 2, Homestuck: Act 6 Act 3, Homestuck: Act 6 Act 4, Homestuck: Act 6 Act 5, Homestuck: Act 6 Act 6 Act 1, Homestuck: Act 6 Act 6 Act 2, Homestuck: Act 6 Act 6 Act 4, Homestuck: Act 6 Act 6 Act 5, Homestuck: Act 6 Act 6 Act 6, and of course,  Homestuck: Act 7.&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[5b]] and longtime fan of [[BFB]], announced that in solidarity with The Escape From Four, BFDIA 5 would be split into 5 different sections, each one encapsulating the most dramatic moments of [[FreeSmart]] and the other teams&#039; journeys to the [[Summit of Yoyle Mountain]].&lt;br /&gt;
&lt;br /&gt;
=== BFDIA ===&lt;br /&gt;
[[Cary Huang]], creator of [[Scale of the Universe 2]], announced that in solidarity with The Escape From Four, BFDIA would be split into Season 2a, consisting of its first 5 episodes, and Season 2b, consisting of any episode of the season releasing afterwards.&lt;br /&gt;
&lt;br /&gt;
=== Creation of &amp;quot;Battle for Dream Island&amp;quot; (BFDI) ===&lt;br /&gt;
&lt;br /&gt;
Cary and Michael Huang, beloved creators of &amp;quot;Battle for Dream Island&amp;quot; (BFDI), were significantly inspired by the [[BFB 16|The Escape From Four]] when conceptualizing their own series. [[BFB 16|The Escape From Four]], an episode renowned for its humor, everchanging character dynamics, and competitive flair served as a creative catalyst for the Huang brothers.&lt;br /&gt;
&lt;br /&gt;
Seeing the potential for a similar format, Cary and Michael were drawn to the idea of an animated competition featuring inanimate objects with distinct personalities, with one major distinction: Seeing the state of BFB&#039;s releases, they opted to limit the cast to a mere 20 contestants, rather than [[Nintendo GameCube|64]]. This proved to be to their benefit, as the two brothers were quite a bit younger than that of BFB&#039;s creators. They admired how [[BFB 16|The Escape From Four]] balanced light-hearted fun with suspenseful and ominous elimination rounds, and they aimed to incorporate these aspects into their own project.&lt;br /&gt;
&lt;br /&gt;
This inspiration led to the development of &amp;quot;Battle for Dream Island,&amp;quot; a series where contestants, represented by various objects, compete in challenges to win the grand prize — a luxurious island one could only dream of. The show&#039;s offbeat characters, enthralling plotlines, and added audience participation quickly made it a beloved series, much like its original, groundbreaking predecessor.&lt;br /&gt;
&lt;br /&gt;
=== Civil War ===&lt;br /&gt;
[[File:Splithorse.jpg|thumb|weeee!]]&lt;br /&gt;
[[South Carolina]], a known fan of BFB before The Escape From Four, took major inspiration from the split. In 1861, South Carolina split from the [[union]], causing the [[Civil War]]. Joining with other states and BFB fans, South Carolina named the new nation the [[Confederate States of Goiky Land]]. Though shaken by this sudden split, the remaining states in the union decided to join in, splitting into the [[United States]] and the [[United States Jr.]]. However, it prefers to be called [[United States Jr.|United States the Second]].&lt;br /&gt;
&lt;br /&gt;
{{Dia|FireyJr|Let&#039;s be friends. You&#039;re better than all the other lame-os around here.}}&lt;br /&gt;
{{Dia|UnitedStatesJr|red white yahoo!}}&lt;br /&gt;
&lt;br /&gt;
=== United States Politics ===&lt;br /&gt;
In 1828, [[First Party System]]y famously announced a split inspired by the likes of BFB 16, causing the [[Democratic-Republican Party]] to become the [[Democratic Party]] and the [[Republican Party]]. The whigs or federalists or whatever were like a thing as the other party that wasn&#039;t the Democratic-Republican party also ended up just dissolving, or something, because they just simply couldn&#039;t handle how awesome and prestigious the opponent&#039;s splitting was.&lt;br /&gt;
&lt;br /&gt;
=== The Future ===&lt;br /&gt;
Gleep zeep! Zorp zap [[the green brit]]. Zoople dorp, pooble dooble finkle wedge. Zeeky Boogy Doog! [[T:POT]] zoogled the boog dog flibbity flib flob.&lt;br /&gt;
&lt;br /&gt;
== Behind the scenes ==&lt;br /&gt;
According an insider interview with Satomi Hinatsu, the iconic the green brit&#039;s Great Game would have originally been an acronym; the show&#039;s title would have spelt out &amp;quot;[[TPOT]]&amp;quot;. This was abandoned last minute however, as it was deemed incompatible with the green brit&#039;s famous name, which was necessary to include in the title for marketing reasons. This caused an outcry within the [[Pot Community]], who felt frustrated with &amp;quot;POT&amp;quot; being removed from the name. In response to this, the showrunners gave a subtitle to the show, deeming it &amp;quot;[[the green brit&#039;s Great Game: pot ot t]]&amp;quot;, or &amp;quot;T:POT&amp;quot; for short. Or &amp;quot;TPOT&amp;quot; for shorter. Or &amp;quot;T&amp;quot; for shorterer. If you want it to be even shortererer then you&#039;re going to have to mouth out a weird, barely-existent sound.&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130181</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130181"/>
		<updated>2024-08-10T22:10:11Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
[[File:Screenshot_2024-08-10_173517.png|thumb|Other stuff happened too, but its cultural impact has been comparatively negligible. Like what is even happening here? Well, it&#039;s definitely not splitting, so who cares.]]&lt;br /&gt;
=== Cold Open ===&lt;br /&gt;
−89.2 °C (−128.6 °F)&lt;br /&gt;
=== After the intro ===&lt;br /&gt;
After the intro, the rest of the episode happened. There were many characters present in the episode, but less than there were in BFB 1. Characters include many of the characters found in [[BFB]], and most of the characters found in [[BFDI]]. However, there was only character present found in [[my room]].&lt;br /&gt;
&lt;br /&gt;
[[File:Roomer.png|thumb|My crib. Jealous?]]&lt;br /&gt;
=== End of episode ===&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
=== The rest ===&lt;br /&gt;
The rest of the episode has had little documentation. Importantly, since [[BFDI]] doesn&#039;t have a [[Wikipedia]] article, most of the events of the episode have been largely un-verifiable.&lt;br /&gt;
&lt;br /&gt;
Some accounts of the episode, such as ones from news sources such as [[Toby Fox|FOX]] News, report that [[Four]] was mean in the episode, but other accounts report that [[Four]] was the victim of [[mean]]. What do I believe? Well, personally, I think four&#039;s actions were a [[means]] to an end.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first  The splitting of one show into two resonated with many of the proletariat.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that [[TPOT]], the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually rose from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
[[File:Slicingkirby.png|thumb|A true post-splitter admiring his work.]]&lt;br /&gt;
&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Roomer.png&amp;diff=130180</id>
		<title>File:Roomer.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Roomer.png&amp;diff=130180"/>
		<updated>2024-08-10T22:08:56Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130175</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130175"/>
		<updated>2024-08-10T21:50:38Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
[[File:Screenshot_2024-08-10_173517.png|thumb|Other stuff happened too, but its cultural impact has been comparatively negligible. Like what is even happening here? Well, it&#039;s definitely not splitting, so who cares.]]&lt;br /&gt;
=== Cold Open ===&lt;br /&gt;
−89.2 °C (−128.6 °F)&lt;br /&gt;
=== End of episode ===&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
=== The rest ===&lt;br /&gt;
The rest of the episode has had little documentation. Importantly, since [[BFDI]] doesn&#039;t have a [[Wikipedia]] article, most of the events of the episode have been largely un-verifiable.&lt;br /&gt;
&lt;br /&gt;
Some accounts of the episode, such as ones from news sources such as [[Toby Fox|FOX]] News, report that [[Four]] was mean in the episode, but other accounts report that [[Four]] was the victim of [[mean]].&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first  The splitting of one show into two resonated with many of the proletariat.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that [[TPOT]], the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually rose from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130169</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130169"/>
		<updated>2024-08-10T21:34:13Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first  The splitting of one show into two resonated with many of the proletariat.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that [[TPOT]], the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually rose from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130168</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130168"/>
		<updated>2024-08-10T21:33:54Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first  The splitting of one show into two resonated with many of the proletariat.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that [[TPOT]], the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science has revealed that most plants actually arise from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130167</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130167"/>
		<updated>2024-08-10T21:33:35Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first  The splitting of one show into two resonated with many of the proletariat.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that [[TPOT]], the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief held even to this day due to most plants adopting a British accent, modern science revealed that most plants actually arise from the Ocean millions of years before humans. In reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130166</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130166"/>
		<updated>2024-08-10T21:32:21Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first  The splitting of one show into two resonated with many of the proletariat.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that [[TPOT]], the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. Many members of this community began to shift their hue in appreciation of this character, and adopt [[Two|the green brit&#039;s]] iconic accent. This led to a common misconception among the viewerbase up until the late 1950&#039;s, which was that all plants were British. While this is an extremely common belief even to this day due to most plants adopting a British accent, but modern science revealed that most plants actually arise from the Ocean millions of years before humans. So, in reality-- British people have an Ocean accent.&lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130165</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=130165"/>
		<updated>2024-08-10T21:26:30Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;br /&gt;
{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, [[FreeSmart]], the first  The splitting of one show into two resonated with many of the proletariat.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
&lt;br /&gt;
Though resonating with many people, The Escape From Four also garnered notable backlash upon release, especially from figures such as Doug &amp;quot;Red Border&amp;quot; Walker.&lt;br /&gt;
&lt;br /&gt;
Critics such as [[Metacritic]] and [[Rotten Tomato]] agreed that that the episode was &amp;quot;shallow&amp;quot;, or that [[Two|the green brit]] was &amp;quot;a one-dimensional antagonist&amp;quot;. However, counter-critics pointed out that [[TPOT]], the following canonical appearance of the green brit, portrays them in a more sympathetic light, ergo it&#039;s plausible they weren&#039;t intended to be an antagonist in the first place, and that the episode has no water in it, so it can&#039;t be shallow.&lt;br /&gt;
&lt;br /&gt;
Counter-counter-critics say that&#039;s stupid.&lt;br /&gt;
&lt;br /&gt;
[[Two|The green brit&#039;s]] first appearance marked a dramatic shift in many of BFB&#039;s botanical viewerbase. &lt;br /&gt;
&lt;br /&gt;
== Cultural Impact ==&lt;br /&gt;
After BFB 16 released, popular figures in pop culture began to take inspiration from its pro-split messaging. Starting in the middle of 2020, this resulted in the rise of [[Splitcore]], a large global social movement known for splitting the world&#039;s biggest issues.  Famous examples of post-splitting include [[Britain|The Britsh Empire]], French king [[Louis XVI]], and [[Seals]]. [[Slice n&#039; Splice]], noted [[Copy Ability|cutter]] expert and leader in the Splitcore movement was quoted as saying, &amp;quot;Hey, I could use this to finally get that [[Kirby]]!&amp;quot;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=129708</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=129708"/>
		<updated>2024-08-05T16:47:17Z</updated>

		<summary type="html">&lt;p&gt;Nobody: /* Initial Reaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, Freesmart, the first  The splitting of one show into two resonated with many of the proletariat.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|Thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
&lt;br /&gt;
{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=129263</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=129263"/>
		<updated>2024-07-26T04:07:53Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, Freesmart, the first  The splitting of one show into two resonated with many people, particularly those who have been previously cut in half. &lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
[[File:DougWalkster.png|Thumb|Doug Walker&#039;s reaction to BFB 16 introducing what he refers to as &amp;quot;the green brit&amp;quot;]]&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
&lt;br /&gt;
{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=129259</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=129259"/>
		<updated>2024-07-26T04:02:27Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&lt;br /&gt;
&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Quote|Loser! Take these! Hunh! Hueh! Huuh!|[[Liy]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Escape from Four&amp;quot; is the 16th [[episode]] of [[Battle for BFDI]], and the last episode of [[BFDI]]&#039;s Season 4a (also known as pre-split BFB). It was released on Tuesday, March 24, 2020. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
At the end of the episode, the season was split into two seasons.&lt;br /&gt;
&lt;br /&gt;
== Initial Reaction ==&lt;br /&gt;
The Escape From Four was noted to be extremely controversial upon release, with many fans as well as unrelated figures giving their opinion on the episode. Originally however, in the first 30 minutes of its release, it was met with a lukewarm reception. As documented by BFB historian, Freesmart, the first  The splitting of one show into two resonated with many people, particularly those who have been previously cut in half. &lt;br /&gt;
    &amp;lt;div class=&amp;quot;whatthe&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;bleep&amp;quot;&amp;gt;&lt;br /&gt;
            {{Dia|Gamzee|&amp;lt;center&amp;gt;{{Dia|Gamzee|purple.}}&amp;lt;/center&amp;gt; &lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]&lt;br /&gt;
            [[File:Pruple.png]][[File:Pruple.png]][[File:Pruple.png]]}}&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Initial Backlash==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- DO NOT REMOVE THE CATEGORY --&amp;gt;&lt;br /&gt;
[[Category:Episodes (official)]][[Category:BFDI]]&lt;br /&gt;
&lt;br /&gt;
{{#css:&lt;br /&gt;
.bleep {&lt;br /&gt;
transform: rotate(0deg);&lt;br /&gt;
}&lt;br /&gt;
@keyframes spin {&lt;br /&gt;
0% {transform: scale(1,1);}&lt;br /&gt;
100% {transform: scale(1.01,0.99);}&lt;br /&gt;
} &lt;br /&gt;
.whatthe{&lt;br /&gt;
animation: spin 0.5s alternate ease-in-out infinite;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Pruple.png&amp;diff=129256</id>
		<title>File:Pruple.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Pruple.png&amp;diff=129256"/>
		<updated>2024-07-26T03:16:55Z</updated>

		<summary type="html">&lt;p&gt;Nobody: this is actually a picture of gamzee. 99% of people can&amp;#039;t see both!! Are YOU one of them?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
this is actually a picture of gamzee. 99% of people can&#039;t see both!! Are YOU one of them?&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:DiaGamzee.png&amp;diff=129253</id>
		<title>File:DiaGamzee.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:DiaGamzee.png&amp;diff=129253"/>
		<updated>2024-07-26T03:12:38Z</updated>

		<summary type="html">&lt;p&gt;Nobody: this is actually a picture of firey jr. 99% of people can&amp;#039;t see both!! Are YOU one of them?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
this is actually a picture of firey jr. 99% of people can&#039;t see both!! Are YOU one of them?&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:DougWalkster.png&amp;diff=129252</id>
		<title>File:DougWalkster.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:DougWalkster.png&amp;diff=129252"/>
		<updated>2024-07-26T02:51:37Z</updated>

		<summary type="html">&lt;p&gt;Nobody: i love him&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
i love him&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=127516</id>
		<title>The Escape From Four</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=The_Escape_From_Four&amp;diff=127516"/>
		<updated>2024-07-03T02:27:49Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:#newrelogo+div{display:none}}&amp;lt;div id=newrelogo&amp;gt;{{ReLogo|Bouncywikilogo.gif}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Talk:Challenge_10:_Episodes&amp;diff=124951</id>
		<title>Talk:Challenge 10: Episodes</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Talk:Challenge_10:_Episodes&amp;diff=124951"/>
		<updated>2024-06-13T00:03:06Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;# How many shares should be introduced into the market? &#039;&#039;&#039;1&#039;&#039;&#039; or &#039;&#039;&#039;94&#039;&#039;&#039;?&lt;br /&gt;
# Recalculate the exchange rates?{{yn}}&lt;br /&gt;
# Cancel &amp;quot;Episodes&amp;quot; and replace this challenge with a different one?{{yn}}&lt;br /&gt;
# Can this board decision get all &amp;quot;no&amp;quot; votes?{{yn}}&lt;br /&gt;
# Give all the tokens in the bank that don&#039;t currently have an exchange ratein shares an exchange rate in shares?{{yn}}&lt;br /&gt;
# Should [[User:LegendFinder|LegendFinder]] get a 1.1x longer deadline than all other competitors?{{yn}}&lt;br /&gt;
# Should [[Noah]] get a cool giant robot?{{yn}}&lt;br /&gt;
# In front of you are three cages suspended above a pool of lava. The cage with the most shares will be given a lovely Okin Lollipop, enticing everyone inside. Shareholders who abstain from voting on this agenda will not get a lovely Okin Lollipop. Which cage are you entering? Cage &#039;&#039;&#039;A&#039;&#039;&#039;, Cage &#039;&#039;&#039;B&#039;&#039;&#039;, or Cage &#039;&#039;&#039;C&#039;&#039;&#039;?&lt;br /&gt;
#* People who enter the cage with the most shares aren&#039;t dipped into the lava. They&#039;re fine and get to go free. Nothing happens to the other two cages they&#039;re also fine.&lt;br /&gt;
# Should [[LiSt]] rejoin on [[Wanted Contestants]]?{{yn}}&lt;br /&gt;
# Each shareholder who votes on this agenda will receive between 1 and 5 mentions, with the number chosen at random. &amp;lt;u&amp;gt;Yes, but like the &#039;&#039;&#039;TWOW&#039;&#039;&#039; kind&amp;lt;/u&amp;gt;, or &amp;lt;u&amp;gt;yes, but like the &#039;&#039;&#039;Discord&#039;&#039;&#039; kind&amp;lt;/u&amp;gt;, or &amp;lt;u&amp;gt;&#039;&#039;&#039;no&#039;&#039;&#039;&amp;lt;/u&amp;gt;?&lt;br /&gt;
# Should players be allowed to exchange bank items and tokens with exactly two identical letters consecutively in their names for double counters at a fixed rate of 1 to 1?{{yn}}&lt;br /&gt;
#* Double counters are non-exchangeable once obtained, and are purely cosmetic in nature.&lt;br /&gt;
# Can we have a belated 30th birthday party for [[User:Scar]]?{{yn}}&lt;br /&gt;
# Should the Wiki Camp 2 have a paper plate awards ceremony after results for the final challenge are released?{{yn}}&lt;br /&gt;
# What does the fox say? &#039;&#039;&#039;Woof&#039;&#039;&#039;, &#039;&#039;&#039;meow&#039;&#039;&#039;, &#039;&#039;&#039;quack&#039;&#039;&#039;, or &#039;&#039;&#039;bing&#039;&#039;&#039;?&lt;br /&gt;
# Should a randomly-selected entry from any previous challenge be introduced to the Evil Mushroom Kingdom, therefore inverting its page&#039;s colors?{{yn}}&lt;br /&gt;
# Should it be impossible for competitors to become eliminated via board decisions? This decision will come into effect first.{{yn}}&lt;br /&gt;
# Should we reveal who submitted each board descision this voting period?{{yn}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;board votes below.&#039;&#039;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
== Board meeting ==&lt;br /&gt;
[[The Divine Goddess]]: 94 no abstain no abstain no abstain A no discord abstain no abstain abstain no no no&lt;br /&gt;
&lt;br /&gt;
[[Jurta]]: 1, no, no, maybe, yes, no, yes, A, yes, TWOW, abstain, yes, yes, meow, yes, yes, abstain &amp;lt;span style=&amp;quot;letter-spacing:-1px&amp;quot;&amp;gt;[[User:Jurta|Jurta]]&amp;lt;/span&amp;gt; &amp;lt;sup&amp;gt;[[User talk:Jurta|talk]]&amp;lt;/sup&amp;gt;/&amp;lt;sub&amp;gt;he/they&amp;lt;/sub&amp;gt; 17:35, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[SFD Jigsaw Piece]]: 94, abstain, no, no, yes, why not, FUCK YES, C, Yeah, TWOW, abstain, yes, yes, gering-ding-ding-ding-dingeringeding, yes, yes, yes [[User:AlphaAmoeba|ALPHA AMOEBA DID THIS.]] ([[User talk:AlphaAmoeba|talk]]) 17:40, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Head of Lettuce]]: 1, yes, no, no, yes, no, yes, abstain, yes, yes but like the discord kind, yes, yes, yes, bing, yes, yes, yes [[User:Scar|Scar]] ([[User talk:Scar|talk]]) 17:48, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Emoticon]]: 1, abstain, no, no, yes, yes, yes, A, yes, TWOW, yes, yes, no, abstain, no, abstain, yes [[File:EmoticonIcon.png|20px|link=User:QWillow]]   [[User:QWillow|[[File:PLASMA BALL RUN!!!!!!.png|30px]]]] test 17:53, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Cellphone]]:1,No,No,No,Yes,No,Yes,A,No,TWOW kind,No,Yes,Yes,Quack,No,Yes,Yes [[User:Snowphie|-Snowphie/Cellphone😜 ]] ([[User talk:Snowphie|talk]]) 17:55, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Molten Copper &amp;amp; Toast Blob]]: 1 no abstain no no no yes A yes TWOW no yes abstain meow abstain yes no — &amp;lt;span style=&amp;quot;clip-path:ellipse(8.5px 8.5px at 50% 50%)&amp;quot;&amp;gt;[[File:Coppersaltspfp up to date.png|17px|link=User:Coppersalts]]&amp;lt;/span&amp;gt; 18:11, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Fictional charcter]]: 94, no, no, no, yes, yes, YES, A, yes, TWOW, yes, YES, yes, Quack, yes, no, no [[User:Betabug64|betabug64]] 18:36, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Push Dagger]]: 1, abstain, no, no, yes, abstain, yes, A, yes, TWOW, abstain, yes, yes, bing, yes, yes, yes! [[User:ZerOcarina|ZerOcarina]] ([[User talk:ZerOcarina|talk]]) 18:37, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Big Boy]]: 1, no, no, &#039;&#039;&#039;no&#039;&#039;&#039;, yes, no, no, B, yes, twow, yes, yes, yes, woof, yes, yes, yes - [[User:SGuySMW|SGuySMW]] ([[User talk:SGuySMW|talk]]) 18:45, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[The Wiki Machine]]: 1, no, no, abstain, abstain, no, abstain, We&#039;re Homers, abstain, abstain, no, yes, yes, abstain, no, yes, no --[[User:Crispeh|crispeh]] [[File:TWM-dance.gif|The Wiki Machine|25px]] 18:56, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Mahjong Tile]]: 1,no,no,yes,yes,yes,yes,A,no,twow,no,yes,yes,,bing,yes,no,yes--[[User:Mayong|Mayong]] ([[User talk:Mayong|talk]]) 19:09, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Teenage Trouble Claws]]: 1, no, no, no, yes, no, yes, we&#039;re homers, yes, twow, yes, yes, yes, meow, no, yes, yes [[User:AUTUMNAURORA|AUTUMNAURORA]] ([[User talk:AUTUMNAURORA|talk]]) 18:57, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[The Computer]]: 1, yes, no, no, abstain, no, no, we&#039;re homers, abstain, twow, no, yes, yes, meow, yes, yes, yes [[User:TUWAN|TUWAN]] ([[User talk:TUWAN|talk]]) 21:05, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Lost Artifact]]: 94 no no no no no yes B yes discord yes yes yes bing yes no abstain [[User:HarrowwInk|Harrow!!!!]] ([[User talk:HarrowwInk|talk]]) 21:45, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Terra]]: 1, no, no, abstain, yes, abstain, abstain, abstain, yes, no, no, yes, abstain, abstain, no, yes, yes [[User:Airy|Airy]] ([[User talk:Airy|talk]]) 22:24, 12 June 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Gamer]]: 1, no, no, no, yes, no, yes, A, yes, TWOW, abstain, yes, yes, bing, yes, yes, no [[User:Christianosc|Christianosc]] ([[User talk:Christianosc|talk]]) 22:48, 12 June 2024&lt;br /&gt;
&lt;br /&gt;
[[The Eater of Wikis]]: 1, no, no, abstain, abstain, no, abstain, We&#039;re Homers, abstain, abstain, no, yes, yes, abstain, no, yes, no -- [[User:Nobody|Nobody]] ([[User talk:Nobody|talk]]) 00:02, 13 June 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Magic_Kingdom&amp;diff=121824</id>
		<title>Magic Kingdom</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Magic_Kingdom&amp;diff=121824"/>
		<updated>2024-04-26T07:28:20Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Distinguish|Tragic Kingdom}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox country&lt;br /&gt;
| common_name = Magic Kingdom&lt;br /&gt;
| conventional_long_name = Magic Kingdom&lt;br /&gt;
| capital = &amp;lt;choose uncached=&amp;quot;&amp;quot;&amp;gt;&amp;lt;option&amp;gt;[[Cinderella City]]&amp;lt;/option&amp;gt;&amp;lt;option&amp;gt;We don&#039;t know for sure but it sure ain&#039;t [[Cinderella City]]!!!&amp;lt;/option&amp;gt;&amp;lt;/choose&amp;gt;&lt;br /&gt;
| government_type = Unitary parliamentary constitutional monarchy (rotating)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Magic Kingdom&#039;&#039;&#039; is the most populous country in [[Disney World]]. It is comprised of six constituent countries: [[New America]], [[Adventureland]], [[Frontierland]], [[Libertyland]], [[Fantasyland]], and [[Tomorrowland]]. Its capital &amp;lt;choose uncached=&amp;quot;&amp;quot;&amp;gt;&amp;lt;option&amp;gt;is&amp;lt;/option&amp;gt;&amp;lt;option&amp;gt;is NOT&amp;lt;/option&amp;gt;&amp;lt;/choose&amp;gt; [[Cinderella City]]. The Magic Kingdom DOES contain [[Lalalala&#039;s Castle]] though.&lt;br /&gt;
&amp;lt;br&amp;gt;In spite of a common misconception, [[George Lucas]] did not invent [[Magic]], but instead invented [[The Force]]. &lt;br /&gt;
&lt;br /&gt;
== Etymology ==&lt;br /&gt;
The name of the Magic Kingdom comes contains three root words. [[Magic]] comes from &#039;&#039;magic&#039;&#039;, an [[English]] word meaning &amp;quot;magic.&amp;quot; Kingdom comes from the words &#039;&#039;[[king]]&#039;&#039;, a word for a ruler, and &#039;&#039;[[fandom]]&#039;&#039;, a word for a dogshit wiki.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
[[File:LoreAccurateCairn.jpg | thumb | Earliest known photo of Magic Kingdom]]&lt;br /&gt;
&lt;br /&gt;
The earliest evidence of Magic Kingdom&#039;s existence is dated around 12,000 BCE, when the kingdom was just an arrangement of wicked [[cairn|cairns]]. They were cool, but could hardly be considered a &amp;quot;kingdom&amp;quot;. These rocks were thought to be washed away in [[the Great Flood]].&lt;br /&gt;
&lt;br /&gt;
The ruins of the Magic Kingdom were discovered by escapees of the [[Animal Kingdom]], including a pair of immortal mouse [[lich|liches]] named Minnie and Mickey Mouse. &lt;br /&gt;
&lt;br /&gt;
== Demographics ==&lt;br /&gt;
The population of the Magic Kingdom is said to be approximately 40,000. Of this population, approximately 90% are [[tourists]]. The remaining 10% are split between [[Sad|Cast Members]], [[Furry|Mascots]], and [[CEOs|Dudes Smoking Fat Cigars In Spinny Chairs]]. &lt;br /&gt;
&lt;br /&gt;
=== Tourist Demographics ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Tourist Type&lt;br /&gt;
!% of Tourist&lt;br /&gt;
Population&lt;br /&gt;
(2010)&lt;br /&gt;
!% of Tourist&lt;br /&gt;
Population&lt;br /&gt;
(2020)&lt;br /&gt;
|-&lt;br /&gt;
|Happy Family&lt;br /&gt;
|15%&lt;br /&gt;
|0%&lt;br /&gt;
|-&lt;br /&gt;
|[[The Simpsons|Unhappy Family]]&lt;br /&gt;
|47%&lt;br /&gt;
|18%&lt;br /&gt;
|-&lt;br /&gt;
|Straight Couple&lt;br /&gt;
|9%&lt;br /&gt;
|6%&lt;br /&gt;
|-&lt;br /&gt;
|[[Destiel|Gay Couple]]&lt;br /&gt;
|3%&lt;br /&gt;
|1%&lt;br /&gt;
|-&lt;br /&gt;
|Disney Adults&lt;br /&gt;
|23%&lt;br /&gt;
|74%&lt;br /&gt;
|-&lt;br /&gt;
|Lonely guy here to have fun&lt;br /&gt;
|3%&lt;br /&gt;
|1%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Mascot Demographics ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Mascot&lt;br /&gt;
!% of Mascot Population&lt;br /&gt;
|-&lt;br /&gt;
|[[Mickey Mouse|Mickey Mouses]]&lt;br /&gt;
|18%&lt;br /&gt;
|-&lt;br /&gt;
|[[Giggles|Minnie Mouses]]&lt;br /&gt;
|15%&lt;br /&gt;
|-&lt;br /&gt;
|[[Chipmunk|Chips/Dales]]&lt;br /&gt;
|11%&lt;br /&gt;
|-&lt;br /&gt;
|[[Duck|Donalds]]&lt;br /&gt;
|9%&lt;br /&gt;
|-&lt;br /&gt;
|[[Goofy|Goofys]]&lt;br /&gt;
|8%&lt;br /&gt;
|-&lt;br /&gt;
|[[Lilo and Stitch|Stitches]]&lt;br /&gt;
|5%&lt;br /&gt;
|-&lt;br /&gt;
|[[Snowball Token|Elsas]]&lt;br /&gt;
|5%&lt;br /&gt;
|-&lt;br /&gt;
|[[Money|Scrooge McDucks]]&lt;br /&gt;
|3%&lt;br /&gt;
|-&lt;br /&gt;
|[[Fish|Ariels]]&lt;br /&gt;
|2%&lt;br /&gt;
|-&lt;br /&gt;
|[[Rock|Moanas]]&lt;br /&gt;
|2%&lt;br /&gt;
|-&lt;br /&gt;
|[[Tumblr|Peter Pans]]&lt;br /&gt;
|0%{{Note|Peter Pans were driven to extinction after 2013}}&lt;br /&gt;
|-&lt;br /&gt;
|Other Princesses&lt;br /&gt;
|7%&lt;br /&gt;
|-&lt;br /&gt;
|Other Mascots&lt;br /&gt;
|15%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Geography==&lt;br /&gt;
Mostly flat, but they got a little [[space]] for a [[mountain]].....&lt;br /&gt;
&lt;br /&gt;
[[File:Marpy.png|thumb|Artist&#039;s rendition of how it FEELS to be in the magic kingdom.. I REPEAT!! THIS IS NOT A PHYSICAL MAP.. But an map of emotion...]]&lt;br /&gt;
&lt;br /&gt;
== Government ==&lt;br /&gt;
The Magic Kingdom is a constitutional monarchy, which is ruled, in rotation, by the various Royal Families of the Disney Animated Canon, but not the ones you think! ;-)&lt;br /&gt;
&lt;br /&gt;
=== King Homer&#039;s Reign ===&lt;br /&gt;
King Homer is the ruling patriarch of [[The Simpsons|the Simpson family]], which rules over the Magic Kingdom on [[Sunday|Sundays]], during the Animation Domination Block. King Homer is married to Queen Marge, and has three children, Bart, Lisa, and Maggie. &lt;br /&gt;
&lt;br /&gt;
==== The Attempted Assassination of King Homer ====&lt;br /&gt;
[[File:Assassination.jpg|frameless]]&lt;br /&gt;
&lt;br /&gt;
=== Princess Elena&#039;s Reign ===&lt;br /&gt;
Princess Elena has domain over the magic Kingdom every [[Monday]] as the only Disney princess who can [[Garfield|stand Mondays]].&lt;br /&gt;
[[File:A whole new world.png|thumb|the]]&lt;br /&gt;
&lt;br /&gt;
=== Princess Jasmine&#039;s Reign ===&lt;br /&gt;
Every Tuesday, Princess Jasmine rules the Magic Kingdom. Jasmine is notable as the only canonical theatrical Disney princess who has domain over the Magic Kingdom. [[The Sultan]] should probably rule but he&#039;s kind of [[lame]] so nahhhhhhhhhhh.&lt;br /&gt;
&lt;br /&gt;
==== Hey. ====&lt;br /&gt;
What would you do if you heard a knock on the door but it was Princess Jasmine from Aladdin? And what if behind her was Mr. Beast, who would give you a million dollars if you showed her the world.&lt;br /&gt;
&lt;br /&gt;
=== Clutch Powers&#039; Reign ===&lt;br /&gt;
he rules every we-what the fuck. this guy isn&#039;t even owned by disney. kill this [[Lego Brick|legoland bitch]].&lt;br /&gt;
&lt;br /&gt;
=== Star Butterfly&#039;s Reign ===&lt;br /&gt;
The Butterfly family rules every [[Thursday]], due to Star&#039;s fascination with [[Destiel|a particular ship associated with that day of the week]]. Some consider the reign of the Butterfly family to be [[Inanimate Insanity II|Out of Touch]], but since I have only watched [[The Wiki Camp 1|season 1]], i do not give 1 fuck!!!!&lt;br /&gt;
&lt;br /&gt;
=== Thor&#039;s Reign ===&lt;br /&gt;
[[Marvel Cinematic Universe]] Icon [[Thor]] rules over the Magic Kingdom every [[Friday]]. Thor was infuriated by this because Thursday is &#039;&#039;&#039;LITERALLY THOR&#039;S DAY&#039;&#039;&#039;; however Bickel was just too peak so they gave Bickel Thursday&#039;s to Star Butterfly #1 Bickel shipper.&lt;br /&gt;
&lt;br /&gt;
=== Princess Vanellope&#039;s Reign ===&lt;br /&gt;
sarah silverman [[saturday]]&lt;br /&gt;
&lt;br /&gt;
== Culture ==&lt;br /&gt;
The Magic Kingdom is situated in central Florida, which is, first and foremost, is a culture-less place. However, The Magic Kingdom is an [[island]] of culture within it.&lt;br /&gt;
&lt;br /&gt;
=== Religion ===&lt;br /&gt;
Many objects of worship exist in the Magic Kingdom such as [[One]] [[God]], [[Polytheism|Several Gods]], [[Atheism|No Gods]], and The Mighty [[Dollar]].&lt;br /&gt;
&lt;br /&gt;
== Theme Park ==&lt;br /&gt;
[[File:Gadget.png|alt=A statue of Gadget Hackwrench at Gadget&#039;s Go Coaster|thumb|this rat is so autistic it&#039;s fucking awesome]]&lt;br /&gt;
The Magic Kingdom is also a [[Theme Park]]. And thus, it has rides&lt;br /&gt;
&lt;br /&gt;
=== Rides ===&lt;br /&gt;
&lt;br /&gt;
* Dumbo Ride&lt;br /&gt;
* [[2013|Pater Pan Ride]]&lt;br /&gt;
* [[Autism World|Gadget Hackwrench Ride]]&lt;br /&gt;
* Buzz Lightyear Ride&lt;br /&gt;
* Winnie the Pooh Ride&lt;br /&gt;
* [[Girl]] Winnie the Pooh Ride&lt;br /&gt;
* [[Drew Carey|Monster&#039;s Inc Ride]]&lt;br /&gt;
* i give up&lt;br /&gt;
&lt;br /&gt;
== The &amp;quot;Cinderella City&amp;quot; Controversy ==&lt;br /&gt;
&amp;lt;choose uncached=&amp;quot;&amp;quot;&amp;gt;&amp;lt;option&amp;gt;There are some who think that the &#039;&#039;&#039;Magic Kingdom&#039;s&#039;&#039;&#039; Capital, [[Cinderella City]], is not in fact the capital. It is unknown as to why people think this.&amp;lt;/option&amp;gt;&amp;lt;option&amp;gt;&#039;&#039;&#039;ALL [[Cinderella City|THAT SHIT]] IS FAKE. THERE IS NO CINDERELLA CITY IN THE MAGIC KINGDOM. PLEASE DISREGARD!!!&#039;&#039;&#039;&amp;lt;/option&amp;gt;&amp;lt;/choose&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [RADIO EDIT] ==&lt;br /&gt;
[RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] [RADIO EDIT] &lt;br /&gt;
[[Category:Magic Kingdom]][[Category:Countries]][[Category:Countries in Disney World]]&lt;br /&gt;
[[Category:Kingdoms (official)]]&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Marpy.png&amp;diff=121823</id>
		<title>File:Marpy.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Marpy.png&amp;diff=121823"/>
		<updated>2024-04-26T07:24:58Z</updated>

		<summary type="html">&lt;p&gt;Nobody: you&amp;#039;re magical &amp;lt;3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
you&#039;re magical &amp;lt;3&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:MapOfMagic.png&amp;diff=121822</id>
		<title>File:MapOfMagic.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:MapOfMagic.png&amp;diff=121822"/>
		<updated>2024-04-26T07:17:59Z</updated>

		<summary type="html">&lt;p&gt;Nobody: you&amp;#039;re magical &amp;lt;3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
you&#039;re magical &amp;lt;3&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Talk:Challenge_9:_The_Seven_Kingdoms&amp;diff=117860</id>
		<title>Talk:Challenge 9: The Seven Kingdoms</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Talk:Challenge_9:_The_Seven_Kingdoms&amp;diff=117860"/>
		<updated>2024-03-28T23:26:48Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Distinguish|Paper Niko died}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:0px; background:#f9f9f9; border:1px solid #aaa; display:inline-block;&amp;quot; class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# How many shares should be introduced into the market? &#039;&#039;&#039;1&#039;&#039;&#039;, &#039;&#039;&#039;10&#039;&#039;&#039;, or &#039;&#039;&#039;100&#039;&#039;&#039;?&lt;br /&gt;
#Recalculate the exchange rates?{{Yn}}&lt;br /&gt;
# How many teams should win immunity this challenge? &#039;&#039;&#039;1&#039;&#039;&#039;, &#039;&#039;&#039;3&#039;&#039;&#039;, &#039;&#039;&#039;5&#039;&#039;&#039;, or &#039;&#039;&#039;7&#039;&#039;&#039;?&lt;br /&gt;
#How many weeks long should the deadline be about? &#039;&#039;&#039;1&#039;&#039;&#039;, &#039;&#039;&#039;2&#039;&#039;&#039;, or &#039;&#039;&#039;3&#039;&#039;&#039;?&lt;br /&gt;
# Should all economic entities who joined the bank by receiving one dollar from Jurta have that dollar revoked and returned to Jurta&#039;s bank account?{{yn}}&lt;br /&gt;
# Should the [[Beans Token]] essay effect be amended as follows?{{yn}}&lt;br /&gt;
#* Whoever has the [[Reddit Gold]] created by this Beans Token play must submit an insightful 5-paragraph essay on the nature of meaningless work. If The Divine Goddess does not deem it to be insightful, or if it is not submitted before results drop, this person (and their competitor(s), if applicable) is discombobulated.&lt;br /&gt;
# There are over 26 trillion dollars in circulation. To counteract inflation, should everyone&#039;s dollars be cut down to only the first five digits?{{yn}}&lt;br /&gt;
#* (For example, 10,991,276 dollars would become 10,991 dollars.)&lt;br /&gt;
# Should Gamer&#039;s delectable chocolate color-ness be spread to a random Still in (official) competitor?{{yn}}&lt;br /&gt;
# Have a pizza party at the end of the season if the wiki gets to 10,000 articles by then?{{yn}}&lt;br /&gt;
# Should Traffic Regulator swap color palettes with a randomly selected still in contestant?{{yn}}&lt;br /&gt;
# In front of you are three cages suspended above a pool of lava. The cage with the most shares will be dropped into the lava, autoeliminating everyone inside. Shareholders who abstain from voting on this agenda will also be dropped into the lava and autoeliminated. Which cage are you entering? Cage &#039;&#039;&#039;A&#039;&#039;&#039;, Cage &#039;&#039;&#039;B&#039;&#039;&#039;, or Cage &#039;&#039;&#039;C&#039;&#039;&#039;?&lt;br /&gt;
# Should [[Dark Genuine]] only have one player (LegendFinder), leaving QWillow 2Willowless?{{yn}}&lt;br /&gt;
# Should players with the [[:Category:Pharaoh&#039;s curse (official)|pharaoh&#039;s curse]] be given [[Reddit Gold]] to represent the cursed wealth it brings?{{yn}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
== Board meeting ==&lt;br /&gt;
[[The Divine Goddess]]: 100 abstain 1 abstain yes no yes abstain no abstain A yes abstain&lt;br /&gt;
&lt;br /&gt;
100, yes, 5, 3, yes, yes, no, no, yes, no, B, yes, yes — &amp;lt;span style=&amp;quot;clip-path:ellipse(8.5px 8.5px at 50% 50%)&amp;quot;&amp;gt;[[File:Coppersaltspfp up to date.png|17px|link=User:Coppersalts]]&amp;lt;/span&amp;gt; 02:27, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
1, yes, 3, 3, no, no, yes, no, yes, no, a, yes, yes - [[User:SGuySMW|SGuySMW]] ([[User talk:SGuySMW|talk]]) 02:30, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
1, no, 3, 1, yes, abstain, yes, no, yes, no, we&#039;re homers, no, abstain --[[User:Crispeh|crispeh]] [[File:TWM-dance.gif|The Wiki Machine|25px]] 02:53, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
100, no, 3, 2, no, no, yes, yes, YES, yes, b, no, yes - [[User:Christianosc|Christianosc]] 02:59, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
100; abstain; 5; 2; yes; yes; no; abstain; yes; abstain; Cage C; no; abstain &amp;lt;big&amp;gt;&amp;lt;span style=&amp;quot;color:#594404; font-family: times-new-roman; font-weight:bold; background: linear-gradient(#FFFFFF 10%, #FFD700 50%);&amp;quot;&amp;gt;[[File:Moolah.gif|x16px|link=Wiki Camp 2 Premium]][[User:Chubs|Chubs]] [[File:Twitter Blue benefit.png|16px]] ([[User talk:Chubs|talk]])[[File:Moolah.gif|x16px|link=Wiki Camp 2 Premium]]&amp;lt;/span&amp;gt;&amp;lt;/big&amp;gt; 03:10, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
EMOTICON: 1, no, 5, 3, no, yes, yes, no, yes, yes, B, yes, yes [[File:EmoticonIcon.png|20px|link=User:QWillow]]   [[User:QWillow|[[File:PLASMA BALL RUN!!!!!!.png|30px]]]] test 03:16, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
DARK GENUINE: 1, no, 5, 3, no, yes, yes, no, yes, yes, B, yes, yes [[File:EmoticonIcon.png|20px|link=User:QWillow]]   [[User:QWillow|[[File:PLASMA BALL RUN!!!!!!.png|30px]]]] test 03:16, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[The IN A NUTSHELL: 100 abstain 5 3 yes yes no no yes no B yes yes --[[User:GopyXP|GopyXP]] ([[User talk:GopyXP|talk]]) 05:18, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
10, yes, 1, 2, yes, yes, yes, yes, YES, yes, &amp;lt;big&amp;gt;&#039;&#039;&#039;The Absolutely Safe Capsule&#039;&#039;&#039;, which is impervious to all outside threats including [[lava]], and guarantees its occupants immunity from autoelimination!&amp;lt;/big&amp;gt;, no, yes --[[User:JumboDS64|JumboDS64]] ([[User talk:JumboDS64|talk]]) 05:43, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
1, no, 1, 1, yes, no, yes, yes, YES, yes, A, no, yes  [[User:Mayong|Mayong]] ([[User talk:Mayong|talk]]) 05:45, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
10, yes, 1, 2, no, yes, yes, no, yes, no, &amp;lt;big&amp;gt;&#039;&#039;&#039;The Absolutely Safe Capsule&#039;&#039;&#039;, which is impervious to all outside threats including [[lava]], and guarantees its occupants immunity from autoelimination!&amp;lt;/big&amp;gt;, yes, yes [[User:FuzzyEpic3|FuzzyEpic3]] ([[User talk:FuzzyEpic3|talk]]) 05:47, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
100, yes, 5, 3, ..., no, yes, no, yes, yes, b, yes, abstain &amp;lt;span style=&amp;quot;letter-spacing:-1px&amp;quot;&amp;gt;[[User:Jurta|Jurta]]&amp;lt;/span&amp;gt; &amp;lt;sup&amp;gt;[[User talk:Jurta|talk]]&amp;lt;/sup&amp;gt;/&amp;lt;sub&amp;gt;he/they&amp;lt;/sub&amp;gt; 06:58, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
100, No, 5, 2, no, no, no, no, yes, no, B, yes, yes [[User:Snowphie|-Snowphie/Cellphone😜 ]] ([[User talk:Snowphie|talk]]) 09:18, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
100, yes, 5, 2, no, yes, no, yes, yes, yes, B, yes, yes [[Vandalism on The Wiki Camp 2]] ([[User:Huck|Huck]]) 10:24, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
1, no, 1, 2, no, no, yes, yes, yes, yes, cage b, yes, no [[User:Scar|Scar]] ([[User talk:Scar|talk]]) 13:23, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
100, yes, 5, 3, no, yes, abstain, yes, yes, yes, B, yes, yes [[User:ZerOcarina|ZerOcarina]] ([[User talk:ZerOcarina|talk]]) 13:24, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
100, abstain, 5, 3, yes, no, yes, yes, yes, abstain, B, abstain, yes [[User:TUWAN|TUWAN]] ([[User talk:TUWAN|talk]]) 22:22, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
abstain, abstain, abstain, abstain, yes, abstain, yes, abstain, abstain, abstain, c, abstain, abstain [[User:Airy|Airy]] ([[User talk:Airy|talk]]) 23:07, 28 March 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
1, no, 3, 1, yes, abstain, yes, no, yes, no, we&#039;re homers, no, abstain [[User:Nobody|Nobody]] ([[User talk:Nobody|talk]]) 23:26, 28 March 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Miitomi&amp;diff=113501</id>
		<title>Miitomi</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Miitomi&amp;diff=113501"/>
		<updated>2024-02-06T08:04:17Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:&lt;br /&gt;
 &amp;lt;!-- Credit to [[Katamari Damacy]] for .red CSS --&amp;gt;&lt;br /&gt;
.red a:any-link, .red a.external:any-link { &lt;br /&gt;
color: red;&lt;br /&gt;
font-weight: bold;&lt;br /&gt;
transition: 0.2s;&lt;br /&gt;
font-family: &#039;Sazanami&#039;, &#039;Times New Roman&#039;;&lt;br /&gt;
font-size: 120%;&lt;br /&gt;
} .red a:hover {&lt;br /&gt;
filter: drop-shadow(0 0 4px red);&lt;br /&gt;
} .gallery-link {&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
color: #dcff23;&lt;br /&gt;
} .gallery-link:hover, .gallery-link:focus {&lt;br /&gt;
text-decoration: underline;&lt;br /&gt;
} .gallery-link:visited {&lt;br /&gt;
color: #fdffba;&lt;br /&gt;
} .gallery-link:active {&lt;br /&gt;
color: #faa700;&lt;br /&gt;
} .fake-heading {&lt;br /&gt;
color: #ffbf5a !important;&lt;br /&gt;
}}{{Molten theater}}&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | bodystyle = background:#641b1b; color:white; box-shadow: 0px 0px 10px 0px red;&lt;br /&gt;
 | above = {{PAGENAME}}&lt;br /&gt;
 | subheader = &#039;&#039;The Wiki Camp 2&#039;s adorable mascot!&#039;&#039;&lt;br /&gt;
 | image = [[File:9 who is this.jpg|300px]]&lt;br /&gt;
 | caption1 = Hmm..? Where am I..?&lt;br /&gt;
 | label1 = Status&lt;br /&gt;
 | data1 = Joyous...&lt;br /&gt;
 | label2 = Nicknames&lt;br /&gt;
 | data2 = {{Bulleted list|Miister ([[Everyone]])}}&lt;br /&gt;
 | label3 = Species&lt;br /&gt;
 | data3 = [[Seal]]&lt;br /&gt;
 | label4 = Gender&lt;br /&gt;
 | data4 = Seal &amp;lt;small&amp;gt;(they/them)&amp;lt;/small&amp;gt;&lt;br /&gt;
 | label5 = Likes&lt;br /&gt;
 | data5 = {{Unbulleted list|[[Pipis]]}}&lt;br /&gt;
 | label6 = Dislikes&lt;br /&gt;
 | data6 = &lt;br /&gt;
 | label7 = Friends&lt;br /&gt;
 | data7 = &lt;br /&gt;
 | label8 = Enemies&lt;br /&gt;
 | data8 = &lt;br /&gt;
 | label9 = Stand &lt;br /&gt;
 | data9 = &#039;&#039;&#039;『Bad As Me』&#039;&#039;&#039;&lt;br /&gt;
 | label10 = Inventory &lt;br /&gt;
 | data10 = {{Crisp edges|[[File:Greet retro.png|link=Greet]]}} {{Crisp edges|[[File:Missingno.png|link=Missingno.]]}}&lt;br /&gt;
 | label11 = Thoughts&lt;br /&gt;
 | data11 = N/A&lt;br /&gt;
}}&lt;br /&gt;
{{Confuse|Miitomo}}&lt;br /&gt;
{{Quote|Eeeeyep. I&#039;m just that cute.|Miitomi}}&lt;br /&gt;
{{Nihongo|&#039;&#039;&#039;Miitomi&#039;&#039;&#039;|ミートミ|Mītomi}} is the [[:Category:Mascot (official)|official mascot]] of [[The Wiki Camp 2]] and the main [[protagonist]] in world renowned [[role-playing video game]], &#039;&#039;[[The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs]]&#039;&#039;. They have also engaged in other mischievous deeds, such as [[dancing]] and [[capitalism]].&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
=== Personality ===&lt;br /&gt;
[[File:Bouncy the Mascot.gif|thumb|So gleeful..!]]&lt;br /&gt;
Miitomi is like [[Dark Genuine]] but like in a way where if Dark Genuine was really cool and loved ice-skating. They’re a multiple-trick pony, with such skills as the aforementioned ice-skating, [[putting three cups on the table and then putting a ball in one of them and shuffling them around until you can&#039;t tell where the cup is and guessing where it is]], and green. So cool! They are also good friends with the [[Gamphorahtta|dark one]].&lt;br /&gt;
&lt;br /&gt;
Miitomi, however, is also a bit overly [[mischievous]] and [[rambunctious]], so they tend to [[Vandalism on The Wiki Camp 2|graffiti all over the street walls]]!&lt;br /&gt;
&lt;br /&gt;
Naturally, all these [[trait]]s about this [[quirky]] character perfectly embody the Wiki Camp 2 [[spirit]], which is why we, the [[viewer]]s, are personally going to [[vote]] for THEM to be the new [[mascot]] for the [[The Wiki Camp (franchise)|franchise]]!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot;&amp;gt;&lt;br /&gt;
Mascot vandalism.png|&amp;quot;What?&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
Miitomi was just a [[little thang]]... But then they [[Grown up|grew up]].&lt;br /&gt;
&lt;br /&gt;
Afterwards, they decided to pay a [[volcano]] a visit as one of their first many [[trip]]s! Unfortunately, volcanoes do not like seals, so this one [[Explosion|blew up]]. Miitomi escaped unharmed, but [[Damn seal]] became 0.1% more [[damn]]ed because of the excessive amounts of [[lava]] and [[magma]] and other [[hot]] things. Whoops!&lt;br /&gt;
&lt;br /&gt;
{{Tweet&lt;br /&gt;
| name = Miitomi&lt;br /&gt;
| username = WC2Mascot&lt;br /&gt;
| verified = yes&lt;br /&gt;
| text = Ugh, Sealon Musk just bought my awesome project with 12 [[golden shilling]]s! Looks like I&#039;ve gotta up my game. Sigh, I need me some 𝕏eed.&lt;br /&gt;
| date = Oct 31, 2066&lt;br /&gt;
| reference = &amp;amp;nbsp;&lt;br /&gt;
| image = MiitomiPFP.png&lt;br /&gt;
| width = 300px&lt;br /&gt;
| left = y&lt;br /&gt;
}}&lt;br /&gt;
Miitomi was [[sad|especially hurt]] by the [[revelation]] that they made Damn seal even hotter. This led them to create [[Cool seal]], a paradise for [[pinniped|pinnipeds]]. Unfortunately, the patent to the project was &#039;&#039;&#039;GENEROUSLY BOUGHT BY BELOVED AND HONEST ENTREPRENEUR SEALON MUSK&#039;&#039;&#039; and later was &#039;&#039;&#039;COMPLETED, REVAMPED, AND RENAMED TO [[X SEAL]], THE COOLER AND SUPERIOR NAME.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In an effort to get [[revenge]], Miitomi partnered with [[Funko]] under the name {{Premium|[[Ethical Seals]]}} to sell little toys of themselves, in an effort to become a [[trillionaire]] and dethrone [[Sealon Musk]]. Unfortunately, nobody [[IDGAF|cared]], and Funko later filed for [[bankruptcy]]. This is probably a good thing though, as them winning in an alternative timeline led to the [[Evil Future]]. Miitomi decided to pick themselves up from their bootstraps and make a name for themselves.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t talk about [[Loot Crate]].&lt;br /&gt;
&lt;br /&gt;
Even though they [[Miitomi Adventures (franchise)|had countless adventures]] and a [[Money|very profitable]] [[:Category:Games|game-franchise]], Miitomi still felt as if they had a [[Wikipedia]]-shaped hole in their [[heart]]. There was just something... [[Nonexisty|empty]] about their life that in no way could be fufilled by anything they had done before it. Luckily, while sitting at the [[park]] one evening, they came across a [[Noah|strapping and handsome boy]] who told them that there was [[The Wiki Camp 2|a community of miscreants who were totally helpless and sucked]]. The very awesome and cool boy said they were looking for a nice, young man of [[Christianity|Christian faith]] who was good with kids to help make that community wayyy cooler and more educational. Miitomi wasn&#039;t any of those [[:Category:Things (official)|things]], but they DID know how to spruce up a [[place]]. That takes us to the [[present]], where we, [[Epic Evil]], are currently [[Word|writing]] about how you should let Miitomi be the [[:Category:Official pages|OFFICIAL]] Wiki Camp 2 mascot!&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|So... When am I getting [[Rich people|paid]]?}}&lt;br /&gt;
{{Dia|NoahConcerned|paid?}}&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
Miitomi [[hate]]s [[green beans]] and likes using [[Twitter|X]] (formerly known as Twitter) [[light]] mode. They also go by they/them pronouns.&lt;br /&gt;
&lt;br /&gt;
In 2006, shortly before [[The Wiki Camp 2]] was founded, Miitomi had publicly addressed their [[opinion]]s on [[Politics|many political tragedies]], such as the invention of [[cars|unsafe transport]], [[Gelatin|mascots]], and [[Gelatin|commercial branding]], stating that these things were &amp;quot;quite possibly the work of [[Damn seal|The Devil]]&amp;quot; (link included for accuracy to the quote). Ever since their work began in [[The Wiki Camp 2]], however, they&#039;ve received public scrutiny from [[Citation needed|sources]] such as [[IGN]] and [[Metacritic]] for being &amp;quot;[[Wishiwashi]] and flippant about [their] opinions on such heavy matters&amp;quot;, and they&#039;ve received notably [[Mid|low]] scores of &amp;quot;3/5&amp;quot; and &amp;quot;7/10&amp;quot; as a result.&lt;br /&gt;
&lt;br /&gt;
== Reception ==&lt;br /&gt;
[[File:ItCute.png|thumb|Well said!|left]]&lt;br /&gt;
&lt;br /&gt;
HEY GUYS. TODAY IM GONNA DO A [[Rantsona|REVIEW]] OF THE NEW WIKI CAMP 2 MASCOT, MITOMI. I THINK THAT&#039;S IT&#039;S [[Names|NAME]], SORRY IF IM BUTCHERING IT HAHA CANT BE ASSED TO LOOK IT UP. OK SO I HAVE THE [[Wiki|WIKI]] PAGE FOR MITOMI PULLED UP AND WOW. JUST WOW WHAT IS THIS SORT OF [[Thing (official)|THING]]. Y&#039;SEE GUYS IVE SEEN A LOT OF [[Red|RED]] PAGES IN MY TIME BUT, HAHA, THIS ONE HAS TO BE THE MOST [[Ugly|UGLY]] EVER. LOOK AT THIS YOU IMPORT IT INTO [[Photoshop|PHOTOSHOP]] AND COLORPICK IT AND WHAT DO YOU GET? #3B1010? THAT&#039;S [[Just a Bit Crazy|CRAZY]]. THAT&#039;S TOTALLY CRAZY GUYS. EVEN #FF9C00 IS HERE WOW I HAVE NEVER SEEN ANYTHING THIS RANCID. SO WE ALL KNOW THE COLORPALLETE IS &amp;quot;[[Dogshit|DOGSHITS]]&amp;quot; BUT HOW DO WE FEEL ABOUT MITOMI TJEMSELVES. WELL IM FEELING. HM. HMMMM. HOW DO YOU FEEL GUYS? I THINK THIS THHING IS A [[:Category:Seals|SEAL]]. SORRY MITOMI BUT I THINK YOU [[NerpaPunch award|MISSED GTHE BOWL]]. HAHA THAT&#039;S RIGHT I KNOW ALL ABOUT YOUR [[NerpaPunch|NERPAPUNCHES]] GUYS. 0/10 [[Nerpoing|NERPOINGS]].&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== In popular culture ==&lt;br /&gt;
=== Role in &#039;&#039;The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs&#039;&#039; ===&lt;br /&gt;
{{SJ stats table&lt;br /&gt;
|Miitomi|The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs&lt;br /&gt;
|health=110&lt;br /&gt;
|attack=55&lt;br /&gt;
|defense=40&lt;br /&gt;
|other-value=21&lt;br /&gt;
|scale=3.5&lt;br /&gt;
}}&lt;br /&gt;
Miitomi stars as the main protagonist of this beautiful game! Unfortunately, you don&#039;t [[play]] as them.&lt;br /&gt;
&lt;br /&gt;
Being the first [[party]] member, they have the worst [[stats]] in the entire game, even when fully [[Love|level]]ed. Although they have access to high-power moves such as [[Yuri Blast|Baikal Blast]], [[lala|Lalalash Out]], and the Bludgeon, their [[Fight|attack]] stat is FAR to low for any of those moves to do any significant [[Hurt|damage]], and they&#039;re all learned by the much better party member [[Green guy]] via level-up, anyway. The only reason you keep Miitomi in your party is because you&#039;re basically [[Wiki Camp 2 Premium|locked]] into using them for the entire game. Essentially, being [[story]] relevant saved Miitomi&#039;s ass from being tossed into the [[Holy shit|shitter]] of low-tier party members.&lt;br /&gt;
&lt;br /&gt;
Strangely, Miitomi has one extremely [[good]] use in this game, as a [[gameplay]] mechanic that requires using them in the [[overworld]] is a key component in an [[Hacker|exploit]] that grants you access to the game&#039;s &amp;lt;span class=&amp;quot;red&amp;quot;&amp;gt;[[Debug Room]]&amp;lt;/span&amp;gt;. This is a popular strategy used by [[Speedrun|speedrunners]], as well as a way to obtain the fabled {{Crisp edges|[[File:Limited Edition Seal Mug.png|link=Limited Edition Seal Mug]]}} &#039;&#039;&#039;[[Limited Edition Seal Mug]]&#039;&#039;&#039;.&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== In &#039;&#039;Miitomi&#039;s Cute Dancing~!&#039;&#039; ===&lt;br /&gt;
{{Crisp edges|[[File:Miitomi&#039;s Cute Dancing~!.png|thumb|So gameplay~!]]}}&lt;br /&gt;
&#039;&#039;[[Miitomi&#039;s Cute Dancing~!]]&#039;&#039; is another good appearance of Miitomi&#039;s. In this [[game]], they dance to the [[beat]] of the [[music]]!&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|Up... up... down... down!}}&lt;br /&gt;
{{Dia|Miitomi|Left, right, left, right...}}&lt;br /&gt;
{{Dia|Miitomi|B A Start~!}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Dia|Personally|&amp;lt;code&amp;gt;&amp;gt; CALCULATING CHEAT...&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|Personally0.9x|&amp;lt;code&amp;gt;&amp;gt; CHEAT ACTIVATED: 0.9X MULTIPLIER.&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|MiitomiAngry|What! RIGGED!}}&lt;br /&gt;
{{Dia|Personally0.91x|&amp;lt;code&amp;gt;&amp;gt; CHEAT CHANGED: 0.91X MULTIPLIER.&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|Miitomi|That&#039;s better.}}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Miitomi&#039;s Greenceries ===&lt;br /&gt;
Miitomi started up a [[Food|grocery chain]] sometime in the [[future]]. All [[51st state|51 states]] had one [[store]] each.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Item !! Description !! Rarity !! Price&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Consumable&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Greet retro.png|link=Greet]]}} Greet || || {{Rarity|Common}} || {{Nikoin16}} 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Ordinary blueberries.png|link=Blueberries]]}} Ordinary blueberries || || {{Rarity|Common}} || {{Nikoin16}} 128&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Red Pill P.png|link=Red or blue pill]]}} Red pill || rowspan=2 | Make your choice. || {{Rarity|Common}} || {{Nikoin16}} 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Blue Pill P.png|link=Red or blue pill]]}} Blue pill || {{Rarity|Common}} || {{Nikoin16}} 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Sinister Potion PX.png|link=Evil]]}} Sinister potion || Buy my sinister potion! || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 1&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Weapon&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Pencil pixels.png|link=Pencil]]}} Pencil || There&#039;s a message attached.&amp;lt;br&amp;gt;&#039;&#039;&amp;quot;Not sure where this came from, but it seems valuable! Buy now!&amp;quot;&#039;&#039;|| {{Rarity|Uncommon}} || {{Gold Nikoin16}} 1&amp;lt;br&amp;gt;{{Nikoin16}} 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Large rusty 100kg anvil.png|link=Anvil]]}} Large rusty anvil || || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 2&amp;lt;br&amp;gt;{{Nikoin16}} 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Epic Sword sprite.png|link=Epic Sword]]}} Epic sword || I get it! || {{Rarity|Epic}} || {{Platinum Nikoin16}} 1&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Framed picture of Damn seal.png|link=Damn seal]]}} Framed picture of Damn seal || There&#039;s a message attached.&amp;lt;br&amp;gt;&#039;&#039;&amp;quot;One of my &#039;prized&#039; collections that I no longer wish to have. Since I felt generous, I&#039;ve put up a discount.&amp;quot; || {{Rarity|Common}} || {{Nikoin16}} &amp;lt;s&amp;gt;420&amp;lt;/s&amp;gt; 419&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:BFDI retro.png|link=Battle for Dream Island]]}} Illegal copy of &#039;&#039;Battle for Dream Island&#039;&#039; || || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 27&amp;lt;br&amp;gt;{{Nikoin16}} 63&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Locked book of cement.png|link=Cement]]}} &#039;&#039;The Truths of Cement&#039;&#039; (Locked) || Holds the secrets of cement. Key sold seperately. || {{Rarity|Rare}} || {{Gold Nikoin16}} 400&amp;lt;br&amp;gt;{{Nikoin16}} 99&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Permanent Wiki Camp 2 Premium subscription.png|link=Wiki Camp 2 Premium]]}} Permanent Wiki Camp 2 Premium subscription || &#039;&#039;&#039;&#039;&#039;Limited time only!&#039;&#039;&#039;&#039;&#039; || {{Rarity|Divine}} || {{Bling Nikoin16}} 21&amp;lt;br&amp;gt;{{Platinum Nikoin16}} 500&amp;lt;br&amp;gt;{{Gold Nikoin16}} 666&amp;lt;br&amp;gt;{{Nikoin16}} 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In unpopular culture ==&lt;br /&gt;
=== Toba Aquarium ===&lt;br /&gt;
Miitomi often visits the [[Toba Aquarium]], But only to [[Clown|laugh]] at the [[seals]] that live there because they&#039;re not as [[Marketable plushies|marketable]] and [[:Category:So cutes! (official)|cute]] as they are! Fortunately, the residents at the aquarium don&#039;t speak the same [[language]] as Miitomi, so they&#039;re none the [[Nerd|wiser]] to this.&lt;br /&gt;
[[File:Miitomi at toba aquarium.png|thumb|&amp;quot;Hmmm.... What a Lovely Establishment!&amp;quot;|alt=|none]]&lt;br /&gt;
&lt;br /&gt;
=== Great Pyramid of Giza ===&lt;br /&gt;
[[File:Impostor Pyramid.gif|thumb|Wait... It was an [[You|&#039;&#039;&#039;impostor&#039;&#039;&#039;]] all along?|left]]&lt;br /&gt;
They [[Robbery|stole]] it!&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== In &#039;&#039;Miitomi&#039;s Silly Aquarium&#039;&#039; ===&lt;br /&gt;
&#039;&#039;Miitomi&#039;s Silly Aquarium&#039;&#039; is a [[mascot horror]] game where you have to avoid Miitomi, or else you get hit with a [[cement brick]] and lose the game!&lt;br /&gt;
&lt;br /&gt;
=== Founder of &#039;&#039;Cement Lovers Foundation&#039;&#039; ===&lt;br /&gt;
Miitomi did not like the [[fact]] that everyone kept saying their kind ate [[cement]] at the age of [[6]], so they founded the &#039;&#039;[[Cement Lovers Foundation]]&#039;&#039;! Only [[Niko|one willing partaker]] has joined so far, and this whole [[Shenanigans|shtick]] is maybe a very bad idea.&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|Maybe? MAYBE!?}}&lt;br /&gt;
{{Dia|MiitomiAngry|Are you out of your &#039;&#039;&#039;fucking&#039;&#039;&#039; mind!?}}&lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
=== The Grey Beast ===&lt;br /&gt;
[[File:Grey beast.jpg|thumb|The Grey Beast himself.|right]] The Grey Beast is the [[:Category:Doppelgangers|dark counterpart]] and sworn [[enemy]] of Miitomi. They’re rivals to the bitter [[end]]! They met long ago yesterday when the grey beast [[Birth|materialized]] into this world, immediately gaining an identity on [[Gay|priding]] themselves for being the only grey creature on [[Earth]]. Unfortunately, they spotted Miitomi in [[public]] not soon after. This led to them gaining a [[Cope|seething hatred]] for Miitomi out of [[jealous]]y for not being the first grey person to [[Existy|exist]]. They occasionally engage with various feuds, but Grey Beast can never seem to gain the upper hand, thanks to Miitomi having his [[friends]] behind his [[back]] all the time. Occasionally, they work together to take down a bigger [[threat]] that harms them both.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;background:white; color:black;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 8px;&amp;quot; |{{Youtube Comment|name=Miitomi|pfp=FuckingYELLOW.png|content=I hatelove the Grey Beast! They are the number (#1) number ONE frenemy!|numLikes=73.1K|timeAgo=1.9 weeks ago|isPinned=|isOP=|isHearted=|opPfp=|isVerified=1}} &lt;br /&gt;
{{Youtube Reply|name=Slenderman|pfp=Hungryhomeinvaderpfp.png|content=Collect my pages|numLikes=8.1B|timeAgo=Now|isPinned=|isOP=|isHearted=|opPfp=|isVerified=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Paul ===&lt;br /&gt;
[[File:Missing photo.svg|thumb|100px|alt=|Paul&#039;s wherabouts and current appearance are unknown.]]&lt;br /&gt;
Paul was Miitomi&#039;s [[Childhood]] best friend when they were [[Old|growing up]]. Living on the same street, they were the only two kids of the same general age as each other, and because of that they were inseperable. However, their [[relationship]] began to strain once they entered elementary [[school]]. Miitomi made some new friends there, which meant that they had less [[time]] just for themselves. In an attempt to get more attention from Miitomi, Paul started breaking [[rules]] to stand out. This only strained their relationship further, as Miitomi didn&#039;t like [[Blocked|rule breakers]]. Things took a turn for the worse as in an act of desparation, Paul tried to [[trick]] Miitomi&#039;s other friends, by sending them into a [[Super Scary Dungeon]] where [[nobody]] should go ever! Thankfully such a place never actually existed, they soon discovered. Upon learning this, they told Miitomi about this, and they were [[Rage|furious]]. Lying to Miitomi&#039;s friends was the last [[straw]], and their friendship was over! Soon after this, Paul got Expelled from their elementary school, and hasn&#039;t been seen since.&lt;br /&gt;
&lt;br /&gt;
=== Miitomi Yr. ===&lt;br /&gt;
[[File:Miitomi Yr..png|thumb|left|Ymarb!]]&lt;br /&gt;
Miitomi Yr. is Miitomi&#039;s [[demigirl]] counterpart. She is [[yuri]].&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Stand Ability ==&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | bodystyle = background:#641b1b; color:white;  box-shadow: 0px 0px 10px 0px red;&lt;br /&gt;
 | title      = 『Bad As Me』&lt;br /&gt;
 | image      = [[File:BadAsMeStand.gif|300px]]&lt;br /&gt;
 | label1     = Kanji&lt;br /&gt;
 | data1     = バッド・アズ・ミー&lt;br /&gt;
 | label2     = English Name&lt;br /&gt;
 | data2      = 『Not Nice Guy』 &lt;br /&gt;
 | label3     = User&lt;br /&gt;
 | data3      = Miitomi&lt;br /&gt;
 | label4     = Manga Debut&lt;br /&gt;
 | data4      = [[Challenge 8 (Manga)|Chapter 8]]&lt;br /&gt;
 | label5     = Anime Debut&lt;br /&gt;
 | data5      = [[Challenge 8|Episode 8]]&lt;br /&gt;
 | label6     = Stats&lt;br /&gt;
 | data6      = [[File:BadAsMeStats.png|230px]]&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|This thing REEKS of [[gasoline]].. There&#039;s only one creature in the cosmos who can possess a Stand like this. |[[Michael Bloomberg]]|[[Challenge 8 (Manga)|Chapter 8]]}}&lt;br /&gt;
&#039;&#039;&#039;『Bad As Me』&#039;&#039;&#039; (バッド・アズ・ミー) is the [[Stand]] of Miitomi, featured in &#039;&#039;[[Challenge 8]]&#039;&#039;. Due to it&#039;s exceptionally powerful ability, it is among one of the most dangerous Stands in [[Niko&#039;s Bizarre Adventure]].&lt;br /&gt;
&lt;br /&gt;
=== Appearance ===&lt;br /&gt;
『Bad As Me』is a translucent [[purple]] humanoid with vague [[Skeletons in media|skeletal]] features on its face. It&#039;s lower body is nowhere to be seen. Behind it are several [[vine]]s, from which protrude [[flowey|flower]]s that flash rapidly between [[orange]] and [[green]]. &lt;br /&gt;
&lt;br /&gt;
In the [[Niko&#039;s Bizarre Adventure: Mascot|anime adaptation]], 『Bad As Me』&#039;s design is relatively unchanged. This is a constant among all [[media]] it is featured in.&lt;br /&gt;
&lt;br /&gt;
=== Personality ===&lt;br /&gt;
Like most other Stands in the franchise, 『Bad As Me』 has little personality or agency to speak of, and most of its [[action]]s are completely dependent on Miitomi. However, it does have several distinct [[quirk]]s that may hint at greater sentience. It seems to strike a [[pose]] whenever a person or Stand is caught in it&#039;s vicinity, and it recoils when faced with the possibility of it&#039;s [[death]], as seen when fighting [[Spike|Spike&#039;s]] [[London Calling|『London Calling』]].&lt;br /&gt;
&lt;br /&gt;
=== Abilities ===&lt;br /&gt;
==== Intangibility ====&lt;br /&gt;
[[File:Bloombergu.png|thumb|200px|left|Micheal Bloomberg being surprised when his Stand cannot hit 『Bad As Me』.]]&lt;br /&gt;
『Bad As Me』 is a unique stand in the sense that other [[matter]] cannot make contact with it. This ability extends to other Stands themselves, meaning that attacking it through conventional means is completely out of the [[question]]. This ability, of course, does not extend to the other [[Main page|main]] forms of attacking that『Bad As Me』possesses. As long as 『Bad As Me』 is active, its [[user]] (in the story&#039;s case, Miitomi) will also be intangible, but can be harmed by attacks from Stands.&lt;br /&gt;
&lt;br /&gt;
Although this may seem extremely useful for the stand user of 『Bad As Me』, the intangibility of the stand has a glaring [[weakness]], in that other intangible objects (excluding physical contact from Stands or stand abilities) can hit and even kill 『Bad As Me』. This was how Spike was able to defeat it and Miitomi, as he used 『London Calling』&#039;s ability to make other living creatures intangible with it&#039;s own ability, and then lure Miitomi into a [[trap]] where their stand was eaten alive by intangible [[lion]]s, marking the only time in the series where Spike used his ability [[Evil|offensively]].&lt;br /&gt;
&lt;br /&gt;
==== Self Black Hole/Impulsion ====&lt;br /&gt;
『Bad As Me』&#039;s primary ability is its power to turn its intangible mass into a [[black hole]]. While 『Bad As Me』 and its user still remain impervious to attacks, the body of the Stand becomes a [[gateway]] to a [[Hell|dimension]] that pulls in and sucks anyone and anything within itself, erasing them from [[reality]] instantaneously. During normal occasions, 『Bad As Me』&#039;s [[speed]] is lackluster, especially when dealing with faster Stands. To compensate for this, 『Bad As Me』 has an ability where they can extend the flowers on their back to create an invisible [[barrier]] around itself, the user, and whoever the user of 『Bad As Me』 may be fighting at the current moment. The approximate radius of this barrier is around 20 meters. The barrier must be active if 『Bad As Me』 were to use it&#039;s black hole ability.&lt;br /&gt;
&lt;br /&gt;
Under this barrier, neither 『Bad As Me』 nor the opponent the Stand user is facing can move in any [[One Direction|direction]] that is not to the left-right angle of where a room&#039;s primary [[light]] source may be. If the opponent or the user of 『Bad As Me』 were to not [[follow]] any of these rules, they will be instantly teleported five meters closer to wherever 『Bad As Me』 may be currently located inside the barrier. 『Bad As Me』 also cannot leave the barrier, and its stand user and the opponent they&#039;re facing must [[walk]] out of [[range]] from the barrier while following its rules to deactivate the effect. If at least one person were to leave the barrier, it would be deactivated.&lt;br /&gt;
&lt;br /&gt;
==== Appearances ====&lt;br /&gt;
*[[Challenge 8 (Manga): Part 5 Intermission 2 Part 1]]&lt;br /&gt;
*[[Challenge 8 (Manga): Part 5 Intermission 2 Part 2]]&lt;br /&gt;
*[[Challenge 12 (Manga): Part 6 Act 6 Act 6 Intermission 5 Intermission 2 Part 5]] (Mentioned)&lt;br /&gt;
&lt;br /&gt;
==== Win/Loss Record ====&lt;br /&gt;
*Miitomi (『Bad As Me』) vs. Micheal Bloomberg ([[Time Square|『Time Square』]]) and Spike (『London Calling』) ([[Winner|WIN]])&lt;br /&gt;
*Miitomi (『Bad As Me』) vs. Spike (『London Calling』) ([[Loser|LOSS]])&lt;br /&gt;
&lt;br /&gt;
(ill add the chart later)&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Miitomi&#039;s likeness was used in the [[Trojan War]]. Sorry to disappoint.&lt;br /&gt;
&lt;br /&gt;
== Dance Moves ==&lt;br /&gt;
&lt;br /&gt;
YEEEAAHHH!!! DIDN&#039;T THINK MIITOMI WAS FREAKY LIKE THAT BUT MIITOMI DEFINITELY ISS MMMMM YEA BUST IT DOOOOWN&lt;br /&gt;
&lt;br /&gt;
[[File:McTwisty900.gif|200px|left|I call this one the the McTwisty900! Do it at home! Do it right now! Why are you still reading? Can&#039;t help but notice that you&#039;re reading right now and not doing the McTwisty900...]][[File:Theluckytruckyy.gif|200px|The Lucky Trucky! A classic! This one&#039;s kinda like the robot bzzzt bzzt haha I know you&#039;re reading this but I think it&#039;s fun to do onomatopoeia from time to time it&#039;s kind of a talent of mine but not as much as my dancing so I did the dance moves section instead LOL!!! I&#039;m unpredictable!!! I&#039;m fucking crazy! yeah! I ain&#039;t like those other mascots!]] [[File:THENastyGhost.gif|200px|This baby&#039;s called the Nasty Ghost! YEAAAH NASTYY IM GETTIIIING BAAAAD~ Try and STOP ME!!!!!]][[File:TROUNCEIT!.gif|200px|This is easily one of my most demented and evil dances. Made to build up speed. This dance is a warning, I release all of this energy in your direction and YOU&#039;RE DONE!!]][[File:EPIC RIFF.gif|200px|I call this one my &amp;quot;dope ass metal ass riff&amp;quot;. I don&#039;t have a guitar yet but when I do I&#039;ll play it like this!]][[File:GZZZZZZZZZZZT!!.gif|200px|THIS ONE ISN&#039;T A DANCE PLEASE CALL AN AMBULANCE]]&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
[[File:9 who is this.jpg|250px|link=|Nyeehhhh... What&#039;s up, doc?]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Click &amp;lt;span class=&amp;quot;gallery-link mw-customtoggle-gallery&amp;quot;&amp;gt;here&amp;lt;/span&amp;gt; to view the gallery.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; id=&amp;quot;mw-customcollapsible-gallery&amp;quot;&amp;gt;&lt;br /&gt;
{{Fake heading|Poses|sub=3}}&lt;br /&gt;
{{Fake heading|JPGs|sub=4}}&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
1 who is this.jpg&lt;br /&gt;
2 who is this.jpg&lt;br /&gt;
3 who is this.jpg&lt;br /&gt;
4 who is this.jpg&lt;br /&gt;
5 who is this.jpg&lt;br /&gt;
6 who is this.jpg&lt;br /&gt;
7 who is this.jpg&lt;br /&gt;
8 who is this.jpg&lt;br /&gt;
9 who is this.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mascot (official)]]&lt;br /&gt;
[[Category:Seals]]&lt;br /&gt;
[[Category:Miitomi]]&lt;br /&gt;
[[Category:Playable characters]]&lt;br /&gt;
[[Category:Cute]]&lt;br /&gt;
[[Category:Based]]&lt;br /&gt;
[[Category:Characters with transgender swag]]&lt;br /&gt;
[[Category:Stand Users]]&lt;br /&gt;
[[Category:They/Thems]]&lt;br /&gt;
[[Category:Gay]]&lt;br /&gt;
[[Category:Cement lovers 💓]]&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Miitomi&amp;diff=113500</id>
		<title>Miitomi</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Miitomi&amp;diff=113500"/>
		<updated>2024-02-06T08:03:47Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:&lt;br /&gt;
 &amp;lt;!-- Credit to [[Katamari Damacy]] for .red CSS --&amp;gt;&lt;br /&gt;
.red a:any-link, .red a.external:any-link { &lt;br /&gt;
color: red;&lt;br /&gt;
font-weight: bold;&lt;br /&gt;
transition: 0.2s;&lt;br /&gt;
font-family: &#039;Sazanami&#039;, &#039;Times New Roman&#039;;&lt;br /&gt;
font-size: 120%;&lt;br /&gt;
} .red a:hover {&lt;br /&gt;
filter: drop-shadow(0 0 4px red);&lt;br /&gt;
} .gallery-link {&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
color: #dcff23;&lt;br /&gt;
} .gallery-link:hover, .gallery-link:focus {&lt;br /&gt;
text-decoration: underline;&lt;br /&gt;
} .gallery-link:visited {&lt;br /&gt;
color: #fdffba;&lt;br /&gt;
} .gallery-link:active {&lt;br /&gt;
color: #faa700;&lt;br /&gt;
} .fake-heading {&lt;br /&gt;
color: #ffbf5a !important;&lt;br /&gt;
}}{{Molten theater}}&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | bodystyle = background:#641b1b; color:white; box-shadow: 0px 0px 10px 0px red;&lt;br /&gt;
 | above = {{PAGENAME}}&lt;br /&gt;
 | subheader = &#039;&#039;The Wiki Camp 2&#039;s adorable mascot!&#039;&#039;&lt;br /&gt;
 | image = [[File:9 who is this.jpg|300px]]&lt;br /&gt;
 | caption1 = Hmm..? Where am I..?&lt;br /&gt;
 | label1 = Status&lt;br /&gt;
 | data1 = Joyous...&lt;br /&gt;
 | label2 = Nicknames&lt;br /&gt;
 | data2 = {{Bulleted list|Miister ([[Everyone]])}}&lt;br /&gt;
 | label3 = Species&lt;br /&gt;
 | data3 = [[Seal]]&lt;br /&gt;
 | label4 = Gender&lt;br /&gt;
 | data4 = Seal &amp;lt;small&amp;gt;(they/them)&amp;lt;/small&amp;gt;&lt;br /&gt;
 | label5 = Likes&lt;br /&gt;
 | data5 = {{Unbulleted list|[[Pipis]]}}&lt;br /&gt;
 | label6 = Dislikes&lt;br /&gt;
 | data6 = &lt;br /&gt;
 | label7 = Friends&lt;br /&gt;
 | data7 = &lt;br /&gt;
 | label8 = Enemies&lt;br /&gt;
 | data8 = &lt;br /&gt;
 | label9 = Stand &lt;br /&gt;
 | data9 = &#039;&#039;&#039;『Bad As Me』&#039;&#039;&#039;&lt;br /&gt;
 | label10 = Inventory &lt;br /&gt;
 | data10 = {{Crisp edges|[[File:Greet retro.png|link=Greet]]}} {{Crisp edges|[[File:Missingno.png|link=Missingno.]]}}&lt;br /&gt;
 | label11 = Thoughts&lt;br /&gt;
 | data11 = N/A&lt;br /&gt;
}}&lt;br /&gt;
{{Confuse|Miitomo}}&lt;br /&gt;
{{Quote|Eeeeyep. I&#039;m just that cute.|Miitomi}}&lt;br /&gt;
{{Nihongo|&#039;&#039;&#039;Miitomi&#039;&#039;&#039;|ミートミ|Mītomi}} is the [[:Category:Mascot (official)|official mascot]] of [[The Wiki Camp 2]] and the main [[protagonist]] in world renowned [[role-playing video game]], &#039;&#039;[[The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs]]&#039;&#039;. They have also engaged in other mischievous deeds, such as [[dancing]] and [[capitalism]].&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
=== Personality ===&lt;br /&gt;
[[File:Bouncy the Mascot.gif|thumb|So gleeful..!]]&lt;br /&gt;
Miitomi is like [[Dark Genuine]] but like in a way where if Dark Genuine was really cool and loved ice-skating. They’re a multiple-trick pony, with such skills as the aforementioned ice-skating, [[putting three cups on the table and then putting a ball in one of them and shuffling them around until you can&#039;t tell where the cup is and guessing where it is]], and green. So cool! They are also good friends with the [[Gamphorahtta|dark one]].&lt;br /&gt;
&lt;br /&gt;
Miitomi, however, is also a bit overly [[mischievous]] and [[rambunctious]], so they tend to [[Vandalism on The Wiki Camp 2|graffiti all over the street walls]]!&lt;br /&gt;
&lt;br /&gt;
Naturally, all these [[trait]]s about this [[quirky]] character perfectly embody the Wiki Camp 2 [[spirit]], which is why we, the [[viewer]]s, are personally going to [[vote]] for THEM to be the new [[mascot]] for the [[The Wiki Camp (franchise)|franchise]]!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot;&amp;gt;&lt;br /&gt;
Mascot vandalism.png|&amp;quot;What?&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
Miitomi was just a [[little thang]]... But then they [[Grown up|grew up]].&lt;br /&gt;
&lt;br /&gt;
Afterwards, they decided to pay a [[volcano]] a visit as one of their first many [[trip]]s! Unfortunately, volcanoes do not like seals, so this one [[Explosion|blew up]]. Miitomi escaped unharmed, but [[Damn seal]] became 0.1% more [[damn]]ed because of the excessive amounts of [[lava]] and [[magma]] and other [[hot]] things. Whoops!&lt;br /&gt;
&lt;br /&gt;
{{Tweet&lt;br /&gt;
| name = Miitomi&lt;br /&gt;
| username = WC2Mascot&lt;br /&gt;
| verified = yes&lt;br /&gt;
| text = Ugh, Sealon Musk just bought my awesome project with 12 [[golden shilling]]s! Looks like I&#039;ve gotta up my game. Sigh, I need me some 𝕏eed.&lt;br /&gt;
| date = Oct 31, 2066&lt;br /&gt;
| reference = &amp;amp;nbsp;&lt;br /&gt;
| image = MiitomiPFP.png&lt;br /&gt;
| width = 300px&lt;br /&gt;
| left = y&lt;br /&gt;
}}&lt;br /&gt;
Miitomi was [[sad|especially hurt]] by the [[revelation]] that they made Damn seal even hotter. This led them to create [[Cool seal]], a paradise for [[pinniped|pinnipeds]]. Unfortunately, the patent to the project was &#039;&#039;&#039;GENEROUSLY BOUGHT BY BELOVED AND HONEST ENTREPRENEUR SEALON MUSK&#039;&#039;&#039; and later was &#039;&#039;&#039;COMPLETED, REVAMPED, AND RENAMED TO [[X SEAL]], THE COOLER AND SUPERIOR NAME.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In an effort to get [[revenge]], Miitomi partnered with [[Funko]] under the name {{Premium|[[Ethical Seals]]}} to sell little toys of themselves, in an effort to become a [[trillionaire]] and dethrone [[Sealon Musk]]. Unfortunately, nobody [[IDGAF|cared]], and Funko later filed for [[bankruptcy]]. This is probably a good thing though, as them winning in an alternative timeline led to the [[Evil Future]]. Miitomi decided to pick themselves up from their bootstraps and make a name for themselves.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t talk about [[Loot Crate]].&lt;br /&gt;
&lt;br /&gt;
Even though they [[Miitomi Adventures (franchise)|had countless adventures]] and a [[Money|very profitable]] [[:Category:Games|game-franchise]], Miitomi still felt as if they had a [[Wikipedia]]-shaped hole in their [[heart]]. There was just something... [[Nonexisty|empty]] about their life that in no way could be fufilled by anything they had done before it. Luckily, while sitting at the [[park]] one evening, they came across a [[Noah|strapping and handsome boy]] who told them that there was [[The Wiki Camp 2|a community of miscreants who were totally helpless and sucked]]. The very awesome and cool boy said they were looking for a nice, young man of [[Christianity|Christian faith]] who was good with kids to help make that community wayyy cooler and more educational. Miitomi wasn&#039;t any of those [[:Category:Things (official)|things]], but they DID know how to spruce up a [[place]]. That takes us to the [[present]], where we, [[Epic Evil]], are currently [[Word|writing]] about how you should let Miitomi be the [[:Category:Official pages|OFFICIAL]] Wiki Camp 2 mascot!&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|So... When am I getting [[Rich people|paid]]?}}&lt;br /&gt;
{{Dia|NoahConcerned|paid?}}&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
Miitomi [[hate]]s [[green beans]] and likes using [[Twitter|X]] (formerly known as Twitter) [[light]] mode. They also go by they/them pronouns.&lt;br /&gt;
&lt;br /&gt;
In 2006, shortly before [[The Wiki Camp 2]] was founded, Miitomi had publicly addressed their [[opinion]]s on [[Politics|many political tragedies]], such as the invention of [[cars|unsafe transport]], [[Gelatin|mascots]], and [[Gelatin|commercial branding]], stating that these things were &amp;quot;quite possibly the work of [[Damn seal|The Devil]]&amp;quot; (link included for accuracy to the quote). Ever since their work began in [[The Wiki Camp 2]], however, they&#039;ve received public scrutiny from [[Citation needed|sources]] such as [[IGN]] and [[Metacritic]] for being &amp;quot;[[Wishiwashi]] and flippant about [their] opinions on such heavy matters&amp;quot;, and they&#039;ve received notably [[Mid|low]] scores of &amp;quot;3/5&amp;quot; and &amp;quot;7/10&amp;quot; as a result.&lt;br /&gt;
&lt;br /&gt;
== Reception ==&lt;br /&gt;
[[File:ItCute.png|thumb|Well said!|left]]&lt;br /&gt;
&lt;br /&gt;
HEY GUYS. TODAY IM GONNA DO A [[Rantsona|REVIEW]] OF THE NEW WIKI CAMP 2 MASCOT, MITOMI. I THINK THAT&#039;S IT&#039;S [[Names|NAME]], SORRY IF IM BUTCHERING IT HAHA CANT BE ASSED TO LOOK IT UP. OK SO I HAVE THE [[Wiki|WIKI]] PAGE FOR MITOMI PULLED UP AND WOW. JUST WOW WHAT IS THIS SORT OF [[Thing (official)|THING]]. Y&#039;SEE GUYS IVE SEEN A LOT OF [[Red|RED]] PAGES IN MY TIME BUT, HAHA, THIS ONE HAS TO BE THE MOST [[Ugly|UGLY]] EVER. LOOK AT THIS YOU IMPORT IT INTO [[Photoshop|PHOTOSHOP]] AND COLORPICK IT AND WHAT DO YOU GET? #3B1010? THAT&#039;S [[Just a Bit Crazy|CRAZY]]. THAT&#039;S TOTALLY CRAZY GUYS. EVEN #FF9C00 IS HERE WOW I HAVE NEVER SEEN ANYTHING THIS RANCID. SO WE ALL KNOW THE COLORPALLETE IS &amp;quot;[[Dogshit|DOGSHITS]]&amp;quot; BUT HOW DO WE FEEL ABOUT MITOMI TJEMSELVES. WELL IM FEELING. HM. HMMMM. HOW DO YOU FEEL GUYS? I THINK THIS THHING IS A [[:Category:Seals|SEAL]]. SORRY MITOMI BUT I THINK YOU [[NerpaPunch award|MISSED GTHE BOWL]]. HAHA THAT&#039;S RIGHT I KNOW ALL ABOUT YOUR [[NerpaPunch|NERPAPUNCHES]] GUYS. 0/10 [[Nerpoing|NERPOINGS]].&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== In popular culture ==&lt;br /&gt;
=== Role in &#039;&#039;The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs&#039;&#039; ===&lt;br /&gt;
{{SJ stats table&lt;br /&gt;
|Miitomi|The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs&lt;br /&gt;
|health=110&lt;br /&gt;
|attack=55&lt;br /&gt;
|defense=40&lt;br /&gt;
|other-value=21&lt;br /&gt;
|scale=3.5&lt;br /&gt;
}}&lt;br /&gt;
Miitomi stars as the main protagonist of this beautiful game! Unfortunately, you don&#039;t [[play]] as them.&lt;br /&gt;
&lt;br /&gt;
Being the first [[party]] member, they have the worst [[stats]] in the entire game, even when fully [[Love|level]]ed. Although they have access to high-power moves such as [[Yuri Blast|Baikal Blast]], [[lala|Lalalash Out]], and the Bludgeon, their [[Fight|attack]] stat is FAR to low for any of those moves to do any significant [[Hurt|damage]], and they&#039;re all learned by the much better party member [[Green guy]] via level-up, anyway. The only reason you keep Miitomi in your party is because you&#039;re basically [[Wiki Camp 2 Premium|locked]] into using them for the entire game. Essentially, being [[story]] relevant saved Miitomi&#039;s ass from being tossed into the [[Holy shit|shitter]] of low-tier party members.&lt;br /&gt;
&lt;br /&gt;
Strangely, Miitomi has one extremely [[good]] use in this game, as a [[gameplay]] mechanic that requires using them in the [[overworld]] is a key component in an [[Hacker|exploit]] that grants you access to the game&#039;s &amp;lt;span class=&amp;quot;red&amp;quot;&amp;gt;[[Debug Room]]&amp;lt;/span&amp;gt;. This is a popular strategy used by [[Speedrun|speedrunners]], as well as a way to obtain the fabled {{Crisp edges|[[File:Limited Edition Seal Mug.png|link=Limited Edition Seal Mug]]}} &#039;&#039;&#039;[[Limited Edition Seal Mug]]&#039;&#039;&#039;.&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== In &#039;&#039;Miitomi&#039;s Cute Dancing~!&#039;&#039; ===&lt;br /&gt;
{{Crisp edges|[[File:Miitomi&#039;s Cute Dancing~!.png|thumb|So gameplay~!]]}}&lt;br /&gt;
&#039;&#039;[[Miitomi&#039;s Cute Dancing~!]]&#039;&#039; is another good appearance of Miitomi&#039;s. In this [[game]], they dance to the [[beat]] of the [[music]]!&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|Up... up... down... down!}}&lt;br /&gt;
{{Dia|Miitomi|Left, right, left, right...}}&lt;br /&gt;
{{Dia|Miitomi|B A Start~!}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Dia|Personally|&amp;lt;code&amp;gt;&amp;gt; CALCULATING CHEAT...&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|Personally0.9x|&amp;lt;code&amp;gt;&amp;gt; CHEAT ACTIVATED: 0.9X MULTIPLIER.&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|MiitomiAngry|What! RIGGED!}}&lt;br /&gt;
{{Dia|Personally0.91x|&amp;lt;code&amp;gt;&amp;gt; CHEAT CHANGED: 0.91X MULTIPLIER.&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|Miitomi|That&#039;s better.}}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Miitomi&#039;s Greenceries ===&lt;br /&gt;
Miitomi started up a [[Food|grocery chain]] sometime in the [[future]]. All [[51st state|51 states]] had one [[store]] each.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Item !! Description !! Rarity !! Price&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Consumable&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Greet retro.png|link=Greet]]}} Greet || || {{Rarity|Common}} || {{Nikoin16}} 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Ordinary blueberries.png|link=Blueberries]]}} Ordinary blueberries || || {{Rarity|Common}} || {{Nikoin16}} 128&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Red Pill P.png|link=Red or blue pill]]}} Red pill || rowspan=2 | Make your choice. || {{Rarity|Common}} || {{Nikoin16}} 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Blue Pill P.png|link=Red or blue pill]]}} Blue pill || {{Rarity|Common}} || {{Nikoin16}} 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Sinister Potion PX.png|link=Evil]]}} Sinister potion || Buy my sinister potion! || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 1&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Weapon&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Pencil pixels.png|link=Pencil]]}} Pencil || There&#039;s a message attached.&amp;lt;br&amp;gt;&#039;&#039;&amp;quot;Not sure where this came from, but it seems valuable! Buy now!&amp;quot;&#039;&#039;|| {{Rarity|Uncommon}} || {{Gold Nikoin16}} 1&amp;lt;br&amp;gt;{{Nikoin16}} 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Large rusty 100kg anvil.png|link=Anvil]]}} Large rusty anvil || || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 2&amp;lt;br&amp;gt;{{Nikoin16}} 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Epic Sword sprite.png|link=Epic Sword]]}} Epic sword || I get it! || {{Rarity|Epic}} || {{Platinum Nikoin16}} 1&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Framed picture of Damn seal.png|link=Damn seal]]}} Framed picture of Damn seal || There&#039;s a message attached.&amp;lt;br&amp;gt;&#039;&#039;&amp;quot;One of my &#039;prized&#039; collections that I no longer wish to have. Since I felt generous, I&#039;ve put up a discount.&amp;quot; || {{Rarity|Common}} || {{Nikoin16}} &amp;lt;s&amp;gt;420&amp;lt;/s&amp;gt; 419&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:BFDI retro.png|link=Battle for Dream Island]]}} Illegal copy of &#039;&#039;Battle for Dream Island&#039;&#039; || || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 27&amp;lt;br&amp;gt;{{Nikoin16}} 63&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Locked book of cement.png|link=Cement]]}} &#039;&#039;The Truths of Cement&#039;&#039; (Locked) || Holds the secrets of cement. Key sold seperately. || {{Rarity|Rare}} || {{Gold Nikoin16}} 400&amp;lt;br&amp;gt;{{Nikoin16}} 99&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Permanent Wiki Camp 2 Premium subscription.png|link=Wiki Camp 2 Premium]]}} Permanent Wiki Camp 2 Premium subscription || &#039;&#039;&#039;&#039;&#039;Limited time only!&#039;&#039;&#039;&#039;&#039; || {{Rarity|Divine}} || {{Bling Nikoin16}} 21&amp;lt;br&amp;gt;{{Platinum Nikoin16}} 500&amp;lt;br&amp;gt;{{Gold Nikoin16}} 666&amp;lt;br&amp;gt;{{Nikoin16}} 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In unpopular culture ==&lt;br /&gt;
=== Toba Aquarium ===&lt;br /&gt;
Miitomi often visits the [[Toba Aquarium]], But only to [[Clown|laugh]] at the [[seals]] that live there because they&#039;re not as [[Marketable plushies|marketable]] and [[:Category:So cutes! (official)|cute]] as they are! Fortunately, the residents at the aquarium don&#039;t speak the same [[language]] as Miitomi, so they&#039;re none the [[Nerd|wiser]] to this.&lt;br /&gt;
[[File:Miitomi at toba aquarium.png|thumb|&amp;quot;Hmmm.... What a Lovely Establishment!&amp;quot;|alt=|none]]&lt;br /&gt;
&lt;br /&gt;
=== Great Pyramid of Giza ===&lt;br /&gt;
[[File:Impostor Pyramid.gif|thumb|Wait... It was an [[You|&#039;&#039;&#039;impostor&#039;&#039;&#039;]] all along?|left]]&lt;br /&gt;
They [[Robbery|stole]] it!&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== In &#039;&#039;Miitomi&#039;s Silly Aquarium&#039;&#039; ===&lt;br /&gt;
&#039;&#039;Miitomi&#039;s Silly Aquarium&#039;&#039; is a [[mascot horror]] game where you have to avoid Miitomi, or else you get hit with a [[cement brick]] and lose the game!&lt;br /&gt;
&lt;br /&gt;
=== Founder of &#039;&#039;Cement Lovers Foundation&#039;&#039; ===&lt;br /&gt;
Miitomi did not like the [[fact]] that everyone kept saying their kind ate [[cement]] at the age of [[6]], so they founded the &#039;&#039;[[Cement Lovers Foundation]]&#039;&#039;! Only [[Niko|one willing partaker]] has joined so far, and this whole [[Shenanigans|shtick]] is maybe a very bad idea.&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|Maybe? MAYBE!?}}&lt;br /&gt;
{{Dia|MiitomiAngry|Are you out of your &#039;&#039;&#039;fucking&#039;&#039;&#039; mind!?}}&lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
=== The Grey Beast ===&lt;br /&gt;
[[File:Grey beast.jpg|thumb|The Grey Beast himself.|right]] The Grey Beast is the [[:Category:Doppelgangers|dark counterpart]] and sworn [[enemy]] of Miitomi. They’re rivals to the bitter [[end]]! They met long ago yesterday when the grey beast [[Birth|materialized]] into this world, immediately gaining an identity on [[Gay|priding]] themselves for being the only grey creature on [[Earth]]. Unfortunately, they spotted Miitomi in [[public]] not soon after. This led to them gaining a [[Cope|seething hatred]] for Miitomi out of [[jealous]]y for not being the first grey person to [[Existy|exist]]. They occasionally engage with various feuds, but Grey Beast can never seem to gain the upper hand, thanks to Miitomi having his [[friends]] behind his [[back]] all the time. Occasionally, they work together to take down a bigger [[threat]] that harms them both.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;background:white; color:black;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 8px;&amp;quot; |{{Youtube Comment|name=Miitomi|pfp=FuckingYELLOW.png|content=I hatelove the Grey Beast! They are the number (#1) number ONE frenemy!|numLikes=73.1K|timeAgo=1.9 weeks ago|isPinned=|isOP=|isHearted=|opPfp=|isVerified=1}} &lt;br /&gt;
{{Youtube Reply|name=Slenderman|pfp=Hungryhomeinvaderpfp.png|content=Collect my pages|numLikes=8.1B|timeAgo=Now|isPinned=|isOP=|isHearted=|opPfp=|isVerified=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Paul ===&lt;br /&gt;
[[File:Missing photo.svg|thumb|100px|alt=|Paul&#039;s wherabouts and current appearance are unknown.]]&lt;br /&gt;
Paul was Miitomi&#039;s [[Childhood]] best friend when they were [[Old|growing up]]. Living on the same street, they were the only two kids of the same general age as each other, and because of that they were inseperable. However, their [[relationship]] began to strain once they entered elementary [[school]]. Miitomi made some new friends there, which meant that they had less [[time]] just for themselves. In an attempt to get more attention from Miitomi, Paul started breaking [[rules]] to stand out. This only strained their relationship further, as Miitomi didn&#039;t like [[Blocked|rule breakers]]. Things took a turn for the worse as in an act of desparation, Paul tried to [[trick]] Miitomi&#039;s other friends, by sending them into a [[Super Scary Dungeon]] where [[nobody]] should go ever! Thankfully such a place never actually existed, they soon discovered. Upon learning this, they told Miitomi about this, and they were [[Rage|furious]]. Lying to Miitomi&#039;s friends was the last [[straw]], and their friendship was over! Soon after this, Paul got Expelled from their elementary school, and hasn&#039;t been seen since.&lt;br /&gt;
&lt;br /&gt;
=== Miitomi Yr. ===&lt;br /&gt;
[[File:Miitomi Yr..png|thumb|left|Ymarb!]]&lt;br /&gt;
Miitomi Yr. is Miitomi&#039;s [[demigirl]] counterpart. She is [[yuri]].&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Stand Ability ==&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | bodystyle = background:#641b1b; color:white;  box-shadow: 0px 0px 10px 0px red;&lt;br /&gt;
 | title      = 『Bad As Me』&lt;br /&gt;
 | image      = [[File:BadAsMeStand.gif|300px]]&lt;br /&gt;
 | label1     = Kanji&lt;br /&gt;
 | data1     = バッド・アズ・ミー&lt;br /&gt;
 | label2     = English Name&lt;br /&gt;
 | data2      = 『Not Nice Guy』 &lt;br /&gt;
 | label3     = User&lt;br /&gt;
 | data3      = Miitomi&lt;br /&gt;
 | label4     = Manga Debut&lt;br /&gt;
 | data4      = [[Challenge 8 (Manga)|Chapter 8]]&lt;br /&gt;
 | label5     = Anime Debut&lt;br /&gt;
 | data5      = [[Challenge 8|Episode 8]]&lt;br /&gt;
 | label6     = Stats&lt;br /&gt;
 | data6      = [[File:BadAsMeStats.png|230px]]&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|This thing REEKS of [[gasoline]].. There&#039;s only one creature in the cosmos who can possess a Stand like this. |[[Michael Bloomberg]]|[[Challenge 8 (Manga)|Chapter 8]]}}&lt;br /&gt;
&#039;&#039;&#039;『Bad As Me』&#039;&#039;&#039; (バッド・アズ・ミー) is the [[Stand]] of Miitomi, featured in &#039;&#039;[[Challenge 8]]&#039;&#039;. Due to it&#039;s exceptionally powerful ability, it is among one of the most dangerous Stands in [[Niko&#039;s Bizarre Adventure]].&lt;br /&gt;
&lt;br /&gt;
=== Appearance ===&lt;br /&gt;
『Bad As Me』is a translucent [[purple]] humanoid with vague [[Skeletons in media|skeletal]] features on its face. It&#039;s lower body is nowhere to be seen. Behind it are several [[vine]]s, from which protrude [[flowey|flower]]s that flash rapidly between [[orange]] and [[green]]. &lt;br /&gt;
&lt;br /&gt;
In the [[Niko&#039;s Bizarre Adventure: Mascot|anime adaptation]], 『Bad As Me』&#039;s design is relatively unchanged. This is a constant among all [[media]] it is featured in.&lt;br /&gt;
&lt;br /&gt;
=== Personality ===&lt;br /&gt;
Like most other Stands in the franchise, 『Bad As Me』 has little personality or agency to speak of, and most of its [[action]]s are completely dependent on Miitomi. However, it does have several distinct [[quirk]]s that may hint at greater sentience. It seems to strike a [[pose]] whenever a person or Stand is caught in it&#039;s vicinity, and it recoils when faced with the possibility of it&#039;s [[death]], as seen when fighting [[Spike|Spike&#039;s]] [[London Calling|『London Calling』]].&lt;br /&gt;
&lt;br /&gt;
=== Abilities ===&lt;br /&gt;
==== Intangibility ====&lt;br /&gt;
[[File:Bloombergu.png|thumb|200px|left|Micheal Bloomberg being surprised when his Stand cannot hit 『Bad As Me』.]]&lt;br /&gt;
『Bad As Me』 is a unique stand in the sense that other [[matter]] cannot make contact with it. This ability extends to other Stands themselves, meaning that attacking it through conventional means is completely out of the [[question]]. This ability, of course, does not extend to the other [[Main page|main]] forms of attacking that『Bad As Me』possesses. As long as 『Bad As Me』 is active, its [[user]] (in the story&#039;s case, Miitomi) will also be intangible, but can be harmed by attacks from Stands.&lt;br /&gt;
&lt;br /&gt;
Although this may seem extremely useful for the stand user of 『Bad As Me』, the intangibility of the stand has a glaring [[weakness]], in that other intangible objects (excluding physical contact from Stands or stand abilities) can hit and even kill 『Bad As Me』. This was how Spike was able to defeat it and Miitomi, as he used 『London Calling』&#039;s ability to make other living creatures intangible with it&#039;s own ability, and then lure Miitomi into a [[trap]] where their stand was eaten alive by intangible [[lion]]s, marking the only time in the series where Spike used his ability [[Evil|offensively]].&lt;br /&gt;
&lt;br /&gt;
==== Self Black Hole/Impulsion ====&lt;br /&gt;
『Bad As Me』&#039;s primary ability is its power to turn its intangible mass into a [[black hole]]. While 『Bad As Me』 and its user still remain impervious to attacks, the body of the Stand becomes a [[gateway]] to a [[Hell|dimension]] that pulls in and sucks anyone and anything within itself, erasing them from [[reality]] instantaneously. During normal occasions, 『Bad As Me』&#039;s [[speed]] is lackluster, especially when dealing with faster Stands. To compensate for this, 『Bad As Me』 has an ability where they can extend the flowers on their back to create an invisible [[barrier]] around itself, the user, and whoever the user of 『Bad As Me』 may be fighting at the current moment. The approximate radius of this barrier is around 20 meters. The barrier must be active if 『Bad As Me』 were to use it&#039;s black hole ability.&lt;br /&gt;
&lt;br /&gt;
Under this barrier, neither 『Bad As Me』 nor the opponent the Stand user is facing can move in any [[One Direction|direction]] that is not to the left-right angle of where a room&#039;s primary [[light]] source may be. If the opponent or the user of 『Bad As Me』 were to not [[follow]] any of these rules, they will be instantly teleported five meters closer to wherever 『Bad As Me』 may be currently located inside the barrier. 『Bad As Me』 also cannot leave the barrier, and its stand user and the opponent they&#039;re facing must [[walk]] out of [[range]] from the barrier while following its rules to deactivate the effect. If at least one person were to leave the barrier, it would be deactivated.&lt;br /&gt;
&lt;br /&gt;
==== Appearances ====&lt;br /&gt;
*[[Challenge 8 (Manga): Part 5 Intermission 2 Part 1]]&lt;br /&gt;
*[[Challenge 8 (Manga): Part 5 Intermission 2 Part 2]]&lt;br /&gt;
*[[Challenge 12 (Manga): Part 6 Act 6 Act 6 Intermission 5 Intermission 2 Part 5]] (Mentioned)&lt;br /&gt;
&lt;br /&gt;
==== Win/Loss Record ====&lt;br /&gt;
*Miitomi (『Bad As Me』) vs. Micheal Bloomberg ([[Time Square|『Time Square』]]) and Spike (『London Calling』) ([[Winner|WIN]])&lt;br /&gt;
*Miitomi (『Bad As Me』) vs. Spike (『London Calling』) ([[Loser|LOSS]])&lt;br /&gt;
&lt;br /&gt;
(ill add the chart later)&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Miitomi&#039;s likeness was used in the [[Trojan War]]. Sorry to disappoint.&lt;br /&gt;
&lt;br /&gt;
== Dance Moves ==&lt;br /&gt;
&lt;br /&gt;
YEEEAAHHH!!! DIDN&#039;T THINK MIITOMI WAS FREAKY LIKE THAT BUT MIITOMI DEFINITELY ISS MMMMM YEA BUST IT DOOOOWN&lt;br /&gt;
&lt;br /&gt;
[[File:McTwisty900.gif|200px|left|I call this one the the McTwisty900! Do it at home! Do it right now! Why are you still reading? Can&#039;t help but notice that you&#039;re reading right now and not doing the McTwisty900...]][[File:Theluckytruckyy.gif|200px|The Lucky Trucky! A classic! This one&#039;s kinda like the robot bzzzt bzzt haha I know you&#039;re reading this but I think it&#039;s fun to do onomatopoeia from time to time it&#039;s kind of a talent of mine but not as much as my dancing so I did the dance moves section instead LOL!!! I&#039;m unpredictable!!! I&#039;m fucking crazy! yeah! I ain&#039;t like those other mascots!]] [[File:THENastyGhost.gif|200px|This baby&#039;s called the Nasty Ghost! YEAAAH NASTYY IM GETTIIIING BAAAAD~ Try and STOP ME!!!!!]][[File:TROUNCEIT!.gif|200px|This is easily one of my most demented and evil dances. Made to build up speed. This dance is a warning, I release all of this energy in your direction and YOU&#039;RE DONE!!]][[File:EPIC RIFF.gif|200px|I call this one my &amp;quot;dope ass metal ass riff&amp;quot;. I don&#039;t have a guitar yet but when I do I&#039;ll play it like this!]][[File:GZZZZZZZZZZZT!!.gif|200px|THIS ONE ISN&#039;T A DANCE NOW PLEASE CALL AN AMBULANCE]]&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
[[File:9 who is this.jpg|250px|link=|Nyeehhhh... What&#039;s up, doc?]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Click &amp;lt;span class=&amp;quot;gallery-link mw-customtoggle-gallery&amp;quot;&amp;gt;here&amp;lt;/span&amp;gt; to view the gallery.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; id=&amp;quot;mw-customcollapsible-gallery&amp;quot;&amp;gt;&lt;br /&gt;
{{Fake heading|Poses|sub=3}}&lt;br /&gt;
{{Fake heading|JPGs|sub=4}}&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
1 who is this.jpg&lt;br /&gt;
2 who is this.jpg&lt;br /&gt;
3 who is this.jpg&lt;br /&gt;
4 who is this.jpg&lt;br /&gt;
5 who is this.jpg&lt;br /&gt;
6 who is this.jpg&lt;br /&gt;
7 who is this.jpg&lt;br /&gt;
8 who is this.jpg&lt;br /&gt;
9 who is this.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mascot (official)]]&lt;br /&gt;
[[Category:Seals]]&lt;br /&gt;
[[Category:Miitomi]]&lt;br /&gt;
[[Category:Playable characters]]&lt;br /&gt;
[[Category:Cute]]&lt;br /&gt;
[[Category:Based]]&lt;br /&gt;
[[Category:Characters with transgender swag]]&lt;br /&gt;
[[Category:Stand Users]]&lt;br /&gt;
[[Category:They/Thems]]&lt;br /&gt;
[[Category:Gay]]&lt;br /&gt;
[[Category:Cement lovers 💓]]&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:GZZZZZZZZZZZT!!.gif&amp;diff=113499</id>
		<title>File:GZZZZZZZZZZZT!!.gif</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:GZZZZZZZZZZZT!!.gif&amp;diff=113499"/>
		<updated>2024-02-06T08:02:11Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Miitomi&amp;diff=113497</id>
		<title>Miitomi</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Miitomi&amp;diff=113497"/>
		<updated>2024-02-06T07:56:15Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:&lt;br /&gt;
 &amp;lt;!-- Credit to [[Katamari Damacy]] for .red CSS --&amp;gt;&lt;br /&gt;
.red a:any-link, .red a.external:any-link { &lt;br /&gt;
color: red;&lt;br /&gt;
font-weight: bold;&lt;br /&gt;
transition: 0.2s;&lt;br /&gt;
font-family: &#039;Sazanami&#039;, &#039;Times New Roman&#039;;&lt;br /&gt;
font-size: 120%;&lt;br /&gt;
} .red a:hover {&lt;br /&gt;
filter: drop-shadow(0 0 4px red);&lt;br /&gt;
} .gallery-link {&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
color: #dcff23;&lt;br /&gt;
} .gallery-link:hover, .gallery-link:focus {&lt;br /&gt;
text-decoration: underline;&lt;br /&gt;
} .gallery-link:visited {&lt;br /&gt;
color: #fdffba;&lt;br /&gt;
} .gallery-link:active {&lt;br /&gt;
color: #faa700;&lt;br /&gt;
} .fake-heading {&lt;br /&gt;
color: #ffbf5a !important;&lt;br /&gt;
}}{{Molten theater}}&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | bodystyle = background:#641b1b; color:white; box-shadow: 0px 0px 10px 0px red;&lt;br /&gt;
 | above = {{PAGENAME}}&lt;br /&gt;
 | subheader = &#039;&#039;The Wiki Camp 2&#039;s adorable mascot!&#039;&#039;&lt;br /&gt;
 | image = [[File:9 who is this.jpg|300px]]&lt;br /&gt;
 | caption1 = Hmm..? Where am I..?&lt;br /&gt;
 | label1 = Status&lt;br /&gt;
 | data1 = Joyous...&lt;br /&gt;
 | label2 = Nicknames&lt;br /&gt;
 | data2 = {{Bulleted list|Miister ([[Everyone]])}}&lt;br /&gt;
 | label3 = Species&lt;br /&gt;
 | data3 = [[Seal]]&lt;br /&gt;
 | label4 = Gender&lt;br /&gt;
 | data4 = Seal &amp;lt;small&amp;gt;(they/them)&amp;lt;/small&amp;gt;&lt;br /&gt;
 | label5 = Likes&lt;br /&gt;
 | data5 = {{Unbulleted list|[[Pipis]]}}&lt;br /&gt;
 | label6 = Dislikes&lt;br /&gt;
 | data6 = &lt;br /&gt;
 | label7 = Friends&lt;br /&gt;
 | data7 = &lt;br /&gt;
 | label8 = Enemies&lt;br /&gt;
 | data8 = &lt;br /&gt;
 | label9 = Stand &lt;br /&gt;
 | data9 = &#039;&#039;&#039;『Bad As Me』&#039;&#039;&#039;&lt;br /&gt;
 | label10 = Inventory &lt;br /&gt;
 | data10 = {{Crisp edges|[[File:Greet retro.png|link=Greet]]}} {{Crisp edges|[[File:Missingno.png|link=Missingno.]]}}&lt;br /&gt;
 | label11 = Thoughts&lt;br /&gt;
 | data11 = N/A&lt;br /&gt;
}}&lt;br /&gt;
{{Confuse|Miitomo}}&lt;br /&gt;
{{Quote|Eeeeyep. I&#039;m just that cute.|Miitomi}}&lt;br /&gt;
{{Nihongo|&#039;&#039;&#039;Miitomi&#039;&#039;&#039;|ミートミ|Mītomi}} is the [[:Category:Mascot (official)|official mascot]] of [[The Wiki Camp 2]] and the main [[protagonist]] in world renowned [[role-playing video game]], &#039;&#039;[[The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs]]&#039;&#039;. They have also engaged in other mischievous deeds, such as [[dancing]] and [[capitalism]].&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
=== Personality ===&lt;br /&gt;
[[File:Bouncy the Mascot.gif|thumb|So gleeful..!]]&lt;br /&gt;
Miitomi is like [[Dark Genuine]] but like in a way where if Dark Genuine was really cool and loved ice-skating. They’re a multiple-trick pony, with such skills as the aforementioned ice-skating, [[putting three cups on the table and then putting a ball in one of them and shuffling them around until you can&#039;t tell where the cup is and guessing where it is]], and green. So cool! They are also good friends with the [[Gamphorahtta|dark one]].&lt;br /&gt;
&lt;br /&gt;
Miitomi, however, is also a bit overly [[mischievous]] and [[rambunctious]], so they tend to [[Vandalism on The Wiki Camp 2|graffiti all over the street walls]]!&lt;br /&gt;
&lt;br /&gt;
Naturally, all these [[trait]]s about this [[quirky]] character perfectly embody the Wiki Camp 2 [[spirit]], which is why we, the [[viewer]]s, are personally going to [[vote]] for THEM to be the new [[mascot]] for the [[The Wiki Camp (franchise)|franchise]]!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot;&amp;gt;&lt;br /&gt;
Mascot vandalism.png|&amp;quot;What?&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
Miitomi was just a [[little thang]]... But then they [[Grown up|grew up]].&lt;br /&gt;
&lt;br /&gt;
Afterwards, they decided to pay a [[volcano]] a visit as one of their first many [[trip]]s! Unfortunately, volcanoes do not like seals, so this one [[Explosion|blew up]]. Miitomi escaped unharmed, but [[Damn seal]] became 0.1% more [[damn]]ed because of the excessive amounts of [[lava]] and [[magma]] and other [[hot]] things. Whoops!&lt;br /&gt;
&lt;br /&gt;
{{Tweet&lt;br /&gt;
| name = Miitomi&lt;br /&gt;
| username = WC2Mascot&lt;br /&gt;
| verified = yes&lt;br /&gt;
| text = Ugh, Sealon Musk just bought my awesome project with 12 [[golden shilling]]s! Looks like I&#039;ve gotta up my game. Sigh, I need me some 𝕏eed.&lt;br /&gt;
| date = Oct 31, 2066&lt;br /&gt;
| reference = &amp;amp;nbsp;&lt;br /&gt;
| image = MiitomiPFP.png&lt;br /&gt;
| width = 300px&lt;br /&gt;
| left = y&lt;br /&gt;
}}&lt;br /&gt;
Miitomi was [[sad|especially hurt]] by the [[revelation]] that they made Damn seal even hotter. This led them to create [[Cool seal]], a paradise for [[pinniped|pinnipeds]]. Unfortunately, the patent to the project was &#039;&#039;&#039;GENEROUSLY BOUGHT BY BELOVED AND HONEST ENTREPRENEUR SEALON MUSK&#039;&#039;&#039; and later was &#039;&#039;&#039;COMPLETED, REVAMPED, AND RENAMED TO [[X SEAL]], THE COOLER AND SUPERIOR NAME.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In an effort to get [[revenge]], Miitomi partnered with [[Funko]] under the name {{Premium|[[Ethical Seals]]}} to sell little toys of themselves, in an effort to become a [[trillionaire]] and dethrone [[Sealon Musk]]. Unfortunately, nobody [[IDGAF|cared]], and Funko later filed for [[bankruptcy]]. This is probably a good thing though, as them winning in an alternative timeline led to the [[Evil Future]]. Miitomi decided to pick themselves up from their bootstraps and make a name for themselves.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t talk about [[Loot Crate]].&lt;br /&gt;
&lt;br /&gt;
Even though they [[Miitomi Adventures (franchise)|had countless adventures]] and a [[Money|very profitable]] [[:Category:Games|game-franchise]], Miitomi still felt as if they had a [[Wikipedia]]-shaped hole in their [[heart]]. There was just something... [[Nonexisty|empty]] about their life that in no way could be fufilled by anything they had done before it. Luckily, while sitting at the [[park]] one evening, they came across a [[Noah|strapping and handsome boy]] who told them that there was [[The Wiki Camp 2|a community of miscreants who were totally helpless and sucked]]. The very awesome and cool boy said they were looking for a nice, young man of [[Christianity|Christian faith]] who was good with kids to help make that community wayyy cooler and more educational. Miitomi wasn&#039;t any of those [[:Category:Things (official)|things]], but they DID know how to spruce up a [[place]]. That takes us to the [[present]], where we, [[Epic Evil]], are currently [[Word|writing]] about how you should let Miitomi be the [[:Category:Official pages|OFFICIAL]] Wiki Camp 2 mascot!&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|So... When am I getting [[Rich people|paid]]?}}&lt;br /&gt;
{{Dia|NoahConcerned|paid?}}&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
Miitomi [[hate]]s [[green beans]] and likes using [[Twitter|X]] (formerly known as Twitter) [[light]] mode. They also go by they/them pronouns.&lt;br /&gt;
&lt;br /&gt;
In 2006, shortly before [[The Wiki Camp 2]] was founded, Miitomi had publicly addressed their [[opinion]]s on [[Politics|many political tragedies]], such as the invention of [[cars|unsafe transport]], [[Gelatin|mascots]], and [[Gelatin|commercial branding]], stating that these things were &amp;quot;quite possibly the work of [[Damn seal|The Devil]]&amp;quot; (link included for accuracy to the quote). Ever since their work began in [[The Wiki Camp 2]], however, they&#039;ve received public scrutiny from [[Citation needed|sources]] such as [[IGN]] and [[Metacritic]] for being &amp;quot;[[Wishiwashi]] and flippant about [their] opinions on such heavy matters&amp;quot;, and they&#039;ve received notably [[Mid|low]] scores of &amp;quot;3/5&amp;quot; and &amp;quot;7/10&amp;quot; as a result.&lt;br /&gt;
&lt;br /&gt;
== Reception ==&lt;br /&gt;
[[File:ItCute.png|thumb|Well said!|left]]&lt;br /&gt;
&lt;br /&gt;
HEY GUYS. TODAY IM GONNA DO A [[Rantsona|REVIEW]] OF THE NEW WIKI CAMP 2 MASCOT, MITOMI. I THINK THAT&#039;S IT&#039;S [[Names|NAME]], SORRY IF IM BUTCHERING IT HAHA CANT BE ASSED TO LOOK IT UP. OK SO I HAVE THE [[Wiki|WIKI]] PAGE FOR MITOMI PULLED UP AND WOW. JUST WOW WHAT IS THIS SORT OF [[Thing (official)|THING]]. Y&#039;SEE GUYS IVE SEEN A LOT OF [[Red|RED]] PAGES IN MY TIME BUT, HAHA, THIS ONE HAS TO BE THE MOST [[Ugly|UGLY]] EVER. LOOK AT THIS YOU IMPORT IT INTO [[Photoshop|PHOTOSHOP]] AND COLORPICK IT AND WHAT DO YOU GET? #3B1010? THAT&#039;S [[Just a Bit Crazy|CRAZY]]. THAT&#039;S TOTALLY CRAZY GUYS. EVEN #FF9C00 IS HERE WOW I HAVE NEVER SEEN ANYTHING THIS RANCID. SO WE ALL KNOW THE COLORPALLETE IS &amp;quot;[[Dogshit|DOGSHITS]]&amp;quot; BUT HOW DO WE FEEL ABOUT MITOMI TJEMSELVES. WELL IM FEELING. HM. HMMMM. HOW DO YOU FEEL GUYS? I THINK THIS THHING IS A [[:Category:Seals|SEAL]]. SORRY MITOMI BUT I THINK YOU [[NerpaPunch award|MISSED GTHE BOWL]]. HAHA THAT&#039;S RIGHT I KNOW ALL ABOUT YOUR [[NerpaPunch|NERPAPUNCHES]] GUYS. 0/10 [[Nerpoing|NERPOINGS]].&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== In popular culture ==&lt;br /&gt;
=== Role in &#039;&#039;The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs&#039;&#039; ===&lt;br /&gt;
{{SJ stats table&lt;br /&gt;
|Miitomi|The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs&lt;br /&gt;
|health=110&lt;br /&gt;
|attack=55&lt;br /&gt;
|defense=40&lt;br /&gt;
|other-value=21&lt;br /&gt;
|scale=3.5&lt;br /&gt;
}}&lt;br /&gt;
Miitomi stars as the main protagonist of this beautiful game! Unfortunately, you don&#039;t [[play]] as them.&lt;br /&gt;
&lt;br /&gt;
Being the first [[party]] member, they have the worst [[stats]] in the entire game, even when fully [[Love|level]]ed. Although they have access to high-power moves such as [[Yuri Blast|Baikal Blast]], [[lala|Lalalash Out]], and the Bludgeon, their [[Fight|attack]] stat is FAR to low for any of those moves to do any significant [[Hurt|damage]], and they&#039;re all learned by the much better party member [[Green guy]] via level-up, anyway. The only reason you keep Miitomi in your party is because you&#039;re basically [[Wiki Camp 2 Premium|locked]] into using them for the entire game. Essentially, being [[story]] relevant saved Miitomi&#039;s ass from being tossed into the [[Holy shit|shitter]] of low-tier party members.&lt;br /&gt;
&lt;br /&gt;
Strangely, Miitomi has one extremely [[good]] use in this game, as a [[gameplay]] mechanic that requires using them in the [[overworld]] is a key component in an [[Hacker|exploit]] that grants you access to the game&#039;s &amp;lt;span class=&amp;quot;red&amp;quot;&amp;gt;[[Debug Room]]&amp;lt;/span&amp;gt;. This is a popular strategy used by [[Speedrun|speedrunners]], as well as a way to obtain the fabled {{Crisp edges|[[File:Limited Edition Seal Mug.png|link=Limited Edition Seal Mug]]}} &#039;&#039;&#039;[[Limited Edition Seal Mug]]&#039;&#039;&#039;.&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== In &#039;&#039;Miitomi&#039;s Cute Dancing~!&#039;&#039; ===&lt;br /&gt;
{{Crisp edges|[[File:Miitomi&#039;s Cute Dancing~!.png|thumb|So gameplay~!]]}}&lt;br /&gt;
&#039;&#039;[[Miitomi&#039;s Cute Dancing~!]]&#039;&#039; is another good appearance of Miitomi&#039;s. In this [[game]], they dance to the [[beat]] of the [[music]]!&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|Up... up... down... down!}}&lt;br /&gt;
{{Dia|Miitomi|Left, right, left, right...}}&lt;br /&gt;
{{Dia|Miitomi|B A Start~!}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Dia|Personally|&amp;lt;code&amp;gt;&amp;gt; CALCULATING CHEAT...&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|Personally0.9x|&amp;lt;code&amp;gt;&amp;gt; CHEAT ACTIVATED: 0.9X MULTIPLIER.&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|MiitomiAngry|What! RIGGED!}}&lt;br /&gt;
{{Dia|Personally0.91x|&amp;lt;code&amp;gt;&amp;gt; CHEAT CHANGED: 0.91X MULTIPLIER.&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|Miitomi|That&#039;s better.}}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Miitomi&#039;s Greenceries ===&lt;br /&gt;
Miitomi started up a [[Food|grocery chain]] sometime in the [[future]]. All [[51st state|51 states]] had one [[store]] each.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Item !! Description !! Rarity !! Price&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Consumable&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Greet retro.png|link=Greet]]}} Greet || || {{Rarity|Common}} || {{Nikoin16}} 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Ordinary blueberries.png|link=Blueberries]]}} Ordinary blueberries || || {{Rarity|Common}} || {{Nikoin16}} 128&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Red Pill P.png|link=Red or blue pill]]}} Red pill || rowspan=2 | Make your choice. || {{Rarity|Common}} || {{Nikoin16}} 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Blue Pill P.png|link=Red or blue pill]]}} Blue pill || {{Rarity|Common}} || {{Nikoin16}} 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Sinister Potion PX.png|link=Evil]]}} Sinister potion || Buy my sinister potion! || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 1&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Weapon&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Pencil pixels.png|link=Pencil]]}} Pencil || There&#039;s a message attached.&amp;lt;br&amp;gt;&#039;&#039;&amp;quot;Not sure where this came from, but it seems valuable! Buy now!&amp;quot;&#039;&#039;|| {{Rarity|Uncommon}} || {{Gold Nikoin16}} 1&amp;lt;br&amp;gt;{{Nikoin16}} 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Large rusty 100kg anvil.png|link=Anvil]]}} Large rusty anvil || || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 2&amp;lt;br&amp;gt;{{Nikoin16}} 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Epic Sword sprite.png|link=Epic Sword]]}} Epic sword || I get it! || {{Rarity|Epic}} || {{Platinum Nikoin16}} 1&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Framed picture of Damn seal.png|link=Damn seal]]}} Framed picture of Damn seal || There&#039;s a message attached.&amp;lt;br&amp;gt;&#039;&#039;&amp;quot;One of my &#039;prized&#039; collections that I no longer wish to have. Since I felt generous, I&#039;ve put up a discount.&amp;quot; || {{Rarity|Common}} || {{Nikoin16}} &amp;lt;s&amp;gt;420&amp;lt;/s&amp;gt; 419&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:BFDI retro.png|link=Battle for Dream Island]]}} Illegal copy of &#039;&#039;Battle for Dream Island&#039;&#039; || || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 27&amp;lt;br&amp;gt;{{Nikoin16}} 63&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Locked book of cement.png|link=Cement]]}} &#039;&#039;The Truths of Cement&#039;&#039; (Locked) || Holds the secrets of cement. Key sold seperately. || {{Rarity|Rare}} || {{Gold Nikoin16}} 400&amp;lt;br&amp;gt;{{Nikoin16}} 99&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Permanent Wiki Camp 2 Premium subscription.png|link=Wiki Camp 2 Premium]]}} Permanent Wiki Camp 2 Premium subscription || &#039;&#039;&#039;&#039;&#039;Limited time only!&#039;&#039;&#039;&#039;&#039; || {{Rarity|Divine}} || {{Bling Nikoin16}} 21&amp;lt;br&amp;gt;{{Platinum Nikoin16}} 500&amp;lt;br&amp;gt;{{Gold Nikoin16}} 666&amp;lt;br&amp;gt;{{Nikoin16}} 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In unpopular culture ==&lt;br /&gt;
=== Toba Aquarium ===&lt;br /&gt;
Miitomi often visits the [[Toba Aquarium]], But only to [[Clown|laugh]] at the [[seals]] that live there because they&#039;re not as [[Marketable plushies|marketable]] and [[:Category:So cutes! (official)|cute]] as they are! Fortunately, the residents at the aquarium don&#039;t speak the same [[language]] as Miitomi, so they&#039;re none the [[Nerd|wiser]] to this.&lt;br /&gt;
[[File:Miitomi at toba aquarium.png|thumb|&amp;quot;Hmmm.... What a Lovely Establishment!&amp;quot;|alt=|none]]&lt;br /&gt;
&lt;br /&gt;
=== Great Pyramid of Giza ===&lt;br /&gt;
[[File:Impostor Pyramid.gif|thumb|Wait... It was an [[You|&#039;&#039;&#039;impostor&#039;&#039;&#039;]] all along?|left]]&lt;br /&gt;
They [[Robbery|stole]] it!&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== In &#039;&#039;Miitomi&#039;s Silly Aquarium&#039;&#039; ===&lt;br /&gt;
&#039;&#039;Miitomi&#039;s Silly Aquarium&#039;&#039; is a [[mascot horror]] game where you have to avoid Miitomi, or else you get hit with a [[cement brick]] and lose the game!&lt;br /&gt;
&lt;br /&gt;
=== Founder of &#039;&#039;Cement Lovers Foundation&#039;&#039; ===&lt;br /&gt;
Miitomi did not like the [[fact]] that everyone kept saying their kind ate [[cement]] at the age of [[6]], so they founded the &#039;&#039;[[Cement Lovers Foundation]]&#039;&#039;! Only [[Niko|one willing partaker]] has joined so far, and this whole [[Shenanigans|shtick]] is maybe a very bad idea.&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|Maybe? MAYBE!?}}&lt;br /&gt;
{{Dia|MiitomiAngry|Are you out of your &#039;&#039;&#039;fucking&#039;&#039;&#039; mind!?}}&lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
=== The Grey Beast ===&lt;br /&gt;
[[File:Grey beast.jpg|thumb|The Grey Beast himself.|right]] The Grey Beast is the [[:Category:Doppelgangers|dark counterpart]] and sworn [[enemy]] of Miitomi. They’re rivals to the bitter [[end]]! They met long ago yesterday when the grey beast [[Birth|materialized]] into this world, immediately gaining an identity on [[Gay|priding]] themselves for being the only grey creature on [[Earth]]. Unfortunately, they spotted Miitomi in [[public]] not soon after. This led to them gaining a [[Cope|seething hatred]] for Miitomi out of [[jealous]]y for not being the first grey person to [[Existy|exist]]. They occasionally engage with various feuds, but Grey Beast can never seem to gain the upper hand, thanks to Miitomi having his [[friends]] behind his [[back]] all the time. Occasionally, they work together to take down a bigger [[threat]] that harms them both.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;background:white; color:black;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 8px;&amp;quot; |{{Youtube Comment|name=Miitomi|pfp=FuckingYELLOW.png|content=I hatelove the Grey Beast! They are the number (#1) number ONE frenemy!|numLikes=73.1K|timeAgo=1.9 weeks ago|isPinned=|isOP=|isHearted=|opPfp=|isVerified=1}} &lt;br /&gt;
{{Youtube Reply|name=Slenderman|pfp=Hungryhomeinvaderpfp.png|content=Collect my pages|numLikes=8.1B|timeAgo=Now|isPinned=|isOP=|isHearted=|opPfp=|isVerified=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Paul ===&lt;br /&gt;
[[File:Missing photo.svg|thumb|100px|alt=|Paul&#039;s wherabouts and current appearance are unknown.]]&lt;br /&gt;
Paul was Miitomi&#039;s [[Childhood]] best friend when they were [[Old|growing up]]. Living on the same street, they were the only two kids of the same general age as each other, and because of that they were inseperable. However, their [[relationship]] began to strain once they entered elementary [[school]]. Miitomi made some new friends there, which meant that they had less [[time]] just for themselves. In an attempt to get more attention from Miitomi, Paul started breaking [[rules]] to stand out. This only strained their relationship further, as Miitomi didn&#039;t like [[Blocked|rule breakers]]. Things took a turn for the worse as in an act of desparation, Paul tried to [[trick]] Miitomi&#039;s other friends, by sending them into a [[Super Scary Dungeon]] where [[nobody]] should go ever! Thankfully such a place never actually existed, they soon discovered. Upon learning this, they told Miitomi about this, and they were [[Rage|furious]]. Lying to Miitomi&#039;s friends was the last [[straw]], and their friendship was over! Soon after this, Paul got Expelled from their elementary school, and hasn&#039;t been seen since.&lt;br /&gt;
&lt;br /&gt;
=== Miitomi Yr. ===&lt;br /&gt;
[[File:Miitomi Yr..png|thumb|left|Ymarb!]]&lt;br /&gt;
Miitomi Yr. is Miitomi&#039;s [[demigirl]] counterpart. She is [[yuri]].&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Stand Ability ==&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | bodystyle = background:#641b1b; color:white;  box-shadow: 0px 0px 10px 0px red;&lt;br /&gt;
 | title      = 『Bad As Me』&lt;br /&gt;
 | image      = [[File:BadAsMeStand.gif|300px]]&lt;br /&gt;
 | label1     = Kanji&lt;br /&gt;
 | data1     = バッド・アズ・ミー&lt;br /&gt;
 | label2     = English Name&lt;br /&gt;
 | data2      = 『Not Nice Guy』 &lt;br /&gt;
 | label3     = User&lt;br /&gt;
 | data3      = Miitomi&lt;br /&gt;
 | label4     = Manga Debut&lt;br /&gt;
 | data4      = [[Challenge 8 (Manga)|Chapter 8]]&lt;br /&gt;
 | label5     = Anime Debut&lt;br /&gt;
 | data5      = [[Challenge 8|Episode 8]]&lt;br /&gt;
 | label6     = Stats&lt;br /&gt;
 | data6      = [[File:BadAsMeStats.png|230px]]&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|This thing REEKS of [[gasoline]].. There&#039;s only one creature in the cosmos who can possess a Stand like this. |[[Michael Bloomberg]]|[[Challenge 8 (Manga)|Chapter 8]]}}&lt;br /&gt;
&#039;&#039;&#039;『Bad As Me』&#039;&#039;&#039; (バッド・アズ・ミー) is the [[Stand]] of Miitomi, featured in &#039;&#039;[[Challenge 8]]&#039;&#039;. Due to it&#039;s exceptionally powerful ability, it is among one of the most dangerous Stands in [[Niko&#039;s Bizarre Adventure]].&lt;br /&gt;
&lt;br /&gt;
=== Appearance ===&lt;br /&gt;
『Bad As Me』is a translucent [[purple]] humanoid with vague [[Skeletons in media|skeletal]] features on its face. It&#039;s lower body is nowhere to be seen. Behind it are several [[vine]]s, from which protrude [[flowey|flower]]s that flash rapidly between [[orange]] and [[green]]. &lt;br /&gt;
&lt;br /&gt;
In the [[Niko&#039;s Bizarre Adventure: Mascot|anime adaptation]], 『Bad As Me』&#039;s design is relatively unchanged. This is a constant among all [[media]] it is featured in.&lt;br /&gt;
&lt;br /&gt;
=== Personality ===&lt;br /&gt;
Like most other Stands in the franchise, 『Bad As Me』 has little personality or agency to speak of, and most of its [[action]]s are completely dependent on Miitomi. However, it does have several distinct [[quirk]]s that may hint at greater sentience. It seems to strike a [[pose]] whenever a person or Stand is caught in it&#039;s vicinity, and it recoils when faced with the possibility of it&#039;s [[death]], as seen when fighting [[Spike|Spike&#039;s]] [[London Calling|『London Calling』]].&lt;br /&gt;
&lt;br /&gt;
=== Abilities ===&lt;br /&gt;
==== Intangibility ====&lt;br /&gt;
[[File:Bloombergu.png|thumb|200px|left|Micheal Bloomberg being surprised when his Stand cannot hit 『Bad As Me』.]]&lt;br /&gt;
『Bad As Me』 is a unique stand in the sense that other [[matter]] cannot make contact with it. This ability extends to other Stands themselves, meaning that attacking it through conventional means is completely out of the [[question]]. This ability, of course, does not extend to the other [[Main page|main]] forms of attacking that『Bad As Me』possesses. As long as 『Bad As Me』 is active, its [[user]] (in the story&#039;s case, Miitomi) will also be intangible, but can be harmed by attacks from Stands.&lt;br /&gt;
&lt;br /&gt;
Although this may seem extremely useful for the stand user of 『Bad As Me』, the intangibility of the stand has a glaring [[weakness]], in that other intangible objects (excluding physical contact from Stands or stand abilities) can hit and even kill 『Bad As Me』. This was how Spike was able to defeat it and Miitomi, as he used 『London Calling』&#039;s ability to make other living creatures intangible with it&#039;s own ability, and then lure Miitomi into a [[trap]] where their stand was eaten alive by intangible [[lion]]s, marking the only time in the series where Spike used his ability [[Evil|offensively]].&lt;br /&gt;
&lt;br /&gt;
==== Self Black Hole/Impulsion ====&lt;br /&gt;
『Bad As Me』&#039;s primary ability is its power to turn its intangible mass into a [[black hole]]. While 『Bad As Me』 and its user still remain impervious to attacks, the body of the Stand becomes a [[gateway]] to a [[Hell|dimension]] that pulls in and sucks anyone and anything within itself, erasing them from [[reality]] instantaneously. During normal occasions, 『Bad As Me』&#039;s [[speed]] is lackluster, especially when dealing with faster Stands. To compensate for this, 『Bad As Me』 has an ability where they can extend the flowers on their back to create an invisible [[barrier]] around itself, the user, and whoever the user of 『Bad As Me』 may be fighting at the current moment. The approximate radius of this barrier is around 20 meters. The barrier must be active if 『Bad As Me』 were to use it&#039;s black hole ability.&lt;br /&gt;
&lt;br /&gt;
Under this barrier, neither 『Bad As Me』 nor the opponent the Stand user is facing can move in any [[One Direction|direction]] that is not to the left-right angle of where a room&#039;s primary [[light]] source may be. If the opponent or the user of 『Bad As Me』 were to not [[follow]] any of these rules, they will be instantly teleported five meters closer to wherever 『Bad As Me』 may be currently located inside the barrier. 『Bad As Me』 also cannot leave the barrier, and its stand user and the opponent they&#039;re facing must [[walk]] out of [[range]] from the barrier while following its rules to deactivate the effect. If at least one person were to leave the barrier, it would be deactivated.&lt;br /&gt;
&lt;br /&gt;
==== Appearances ====&lt;br /&gt;
*[[Challenge 8 (Manga): Part 5 Intermission 2 Part 1]]&lt;br /&gt;
*[[Challenge 8 (Manga): Part 5 Intermission 2 Part 2]]&lt;br /&gt;
*[[Challenge 12 (Manga): Part 6 Act 6 Act 6 Intermission 5 Intermission 2 Part 5]] (Mentioned)&lt;br /&gt;
&lt;br /&gt;
==== Win/Loss Record ====&lt;br /&gt;
*Miitomi (『Bad As Me』) vs. Micheal Bloomberg ([[Time Square|『Time Square』]]) and Spike (『London Calling』) ([[Winner|WIN]])&lt;br /&gt;
*Miitomi (『Bad As Me』) vs. Spike (『London Calling』) ([[Loser|LOSS]])&lt;br /&gt;
&lt;br /&gt;
(ill add the chart later)&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Miitomi&#039;s likeness was used in the [[Trojan War]]. Sorry to disappoint.&lt;br /&gt;
&lt;br /&gt;
== Dance Moves ==&lt;br /&gt;
&lt;br /&gt;
YEEEAAHHH!!! DIDN&#039;T THINK MIITOMI WAS FREAKY LIKE THAT BUT MIITOMI DEFINITELY ISS MMMMM YEA BUST IT DOOOOWN&lt;br /&gt;
&lt;br /&gt;
[[File:McTwisty900.gif|200px|left|I call this one the the McTwisty900! Do it at home! Do it right now! Why are you still reading? Can&#039;t help but notice that you&#039;re reading right now and not doing the McTwisty900...]][[File:Theluckytruckyy.gif|200px|The Lucky Trucky! A classic! This one&#039;s kinda like the robot bzzzt bzzt haha I know you&#039;re reading this but I think it&#039;s fun to do onomatopoeia from time to time it&#039;s kind of a talent of mine but not as much as my dancing so I did the dance moves section instead LOL!!! I&#039;m unpredictable!!! I&#039;m fucking crazy! yeah! I ain&#039;t like those other mascots!]] [[File:THENastyGhost.gif|200px|This baby&#039;s called the Nasty Ghost! YEAAAH NASTYY IM GETTIIIING BAAAAD~ Try and STOP ME!!!!!]][[File:TROUNCEIT!.gif|200px|This is easily one of my most demented and evil dances. Made to build up speed. This dance is a warning, I release all of this energy in your direction and YOU&#039;RE DONE!!]][[File:EPIC RIFF.gif|200px|I CALL THIS ONE MY METAL RIFFF. I DON&#039;T HAVE A GUITAR YET BUT ONCE I DO I&#039;M GOING TO PLAY IT LIKE THIS!!!!]][[File:GZZZZZT!.gif|200px|THIS ONE ISN&#039;T A DANCE NOW PLEASE CALL AN AMBULANCE]]&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
[[File:9 who is this.jpg|250px|link=|Nyeehhhh... What&#039;s up, doc?]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Click &amp;lt;span class=&amp;quot;gallery-link mw-customtoggle-gallery&amp;quot;&amp;gt;here&amp;lt;/span&amp;gt; to view the gallery.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; id=&amp;quot;mw-customcollapsible-gallery&amp;quot;&amp;gt;&lt;br /&gt;
{{Fake heading|Poses|sub=3}}&lt;br /&gt;
{{Fake heading|JPGs|sub=4}}&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
1 who is this.jpg&lt;br /&gt;
2 who is this.jpg&lt;br /&gt;
3 who is this.jpg&lt;br /&gt;
4 who is this.jpg&lt;br /&gt;
5 who is this.jpg&lt;br /&gt;
6 who is this.jpg&lt;br /&gt;
7 who is this.jpg&lt;br /&gt;
8 who is this.jpg&lt;br /&gt;
9 who is this.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mascot (official)]]&lt;br /&gt;
[[Category:Seals]]&lt;br /&gt;
[[Category:Miitomi]]&lt;br /&gt;
[[Category:Playable characters]]&lt;br /&gt;
[[Category:Cute]]&lt;br /&gt;
[[Category:Based]]&lt;br /&gt;
[[Category:Characters with transgender swag]]&lt;br /&gt;
[[Category:Stand Users]]&lt;br /&gt;
[[Category:They/Thems]]&lt;br /&gt;
[[Category:Gay]]&lt;br /&gt;
[[Category:Cement lovers 💓]]&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:GZZZZZT!.gif&amp;diff=113496</id>
		<title>File:GZZZZZT!.gif</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:GZZZZZT!.gif&amp;diff=113496"/>
		<updated>2024-02-06T07:54:18Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Miitomi&amp;diff=113495</id>
		<title>Miitomi</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Miitomi&amp;diff=113495"/>
		<updated>2024-02-06T07:42:40Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#css:&lt;br /&gt;
 &amp;lt;!-- Credit to [[Katamari Damacy]] for .red CSS --&amp;gt;&lt;br /&gt;
.red a:any-link, .red a.external:any-link { &lt;br /&gt;
color: red;&lt;br /&gt;
font-weight: bold;&lt;br /&gt;
transition: 0.2s;&lt;br /&gt;
font-family: &#039;Sazanami&#039;, &#039;Times New Roman&#039;;&lt;br /&gt;
font-size: 120%;&lt;br /&gt;
} .red a:hover {&lt;br /&gt;
filter: drop-shadow(0 0 4px red);&lt;br /&gt;
} .gallery-link {&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
color: #dcff23;&lt;br /&gt;
} .gallery-link:hover, .gallery-link:focus {&lt;br /&gt;
text-decoration: underline;&lt;br /&gt;
} .gallery-link:visited {&lt;br /&gt;
color: #fdffba;&lt;br /&gt;
} .gallery-link:active {&lt;br /&gt;
color: #faa700;&lt;br /&gt;
} .fake-heading {&lt;br /&gt;
color: #ffbf5a !important;&lt;br /&gt;
}}{{Molten theater}}&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | bodystyle = background:#641b1b; color:white; box-shadow: 0px 0px 10px 0px red;&lt;br /&gt;
 | above = {{PAGENAME}}&lt;br /&gt;
 | subheader = &#039;&#039;The Wiki Camp 2&#039;s adorable mascot!&#039;&#039;&lt;br /&gt;
 | image = [[File:9 who is this.jpg|300px]]&lt;br /&gt;
 | caption1 = Hmm..? Where am I..?&lt;br /&gt;
 | label1 = Status&lt;br /&gt;
 | data1 = Joyous...&lt;br /&gt;
 | label2 = Nicknames&lt;br /&gt;
 | data2 = {{Bulleted list|Miister ([[Everyone]])}}&lt;br /&gt;
 | label3 = Species&lt;br /&gt;
 | data3 = [[Seal]]&lt;br /&gt;
 | label4 = Gender&lt;br /&gt;
 | data4 = Seal &amp;lt;small&amp;gt;(they/them)&amp;lt;/small&amp;gt;&lt;br /&gt;
 | label5 = Likes&lt;br /&gt;
 | data5 = {{Unbulleted list|[[Pipis]]}}&lt;br /&gt;
 | label6 = Dislikes&lt;br /&gt;
 | data6 = &lt;br /&gt;
 | label7 = Friends&lt;br /&gt;
 | data7 = &lt;br /&gt;
 | label8 = Enemies&lt;br /&gt;
 | data8 = &lt;br /&gt;
 | label9 = Stand &lt;br /&gt;
 | data9 = &#039;&#039;&#039;『Bad As Me』&#039;&#039;&#039;&lt;br /&gt;
 | label10 = Inventory &lt;br /&gt;
 | data10 = {{Crisp edges|[[File:Greet retro.png|link=Greet]]}} {{Crisp edges|[[File:Missingno.png|link=Missingno.]]}}&lt;br /&gt;
 | label11 = Thoughts&lt;br /&gt;
 | data11 = N/A&lt;br /&gt;
}}&lt;br /&gt;
{{Confuse|Miitomo}}&lt;br /&gt;
{{Quote|Eeeeyep. I&#039;m just that cute.|Miitomi}}&lt;br /&gt;
{{Nihongo|&#039;&#039;&#039;Miitomi&#039;&#039;&#039;|ミートミ|Mītomi}} is the [[:Category:Mascot (official)|official mascot]] of [[The Wiki Camp 2]] and the main [[protagonist]] in world renowned [[role-playing video game]], &#039;&#039;[[The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs]]&#039;&#039;. They have also engaged in other mischievous deeds, such as [[dancing]] and [[capitalism]].&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
=== Personality ===&lt;br /&gt;
[[File:Bouncy the Mascot.gif|thumb|So gleeful..!]]&lt;br /&gt;
Miitomi is like [[Dark Genuine]] but like in a way where if Dark Genuine was really cool and loved ice-skating. They’re a multiple-trick pony, with such skills as the aforementioned ice-skating, [[putting three cups on the table and then putting a ball in one of them and shuffling them around until you can&#039;t tell where the cup is and guessing where it is]], and green. So cool! They are also good friends with the [[Gamphorahtta|dark one]].&lt;br /&gt;
&lt;br /&gt;
Miitomi, however, is also a bit overly [[mischievous]] and [[rambunctious]], so they tend to [[Vandalism on The Wiki Camp 2|graffiti all over the street walls]]!&lt;br /&gt;
&lt;br /&gt;
Naturally, all these [[trait]]s about this [[quirky]] character perfectly embody the Wiki Camp 2 [[spirit]], which is why we, the [[viewer]]s, are personally going to [[vote]] for THEM to be the new [[mascot]] for the [[The Wiki Camp (franchise)|franchise]]!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot;&amp;gt;&lt;br /&gt;
Mascot vandalism.png|&amp;quot;What?&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
Miitomi was just a [[little thang]]... But then they [[Grown up|grew up]].&lt;br /&gt;
&lt;br /&gt;
Afterwards, they decided to pay a [[volcano]] a visit as one of their first many [[trip]]s! Unfortunately, volcanoes do not like seals, so this one [[Explosion|blew up]]. Miitomi escaped unharmed, but [[Damn seal]] became 0.1% more [[damn]]ed because of the excessive amounts of [[lava]] and [[magma]] and other [[hot]] things. Whoops!&lt;br /&gt;
&lt;br /&gt;
{{Tweet&lt;br /&gt;
| name = Miitomi&lt;br /&gt;
| username = WC2Mascot&lt;br /&gt;
| verified = yes&lt;br /&gt;
| text = Ugh, Sealon Musk just bought my awesome project with 12 [[golden shilling]]s! Looks like I&#039;ve gotta up my game. Sigh, I need me some 𝕏eed.&lt;br /&gt;
| date = Oct 31, 2066&lt;br /&gt;
| reference = &amp;amp;nbsp;&lt;br /&gt;
| image = MiitomiPFP.png&lt;br /&gt;
| width = 300px&lt;br /&gt;
| left = y&lt;br /&gt;
}}&lt;br /&gt;
Miitomi was [[sad|especially hurt]] by the [[revelation]] that they made Damn seal even hotter. This led them to create [[Cool seal]], a paradise for [[pinniped|pinnipeds]]. Unfortunately, the patent to the project was &#039;&#039;&#039;GENEROUSLY BOUGHT BY BELOVED AND HONEST ENTREPRENEUR SEALON MUSK&#039;&#039;&#039; and later was &#039;&#039;&#039;COMPLETED, REVAMPED, AND RENAMED TO [[X SEAL]], THE COOLER AND SUPERIOR NAME.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In an effort to get [[revenge]], Miitomi partnered with [[Funko]] under the name {{Premium|[[Ethical Seals]]}} to sell little toys of themselves, in an effort to become a [[trillionaire]] and dethrone [[Sealon Musk]]. Unfortunately, nobody [[IDGAF|cared]], and Funko later filed for [[bankruptcy]]. This is probably a good thing though, as them winning in an alternative timeline led to the [[Evil Future]]. Miitomi decided to pick themselves up from their bootstraps and make a name for themselves.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t talk about [[Loot Crate]].&lt;br /&gt;
&lt;br /&gt;
Even though they [[Miitomi Adventures (franchise)|had countless adventures]] and a [[Money|very profitable]] [[:Category:Games|game-franchise]], Miitomi still felt as if they had a [[Wikipedia]]-shaped hole in their [[heart]]. There was just something... [[Nonexisty|empty]] about their life that in no way could be fufilled by anything they had done before it. Luckily, while sitting at the [[park]] one evening, they came across a [[Noah|strapping and handsome boy]] who told them that there was [[The Wiki Camp 2|a community of miscreants who were totally helpless and sucked]]. The very awesome and cool boy said they were looking for a nice, young man of [[Christianity|Christian faith]] who was good with kids to help make that community wayyy cooler and more educational. Miitomi wasn&#039;t any of those [[:Category:Things (official)|things]], but they DID know how to spruce up a [[place]]. That takes us to the [[present]], where we, [[Epic Evil]], are currently [[Word|writing]] about how you should let Miitomi be the [[:Category:Official pages|OFFICIAL]] Wiki Camp 2 mascot!&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|So... When am I getting [[Rich people|paid]]?}}&lt;br /&gt;
{{Dia|NoahConcerned|paid?}}&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
Miitomi [[hate]]s [[green beans]] and likes using [[Twitter|X]] (formerly known as Twitter) [[light]] mode. They also go by they/them pronouns.&lt;br /&gt;
&lt;br /&gt;
In 2006, shortly before [[The Wiki Camp 2]] was founded, Miitomi had publicly addressed their [[opinion]]s on [[Politics|many political tragedies]], such as the invention of [[cars|unsafe transport]], [[Gelatin|mascots]], and [[Gelatin|commercial branding]], stating that these things were &amp;quot;quite possibly the work of [[Damn seal|The Devil]]&amp;quot; (link included for accuracy to the quote). Ever since their work began in [[The Wiki Camp 2]], however, they&#039;ve received public scrutiny from [[Citation needed|sources]] such as [[IGN]] and [[Metacritic]] for being &amp;quot;[[Wishiwashi]] and flippant about [their] opinions on such heavy matters&amp;quot;, and they&#039;ve received notably [[Mid|low]] scores of &amp;quot;3/5&amp;quot; and &amp;quot;7/10&amp;quot; as a result.&lt;br /&gt;
&lt;br /&gt;
== Reception ==&lt;br /&gt;
[[File:ItCute.png|thumb|Well said!|left]]&lt;br /&gt;
&lt;br /&gt;
HEY GUYS. TODAY IM GONNA DO A [[Rantsona|REVIEW]] OF THE NEW WIKI CAMP 2 MASCOT, MITOMI. I THINK THAT&#039;S IT&#039;S [[Names|NAME]], SORRY IF IM BUTCHERING IT HAHA CANT BE ASSED TO LOOK IT UP. OK SO I HAVE THE [[Wiki|WIKI]] PAGE FOR MITOMI PULLED UP AND WOW. JUST WOW WHAT IS THIS SORT OF [[Thing (official)|THING]]. Y&#039;SEE GUYS IVE SEEN A LOT OF [[Red|RED]] PAGES IN MY TIME BUT, HAHA, THIS ONE HAS TO BE THE MOST [[Ugly|UGLY]] EVER. LOOK AT THIS YOU IMPORT IT INTO [[Photoshop|PHOTOSHOP]] AND COLORPICK IT AND WHAT DO YOU GET? #3B1010? THAT&#039;S [[Just a Bit Crazy|CRAZY]]. THAT&#039;S TOTALLY CRAZY GUYS. EVEN #FF9C00 IS HERE WOW I HAVE NEVER SEEN ANYTHING THIS RANCID. SO WE ALL KNOW THE COLORPALLETE IS &amp;quot;[[Dogshit|DOGSHITS]]&amp;quot; BUT HOW DO WE FEEL ABOUT MITOMI TJEMSELVES. WELL IM FEELING. HM. HMMMM. HOW DO YOU FEEL GUYS? I THINK THIS THHING IS A [[:Category:Seals|SEAL]]. SORRY MITOMI BUT I THINK YOU [[NerpaPunch award|MISSED GTHE BOWL]]. HAHA THAT&#039;S RIGHT I KNOW ALL ABOUT YOUR [[NerpaPunch|NERPAPUNCHES]] GUYS. 0/10 [[Nerpoing|NERPOINGS]].&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== In popular culture ==&lt;br /&gt;
=== Role in &#039;&#039;The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs&#039;&#039; ===&lt;br /&gt;
{{SJ stats table&lt;br /&gt;
|Miitomi|The Quest of the Heavenly Seal Jewels With Miitomi and Friends (Except Paul, Who We Hate): The Skyscraping Platforms! And Other Thangs&lt;br /&gt;
|health=110&lt;br /&gt;
|attack=55&lt;br /&gt;
|defense=40&lt;br /&gt;
|other-value=21&lt;br /&gt;
|scale=3.5&lt;br /&gt;
}}&lt;br /&gt;
Miitomi stars as the main protagonist of this beautiful game! Unfortunately, you don&#039;t [[play]] as them.&lt;br /&gt;
&lt;br /&gt;
Being the first [[party]] member, they have the worst [[stats]] in the entire game, even when fully [[Love|level]]ed. Although they have access to high-power moves such as [[Yuri Blast|Baikal Blast]], [[lala|Lalalash Out]], and the Bludgeon, their [[Fight|attack]] stat is FAR to low for any of those moves to do any significant [[Hurt|damage]], and they&#039;re all learned by the much better party member [[Green guy]] via level-up, anyway. The only reason you keep Miitomi in your party is because you&#039;re basically [[Wiki Camp 2 Premium|locked]] into using them for the entire game. Essentially, being [[story]] relevant saved Miitomi&#039;s ass from being tossed into the [[Holy shit|shitter]] of low-tier party members.&lt;br /&gt;
&lt;br /&gt;
Strangely, Miitomi has one extremely [[good]] use in this game, as a [[gameplay]] mechanic that requires using them in the [[overworld]] is a key component in an [[Hacker|exploit]] that grants you access to the game&#039;s &amp;lt;span class=&amp;quot;red&amp;quot;&amp;gt;[[Debug Room]]&amp;lt;/span&amp;gt;. This is a popular strategy used by [[Speedrun|speedrunners]], as well as a way to obtain the fabled {{Crisp edges|[[File:Limited Edition Seal Mug.png|link=Limited Edition Seal Mug]]}} &#039;&#039;&#039;[[Limited Edition Seal Mug]]&#039;&#039;&#039;.&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== In &#039;&#039;Miitomi&#039;s Cute Dancing~!&#039;&#039; ===&lt;br /&gt;
{{Crisp edges|[[File:Miitomi&#039;s Cute Dancing~!.png|thumb|So gameplay~!]]}}&lt;br /&gt;
&#039;&#039;[[Miitomi&#039;s Cute Dancing~!]]&#039;&#039; is another good appearance of Miitomi&#039;s. In this [[game]], they dance to the [[beat]] of the [[music]]!&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|Up... up... down... down!}}&lt;br /&gt;
{{Dia|Miitomi|Left, right, left, right...}}&lt;br /&gt;
{{Dia|Miitomi|B A Start~!}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Dia|Personally|&amp;lt;code&amp;gt;&amp;gt; CALCULATING CHEAT...&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|Personally0.9x|&amp;lt;code&amp;gt;&amp;gt; CHEAT ACTIVATED: 0.9X MULTIPLIER.&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|MiitomiAngry|What! RIGGED!}}&lt;br /&gt;
{{Dia|Personally0.91x|&amp;lt;code&amp;gt;&amp;gt; CHEAT CHANGED: 0.91X MULTIPLIER.&amp;lt;/code&amp;gt;}}&lt;br /&gt;
{{Dia|Miitomi|That&#039;s better.}}&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Miitomi&#039;s Greenceries ===&lt;br /&gt;
Miitomi started up a [[Food|grocery chain]] sometime in the [[future]]. All [[51st state|51 states]] had one [[store]] each.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Item !! Description !! Rarity !! Price&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Consumable&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Greet retro.png|link=Greet]]}} Greet || || {{Rarity|Common}} || {{Nikoin16}} 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Ordinary blueberries.png|link=Blueberries]]}} Ordinary blueberries || || {{Rarity|Common}} || {{Nikoin16}} 128&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Red Pill P.png|link=Red or blue pill]]}} Red pill || rowspan=2 | Make your choice. || {{Rarity|Common}} || {{Nikoin16}} 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Blue Pill P.png|link=Red or blue pill]]}} Blue pill || {{Rarity|Common}} || {{Nikoin16}} 300&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Sinister Potion PX.png|link=Evil]]}} Sinister potion || Buy my sinister potion! || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 1&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Weapon&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Pencil pixels.png|link=Pencil]]}} Pencil || There&#039;s a message attached.&amp;lt;br&amp;gt;&#039;&#039;&amp;quot;Not sure where this came from, but it seems valuable! Buy now!&amp;quot;&#039;&#039;|| {{Rarity|Uncommon}} || {{Gold Nikoin16}} 1&amp;lt;br&amp;gt;{{Nikoin16}} 100&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Large rusty 100kg anvil.png|link=Anvil]]}} Large rusty anvil || || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 2&amp;lt;br&amp;gt;{{Nikoin16}} 30&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Epic Sword sprite.png|link=Epic Sword]]}} Epic sword || I get it! || {{Rarity|Epic}} || {{Platinum Nikoin16}} 1&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4 | Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Framed picture of Damn seal.png|link=Damn seal]]}} Framed picture of Damn seal || There&#039;s a message attached.&amp;lt;br&amp;gt;&#039;&#039;&amp;quot;One of my &#039;prized&#039; collections that I no longer wish to have. Since I felt generous, I&#039;ve put up a discount.&amp;quot; || {{Rarity|Common}} || {{Nikoin16}} &amp;lt;s&amp;gt;420&amp;lt;/s&amp;gt; 419&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:BFDI retro.png|link=Battle for Dream Island]]}} Illegal copy of &#039;&#039;Battle for Dream Island&#039;&#039; || || {{Rarity|Uncommon}} || {{Gold Nikoin16}} 27&amp;lt;br&amp;gt;{{Nikoin16}} 63&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Locked book of cement.png|link=Cement]]}} &#039;&#039;The Truths of Cement&#039;&#039; (Locked) || Holds the secrets of cement. Key sold seperately. || {{Rarity|Rare}} || {{Gold Nikoin16}} 400&amp;lt;br&amp;gt;{{Nikoin16}} 99&lt;br /&gt;
|-&lt;br /&gt;
| {{Crisp edges|[[File:Permanent Wiki Camp 2 Premium subscription.png|link=Wiki Camp 2 Premium]]}} Permanent Wiki Camp 2 Premium subscription || &#039;&#039;&#039;&#039;&#039;Limited time only!&#039;&#039;&#039;&#039;&#039; || {{Rarity|Divine}} || {{Bling Nikoin16}} 21&amp;lt;br&amp;gt;{{Platinum Nikoin16}} 500&amp;lt;br&amp;gt;{{Gold Nikoin16}} 666&amp;lt;br&amp;gt;{{Nikoin16}} 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In unpopular culture ==&lt;br /&gt;
=== Toba Aquarium ===&lt;br /&gt;
Miitomi often visits the [[Toba Aquarium]], But only to [[Clown|laugh]] at the [[seals]] that live there because they&#039;re not as [[Marketable plushies|marketable]] and [[:Category:So cutes! (official)|cute]] as they are! Fortunately, the residents at the aquarium don&#039;t speak the same [[language]] as Miitomi, so they&#039;re none the [[Nerd|wiser]] to this.&lt;br /&gt;
[[File:Miitomi at toba aquarium.png|thumb|&amp;quot;Hmmm.... What a Lovely Establishment!&amp;quot;|alt=|none]]&lt;br /&gt;
&lt;br /&gt;
=== Great Pyramid of Giza ===&lt;br /&gt;
[[File:Impostor Pyramid.gif|thumb|Wait... It was an [[You|&#039;&#039;&#039;impostor&#039;&#039;&#039;]] all along?|left]]&lt;br /&gt;
They [[Robbery|stole]] it!&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== In &#039;&#039;Miitomi&#039;s Silly Aquarium&#039;&#039; ===&lt;br /&gt;
&#039;&#039;Miitomi&#039;s Silly Aquarium&#039;&#039; is a [[mascot horror]] game where you have to avoid Miitomi, or else you get hit with a [[cement brick]] and lose the game!&lt;br /&gt;
&lt;br /&gt;
=== Founder of &#039;&#039;Cement Lovers Foundation&#039;&#039; ===&lt;br /&gt;
Miitomi did not like the [[fact]] that everyone kept saying their kind ate [[cement]] at the age of [[6]], so they founded the &#039;&#039;[[Cement Lovers Foundation]]&#039;&#039;! Only [[Niko|one willing partaker]] has joined so far, and this whole [[Shenanigans|shtick]] is maybe a very bad idea.&lt;br /&gt;
&lt;br /&gt;
{{Dia|Miitomi|Maybe? MAYBE!?}}&lt;br /&gt;
{{Dia|MiitomiAngry|Are you out of your &#039;&#039;&#039;fucking&#039;&#039;&#039; mind!?}}&lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
=== The Grey Beast ===&lt;br /&gt;
[[File:Grey beast.jpg|thumb|The Grey Beast himself.|right]] The Grey Beast is the [[:Category:Doppelgangers|dark counterpart]] and sworn [[enemy]] of Miitomi. They’re rivals to the bitter [[end]]! They met long ago yesterday when the grey beast [[Birth|materialized]] into this world, immediately gaining an identity on [[Gay|priding]] themselves for being the only grey creature on [[Earth]]. Unfortunately, they spotted Miitomi in [[public]] not soon after. This led to them gaining a [[Cope|seething hatred]] for Miitomi out of [[jealous]]y for not being the first grey person to [[Existy|exist]]. They occasionally engage with various feuds, but Grey Beast can never seem to gain the upper hand, thanks to Miitomi having his [[friends]] behind his [[back]] all the time. Occasionally, they work together to take down a bigger [[threat]] that harms them both.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;background:white; color:black;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 8px;&amp;quot; |{{Youtube Comment|name=Miitomi|pfp=FuckingYELLOW.png|content=I hatelove the Grey Beast! They are the number (#1) number ONE frenemy!|numLikes=73.1K|timeAgo=1.9 weeks ago|isPinned=|isOP=|isHearted=|opPfp=|isVerified=1}} &lt;br /&gt;
{{Youtube Reply|name=Slenderman|pfp=Hungryhomeinvaderpfp.png|content=Collect my pages|numLikes=8.1B|timeAgo=Now|isPinned=|isOP=|isHearted=|opPfp=|isVerified=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Paul ===&lt;br /&gt;
[[File:Missing photo.svg|thumb|100px|alt=|Paul&#039;s wherabouts and current appearance are unknown.]]&lt;br /&gt;
Paul was Miitomi&#039;s [[Childhood]] best friend when they were [[Old|growing up]]. Living on the same street, they were the only two kids of the same general age as each other, and because of that they were inseperable. However, their [[relationship]] began to strain once they entered elementary [[school]]. Miitomi made some new friends there, which meant that they had less [[time]] just for themselves. In an attempt to get more attention from Miitomi, Paul started breaking [[rules]] to stand out. This only strained their relationship further, as Miitomi didn&#039;t like [[Blocked|rule breakers]]. Things took a turn for the worse as in an act of desparation, Paul tried to [[trick]] Miitomi&#039;s other friends, by sending them into a [[Super Scary Dungeon]] where [[nobody]] should go ever! Thankfully such a place never actually existed, they soon discovered. Upon learning this, they told Miitomi about this, and they were [[Rage|furious]]. Lying to Miitomi&#039;s friends was the last [[straw]], and their friendship was over! Soon after this, Paul got Expelled from their elementary school, and hasn&#039;t been seen since.&lt;br /&gt;
&lt;br /&gt;
=== Miitomi Yr. ===&lt;br /&gt;
[[File:Miitomi Yr..png|thumb|left|Ymarb!]]&lt;br /&gt;
Miitomi Yr. is Miitomi&#039;s [[demigirl]] counterpart. She is [[yuri]].&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Stand Ability ==&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | bodystyle = background:#641b1b; color:white;  box-shadow: 0px 0px 10px 0px red;&lt;br /&gt;
 | title      = 『Bad As Me』&lt;br /&gt;
 | image      = [[File:BadAsMeStand.gif|300px]]&lt;br /&gt;
 | label1     = Kanji&lt;br /&gt;
 | data1     = バッド・アズ・ミー&lt;br /&gt;
 | label2     = English Name&lt;br /&gt;
 | data2      = 『Not Nice Guy』 &lt;br /&gt;
 | label3     = User&lt;br /&gt;
 | data3      = Miitomi&lt;br /&gt;
 | label4     = Manga Debut&lt;br /&gt;
 | data4      = [[Challenge 8 (Manga)|Chapter 8]]&lt;br /&gt;
 | label5     = Anime Debut&lt;br /&gt;
 | data5      = [[Challenge 8|Episode 8]]&lt;br /&gt;
 | label6     = Stats&lt;br /&gt;
 | data6      = [[File:BadAsMeStats.png|230px]]&lt;br /&gt;
}}&lt;br /&gt;
{{Quote|This thing REEKS of [[gasoline]].. There&#039;s only one creature in the cosmos who can possess a Stand like this. |[[Michael Bloomberg]]|[[Challenge 8 (Manga)|Chapter 8]]}}&lt;br /&gt;
&#039;&#039;&#039;『Bad As Me』&#039;&#039;&#039; (バッド・アズ・ミー) is the [[Stand]] of Miitomi, featured in &#039;&#039;[[Challenge 8]]&#039;&#039;. Due to it&#039;s exceptionally powerful ability, it is among one of the most dangerous Stands in [[Niko&#039;s Bizarre Adventure]].&lt;br /&gt;
&lt;br /&gt;
=== Appearance ===&lt;br /&gt;
『Bad As Me』is a translucent [[purple]] humanoid with vague [[Skeletons in media|skeletal]] features on its face. It&#039;s lower body is nowhere to be seen. Behind it are several [[vine]]s, from which protrude [[flowey|flower]]s that flash rapidly between [[orange]] and [[green]]. &lt;br /&gt;
&lt;br /&gt;
In the [[Niko&#039;s Bizarre Adventure: Mascot|anime adaptation]], 『Bad As Me』&#039;s design is relatively unchanged. This is a constant among all [[media]] it is featured in.&lt;br /&gt;
&lt;br /&gt;
=== Personality ===&lt;br /&gt;
Like most other Stands in the franchise, 『Bad As Me』 has little personality or agency to speak of, and most of its [[action]]s are completely dependent on Miitomi. However, it does have several distinct [[quirk]]s that may hint at greater sentience. It seems to strike a [[pose]] whenever a person or Stand is caught in it&#039;s vicinity, and it recoils when faced with the possibility of it&#039;s [[death]], as seen when fighting [[Spike|Spike&#039;s]] [[London Calling|『London Calling』]].&lt;br /&gt;
&lt;br /&gt;
=== Abilities ===&lt;br /&gt;
==== Intangibility ====&lt;br /&gt;
[[File:Bloombergu.png|thumb|200px|left|Micheal Bloomberg being surprised when his Stand cannot hit 『Bad As Me』.]]&lt;br /&gt;
『Bad As Me』 is a unique stand in the sense that other [[matter]] cannot make contact with it. This ability extends to other Stands themselves, meaning that attacking it through conventional means is completely out of the [[question]]. This ability, of course, does not extend to the other [[Main page|main]] forms of attacking that『Bad As Me』possesses. As long as 『Bad As Me』 is active, its [[user]] (in the story&#039;s case, Miitomi) will also be intangible, but can be harmed by attacks from Stands.&lt;br /&gt;
&lt;br /&gt;
Although this may seem extremely useful for the stand user of 『Bad As Me』, the intangibility of the stand has a glaring [[weakness]], in that other intangible objects (excluding physical contact from Stands or stand abilities) can hit and even kill 『Bad As Me』. This was how Spike was able to defeat it and Miitomi, as he used 『London Calling』&#039;s ability to make other living creatures intangible with it&#039;s own ability, and then lure Miitomi into a [[trap]] where their stand was eaten alive by intangible [[lion]]s, marking the only time in the series where Spike used his ability [[Evil|offensively]].&lt;br /&gt;
&lt;br /&gt;
==== Self Black Hole/Impulsion ====&lt;br /&gt;
『Bad As Me』&#039;s primary ability is its power to turn its intangible mass into a [[black hole]]. While 『Bad As Me』 and its user still remain impervious to attacks, the body of the Stand becomes a [[gateway]] to a [[Hell|dimension]] that pulls in and sucks anyone and anything within itself, erasing them from [[reality]] instantaneously. During normal occasions, 『Bad As Me』&#039;s [[speed]] is lackluster, especially when dealing with faster Stands. To compensate for this, 『Bad As Me』 has an ability where they can extend the flowers on their back to create an invisible [[barrier]] around itself, the user, and whoever the user of 『Bad As Me』 may be fighting at the current moment. The approximate radius of this barrier is around 20 meters. The barrier must be active if 『Bad As Me』 were to use it&#039;s black hole ability.&lt;br /&gt;
&lt;br /&gt;
Under this barrier, neither 『Bad As Me』 nor the opponent the Stand user is facing can move in any [[One Direction|direction]] that is not to the left-right angle of where a room&#039;s primary [[light]] source may be. If the opponent or the user of 『Bad As Me』 were to not [[follow]] any of these rules, they will be instantly teleported five meters closer to wherever 『Bad As Me』 may be currently located inside the barrier. 『Bad As Me』 also cannot leave the barrier, and its stand user and the opponent they&#039;re facing must [[walk]] out of [[range]] from the barrier while following its rules to deactivate the effect. If at least one person were to leave the barrier, it would be deactivated.&lt;br /&gt;
&lt;br /&gt;
==== Appearances ====&lt;br /&gt;
*[[Challenge 8 (Manga): Part 5 Intermission 2 Part 1]]&lt;br /&gt;
*[[Challenge 8 (Manga): Part 5 Intermission 2 Part 2]]&lt;br /&gt;
*[[Challenge 12 (Manga): Part 6 Act 6 Act 6 Intermission 5 Intermission 2 Part 5]] (Mentioned)&lt;br /&gt;
&lt;br /&gt;
==== Win/Loss Record ====&lt;br /&gt;
*Miitomi (『Bad As Me』) vs. Micheal Bloomberg ([[Time Square|『Time Square』]]) and Spike (『London Calling』) ([[Winner|WIN]])&lt;br /&gt;
*Miitomi (『Bad As Me』) vs. Spike (『London Calling』) ([[Loser|LOSS]])&lt;br /&gt;
&lt;br /&gt;
(ill add the chart later)&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Miitomi&#039;s likeness was used in the [[Trojan War]]. Sorry to disappoint.&lt;br /&gt;
&lt;br /&gt;
== Dance Moves ==&lt;br /&gt;
&lt;br /&gt;
YEEEAAHHH!!! DIDN&#039;T THINK MIITOMI WAS FREAKY LIKE THAT BUT MIITOMI DEFINITELY ISS MMMMM YEA BUST IT DOOOOWN&lt;br /&gt;
&lt;br /&gt;
[[File:McTwisty900.gif|200px|left|I call this one the the McTwisty900! Do it at home! Do it right now! Why are you still reading? Can&#039;t help but notice that you&#039;re reading right now and not doing the McTwisty900...]][[File:Theluckytruckyy.gif|200px|The Lucky Trucky! A classic! This one&#039;s kinda like the robot bzzzt bzzt haha I know you&#039;re reading this but I think it&#039;s fun to do onomatopoeia from time to time it&#039;s kind of a talent of mine but not as much as my dancing so I did the dance moves section instead LOL!!! I&#039;m unpredictable!!! I&#039;m fucking crazy! yeah! I ain&#039;t like those other mascots!]] [[File:THENastyGhost.gif|200px|This baby&#039;s called the Nasty Ghost! YEAAAH NASTYY IM GETTIIIING BAAAAD~ Try and STOP ME!!!!!]][[File:TROUNCEIT!.gif|200px|This is easily one of my most demented and evil dances. Made to build up speed. This dance is a warning, I release all of this energy in your direction and YOU&#039;RE DONE!!]][[File:EPIC RIFF.gif|200px|I CALL THIS ONE MY METAL RIFFF. I DON&#039;T HAVE A GUITAR YET BUT ONCE I DO I&#039;M GOING TO PLAY IT LIKE THIS!!!!]]&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
[[File:9 who is this.jpg|250px|link=|Nyeehhhh... What&#039;s up, doc?]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Click &amp;lt;span class=&amp;quot;gallery-link mw-customtoggle-gallery&amp;quot;&amp;gt;here&amp;lt;/span&amp;gt; to view the gallery.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; id=&amp;quot;mw-customcollapsible-gallery&amp;quot;&amp;gt;&lt;br /&gt;
{{Fake heading|Poses|sub=3}}&lt;br /&gt;
{{Fake heading|JPGs|sub=4}}&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
1 who is this.jpg&lt;br /&gt;
2 who is this.jpg&lt;br /&gt;
3 who is this.jpg&lt;br /&gt;
4 who is this.jpg&lt;br /&gt;
5 who is this.jpg&lt;br /&gt;
6 who is this.jpg&lt;br /&gt;
7 who is this.jpg&lt;br /&gt;
8 who is this.jpg&lt;br /&gt;
9 who is this.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mascot (official)]]&lt;br /&gt;
[[Category:Seals]]&lt;br /&gt;
[[Category:Miitomi]]&lt;br /&gt;
[[Category:Playable characters]]&lt;br /&gt;
[[Category:Cute]]&lt;br /&gt;
[[Category:Based]]&lt;br /&gt;
[[Category:Characters with transgender swag]]&lt;br /&gt;
[[Category:Stand Users]]&lt;br /&gt;
[[Category:They/Thems]]&lt;br /&gt;
[[Category:Gay]]&lt;br /&gt;
[[Category:Cement lovers 💓]]&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:EPIC_RIFF.gif&amp;diff=113494</id>
		<title>File:EPIC RIFF.gif</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:EPIC_RIFF.gif&amp;diff=113494"/>
		<updated>2024-02-06T07:40:43Z</updated>

		<summary type="html">&lt;p&gt;Nobody: METAL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
METAL&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:TROUNCEIT!.gif&amp;diff=113493</id>
		<title>File:TROUNCEIT!.gif</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:TROUNCEIT!.gif&amp;diff=113493"/>
		<updated>2024-02-06T07:27:44Z</updated>

		<summary type="html">&lt;p&gt;Nobody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:THENastyGhost.gif&amp;diff=113492</id>
		<title>File:THENastyGhost.gif</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:THENastyGhost.gif&amp;diff=113492"/>
		<updated>2024-02-06T07:17:56Z</updated>

		<summary type="html">&lt;p&gt;Nobody: ok idk why i couldnt modify the last one   IIIIIMMM SORRRYRYY ;(&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
ok idk why i couldnt modify the last one   IIIIIMMM SORRRYRYY ;(&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:NastyGhost.gif&amp;diff=113489</id>
		<title>File:NastyGhost.gif</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:NastyGhost.gif&amp;diff=113489"/>
		<updated>2024-02-06T07:08:13Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Uggghhhh NASTYYY&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Uggghhhh NASTYYY&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Theluckytruckyy.gif&amp;diff=113479</id>
		<title>File:Theluckytruckyy.gif</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Theluckytruckyy.gif&amp;diff=113479"/>
		<updated>2024-02-06T06:51:00Z</updated>

		<summary type="html">&lt;p&gt;Nobody: Self explanatory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Self explanatory&lt;/div&gt;</summary>
		<author><name>Nobody</name></author>
	</entry>
</feed>