Cryogenic : a synonym for quoigenic, where it seemingly comes out of nowhere, or like it's coming from the “cold”; a system that seems to have frozen before (dormancy) and is now “thawing” (multiple headmates) or vice versa; a system that flows between the above definition consistently due to things such as trauma or neurodivergence; a system that feels like it goes dormant in certain “seasons” or periods experienced by the body; et
☆ acute stress responses (also called trauma responses, fear response, or hyperarousal), most commonly known as "fight-or-flight", are instinctual reactions to percieved stress/danger.
---☆ FULL FLAGS/DEFINITIONS UNDER CUT!
---☆ aggression towards the source of acute stress; this may include physical and verbal aggression or any type of confrontation.
---☆ putting distance between you and danger or avoiding it. this may include physical evasion, (including running, hiding or backing away) as well as distraction and denial.
---☆ going tense, still and silent; this may include physical stillness as well as emotional numbness.
---☆ appeasing or praising of the source of acute stress in an attempt to lessen the pain or punishment.
---☆ similar to freezing, except becoming unresponisive and "floppy", rather then the tenseness of freezing. this may include going physically limp and fainting in extreme cases.
---☆ evasion or dispute over the source of acute stress; this may include spontaneous lying about own or others' actions, thoughts, or feelings, or facts about a situation. this may in order to avoid questioning or judgement, or to buy more time for a better answer.
---☆ calling for a 'friend' or bystander for help, and relying on others to solve problems for you rather than yourself.
☆ TAGGING : @radiomogai (?) who am i supposed to tag for this 😭
Dissociagenic : asystem or headmate that formed as a result of dissociation, be it that the process of dissociation caused it to form, that it was formed as a means of coping with the dissociation, or otherwise.
agender | gendervoid | aroace
nonbinary | kenochoric | obscurian
31x22 pride pixels.
Hategenic
Due to overwhelming amounts of hatred, whether it be towards your self, a headmate, or someone outside the system, a split is caused, a headmate born of hatred. Hategenic is an origin that refers to a headmate or system that originated from hatred in one form or another. They can be formed from another headmate feeling hatred.
Made with our other flag: Hatred Holder [Link]
If this term already exists, consider it an alternative.
The flag's colors are not meant to be even. :)
Polyamorous : the attraction to multiple individuals with the consent of everyone involved. This attraction could be anything; romantic, emotional, queerplatonic and/or sexual. This can be through a relationship including three or more people, or having a string of other relationships that the people involved are knowledgeable to the fact they are one of many and consent to such.
Acagenic : an origin term for a system or headmate created due to academic stress. This includes pressure from parents or peers for things such as good grades, or general academic or school stress.
May we request a level1 alter whose is like mainly moody and black and white with a sort of lawyer-esc theme??/nf
apologies if this sounds really confusing!!/gen
here's your order !
banner by @/kodaswrld
━━━╋ names ♱ noir . rook . bishop . dame . knox . lennox . silas . talia . brooke . quinn . sloane . darcy . justice . judge . nemesis ━━━╋ pronouns ♱ he . she . they . order . penance . trial . black . white . law . owe . trust . jury . case . truth ━━━╋ age ♱ thirty four ━━━╋ gender ♱ genderspike . male . justicesoulic . blackgender . whitegender
━━━╋ role ♱ judge ━━━╋ likes ♱ justice . truthfulness . monochrome . law shows . documentaries . steak . coffee . debate ━━━╋ dislikes ♱ meaningless arguments . disrespect . attitude . being disturbed . touch . high heels
━━━╋ source ♱ n/a
i highly encourage plurals to just make up their own words for things. we didnt like how binary(?) the "fully formed alter vs fragment" thing felt, so we just borrowed terms from a game we like to explain 4 levels of alter elaboration. you dont have to use commonly known terms. if you dont like them you can make shit up. its just words your using to describe yourself.
tutorial on how i& do my& userboxes if anyone wants to know !! this is all done on laptop
with screenshots / visual stuff ! ^^
step one - going on this site . your screen will look like this when you first enter !
if you want a picture in your userbox , you need to go to " Left Box (ID) Text " and type in <img src=“linkofthepicture” height=“45px” width=“45px”></img> just copy and paste , don't do anything else but replace " link of the picture " !!! certainly don't remove the quotations around it .
to get the link of a picture , lets go to pinterest !
go into the picture and click it with two fingers , then press " copy image address " ! now we go back to the website and copy paste it into the quotations
it should look like this ! now we go into " Right Box (Info) Text " and put in the text we want .
now , we finally get to the colors ! i& like to search " color picker " and google will show me this
now i& just test the colors i& want and copy paste it in the hex box , and then i& paste it into " Right-box Color " and " Left-box Color " !
now i& do the same thing but find a darker color , and put it into " Border Color "
now we have our basis of a userbox ! finally , i& want you to go to " Select Code Output Method " and press the last option , " Raw HTML (Doesn't work in IE) " and copy the code in there .
now , we want to go to a html editor website . don't worry , you don't need to be an expert in coding ! it's rather simple :]
i& like to use this one .
it will look like this ! now , we want to paste our code into the left box
this is where i& make the userbox bigger !
that's how it looked when i& edited it . let me show you guys the before and after of my& code ! ( of course , you can edit it however you want , this is just how i& do mine )
before :
after :
the highlighted bits are ones i& edited !
finally , you want to zoom in to the userbox as close as you can without cutting anything off , and screenshot ! then go into an editing app , and crop all the white bits off :)
finishing product :
This is a long one, because I tried to be somewhat thorough lol.
I'll use this profile for an example on how we've used them:
To make one box (so, for example, the top box), you just have to use this markdown:
| text |
|-|
That last little "|-|" at the bottom is remarkably important for defining your markdown as a box (table). I like to consider the "| text |" portion as an open box, and "|-|" is what you use to close it.
With that in mind, this is the markdown for the two side-by-side tables below (that contain the image and pronouns):
| text | text |
|-|-|
Not too much different.
We go up to three side-by-side tables, most of the time. Any further, and it starts to get crowded.
Now, for a table with multiple *rows:*
This is the markdown:
| text |
|-|
| text |
| text |
Yeah, just one of these little separator guys "|-|" when you have multiple columns. It's a little weird to me, personally. It makes more sense to separate all of the boxes like you would if it was a singular row, but if you actually do that in markdown, like this:
| text |
|-|
| text |
|-|
| text |
|-|
Then you get this shit instead:
(honestly it looks fine, but if you want connecting rows, don't add the separators between each box)
Now, with this, you can add as many little boxes in one table as you want. For example, if I want a 3x3 grid, this is the markdown I would use:
| text | text | text |
|-|-|-|
| text | text | text |
| text | text | text |
↑ we like using that in particular to add unnecessary (but visually appealing) moodboards to different member profiles. Here's one from the same alter's profile as yet another visual example:
See how nice that looks? Fuck bro.
Now, you may have also seen that we were able to center our text in the very first example:
And typically, markdown does have the capability to align text. If you've looked at markdown guides like we have to try and figure this shit out, chances are, you might have seen it.
That doesn't work on Simply Plural! Being able to center text is actually a really weird, finicky thing (and honestly, I don't think this was even purposeful), so I'm gonna show you how to do that, too.
First, you need to make sure your text inside of the box has some sort of other markdown—like bold or italics. I'm a fan of bolding it, personally, so I'll use that in my example. It works with any number of boxes, but one is just easier.
| **text** |
|-|
↑ Put some sort of markdown on your text, as I just said.
| **text** (spam that space bar!) → |
|-|
↑ Press the space bar (still within your box, of course) until you've pushed all of your text to the next line. I'll get a screenshot example for this one:
And it'll look like this, out of editing mode. ↓
I don't know why—I really don't—but for some reason, having markdown on some of the text is completely necessary to align your text in the center. If I take off the asterisks, it just looks like this now:
It's so bizarre. It really is.
But that's just about it! If anyone has questions, feel free to ask them.