<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.amorphant.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amorphant</id>
	<title>Monster Amor - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.amorphant.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amorphant"/>
	<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/Special:Contributions/Amorphant"/>
	<updated>2026-06-01T01:15:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1366</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1366"/>
		<updated>2026-02-16T21:22:27Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Frequently Asked Questions&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;Who &#039;&#039;are&#039;&#039; you, and what are you doing here?&#039;&#039;&#039; ===&lt;br /&gt;
I&#039;m [[Amorphant]]. I make things, and am now making &amp;lt;s&amp;gt;fake&amp;lt;/s&amp;gt; real photographs of [[Monster girl|monster girls]], along with this wiki.&lt;br /&gt;
=== &#039;&#039;&#039;Why is your FAQ about AI and not monster girls?&#039;&#039;&#039; ===&lt;br /&gt;
There&#039;s an ongoing misinformation-based harassment campaign against AI tool users. It&#039;s why I&#039;ve created this FAQ. Sometimes, being able to link to it is the best way to respond to active harassment, creating a shining beacon of &#039;&#039;[https://en.wikipedia.org/wiki/Streisand%20effect Barbara Streisand]&#039;&#039;.&lt;br /&gt;
== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Generative AI tools&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;What are AI-generated images?&#039;&#039;&#039; ===&lt;br /&gt;
In case you missed it, a new type of AI called diffusion models are capable of generating high-quality images. They learn concepts by observing billions of images of &#039;&#039;everything&#039;&#039;. While you can have the models generate images entirely for you with text prompting, there are many other means of controlling their output to varying degrees. They can be used as render engines for CAD software, for example.&lt;br /&gt;
&lt;br /&gt;
Under the hood, they&#039;re the same type of AI as large language models such as ChatGPT: [https://en.wikipedia.org/wiki/Transformer%20(deep%20learning%20architecture) transformers] using the [https://en.wikipedia.org/wiki/Attention_Is_All_You_Need attention mechanism]. If you&#039;re curious, here&#039;s a good [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] by respected mathematics educator Grant Sanderson of [https://www.youtube.com/@3blue1brown 3blue1brown], which he produced for the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California. Lengthy deep-dives into the technology are also available on his channel.&lt;br /&gt;
=== &#039;&#039;&#039;Is generative AI theft, as some say?&#039;&#039;&#039; ===&lt;br /&gt;
No, not metaphorically, not literally: They don&#039;t deprive the original creator of their works, nor do they store any portion of those works in any way. They can&#039;t be used to recreate works they learned from, outside of maliciously crafting them to do so. The only works that they have a chance of reproducing verbatim are cultural cornerstones that are short and heavily used in our media in general, like the phrase &amp;quot;in God we trust&amp;quot; or the lyrics to Happy Birthday.&lt;br /&gt;
&lt;br /&gt;
Another popular false claim is the idea that copyrighted material is used without permission, when no copyright violation happens in the [https://www.youtube.com/watch?v=9-Jl0dxWQs8 production of the models] themselves, whether or not they observe copyrighted material. They don&#039;t store images from the training data in part nor in whole. Models &#039;&#039;can&#039;&#039; be intentionally trained to be able to produce novel images of intellectual property, but reputable models/services can easily block such production.&lt;br /&gt;
&lt;br /&gt;
This needs to be emphasized because fabricated claims are being spread that it&#039;s been &amp;quot;proven&amp;quot; that diffusion models store parts of source images and stitch them together. It&#039;s in fact easy to prove to one&#039;s self that this is not possible: by going to [https://civitai.com/ CivitAI] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️ to get a 6gb model, preferably a [https://civitai.com/models/133005/juggernaut-xl good finetune of SDXL] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️, then getting a Stable Diffusion client like [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111] to drop the model into, one can use an 8gb GPU to generate &#039;&#039;vastly&#039;&#039; more unique images in unique styles than could possibly be stored as re-usable pieces in 6gb, even using jpeg compression.&lt;br /&gt;
&lt;br /&gt;
It should be noted that, despite the hate directed at AI images being unwarranted, one legitimate concern is that of styles being duplicated. Precisely imitating everything about another person&#039;s style, say by including &amp;quot;in the style of a painting by john doe&amp;quot; in a prompt is, even if not theft, extremely shady. More reputable models obscure or forbid using specific artists&#039; styles, including the one that I use. My own style was carefully created and tuned by me using tools such as repeated LoRA training to slowly approach what I wanted, rather than asking the diffusion model for a specific look.&lt;br /&gt;
&lt;br /&gt;
For more information on how attention-based transformers work, see Grant Sanderson&#039;s [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] from the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California, the same one linked above.&lt;br /&gt;
=== &#039;&#039;&#039;What about attribution?&#039;&#039;&#039; ===&lt;br /&gt;
Attribution doesn&#039;t apply to the mechanics of generative AI, in the same way that it doesn&#039;t apply to human works not inspired by a specific artist: Let&#039;s say you listen to all of the roughly 100,000 country music albums in existence. You&#039;ve now got a solid understanding of all things country, and make a country album of your own. Who do you attribute?&lt;br /&gt;
=== &#039;&#039;&#039;Why is there such venom in the backlash?&#039;&#039;&#039; ===&lt;br /&gt;
The companies that first created them were scummy enough to suggest &#039;&#039;replacing&#039;&#039; artists with them. Given that they can only produce things of value in the hands of artists, and are tools &#039;&#039;for&#039;&#039; artists, marketing diffusion models as replacements for artists is about the worst kind of sales pitch they could have conceived of.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, anger about that gets misdirected at people making legitimate use of these tools as part of a larger creative process, and detractors feel justified in using &#039;&#039;&#039;&#039;&#039;any&#039;&#039;&#039;&#039;&#039; tactics to fight against it. This includes fabricating misinformation and acting as toxic as humanly possible. Compounding this is the fact that it&#039;s a disruptive technology to begin with.&lt;br /&gt;
=== &#039;&#039;&#039;Do you support the companies in question?&#039;&#039;&#039; ===&lt;br /&gt;
No, none of them get a &#039;&#039;red cent&#039;&#039; from me. I use a free model run locally on a PC with a beefy GPU. I fine-tune it myself, developing a style based on an aesthetic I wanted that no one was doing. I&#039;m not releasing any of my own LoRAs, nor the specific techniques I use to create images.&lt;br /&gt;
=== &#039;&#039;&#039;Will lost jobs become a problem?&#039;&#039;&#039; ===&lt;br /&gt;
No. While a permanent decrease in the number of total jobs &#039;&#039;would&#039;&#039; be a problem, the idea that this actually happens is based on the [https://en.wikipedia.org/wiki/Lump%20of%20labour%20fallacy lump of labour fallacy]. If it were true, only a small percentage of us would be employed today due to past inventions like the printing press taking all the jobs. The labor market is an actual market, and it behaves like a market.&lt;br /&gt;
&lt;br /&gt;
There &#039;&#039;will&#039;&#039; be a shift, but it will look like the many other shifts of the same kind that hit the labor market. It also won&#039;t be as pronounced as some fear, with the world now discovering that it takes nearly as much time to get good output from diffusion models as to create by other means.&lt;br /&gt;
=== &#039;&#039;&#039;Where did the deadpan go?&#039;&#039;&#039; ===&lt;br /&gt;
It&#039;s tucked away for the moment, as to some, this is &#039;&#039;serious business&#039;&#039;.&lt;br /&gt;
== &#039;&#039;&#039;Resources&#039;&#039;&#039; ==&lt;br /&gt;
⚠️ Before generating your own images, it&#039;s &#039;&#039;&#039;important&#039;&#039;&#039; to know that the base models produce &#039;&#039;awful&#039;&#039; results compared to the better community finetunes. You have been warned.&lt;br /&gt;
=== &#039;&#039;&#039;Stable Diffusion clients&#039;&#039;&#039; ===&lt;br /&gt;
* [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111], a WebUI-based client&lt;br /&gt;
** ✅ Most popular&lt;br /&gt;
** ✅ User friendly&lt;br /&gt;
** ❌ Limited control&lt;br /&gt;
** ❌ Not updated much anymore&lt;br /&gt;
* [https://github.com/lllyasviel/stable-diffusion-webui-forge Forge], a fork of Automatic1111&lt;br /&gt;
** ✅ Improved performance&lt;br /&gt;
** ✅ Fixes some Automatic1111 issues&lt;br /&gt;
** ❌ Breaks some Automatic1111 extensions&lt;br /&gt;
* [https://github.com/comfyanonymous/ComfyUI ComfyUI], a rich but complex client&lt;br /&gt;
** ✅ Modular workflows for flexibility&lt;br /&gt;
** ✅ Extremely configurable&lt;br /&gt;
** ❌ Challenging to learn and use&lt;br /&gt;
=== &#039;&#039;&#039;Diffusion models&#039;&#039;&#039; ===&lt;br /&gt;
* [https://civitai.com/ CivitAI], the most popular diffusion model repository&lt;br /&gt;
** ⚠️ &#039;&#039;&#039;NSFW&#039;&#039;&#039;&lt;br /&gt;
* [https://huggingface.co/ Hugging Face], the most popular machine learning resource site&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1365</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1365"/>
		<updated>2026-02-16T21:20:46Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Frequently Asked Questions&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;Who &#039;&#039;are&#039;&#039; you, and what are you doing here?&#039;&#039;&#039; ===&lt;br /&gt;
I&#039;m [[Amorphant]]. I make things, and am now making &amp;lt;s&amp;gt;fake&amp;lt;/s&amp;gt; real photographs of [[Monster girl|monster girls]], along with this wiki.&lt;br /&gt;
=== &#039;&#039;&#039;Why is your FAQ about AI and not monster girls?&#039;&#039;&#039; ===&lt;br /&gt;
There&#039;s an ongoing misinformation-based harassment campaign against AI tool users. It&#039;s why I&#039;ve created this FAQ. Sometimes, being able to link to it is the best way to respond to active harassment, creating a shining beacon of &#039;&#039;[https://en.wikipedia.org/wiki/Streisand%20effect Barbara Streisand]&#039;&#039;.&lt;br /&gt;
== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Generative AI tools&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;What are AI-generated images?&#039;&#039;&#039; ===&lt;br /&gt;
In case you missed it, a new type of AI called diffusion models are capable of generating high-quality images. They learn concepts by observing billions of images of &#039;&#039;everything&#039;&#039;. While you can have the models generate images entirely for you with text prompting, there are many other means of controlling their output to varying degrees. They can be used as render engines for CAD software, for example.&lt;br /&gt;
&lt;br /&gt;
Under the hood, they&#039;re the same type of AI as large language models such as ChatGPT: [https://en.wikipedia.org/wiki/Transformer%20(deep%20learning%20architecture) transformers] using the [https://en.wikipedia.org/wiki/Attention_Is_All_You_Need attention mechanism]. If you&#039;re curious, here&#039;s a good [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] by respected mathematics educator Grant Sanderson of [https://www.youtube.com/@3blue1brown 3blue1brown], which he produced for the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California. Lengthy deep-dives into the technology are also available on his channel.&lt;br /&gt;
=== &#039;&#039;&#039;Is generative AI theft, as some say?&#039;&#039;&#039; ===&lt;br /&gt;
No, not metaphorically, not literally: They don&#039;t deprive the original creator of their works, nor do they store any portion of those works in any way. They can&#039;t be used to recreate works they learned from, outside of maliciously crafting them to do so. The only works that they have a chance of reproducing verbatim are cultural cornerstones that are short and heavily used in our media in general, like the phrase &amp;quot;in God we trust&amp;quot; or the lyrics to Happy Birthday.&lt;br /&gt;
&lt;br /&gt;
Another popular false claim is the idea that copyrighted material is used without permission, when no copyright violation happens in the [https://www.youtube.com/watch?v=9-Jl0dxWQs8 production of the models] themselves, whether or not they observe copyrighted material. They don&#039;t store images from the training data in part nor in whole. Models &#039;&#039;can&#039;&#039; be intentionally trained to be able to produce novel images of intellectual property, but reputable models/services can easily block such production.&lt;br /&gt;
&lt;br /&gt;
This needs to be emphasized because fabricated claims are being spread that it&#039;s been &amp;quot;proven&amp;quot; that diffusion models store parts of source images and stitch them together. It&#039;s in fact &#039;&#039;easy&#039;&#039; to prove to one&#039;s self that this is not possible: by going to [https://civitai.com/ CivitAI] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️ to get a 6gb model, preferably a [https://civitai.com/models/133005/juggernaut-xl good finetune of SDXL] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️, then getting a Stable Diffusion client like [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111] to drop the model into, one can use an 8gb GPU to generate &#039;&#039;vastly&#039;&#039; more unique images in unique styles than could possibly be stored as re-usable pieces in 6gb, even using jpeg compression.&lt;br /&gt;
&lt;br /&gt;
It should be noted that, despite the hate directed at AI images being unwarranted, one legitimate concern is that of styles being duplicated. Precisely imitating everything about another person&#039;s style, say by including &amp;quot;in the style of a painting by john doe&amp;quot; in a prompt is, even if not theft, extremely shady. More reputable models obscure or forbid using specific artists&#039; styles, including the one that I use. My own style was carefully created and tuned by me using tools such as repeated LoRA training to slowly approach what I wanted, rather than asking the diffusion model for a specific look.&lt;br /&gt;
&lt;br /&gt;
For more information on how attention-based transformers work, see Grant Sanderson&#039;s [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] from the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California, the same one linked above.&lt;br /&gt;
=== &#039;&#039;&#039;What about attribution?&#039;&#039;&#039; ===&lt;br /&gt;
Attribution doesn&#039;t apply to the mechanics of generative AI, in the same way that it doesn&#039;t apply to human works not inspired by a specific artist: Let&#039;s say you listen to all of the roughly 100,000 country music albums in existence. You&#039;ve now got a solid understanding of all things country, and make a country album of your own. Who do you attribute?&lt;br /&gt;
=== &#039;&#039;&#039;Why is there such venom in the backlash?&#039;&#039;&#039; ===&lt;br /&gt;
The companies that first created them were scummy enough to suggest &#039;&#039;replacing&#039;&#039; artists with them. Given that they can only produce things of value in the hands of artists, and are tools &#039;&#039;for&#039;&#039; artists, marketing diffusion models as replacements for artists is about the worst kind of sales pitch they could have conceived of.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, anger about that gets misdirected at people making legitimate use of these tools as part of a larger creative process, and detractors feel justified in using &#039;&#039;&#039;&#039;&#039;any&#039;&#039;&#039;&#039;&#039; tactics to fight against it. This includes fabricating misinformation and acting as toxic as humanly possible. Compounding this is the fact that it&#039;s a disruptive technology to begin with.&lt;br /&gt;
=== &#039;&#039;&#039;Do you support the companies in question?&#039;&#039;&#039; ===&lt;br /&gt;
No, none of them get a &#039;&#039;red cent&#039;&#039; from me. I use a free model run locally on a PC with a beefy GPU. I fine-tune it myself, developing a style based on an aesthetic I wanted that no one was doing. I&#039;m not releasing any of my own LoRAs, nor the specific techniques I use to create images.&lt;br /&gt;
=== &#039;&#039;&#039;Will lost jobs become a problem?&#039;&#039;&#039; ===&lt;br /&gt;
No. While a permanent decrease in the number of total jobs &#039;&#039;would&#039;&#039; be a problem, the idea that this actually happens is based on the [https://en.wikipedia.org/wiki/Lump%20of%20labour%20fallacy lump of labour fallacy]. If it were true, only a small percentage of us would be employed today due to past inventions like the printing press taking all the jobs. The labor market is an actual market, and it behaves like a market.&lt;br /&gt;
&lt;br /&gt;
There &#039;&#039;will&#039;&#039; be a shift, but it will look like the many other shifts of the same kind that hit the labor market. It also won&#039;t be as pronounced as some fear, with the world now discovering that it takes nearly as much time to get good output from diffusion models as to create by other means.&lt;br /&gt;
=== &#039;&#039;&#039;Where did the deadpan go?&#039;&#039;&#039; ===&lt;br /&gt;
It&#039;s tucked away for the moment, as to some, this is &#039;&#039;serious business&#039;&#039;.&lt;br /&gt;
== &#039;&#039;&#039;Resources&#039;&#039;&#039; ==&lt;br /&gt;
⚠️ Before generating your own images, it&#039;s &#039;&#039;&#039;important&#039;&#039;&#039; to know that the base models produce &#039;&#039;awful&#039;&#039; results compared to the better community finetunes. You have been warned.&lt;br /&gt;
=== &#039;&#039;&#039;Stable Diffusion clients&#039;&#039;&#039; ===&lt;br /&gt;
* [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111], a WebUI-based client&lt;br /&gt;
** ✅ Most popular&lt;br /&gt;
** ✅ User friendly&lt;br /&gt;
** ❌ Limited control&lt;br /&gt;
** ❌ Not updated much anymore&lt;br /&gt;
* [https://github.com/lllyasviel/stable-diffusion-webui-forge Forge], a fork of Automatic1111&lt;br /&gt;
** ✅ Improved performance&lt;br /&gt;
** ✅ Fixes some Automatic1111 issues&lt;br /&gt;
** ❌ Breaks some Automatic1111 extensions&lt;br /&gt;
* [https://github.com/comfyanonymous/ComfyUI ComfyUI], a rich but complex client&lt;br /&gt;
** ✅ Modular workflows for flexibility&lt;br /&gt;
** ✅ Extremely configurable&lt;br /&gt;
** ❌ Challenging to learn and use&lt;br /&gt;
=== &#039;&#039;&#039;Diffusion models&#039;&#039;&#039; ===&lt;br /&gt;
* [https://civitai.com/ CivitAI], the most popular diffusion model repository&lt;br /&gt;
** ⚠️ &#039;&#039;&#039;NSFW&#039;&#039;&#039;&lt;br /&gt;
* [https://huggingface.co/ Hugging Face], the most popular machine learning resource site&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1364</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1364"/>
		<updated>2026-02-16T21:18:00Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Frequently Asked Questions&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;Who &#039;&#039;are&#039;&#039; you, and what are you doing here?&#039;&#039;&#039; ===&lt;br /&gt;
I&#039;m [[Amorphant]]. I make things, and am now making &amp;lt;s&amp;gt;fake&amp;lt;/s&amp;gt; real photographs of [[Monster girl|monster girls]], along with this wiki.&lt;br /&gt;
=== &#039;&#039;&#039;Why is your FAQ about AI and not monster girls?&#039;&#039;&#039; ===&lt;br /&gt;
There&#039;s an ongoing misinformation-based harassment campaign against AI tool users. It&#039;s why I&#039;ve created this FAQ. Sometimes, being able to link to it is the best way to respond to active harassment, creating a shining beacon of &#039;&#039;[https://en.wikipedia.org/wiki/Streisand%20effect Barbara Streisand]&#039;&#039;.&lt;br /&gt;
== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Generative AI tools&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;What are AI-generated images?&#039;&#039;&#039; ===&lt;br /&gt;
In case you missed it, a new type of AI called diffusion models are capable of generating high-quality images. They learn concepts by observing billions of images of &#039;&#039;everything&#039;&#039;. While you can have the models generate images entirely for you with text prompting, there are many other means of controlling their output to varying degrees. They can be used as render engines for CAD software, for example.&lt;br /&gt;
&lt;br /&gt;
Under the hood, they&#039;re the same type of AI as large language models such as ChatGPT: [https://en.wikipedia.org/wiki/Transformer%20(deep%20learning%20architecture) transformers] using the [https://en.wikipedia.org/wiki/Attention_Is_All_You_Need attention mechanism]. If you&#039;re curious, here&#039;s a good [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] by respected mathematics educator Grant Sanderson of [https://www.youtube.com/@3blue1brown 3blue1brown], which he produced for the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California. Lengthy deep-dives into the technology are also available on his channel.&lt;br /&gt;
=== &#039;&#039;&#039;Is generative AI theft, as some say?&#039;&#039;&#039; ===&lt;br /&gt;
No, not metaphorically, not literally: They don&#039;t deprive the original creator of their works, nor do they store any portion of those works in any way. They can&#039;t be used to recreate works they learned from, outside of maliciously crafting them to do so. The only works that they have a chance of reproducing verbatim are cultural cornerstones that are short and heavily used in our media in general, like the phrase &amp;quot;in God we trust&amp;quot; or the lyrics to Happy Birthday.&lt;br /&gt;
&lt;br /&gt;
Another popular false claim is the idea that copyrighted material is used without permission, when no copyright violation happens in the [https://www.youtube.com/watch?v=9-Jl0dxWQs8 production of the models] themselves, whether or not they observe copyrighted material. They don&#039;t store images from the training data in part nor in whole. Models &#039;&#039;can&#039;&#039; be intentionally trained to be able to produce novel images of intellectual property, but reputable models/services can easily block such production.&lt;br /&gt;
&lt;br /&gt;
This needs to be emphasized because fabricated claims are being spread that it&#039;s already been &amp;quot;proven&amp;quot; that diffusion models store parts of source images and stitch them together. It&#039;s in fact &#039;&#039;easy&#039;&#039; to prove to one&#039;s self that this is not possible: by going to [https://civitai.com/ CivitAI] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️ to get a 6gb model, preferably a [https://civitai.com/models/133005/juggernaut-xl good finetune of SDXL] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️, then getting a Stable Diffusion client like [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111] to drop the model into, one can use an 8gb GPU to generate &#039;&#039;vastly&#039;&#039; more unique images in unique styles than could possibly be stored as re-usable pieces in 6gb, even using jpeg compression.&lt;br /&gt;
&lt;br /&gt;
It should be noted that, despite the hate directed at AI images being unwarranted, one legitimate concern is that of styles being duplicated. Precisely imitating everything about another person&#039;s style, say by including &amp;quot;in the style of a painting by john doe&amp;quot; in a prompt is, even if not theft, extremely shady. More reputable models obscure or forbid using specific artists&#039; styles, including the one that I use. My own style was carefully created and tuned by me using tools such as repeated LoRA training to slowly approach what I wanted, rather than asking the diffusion model for a specific look.&lt;br /&gt;
&lt;br /&gt;
For more information on how attention-based transformers work, see Grant Sanderson&#039;s [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] from the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California, the same one linked above.&lt;br /&gt;
=== &#039;&#039;&#039;What about attribution?&#039;&#039;&#039; ===&lt;br /&gt;
Attribution doesn&#039;t apply to the mechanics of generative AI, in the same way that it doesn&#039;t apply to human works not inspired by a specific artist: Let&#039;s say you listen to all of the roughly 100,000 country music albums in existence. You&#039;ve now got a solid understanding of all things country, and make a country album of your own. Who do you attribute?&lt;br /&gt;
=== &#039;&#039;&#039;Why is there such venom in the backlash?&#039;&#039;&#039; ===&lt;br /&gt;
The companies that first created them were scummy enough to suggest &#039;&#039;replacing&#039;&#039; artists with them. Given that they can only produce things of value in the hands of artists, and are tools &#039;&#039;for&#039;&#039; artists, marketing diffusion models as replacements for artists is about the worst kind of sales pitch they could have conceived of.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, anger about that gets misdirected at people making legitimate use of these tools as part of a larger creative process, and detractors feel justified in using &#039;&#039;&#039;&#039;&#039;any&#039;&#039;&#039;&#039;&#039; tactics to fight against it. This includes fabricating misinformation and acting as toxic as humanly possible. Compounding this is the fact that it&#039;s a disruptive technology to begin with.&lt;br /&gt;
=== &#039;&#039;&#039;Do you support the companies in question?&#039;&#039;&#039; ===&lt;br /&gt;
No, none of them get a &#039;&#039;red cent&#039;&#039; from me. I use a free model run locally on a PC with a beefy GPU. I fine-tune it myself, developing a style based on an aesthetic I wanted that no one was doing. I&#039;m not releasing any of my own LoRAs, nor the specific techniques I use to create images.&lt;br /&gt;
=== &#039;&#039;&#039;Will lost jobs become a problem?&#039;&#039;&#039; ===&lt;br /&gt;
No. While a permanent decrease in the number of total jobs &#039;&#039;would&#039;&#039; be a problem, the idea that this actually happens is based on the [https://en.wikipedia.org/wiki/Lump%20of%20labour%20fallacy lump of labour fallacy]. If it were true, only a small percentage of us would be employed today due to past inventions like the printing press taking all the jobs. The labor market is an actual market, and it behaves like a market.&lt;br /&gt;
&lt;br /&gt;
There &#039;&#039;will&#039;&#039; be a shift, but it will look like the many other shifts of the same kind that hit the labor market. It also won&#039;t be as pronounced as some fear, with the world now discovering that it takes nearly as much time to get good output from diffusion models as to create by other means.&lt;br /&gt;
=== &#039;&#039;&#039;Where did the deadpan go?&#039;&#039;&#039; ===&lt;br /&gt;
It&#039;s tucked away for the moment, as to some, this is &#039;&#039;serious business&#039;&#039;.&lt;br /&gt;
== &#039;&#039;&#039;Resources&#039;&#039;&#039; ==&lt;br /&gt;
⚠️ Before generating your own images, it&#039;s &#039;&#039;&#039;important&#039;&#039;&#039; to know that the base models produce &#039;&#039;awful&#039;&#039; results compared to the better community finetunes. You have been warned.&lt;br /&gt;
=== &#039;&#039;&#039;Stable Diffusion clients&#039;&#039;&#039; ===&lt;br /&gt;
* [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111], a WebUI-based client&lt;br /&gt;
** ✅ Most popular&lt;br /&gt;
** ✅ User friendly&lt;br /&gt;
** ❌ Limited control&lt;br /&gt;
** ❌ Not updated much anymore&lt;br /&gt;
* [https://github.com/lllyasviel/stable-diffusion-webui-forge Forge], a fork of Automatic1111&lt;br /&gt;
** ✅ Improved performance&lt;br /&gt;
** ✅ Fixes some Automatic1111 issues&lt;br /&gt;
** ❌ Breaks some Automatic1111 extensions&lt;br /&gt;
* [https://github.com/comfyanonymous/ComfyUI ComfyUI], a rich but complex client&lt;br /&gt;
** ✅ Modular workflows for flexibility&lt;br /&gt;
** ✅ Extremely configurable&lt;br /&gt;
** ❌ Challenging to learn and use&lt;br /&gt;
=== &#039;&#039;&#039;Diffusion models&#039;&#039;&#039; ===&lt;br /&gt;
* [https://civitai.com/ CivitAI], the most popular diffusion model repository&lt;br /&gt;
** ⚠️ &#039;&#039;&#039;NSFW&#039;&#039;&#039;&lt;br /&gt;
* [https://huggingface.co/ Hugging Face], the most popular machine learning resource site&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1363</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1363"/>
		<updated>2026-02-16T21:13:18Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Frequently Asked Questions&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;Who &#039;&#039;are&#039;&#039; you, and what are you doing here?&#039;&#039;&#039; ===&lt;br /&gt;
I&#039;m [[Amorphant]]. I make things, and am now making &amp;lt;s&amp;gt;fake&amp;lt;/s&amp;gt; real photographs of [[Monster girl|monster girls]], along with this wiki.&lt;br /&gt;
=== &#039;&#039;&#039;Why is your FAQ about AI and not monster girls?&#039;&#039;&#039; ===&lt;br /&gt;
There&#039;s an ongoing misinformation-based harassment campaign against AI tool users. It&#039;s why I&#039;ve created this FAQ. Sometimes, being able to link to it is the best way to respond to active harassment, creating a shining beacon of &#039;&#039;[https://en.wikipedia.org/wiki/Streisand%20effect Barbara Streisand]&#039;&#039;.&lt;br /&gt;
== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Generative AI tools&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;What are AI-generated images?&#039;&#039;&#039; ===&lt;br /&gt;
In case you missed it, a new type of AI called diffusion models are capable of generating high-quality images. They learn concepts by observing billions of images of &#039;&#039;everything&#039;&#039;. While you can have the models generate images entirely for you with text prompting, there are many other means of controlling their output to varying degrees. They can be used as render engines for CAD software, for example.&lt;br /&gt;
&lt;br /&gt;
Under the hood, they&#039;re the same type of AI as large language models such as ChatGPT: [https://en.wikipedia.org/wiki/Transformer%20(deep%20learning%20architecture) transformers] using the [https://en.wikipedia.org/wiki/Attention_Is_All_You_Need attention mechanism]. If you&#039;re curious, here&#039;s a good [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] by respected mathematics educator Grant Sanderson of [https://www.youtube.com/@3blue1brown 3blue1brown], which he produced for the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California. Lengthy deep-dives into the technology are also available on his channel.&lt;br /&gt;
=== &#039;&#039;&#039;Is generative AI theft, as some say?&#039;&#039;&#039; ===&lt;br /&gt;
No, not metaphorically, not literally: They don&#039;t deprive the original creator of their works, nor do they store any portion of those works in any way. They can&#039;t be used to recreate works they learned from, outside of maliciously crafting them to do so. The only works that they have a chance of reproducing verbatim are cultural cornerstones that are short and heavily used in our media in general, like the phrase &amp;quot;in God we trust&amp;quot; or the lyrics to Happy Birthday.&lt;br /&gt;
&lt;br /&gt;
Another popular false claim is the idea that copyrighted material is used without permission, when no copyright violation happens in the [https://www.youtube.com/watch?v=9-Jl0dxWQs8 production of the models] themselves, whether or not they observe copyrighted material. They don&#039;t store images from the training data in part nor in whole. Models &#039;&#039;can&#039;&#039; be intentionally trained to be able to produce novel images of intellectual property, but reputable models/services can easily block such production.&lt;br /&gt;
&lt;br /&gt;
This needs to be emphasized because fabricated claims are being spread that it&#039;s already been &amp;quot;proven&amp;quot; that diffusion models store parts of source images and stitch them together. It&#039;s in fact &#039;&#039;easy&#039;&#039; to prove to one&#039;s self that this is not possible: by going to [https://civitai.com/ CivitAI] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️ to get a 6gb model, preferably a [https://civitai.com/models/133005/juggernaut-xl good finetune of SDXL] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️, then getting a Stable Diffusion client like [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111] to drop the model into, one can use an 8gb GPU to generate &#039;&#039;vastly&#039;&#039; more unique images in unique styles than could possibly be stored as re-usable pieces in 6gb, even using jpeg compression.&lt;br /&gt;
&lt;br /&gt;
It should be noted that, despite the hate directed at AI images being unwarranted, one legitimate concern is that of styles being duplicated. Precisely imitating everything about another person&#039;s style, say by including &amp;quot;in the style of a painting by john doe&amp;quot; in a prompt is, even if not theft, extremely shady. More reputable models obscure or forbid using specific artists&#039; styles, including the one that I use. My own style was carefully created and tuned by me using tools such as repeated LoRA training to slowly approach what I wanted, rather than asking the diffusion model for a specific look.&lt;br /&gt;
&lt;br /&gt;
For more information on how attention-based transformers work, see Grant Sanderson&#039;s [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] from the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California, the same one linked above.&lt;br /&gt;
=== &#039;&#039;&#039;What about attribution?&#039;&#039;&#039; ===&lt;br /&gt;
Attribution doesn&#039;t apply to the mechanics of generative AI, in the same way that it doesn&#039;t apply to human works not inspired by a specific artist: Let&#039;s say you listen to all of the roughly 100,000 country music albums in existence. You&#039;ve now got a solid understanding of all things country, and make a country album of your own. Who do you attribute?&lt;br /&gt;
=== &#039;&#039;&#039;Why is there such venom in the backlash?&#039;&#039;&#039; ===&lt;br /&gt;
The companies that first created them were scummy enough to suggest &#039;&#039;replacing&#039;&#039; artists with them. Given that they can only produce things of value in the hands of artists, and are tools &#039;&#039;for&#039;&#039; artists, marketing diffusion models as replacements for artists is about the worst kind of sales pitch they could have conceived of.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, anger about that gets misdirected at people making legitimate use of these tools as part of a larger creative process, and detractors feel justified in using &#039;&#039;&#039;&#039;&#039;any&#039;&#039;&#039;&#039;&#039; tactics to fight against it. This includes fabricating misinformation and acting as toxic as they feel justified in acting. Compounding this is the fact that it&#039;s a disruptive technology to begin with.&lt;br /&gt;
=== &#039;&#039;&#039;Do you support the companies in question?&#039;&#039;&#039; ===&lt;br /&gt;
No, none of them get a &#039;&#039;red cent&#039;&#039; from me. I use a free model run locally on a PC with a beefy GPU. I fine-tune it myself, developing a style based on an aesthetic I wanted that no one was doing. I&#039;m not releasing any of my own LoRAs, nor the specific techniques I use to create images.&lt;br /&gt;
=== &#039;&#039;&#039;Will lost jobs become a problem?&#039;&#039;&#039; ===&lt;br /&gt;
No. While a permanent decrease in the number of total jobs &#039;&#039;would&#039;&#039; be a problem, the idea that this actually happens is based on the [https://en.wikipedia.org/wiki/Lump%20of%20labour%20fallacy lump of labour fallacy]. If it were true, only a small percentage of us would be employed today due to past inventions like the printing press taking all the jobs. The labor market is an actual market, and it behaves like a market.&lt;br /&gt;
&lt;br /&gt;
There &#039;&#039;will&#039;&#039; be a shift, but it will look like the many other shifts of the same kind that hit the labor market. It also won&#039;t be as pronounced as some fear, with the world now discovering that it takes nearly as much time to get good output from diffusion models as to create by other means.&lt;br /&gt;
=== &#039;&#039;&#039;Where did the deadpan go?&#039;&#039;&#039; ===&lt;br /&gt;
It&#039;s tucked away for the moment, as to some, this is &#039;&#039;serious business&#039;&#039;.&lt;br /&gt;
== &#039;&#039;&#039;Resources&#039;&#039;&#039; ==&lt;br /&gt;
⚠️ Before generating your own images, it&#039;s &#039;&#039;&#039;important&#039;&#039;&#039; to know that the base models produce &#039;&#039;awful&#039;&#039; results compared to the better community finetunes. You have been warned.&lt;br /&gt;
=== &#039;&#039;&#039;Stable Diffusion clients&#039;&#039;&#039; ===&lt;br /&gt;
* [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111], a WebUI-based client&lt;br /&gt;
** ✅ Most popular&lt;br /&gt;
** ✅ User friendly&lt;br /&gt;
** ❌ Limited control&lt;br /&gt;
** ❌ Not updated much anymore&lt;br /&gt;
* [https://github.com/lllyasviel/stable-diffusion-webui-forge Forge], a fork of Automatic1111&lt;br /&gt;
** ✅ Improved performance&lt;br /&gt;
** ✅ Fixes some Automatic1111 issues&lt;br /&gt;
** ❌ Breaks some Automatic1111 extensions&lt;br /&gt;
* [https://github.com/comfyanonymous/ComfyUI ComfyUI], a rich but complex client&lt;br /&gt;
** ✅ Modular workflows for flexibility&lt;br /&gt;
** ✅ Extremely configurable&lt;br /&gt;
** ❌ Challenging to learn and use&lt;br /&gt;
=== &#039;&#039;&#039;Diffusion models&#039;&#039;&#039; ===&lt;br /&gt;
* [https://civitai.com/ CivitAI], the most popular diffusion model repository&lt;br /&gt;
** ⚠️ &#039;&#039;&#039;NSFW&#039;&#039;&#039;&lt;br /&gt;
* [https://huggingface.co/ Hugging Face], the most popular machine learning resource site&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1362</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=FAQ&amp;diff=1362"/>
		<updated>2026-02-16T21:11:44Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Frequently Asked Questions&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;Who &#039;&#039;are&#039;&#039; you, and what are you doing here?&#039;&#039;&#039; ===&lt;br /&gt;
I&#039;m [[Amorphant]]. I make things, and am now making &amp;lt;s&amp;gt;fake&amp;lt;/s&amp;gt; real photographs of [[Monster girl|monster girls]], along with this wiki.&lt;br /&gt;
=== &#039;&#039;&#039;Why is your FAQ about AI and not monster girls?&#039;&#039;&#039; ===&lt;br /&gt;
There&#039;s an ongoing misinformation-based harassment campaign against AI tool users. It&#039;s why I&#039;ve created this FAQ. Sometimes, being able to link to it is the best way to respond to active harassment, creating a shining beacon of &#039;&#039;[https://en.wikipedia.org/wiki/Streisand%20effect Barbara Streisand]&#039;&#039;.&lt;br /&gt;
== &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Generative AI tools&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt; ==&lt;br /&gt;
=== &#039;&#039;&#039;What are AI-generated images?&#039;&#039;&#039; ===&lt;br /&gt;
In case you missed it, a new type of AI called diffusion models are capable of generating high-quality images. They learn concepts by observing billions of images of &#039;&#039;everything&#039;&#039;. While you can have the models generate images entirely for you with text prompting, there are many other means of controlling their output to varying degrees. They can be used as render engines for CAD software, for example.&lt;br /&gt;
&lt;br /&gt;
Under the hood, they&#039;re the same type of AI as large language models such as ChatGPT: [https://en.wikipedia.org/wiki/Transformer%20(deep%20learning%20architecture) transformers] using the [https://en.wikipedia.org/wiki/Attention_Is_All_You_Need attention mechanism]. If you&#039;re curious, here&#039;s a good [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] by respected mathematics educator Grant Sanderson of [https://www.youtube.com/@3blue1brown 3blue1brown], which he produced for the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California. Lengthy deep-dives into the technology are also available on his channel.&lt;br /&gt;
=== &#039;&#039;&#039;Is generative AI theft, as some say?&#039;&#039;&#039; ===&lt;br /&gt;
No, not metaphorically, not literally: They not only don&#039;t deprive the original creator of their works, they don&#039;t store any portion of those works in any way. They can&#039;t be used to recreate works they learned from, outside of maliciously crafting them to do so. The only works that they have a chance of reproducing verbatim are cultural cornerstones that are short and heavily used in our media in general, like the phrase &amp;quot;in God we trust&amp;quot; or the lyrics to Happy Birthday.&lt;br /&gt;
&lt;br /&gt;
Another popular false claim is the idea that copyrighted material is used without permission, when no copyright violation happens in the [https://www.youtube.com/watch?v=9-Jl0dxWQs8 production of the models] themselves, whether or not they observe copyrighted material. They don&#039;t store images from the training data in part nor in whole. Models &#039;&#039;can&#039;&#039; be intentionally trained to be able to produce novel images of intellectual property, but reputable models/services can easily block such production.&lt;br /&gt;
&lt;br /&gt;
This needs to be emphasized because fabricated claims are being spread that it&#039;s already been &amp;quot;proven&amp;quot; that diffusion models store parts of source images and stitch them together. It&#039;s in fact &#039;&#039;easy&#039;&#039; to prove to one&#039;s self that this is not possible: by going to [https://civitai.com/ CivitAI] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️ to get a 6gb model, preferably a [https://civitai.com/models/133005/juggernaut-xl good finetune of SDXL] &amp;lt;small&amp;gt;&#039;&#039;&#039;&#039;&#039;NSFW&#039;&#039;&#039;&#039;&#039;&amp;lt;/small&amp;gt;⚠️, then getting a Stable Diffusion client like [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111] to drop the model into, one can use an 8gb GPU to generate &#039;&#039;vastly&#039;&#039; more unique images in unique styles than could possibly be stored as re-usable pieces in 6gb, even using jpeg compression.&lt;br /&gt;
&lt;br /&gt;
It should be noted that, despite the hate directed at AI images being unwarranted, one legitimate concern is that of styles being duplicated. Precisely imitating everything about another person&#039;s style, say by including &amp;quot;in the style of a painting by john doe&amp;quot; in a prompt is, even if not theft, extremely shady. More reputable models obscure or forbid using specific artists&#039; styles, including the one that I use. My own style was carefully created and tuned by me using tools such as repeated LoRA training to slowly approach what I wanted, rather than asking the diffusion model for a specific look.&lt;br /&gt;
&lt;br /&gt;
For more information on how attention-based transformers work, see Grant Sanderson&#039;s [https://www.youtube.com/watch?v=LPZh9BOjkQs introductory video] from the LLM exhibit in the [https://computerhistory.org/ Computer History Museum] in California, the same one linked above.&lt;br /&gt;
=== &#039;&#039;&#039;What about attribution?&#039;&#039;&#039; ===&lt;br /&gt;
Attribution doesn&#039;t apply to the mechanics of generative AI, in the same way that it doesn&#039;t apply to human works not inspired by a specific artist: Let&#039;s say you listen to all of the roughly 100,000 country music albums in existence. You&#039;ve now got a solid understanding of all things country, and make a country album of your own. Who do you attribute?&lt;br /&gt;
=== &#039;&#039;&#039;Why is there such venom in the backlash?&#039;&#039;&#039; ===&lt;br /&gt;
The companies that first created them were scummy enough to suggest &#039;&#039;replacing&#039;&#039; artists with them. Given that they can only produce things of value in the hands of artists, and are tools &#039;&#039;for&#039;&#039; artists, marketing diffusion models as replacements for artists is about the worst kind of sales pitch they could have conceived of.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, anger about that gets misdirected at people making legitimate use of these tools as part of a larger creative process, and detractors feel justified in using &#039;&#039;&#039;&#039;&#039;any&#039;&#039;&#039;&#039;&#039; tactics to fight against it. This includes fabricating misinformation and acting as toxic as they feel justified in acting. Compounding this is the fact that it&#039;s a disruptive technology to begin with.&lt;br /&gt;
=== &#039;&#039;&#039;Do you support the companies in question?&#039;&#039;&#039; ===&lt;br /&gt;
No, none of them get a &#039;&#039;red cent&#039;&#039; from me. I use a free model run locally on a PC with a beefy GPU. I fine-tune it myself, developing a style based on an aesthetic I wanted that no one was doing. I&#039;m not releasing any of my own LoRAs, nor the specific techniques I use to create images.&lt;br /&gt;
=== &#039;&#039;&#039;Will lost jobs become a problem?&#039;&#039;&#039; ===&lt;br /&gt;
No. While a permanent decrease in the number of total jobs &#039;&#039;would&#039;&#039; be a problem, the idea that this actually happens is based on the [https://en.wikipedia.org/wiki/Lump%20of%20labour%20fallacy lump of labour fallacy]. If it were true, only a small percentage of us would be employed today due to past inventions like the printing press taking all the jobs. The labor market is an actual market, and it behaves like a market.&lt;br /&gt;
&lt;br /&gt;
There &#039;&#039;will&#039;&#039; be a shift, but it will look like the many other shifts of the same kind that hit the labor market. It also won&#039;t be as pronounced as some fear, with the world now discovering that it takes nearly as much time to get good output from diffusion models as to create by other means.&lt;br /&gt;
=== &#039;&#039;&#039;Where did the deadpan go?&#039;&#039;&#039; ===&lt;br /&gt;
It&#039;s tucked away for the moment, as to some, this is &#039;&#039;serious business&#039;&#039;.&lt;br /&gt;
== &#039;&#039;&#039;Resources&#039;&#039;&#039; ==&lt;br /&gt;
⚠️ Before generating your own images, it&#039;s &#039;&#039;&#039;important&#039;&#039;&#039; to know that the base models produce &#039;&#039;awful&#039;&#039; results compared to the better community finetunes. You have been warned.&lt;br /&gt;
=== &#039;&#039;&#039;Stable Diffusion clients&#039;&#039;&#039; ===&lt;br /&gt;
* [https://github.com/AUTOMATIC1111/stable-diffusion-webui Automatic1111], a WebUI-based client&lt;br /&gt;
** ✅ Most popular&lt;br /&gt;
** ✅ User friendly&lt;br /&gt;
** ❌ Limited control&lt;br /&gt;
** ❌ Not updated much anymore&lt;br /&gt;
* [https://github.com/lllyasviel/stable-diffusion-webui-forge Forge], a fork of Automatic1111&lt;br /&gt;
** ✅ Improved performance&lt;br /&gt;
** ✅ Fixes some Automatic1111 issues&lt;br /&gt;
** ❌ Breaks some Automatic1111 extensions&lt;br /&gt;
* [https://github.com/comfyanonymous/ComfyUI ComfyUI], a rich but complex client&lt;br /&gt;
** ✅ Modular workflows for flexibility&lt;br /&gt;
** ✅ Extremely configurable&lt;br /&gt;
** ❌ Challenging to learn and use&lt;br /&gt;
=== &#039;&#039;&#039;Diffusion models&#039;&#039;&#039; ===&lt;br /&gt;
* [https://civitai.com/ CivitAI], the most popular diffusion model repository&lt;br /&gt;
** ⚠️ &#039;&#039;&#039;NSFW&#039;&#039;&#039;&lt;br /&gt;
* [https://huggingface.co/ Hugging Face], the most popular machine learning resource site&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1361</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1361"/>
		<updated>2025-10-12T12:32:33Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFE000;&amp;quot;&amp;gt;Ssraeshza Temple&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Vyzh`dra the Exiled ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Vyzh`dra the Cursed ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Arch Lich Rhag`Zadune ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFE000;&amp;quot;&amp;gt;Sanctus Seru&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFE000;&amp;quot;&amp;gt;Akheva Ruins&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFE000;&amp;quot;&amp;gt;Kael Drakkel&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFE000;&amp;quot;&amp;gt;Acrylia Caverns&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFE000;&amp;quot;&amp;gt;Skyshrine&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFE000;&amp;quot;&amp;gt;Temple of Veeshan&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFE000;&amp;quot;&amp;gt;Grieg&#039;s End&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1360</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1360"/>
		<updated>2025-10-12T10:51:29Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFD700;&amp;quot;&amp;gt;Ssraeshza Temple&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Vyzh`dra the Exiled ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Vyzh`dra the Cursed ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Arch Lich Rhag`Zadune ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Sanctus Seru&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Akheva Ruins&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Kael Drakkel&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Acrylia Caverns&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Skyshrine&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Temple of Veeshan&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Grieg&#039;s End&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1359</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1359"/>
		<updated>2025-10-12T09:48:17Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Ssraeshza Temple&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Vyzh`dra the Exiled ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Vyzh`dra the Cursed ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Arch Lich Rhag`Zadune ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Sanctus Seru&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Akheva Ruins&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Kael Drakkel&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Acrylia Caverns&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Skyshrine&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Temple of Veeshan&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Grieg&#039;s End&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1358</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1358"/>
		<updated>2025-10-12T09:47:14Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Ssraeshza Temple&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Vyzh`dra the Exiled ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Vyzh`dra the Cursed ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Arch Lich Rhag`Zadune ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Sanctus Seru&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Akheva Ruins&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Kael Drakkel&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Acrylia Caverns&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Skyshrine&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;&amp;lt;span style=&amp;quot;color: #FFFF00;&amp;quot;&amp;gt;Temple of Veeshan&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Grieg&#039;s End&amp;lt;/span&amp;gt;&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1357</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1357"/>
		<updated>2025-10-12T08:57:04Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Vyzh`dra the Exiled ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Vyzh`dra the Cursed ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Arch Lich Rhag`Zadune ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Sanctus Seru&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Akheva Ruins&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Skyshrine&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Temple of Veeshan&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Grieg&#039;s End&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1356</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1356"/>
		<updated>2025-10-12T08:51:37Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Vyzh`dra the Exiled ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Vyzh`dra the Cursed ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Sanctus Seru&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Akheva Ruins&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Skyshrine&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Temple of Veeshan&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Grieg&#039;s End&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1355</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1355"/>
		<updated>2025-10-11T23:24:50Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Sanctus Seru&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Akheva Ruins&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Skyshrine&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Temple of Veeshan&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Grieg&#039;s End&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1354</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1354"/>
		<updated>2025-10-11T23:24:20Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Title}}&lt;br /&gt;
== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Sanctus Seru&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Akheva Ruins&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Skyshrine&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Temple of Veeshan&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Grieg&#039;s End&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1353</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1353"/>
		<updated>2025-10-11T23:20:44Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Sanctus Seru&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Akheva Ruins&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Skyshrine&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Temple of Veeshan&#039;&#039;&#039; ==&lt;br /&gt;
=== Dozekar the Cursed ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Grieg&#039;s End&#039;&#039;&#039; ==&lt;br /&gt;
=== Grieg Veneficus ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1352</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1352"/>
		<updated>2025-10-11T23:16:33Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Sanctus Seru&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Inquisitor Seru ===&lt;br /&gt;
* Poison, Disease, Fire&lt;br /&gt;
* Warrior pet&lt;br /&gt;
** Pull back from AoE&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Akheva Ruins&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Skyshrine&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1351</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1351"/>
		<updated>2025-10-11T23:06:28Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Akheva Ruins&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Skyshrine&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1350</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1350"/>
		<updated>2025-10-11T23:05:59Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Akheva Ruins&#039;&#039;&#039; ==&lt;br /&gt;
=== Shei Vinitras ===&lt;br /&gt;
* All&lt;br /&gt;
** Debuff&lt;br /&gt;
* No pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Skyshrine&#039;&#039;&#039; ==&lt;br /&gt;
=== Lord Yelinak ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
** Belly caster&lt;br /&gt;
* Warrior pet&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1349</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1349"/>
		<updated>2025-10-11T22:57:14Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Ssraeshza Temple&#039;&#039;&#039; ==&lt;br /&gt;
=== Xerkizh the Creator ===&lt;br /&gt;
* Poison, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Emperor Ssraeshza ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
** Debuff&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Acrylia Caverns&#039;&#039;&#039; ==&lt;br /&gt;
=== Khati Sha the Twisted ===&lt;br /&gt;
* Poison, Disease&lt;br /&gt;
* Rogue pet&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1348</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1348"/>
		<updated>2025-10-11T22:46:29Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Kael Drakkel&#039;&#039;&#039; ==&lt;br /&gt;
=== Derakor the Vindicator ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== King Tormax ===&lt;br /&gt;
* Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Statue of Rallos Zek ===&lt;br /&gt;
* Debuff&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Rogue pet&lt;br /&gt;
=== Idol of Rallos Zek ===&lt;br /&gt;
* Poison, Disease, Fire, Magic&lt;br /&gt;
* Warrior pet&lt;br /&gt;
=== Avatar of War ===&lt;br /&gt;
* Magic&lt;br /&gt;
* Warrior pet&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1347</id>
		<title>EverQuest raid bosses</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=EverQuest_raid_bosses&amp;diff=1347"/>
		<updated>2025-10-11T22:22:46Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: Created page with &amp;quot;{{Title}} Foo == &amp;#039;&amp;#039;&amp;#039;Flavors&amp;#039;&amp;#039;&amp;#039; == Different base personalities were released as different flavors. The ones that are entirely benign have ordinary looking white sclera, while slime dolls of &amp;quot;questionable&amp;quot; makeup have black sclera. The two unconscious models have pure white eyes designed to look empty. * Apple slimes, the fun ones * Banana slimes, the joyful ones * Blueberry slimes, the motherly ones * Cherry slime|Ch...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Title}}&lt;br /&gt;
Foo&lt;br /&gt;
== &#039;&#039;&#039;Flavors&#039;&#039;&#039; ==&lt;br /&gt;
Different base personalities were released as different flavors. The ones that are entirely benign have ordinary looking white sclera, while slime dolls of &amp;quot;questionable&amp;quot; makeup have black sclera. The two unconscious models have pure white eyes designed to look empty.&lt;br /&gt;
* [[Apple slime|Apple slimes]], the fun ones&lt;br /&gt;
* [[Banana slime|Banana slimes]], the joyful ones&lt;br /&gt;
* [[Blueberry slime|Blueberry slimes]], the motherly ones&lt;br /&gt;
* [[Cherry slime|Cherry slimes]], the yanderes&lt;br /&gt;
* [[Citrus slime|Citrus slimes]], the crazy ones&lt;br /&gt;
* [[Grape slime|Grape slimes]], the sexual ones&lt;br /&gt;
* [[Strawberry slime|Strawberry slimes]], the shy ones&lt;br /&gt;
* [[Coconut slime|Coconut slimes]], the unconscious empathic servants&lt;br /&gt;
* [[Blackberry slime|Blackberry slimes]], the unconscious corrupted predators&lt;br /&gt;
== &#039;&#039;&#039;Notable individuals&#039;&#039;&#039; ==&lt;br /&gt;
* [[Chord Concord]], rights activist and wellness advocate&lt;br /&gt;
* [[Blacktop]], partially rehabilitated blackberry slime&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Monster_Amor:About&amp;diff=1346</id>
		<title>Monster Amor:About</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Monster_Amor:About&amp;diff=1346"/>
		<updated>2025-10-06T18:44:07Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Title}}&lt;br /&gt;
This is a &#039;&#039;website&#039;&#039;. It lets you look at &#039;&#039;things&#039;&#039; on the &#039;&#039;internet&#039;&#039;. This particular website is about the [[Main Page|monster girls]] of [[Amorphant]].&lt;br /&gt;
&lt;br /&gt;
* Most images on this website were made using AI tools, primarily simple sketches rendered by customized diffusion models.&lt;br /&gt;
&lt;br /&gt;
* Text on this website is written entirely by Amorphant, as his pen is mightier than his paintbrush.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Amorphant&amp;diff=1345</id>
		<title>Amorphant</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Amorphant&amp;diff=1345"/>
		<updated>2025-09-30T05:06:13Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = REDACTED.jpg&lt;br /&gt;
|species = human&lt;br /&gt;
|subspecies = &#039;&#039;&#039;[REDACTED]&#039;&#039;&#039;&lt;br /&gt;
|origin = human womb&lt;br /&gt;
|height = &#039;&#039;&#039;[REDACTED]&#039;&#039;&#039;&lt;br /&gt;
|weight = &#039;&#039;&#039;[REDACTED]&#039;&#039;&#039;&lt;br /&gt;
|eyes = &#039;&#039;&#039;[REDACTED]&#039;&#039;&#039;&lt;br /&gt;
|biology = human&lt;br /&gt;
|personality = seriousilly&lt;br /&gt;
|abilities = sheer brilliance&amp;lt;br \&amp;gt;modesty&lt;br /&gt;
|weaknesses = cute monster girls&lt;br /&gt;
|risks = &#039;&#039;&#039;[REDACTED]&#039;&#039;&#039;&lt;br /&gt;
|released = &#039;&#039;&#039;[REDACTED]&#039;&#039;&#039;&lt;br /&gt;
|website = [https://www.amorphant.com amorphant.com]&amp;lt;br&amp;gt;[https://www.patreon.com/Amorphant patreon.com/Amorphant]&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
&#039;&#039;&amp;lt;small&amp;gt;Amorphant is an autistic polymath who loves creation. He wrote this article in the third person.&amp;lt;/small&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Amorphant makes virtual photographs of [[Monster girl|monster girls]], trying to ride the line between unsettling and arousing subjects. These include, but are not limited to: [[Slime doll|slime girls]], [[Earthbound goblin|goblins]], [[Earthbound succubus|succubi]], [[Turbo doll|robot girls]], [[Earthbound kobold|kobolds]], [[Floradoll|plant girls]], [[Biodoll|annelids]] and [[Femmoth|moth girls]].&lt;br /&gt;
&lt;br /&gt;
Amorphant has a [https://www.patreon.com/Amorphant &#039;&#039;&#039;Patreon&#039;&#039;&#039;] with adult content that you should go and visit &#039;&#039;[https://www.patreon.com/Amorphant right now]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
He uses custom tools and models to make images, including various [https://github.com/lllyasviel/ControlNet/blob/main/README.md ControlNets], as well as his own [https://medium.com/rendernet/demystifying-loras-what-are-they-and-how-are-they-used-in-stable-diffusion-acc1c8748606 LoRAs]. Amorphant believes that AI tools should never have been marketed as replacements for artists. He recognizes that they&#039;re tools &#039;&#039;for&#039;&#039; artists, and are only capable of producing high quality visuals in the hands of artists.&lt;br /&gt;
== &#039;&#039;&#039;Achievements&#039;&#039;&#039; ==&lt;br /&gt;
* Created a full-scale metroidvania [https://www.youtube.com/watch?v=QsiYpc4fxzs Mega Man game]&lt;br /&gt;
* Stripped a bowling ball bare using high impact collisions&lt;br /&gt;
* Scored half a million internet points by mashing peanut butter and chocolate together to produce [https://www.youtube.com/watch?v=kGfLHRyKhF4 this]&lt;br /&gt;
* Re-edited Passengers, changing the tone and swapping the first two acts to turn it from a forced romcom into a sci-fi drama&lt;br /&gt;
* Wrote [[Classic American|poetry]]&lt;br /&gt;
* Invented a novel way of solving any size Rubik&#039;s Cube, &#039;&#039;corners first&#039;&#039;&lt;br /&gt;
* Produced several song covers using a module tracker:&lt;br /&gt;
** [https://www.amorphant.com/wiki/images/1/1c/Amorphant_-_Closer.mp3 Closer - Nine Inch Nails]&lt;br /&gt;
** [https://www.amorphant.com/wiki/images/2/27/Amorphant_-_Human_Behaviour.mp3 Human Behaviour - Björk]&lt;br /&gt;
** [https://www.amorphant.com/wiki/images/a/af/Amorphant_-_Hiyarika.mp3 Hiyarika - Tokuhiko Uwabo]&lt;br /&gt;
* [https://www.amorphant.com/wiki/images/4/48/Amorphant_-_College.mp3 Wrote] [https://www.amorphant.com/wiki/images/8/81/Amorphant_-_Classic_American.mp3 and] [https://www.amorphant.com/wiki/images/e/e1/Holy_Cow_-_Oak.mp3 produced] [https://www.amorphant.com/wiki/images/b/bf/Amorphant_-_Pussy.mp3 many] [https://www.amorphant.com/wiki/images/3/33/Amorphant_-_Ice_Eternal.mp3 original] [https://www.amorphant.com/wiki/images/9/92/Amorphant_-_Brief_Intermission.mp3 songs] [https://www.amorphant.com/wiki/images/0/02/Amorphant_-_New_Day.mp3 using] [https://www.amorphant.com/wiki/images/9/9d/Amorphant_-_Traffic.mp3 module] [https://www.amorphant.com/wiki/images/1/16/Holy_Cow_-_Breakfast_Bowls.mp3 trackers]&lt;br /&gt;
* Rescued the M:tG IRC chat channel from a takeover attempt by using his homemade bot&#039;s glorious /kickbanall command&lt;br /&gt;
* Made mono-red tournament viable by sideboarding 6 plains and 4 disenchant&lt;br /&gt;
* Wrote everything you&#039;ve been reading&lt;br /&gt;
* Made this website&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1344</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1344"/>
		<updated>2025-08-18T12:14:28Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a new one like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is littered with scraps and burn marks.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Suzy is not affiliated with [[Team Other]] in any way. Their designs were released to the public under the assumption that no one would risk trying to duplicate them without the proper equipment. She did come out alive, if a little quirkier.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating more forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science than one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Earthbound_goblin&amp;diff=1343</id>
		<title>Earthbound goblin</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Earthbound_goblin&amp;diff=1343"/>
		<updated>2025-08-17T17:05:31Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_EarthboundGoblin.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = short&lt;br /&gt;
|weight = stacked&lt;br /&gt;
|eyes = blue / red / yellow&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = sassy&amp;lt;br&amp;gt;punky&amp;lt;br&amp;gt;mischievious&lt;br /&gt;
|abilities = alcohol tolerance&lt;br /&gt;
|weaknesses = shy, corruptable nerds&lt;br /&gt;
|risks = many&lt;br /&gt;
|released = 3 years from now&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
[[Team Other|Team Other&#039;s]] first genetic mod.&lt;br /&gt;
== &#039;&#039;&#039;Notable individuals&#039;&#039;&#039; ==&lt;br /&gt;
* [[Aelvana Luvlana]], somewhat gothy goblin&lt;br /&gt;
* [[Suzy Tanglewood]], creator and destroyer&lt;br /&gt;
* [[Luvlana Aelvana]], &#039;&#039;&#039;[REDACTED]&#039;&#039;&#039;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1342</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1342"/>
		<updated>2025-08-17T09:21:02Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is littered with scraps and burn marks.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Suzy is not affiliated with [[Team Other]] in any way. Their designs were released to the public under the assumption that no one would risk trying to duplicate them without the proper equipment. She did come out alive, if a little quirkier.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating more forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science than one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1341</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1341"/>
		<updated>2025-08-17T09:20:26Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps and burn marks.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Suzy is not affiliated with [[Team Other]] in any way. Their designs were released to the public under the assumption that no one would risk trying to duplicate them without the proper equipment. She did come out alive, if a little quirkier.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating more forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science than one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1340</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1340"/>
		<updated>2025-08-17T09:18:42Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Suzy is not affiliated with [[Team Other]] in any way. Their designs were released to the public under the assumption that no one would risk trying to duplicate them without the proper equipment. She did come out alive, if a little quirkier.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating more forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science than one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1339</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1339"/>
		<updated>2025-08-17T09:17:42Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Suzy is not affiliated with [[Team Other]] in any way. Their designs were released to the public under the assumption that no one would risk trying to duplicate them without the proper equipment. She came out alive, if a little quirkier.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating more forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science than one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1338</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1338"/>
		<updated>2025-08-17T09:17:14Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Suzy is not affiliated with [[Team Other]] in any way. Their designs were released to the public under the assumption that no one would risk trying to duplicate it without the proper equipment. She came out alive, if a little quirkier.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating more forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science than one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1337</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1337"/>
		<updated>2025-08-17T09:14:18Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Suzy is not affiliated with [[Team Other]] in any way. Their designs were released to the public under the assumption that no one without a major operation would be able to duplicate them.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating more forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science than one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1336</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1336"/>
		<updated>2025-08-17T09:03:22Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating more forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science than one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1335</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1335"/>
		<updated>2025-08-17T08:57:38Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1334</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1334"/>
		<updated>2025-08-17T08:45:43Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself began suffering uncontrolled explosions. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1333</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1333"/>
		<updated>2025-08-17T08:44:45Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
She has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Permotion&amp;diff=1332</id>
		<title>Permotion</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Permotion&amp;diff=1332"/>
		<updated>2025-08-17T08:42:55Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Permotions are permanent potions created by [[Team Other]]. Their gene manipulating AI engineered a protective chemical shell that allows DNA and gene editing proteins to pass through the stomach for absorption by the intestines.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Permotion&amp;diff=1331</id>
		<title>Permotion</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Permotion&amp;diff=1331"/>
		<updated>2025-08-17T08:36:28Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: Created page with &amp;quot;{{Stub}} {{Title}} Permotions are permanent potions created by Team Other. Their gene manipulating AI created a protective shell that allows DNA and the gene editing proteins to pass through the stomach and be absorbed in the intestines. {{More}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Permotions are permanent potions created by [[Team Other]]. Their gene manipulating AI created a protective shell that allows DNA and the gene editing proteins to pass through the stomach and be absorbed in the intestines.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1330</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1330"/>
		<updated>2025-08-17T08:30:54Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, she definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1329</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1329"/>
		<updated>2025-08-17T08:30:03Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, she definitely knows how to have fun. Though her main focus is mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1328</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1328"/>
		<updated>2025-08-17T08:29:33Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, she definitely knows how to have fun. Though she focuses on mechanics, she ends up intensely curious about most things that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1327</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1327"/>
		<updated>2025-08-17T08:28:09Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, she definitely knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1326</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1326"/>
		<updated>2025-08-17T08:26:38Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She loves tinkering, and is often seen in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, she knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1325</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1325"/>
		<updated>2025-08-17T08:24:10Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She decided to keep her human name rather than adopt a NewBorn name like many other goblins, as her transformation was somewhat accidental.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She&#039;s often found in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, she knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation. She seems quite off, or at the very least quite odd, but that kind of thing is charming, isn&#039;t it?&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
== &#039;&#039;&#039;History&#039;&#039;&#039; ==&lt;br /&gt;
Suzy woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1324</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1324"/>
		<updated>2025-08-17T08:15:04Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she also quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She&#039;s often found in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1323</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1323"/>
		<updated>2025-08-17T08:12:18Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she&#039;d quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She&#039;s often found in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1322</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1322"/>
		<updated>2025-08-17T08:11:49Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she&#039;d quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She&#039;s often found in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her, but that she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1321</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1321"/>
		<updated>2025-08-17T08:05:31Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot; (104 cm)&lt;br /&gt;
|weight = 82 lbs (37 kg)&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she&#039;d quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She&#039;s often found in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her -- it&#039;s that they find she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1320</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1320"/>
		<updated>2025-08-17T08:00:57Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot;&lt;br /&gt;
|weight = 82 lbs&amp;lt;br&amp;gt;37 kg&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she&#039;d quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She&#039;s often found in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her -- it&#039;s that they find she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1319</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1319"/>
		<updated>2025-08-17T07:59:26Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot;&lt;br /&gt;
|weight = 82 lbs&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she&#039;d quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She&#039;s often found in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her -- it&#039;s that they find she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1318</id>
		<title>Suzy Tanglewood</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Suzy_Tanglewood&amp;diff=1318"/>
		<updated>2025-08-17T07:55:11Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_SuzyTanglewood.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = 3&#039;5&amp;quot;&lt;br /&gt;
|weight = stacked&lt;br /&gt;
|eyes = wild&amp;lt;br&amp;gt;blue&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = &amp;lt;s&amp;gt;crazy&amp;lt;/s&amp;gt; eccentric&amp;lt;br&amp;gt;excitable&lt;br /&gt;
|abilities = fixing things&amp;lt;br&amp;gt;solving puzzles&amp;lt;br&amp;gt;inventing contraptions&amp;lt;br&amp;gt;achieving escape velocity&lt;br /&gt;
|weaknesses = Rube Goldberg machines&lt;br /&gt;
|risks = explosions&amp;lt;br&amp;gt;electrocution&amp;lt;br&amp;gt;atmospheric ejection&lt;br /&gt;
|released = from the ward&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
Suzy Tanglewood is an [[earthbound goblin]]. She woke up one morning and found that she&#039;d not only invented a device capable of creating [[permotion|permotions of goblin]], but that she&#039;d quaffed the whole test run. This is &#039;&#039;exactly&#039;&#039; the kind of thing Suzy would do.&lt;br /&gt;
&lt;br /&gt;
Her orange hair is wild, her eyes big and her expressions fierce. She&#039;s often found in fashionable steampunk clothing or protective gear. Her workshop is well outfitted and littered with scraps.&lt;br /&gt;
&lt;br /&gt;
About as easily excitable as one can get, Suzy knows how to have fun. Though she focuses on mechanics, she finds herself intensely curious about most things she encounters that don&#039;t have an obvious explanation.&lt;br /&gt;
&lt;br /&gt;
Her record of successful inventions defies belief. Almost &amp;lt;s&amp;gt;none&amp;lt;/s&amp;gt; all of her contraptions work as intended, creating as many forms of &amp;lt;s&amp;gt;destruction&amp;lt;/s&amp;gt; exciting science as one could imagine.&lt;br /&gt;
&lt;br /&gt;
Suzy has, at present, scared off all potential suitors. It&#039;s not that they don&#039;t think they&#039;ll be able to handle her -- it&#039;s that they find she brings them uncomfortably close to death. Fortunately, she invented her [[happy day chair]] before she herself suffered an uncontrolled explosion. She&#039;s still searching for someone to get tangled up with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Suzy would like you to know that the above link will &#039;&#039;&#039;never&#039;&#039;&#039; turn blue.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
	<entry>
		<id>https://www.amorphant.com/wiki/index.php?title=Earthbound_goblin&amp;diff=1317</id>
		<title>Earthbound goblin</title>
		<link rel="alternate" type="text/html" href="https://www.amorphant.com/wiki/index.php?title=Earthbound_goblin&amp;diff=1317"/>
		<updated>2025-08-17T06:32:44Z</updated>

		<summary type="html">&lt;p&gt;Amorphant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|image = Infobox_EarthboundGoblin.jpg&lt;br /&gt;
|species = goblin&lt;br /&gt;
|subspecies = none&lt;br /&gt;
|origin = [[Team Other]]&lt;br /&gt;
|height = short&lt;br /&gt;
|weight = stacked&lt;br /&gt;
|eyes = blue / red / yellow&amp;lt;br&amp;gt;slit pupils&lt;br /&gt;
|biology = modified human DNA&amp;lt;br&amp;gt;green skin&amp;lt;br&amp;gt;sharp teeth&amp;lt;br /&amp;gt;big pointy ears&lt;br /&gt;
|personality = sassy&amp;lt;br&amp;gt;punky&amp;lt;br&amp;gt;mischievious&lt;br /&gt;
|abilities = alcohol tolerance&lt;br /&gt;
|weaknesses = shy, corruptable nerds&lt;br /&gt;
|risks = many&lt;br /&gt;
|released = 3 years from now&lt;br /&gt;
|website = none&lt;br /&gt;
}}&lt;br /&gt;
{{Stub}}&lt;br /&gt;
{{Title}}&lt;br /&gt;
[[Team Other|Team Other&#039;s]] first genetic mod.&lt;br /&gt;
== &#039;&#039;&#039;Notable individuals&#039;&#039;&#039; ==&lt;br /&gt;
* [[Aelvana Luvlana]], somewhat gothy goblin&lt;br /&gt;
* [[Suzy Tanglewood]], inventor and destroyer&lt;br /&gt;
* [[Luvlana Aelvana]], &#039;&#039;&#039;[REDACTED]&#039;&#039;&#039;&lt;br /&gt;
{{More}}&lt;/div&gt;</summary>
		<author><name>Amorphant</name></author>
	</entry>
</feed>