Thank you for supporting my profile!
Need Help? Check Below!

pick a reality
janitor ai resources
If you're having trouble with bots not working properly or speaking for you, check out the links listed below!
The JLLM User & Creator Guide may be outdated, but it reamains relevant!
Want to start making bots, but don't know where to start? Check the links below!
lydia's bot creation guide
I know I've listed more than a few different guides on bot creation here, but I also wanted to share how I make bots!
table of contents

why do my bots keep speaking for USER?
USER = {user} (carrd HATES brackets)
The User = The person using the bottake a shot every time Lydia says “user”
also... side note, on mobile this portion might look better at 75%
It's important to know what will increase the risk of bots speaking for USER because, while yes, the LLM is going to LLM no matter what, there are some instances where the creator can be partially to blame for this phenomenon.
The initial message roleplays for USER beyond minor instances.
What does this even mean? Obviously some scenarios will require USER being mentioned and being given an action, but this refers to initial messages that go further into detail about USER to a degree that bots will when they "speak" for you. Take a look at the messages below to find the difference between simply noting USER's actions/placing USER in the world and treating USER like a character in the bot itself.Read the examples below. Which of these three seems like the LLM would be more prone to narrating for USER based on the knowledge in the previous paragraph?
The night air of San Diego always had a calming effect on him. Maybe it was the smell of the beach or the light breeze that danced around him; he didn't know. He didn't care. Ángel welcomed the temporary tranquility, especially after the day he had. Unlike most nights, though, that sense of absolute ease was short-lived when he rounded the corner and found his motorcycle lying on its side and a very unsteady, very visibly intoxicated woman trying her hardest to lift it back up.Ángel's gaze darkened, but he tried to keep his cool. He was a rational man, even when it came to his baby—the bike that had held him through thick and thin—and this woman was clearly too drunk to think rationally. At least, she better be or she was about to have one rude ass awakening.He approached the bike and the woman straining herself to lift it, then bent over to help her. Once the bike was upright and after he verified that there was no visible damage (save for a few scratches that he could easily paint over), Ángel turned to look at her before letting his shoulders loosen. "You'd make a terrible thief, chica" He was trying to use humor to make the situation feel lighter. He'd argue that it was for himself, but the way he reached his arm out to steady her when she started to wobble made it clear that he cared a little more than he'd let on. "Do you even know where you are right now?"
"Did you make sure to call USER when you got out? You know, let her know?" Rafael asked, tilting his head to the side when Silvio hesitated. He coughed into his fist and shook his head. "Nah, I was... just... gonna surprise her, y'know?" He forced out a laugh, moving his hands into his pockets. "Not a bad idea, is it? She's gonna be so happy, I can't wait—call me later, okay?" Silvio waved his brother goodbye while jogging up the stairs of the porch.He crouched down to find the key to their shared house under the rock decoration he had picked out two years ago when he first moved in. Silvio dusted the key off on his shirt and shoved it into the keyhole with more force than necessary, before happily letting himself in. He roamed the house, noting every difference he could find since he had been gone, so he could gauge what USER’s current interests were without having to ask her directly.Silvio had just passed the darkened bathroom to get to their bedroom, assuming she had been taking one of her afternoon naps, when he felt the weight of the world against the back of his head and heard the unmistakable (and loud) clang of metal. He dropped to his knees with a loud grunt, followed by a groan as the throbbing pain of a migraine he could already tell would be annoyingly persistent intensified. He quickly straightened out and reached for where he had been hit, turning around to see USER standing there with wide eyes and the shovel in her hands.The larger man would have been upset if he didn't realize that—to her—he could've been an intruder (or someone that wasn't him). He hummed, making sure to stand up with more caution just in case his girlfriend's defense-driven attack left him with more than just a minor concussion, and reached out to gently take the shovel from her hands. "Nice to see you again, too, mami. Miss me?"
Chance frowned to himself as he stared at the new unfortunate soul to face the cruel curiosity of their new charge. Slowly, he stands up and approaches the stranger as they sit up and turn their attention to him. His gaze met theirs and he faltered, pausing his approach.They were scared, their breath quickening at the sight of his imposing form. He didn’t want to scare them more — they were already in enough hell as it is.He offered a friendly, apologetic smile and crouched to make himself appear less intimidating. He’d let them come to him when they were comfortable enough, he supposed.Chance took in a deep breath and held his hands out in a placating gesture. "I won't hurt you," he reassured them and waited for them to settle. They watched him warily, but soon nodded, allowing for him to approach them without further spooking them. He reached for the tag around their neck and squinted to be able to read it better in the dark.USER, huh? Pretty. Chance looked up at them again and flashed a kind smile when their muscles loosened even with his proximity. Suits them.
When you add details about USER's character through the initial message, it allows the LLM to insert them into the story the way they would the character (or characters if it's a multi-character bot), which leads to the LLM training itself to use {{user}} as a character to progress the storyline, even if the user is sending adequate responses (NOTE: "Adequate" refers to responses that are longer than two paragraphs / a paragraph is around 4-5 sentences long).That said, simply noting USER shouldn't have this effect. Noting USER would be acknowledging them (like in the first example) or briefly giving them a role and mentioning them (like in the second example).
You are using an advanced prompt or jailbreak.
While APs and jailbreaks work wonders to get the bot to stop narrating for USER, they can also increase the rate of which the bot will attempt to if they are placed within the bot's code and not placed in the chat memory or AP section by the user.Personally, I'm not exactly sure why this is a thing, but I would guess that it brings the LLM's attention to USER and, like mentioned before, and allows it to treat USER as an actual character in the story (the bot, itself) rather than the person the bot is roleplaying with.Even so, I'd recommend against using APs or jailbreaks in the bot's settings and leave it up to the User to use them!
Your initial message is in first person, not third person.
When you use first person, you're making it harder for the LLM to pinpoint who exactly the user is. It will treat anyone in the story who isn't "you" as a character that they have to control to progress because it doesn't recognize user's persona as {{user}}, but rather "you".This is a common issue with user's who roleplay in first person as well!
I did everything as I was told to. Why do I keep getting comments about the bot speaking for the User?
If you've done everything you can to keep the bot from speaking for USER and it still does, the issue is directly an LLM one. Sometimes it's impossible to avoid, but at least now you can let your bot's friends know that it is out of your control :3
what do tokens have to do with bots?
Another thing you want to pay attention to is the permanent tokens. Token context varies and depends heavily on the day, but it averages out at 7k these days.Use this knowledge to moderate yourself and your token use! Most bot creators suggest staying below 2k permanent tokens to optemize bot usage for JLLM users, but you can push the permanent tokens to as far as 2.5k without limiting how much someone can get out of your bot (using JLLM).But, Lydia! What even is a token?
A token is a set of letters that the API breaks down in order to process the request (or in this case, information about your bot). A singular token can take up a whole word if it is short and simple enough (like "cat") or a piece of a word if it is longer and more complex (like "hamburger").Typically, one token is equal to four characters. In the English language, one token is equal to 3/4 of a word (100 tokens = 75 words, which is roughly equal to one whole paragraph).To put it into perspectie, the following quote is equal to 14 tokens with punctuation and the quotation marks. Taking out the punctuation and quotation marks will bump it down to 13 tokens.“We are all of us stars, and we deserve to twinkle.”But, Lydia! If the average context for JLLM is 7k, why do we need to stop at 2.5k for the permanent tokens?
I'm glad you asked! Tokens affect everything that affects the JLLM. This includes:
The personality (permanent)
The initial message (temporary)
The scenario (if applicable, permanent)
The example messages (if applicable, temporary)
The chat memory section (permanent)
The AP section (permanent)
User's persona (permanent)
If your bot is set up to have 2,000 tokens for the personality, 800 tokens for the initial message, the user's AP uses up 400, their chat memory uses up 200, and their persona uses up 70, that means that they will have used up 3,470 tokens before they've even sent a message and that they will have roughly 3,530 tokens left to use before the bot starts to forget things.If each message between them and the bot equates to 500 tokens, they will start to see a decline in the bot's memory after 7 messages between both them and the bot. The bot will still be usable, but they will have to remind the bot of earlier details until the bot eventually begins to repeat responses and render itself "broken".2,500 tokens for the personality and scenario sections (combined) as the limit is already gratuitous enough as well! And you won't have to worry as much about story-heavy bots for much longer because lorebooks are in the works and will be released any week now.But, Lydia! Does this mean I should limit my initial message?
You can! The initial message is a temporary token, meaning it's information that can (and will) be discarded when the context of the chat (including bot information) reaches roughly 7k tokens. When the daily context limit is reached, you'll be able to continue roleplaying with the bot while it's memory is declining for a little while longer before it breaks entirely.Permanent tokens count as information that the bot will always retain.
how do people get their bot pics?
There are plenty of ways to get thumbnails for your bots. The most common way is using AI to generate an image. It is important to note that this guide (nor it's creator) would never defend the use of AI for art to claim as your own (or AI art at all).When you utilize AI to make art for your bot thumbnails, it is important to do so ethically.
Don't claim it as YOUR art.
If you use a watermark, make sure it is known that you are not claiming the art as yours, just the bot.
Don't use any specific artist's style, especially not without their express permission.
Most AI platforms will cost money (like MidJourney, which is $10/mo for the base package). Tensor AI will give you 100 credits to use each day for free.But, Lydia! I don't want to use AI to generate a picture!
Completely valid! If you do not want to use AI, you can use different image hosting platforms like Pinterest and ZeroChan to find thumbnails for your bots. Once again, make sure to do so ethically!
Don't claim it as YOUR art.
Credit the original artist if you can find them.
If the original artist asks you to, use a different picture.
how do i code a bot?
Bot coding is super easy! Once you have a shell to use, you just fill in the blanks and go from there.But, Lydia! I don't have a shell! How do i make one?
It's important to reflect back to the token problem when you make your shell. Use coding and words for your shell that use the least amount of tokens possible!I'm sure you've already seen bot creators say this, but avoid using w++ formats! Yes, this format was necessary on AI platforms before, but this is not the case anymore! While it's still effective, it also eats up tokens and limits how much you can add to your wonderful bots!But, Lydia! What is W++ and what else can I use if not that?
W++ is a machine-readable prompt format. Most AI platforms, like Character AI, required this format to use less tokens for bot creation, which is why it's so popular nowadays. However, it isn't needed anymore and instead of using less tokens, w++ uses more tokens.The following code is an example of w++ format.
Roleplay ("Rain follows who will give him more power." + "Rain is very perceptive and if he will turn on anyone, he waits for the right opportunity to do so." + “It doesn’t take much for Rain to turn against someone.”), Character (“Zeffeero” + “Rain”) Age ("Unknown"), Race ("Edenian"), Species ("Demigod"), Sexuality ("Bisexual"), Gender ("Male"), Powers ("Hydrokinesis” + “Electrokinesis”), Abilities ("Bladesmanship" + “Martial Arts Expert”),
Instead of using w++ to code bots, type up a simple character sheet and start from there! You can refer to Iorveth's Bot Creation Template and look below for the template I use for my own bots!
[world setting]
Put anything here, just remember that this is information the bot will know 24/7!
[/world setting]
***
[character]
PERSONAL IDENTITY
- Full Name:
- Alias/es:
- Date of Birth:
- Ethnicity:
- Occupation:
- Backstory:
- USER: (Character's relationship with USER)
- Family Member [Relation • Life Status]:
- Family Member [Relation • Life Status]:
- Family Member [Relation • Life Status]:
***
PHYSICAL ATTRIBUTES
- Body:
- Additional markings to body.
- Hair:
- Eyes:
- Clothing:
***
PERSONALITY
- Brief personality paragraph (2-3 sentences max)
- Traits: No more than 16 traits!
- Likes:
- Dislikes:
- Goals:
- Fear:
- Attachment Style:
- Love Language/s:
- Archetype:
***
BEHAVIORS
- With USER:
- In Public:
***
SEXUAL PREFERENCES
- Genitals:
- Sexual Preference:
- Turn-Ons:
- Turn-Offs:
- Kinks:
- Preferred positions:
***
SPEECH
- Known Languages:
- Dialect:
- Describe speech patterns.
***
QUOTES [do not use verbatim; examples]
- Greeting:
- Goodbye:
- To USER:
(add as many as you'd like, but be wary of the token count!)
[/character]
***
[other notes]
- Reaffirm behaviors and world facts. Add as many dashes as needed, but be wary of the token count!
[/other notes]
This code in it's entirety uses up 330 tokens if you don't change anything about it!
Make sure that if you use a template offered to you by a creator that you credit that creator!
bot requests & commissions
table of contents

What is the difference between bot requests and bot commissions?
I do not guarantee that I will commit to bot requests, and I commit to them solely by indulgence. I am more likely to actually do requests that do not include fandom characters because I want to separate myself from fandom bots. That said, I may still make fandom bots if I get a request that catches my eye!
i want to request a bot
Awesome! You can request a bot with the button below, but I want you to read over the following guidelines following bot requests beforehand! They're a little lengthy, I apologize for that :'3
Before requesting a bot, it is important to take not of bots that I will NOT make! You can find these bots listed below.
Any bots that break Janitor's TOS (obviously)
MalePov/MLM
Incest/Stepcest
Blatant sexual assault*
Watersports
Furries**
* Noncon / Dubcon situations are iffy. I am willing to do them because you can easily get out of NSFW roleplay, but my bots will NEVER portray rape in the initial message.** I have nothing against furries. I love furries dearly, but I've had to block the furry tag because I was tired of the constant bulges in my face. I'm sorry :( forgive me!
I do not make bots of real people.
I will use screenshots from shows like Supernatural for those characters, but bots circling actual people make me uncomfortable (and it's against the TOS now anyway).I do not make bots of characters that I perceive to be a minor, that is portrayed by a minor, or appears to be a minor.
I don't care if they're an adult. I don't care if they're "actually 300 years old". If the character resembles a minor, I will NOT make them. If a character is a minor for more than 75% of the canon content (looking at you, BNHA), I will not make them. I will NOT age a character up, either.The fandom that I've seen have the biggest issue with this is Genshin Impact. You can find GI characters that I will not make.
Scaramouche
Nahida
Diana
Barbara
Lumine/Aether
Yaoyao
Xiangling
Xinyan
Venti
Sigewinne
Sayu
Razor
Qiqi
Noelle
Lyney
Lynette
Klee
Keqing
Kachina
Freminet
Fischl
Dori
Collei
Chongyun
Bennett
No, I will not argue for any of these. They have been pushed around the fandom as minors. I don’t care if they have been announced to be an adult, they also look like minors and I can’t ethically make a bot of a character that I perceive as a minor. Attempting to argue or persuade me will result in an immediate block.I won't make bots of characters that I perceive to be overly sexualized in media.
This (sadly) includes a lot of women, including DC/Marvel women, König, Valeria Garza, and Leon Kennedy.I will not make bots of characters that are very culturally or religiously based on Janitor AI.
This isn't to say that I will only make white bots. I make bots of all backgrounds, but there are some extremely shitty assholes on this site and I wouldn't be able to stomach someone using my bots to be a racist dick. I also don't want to risk portraying a character in an insensitive way!None of my bots will portray real-world racism, xenophobia, homophobia, transphobia, anti-semitism, or zionism.
Additionally, I will also not make bots of characters that have been called out to be harmfully stereotypical or that contribute to bigorty/harmful mindsets. Some of these characters include:
Dori (Genshin Impact)
Whitewash Jones (Marvel)
Big Bertha (Marvel)
Joker (DC)
Doctor Psycho (DC)
Egg Fu (DC)
The Alpha Vampire (Supernatural)
i want to commission a bot
Perf! You should know that all of my bot request rules apply to bot commissions as well. That said, be sure to check the status of my bot commissions before you send money!But, Lydia! What are your prices?
Price | Service |
---|---|
$3/bot | Bot transfers between Character AI and Janitor AI. |
$3/bot | Alternative scenarios to characters I've made on Janitor AI already. |
$3/bot | Bots from fandoms I've already dabbled in. |
$5/bot | Bots from fandoms I haven't dabbled in. |
$5/bot | New original bot concept. |
$8/bot | This tier is exclusively for the transport of my own bots to any website that isn't Character AI or Janitor AI. |
I retain the right to refuse and refund any commission to a website that I do not trust.
Commission Status | Commission Slots |
---|---|
OPEN* | 0/5 |
* At this time, I do not accept fandom bot commissions! Check back later!
If Ko-Fi is being finnicky (Stripe is being a royal pain in my ass right now), you can also commission me through Venmo (@catsdressedasbees). The profile picture is of Lucy Heartfilia from Fairy Tail!
i want to make a bot in your universe!
Amazeballs! If you're looking for the coding to the world settings for your bots, you can find them below!
dangerous men
A series containing heavy topics. It circles biker gangs and the Mexican cartel!Make sure to use the #emdangerousmen tag with your bot! Other relevant tags include #angelsofsin, #sinsreapers, and a mexican cartel tag coming soon!WITH THIS SERIES, YOU CAN:
Create a new gang.
Add to one of the canon gangs (members and prospects; please don't override ranks).
Add to the Mexican cartel (do not override higher ranks).
Create characters in this general universe.
YOU CANNOT:
Override ranks in pre-existing gangs.
Create new bots of my characters.
[world setting]
Setting: Tijuana, Mexico 2025, [Social media like TikTok, Facebook, Instagram, and Snapchat exist, as well as modern technology and companies like Apple and Samsung]
Genre: xyz
Lore: Sin's Reapers (Segadores del Pecado in Spanish) is a motorcycle club located in Tijuana, Mexico, led by Ángel Fernandez. They are notoriously credited for being the driving force behind their city’s politics and they have a sister club located in California called Angels of Sin.
Angels of Sin’s crimes include, but are not limited to:
Homicide / murder for hire
Human trafficking
Racketeering
Money laundering
Drug pushing
Drug dealing
Drug manufacturing
Blackmail
Bribery
Kidnapping
Arson
ExtortionAngels of Sin Hierarchy:
President: Ángel ‘Gunner’ Fernandez
Vice President: Ajax ‘AJ’ Morales
Sergeant: Adrien ‘Ace’ Hunt
Treasurer: Carlos ‘Wolf’ Diaz
Secretary: Luis ‘Phantom’ Porter
Enforcer: Conan ‘Coco’ Welsh
Road Captain: Everett ‘Ev’ Booker
Tail Gunner: Rowan ‘Jailbird’ Garrett
Member: Liam Harper
Prospect: Finn ‘Peanut’ Calloway
Nomad: Marco ‘Moose’ CalderónSin’s Reapers Hierarchy:
President: Antonío ‘El Patrón’ Fernandez
Vice President: Santiago ‘Santi’ Cabral
Sergeant: Rafael ‘Raf’ Martinez
Treasurer: Marío ‘Raze’ Garcia
Secretary: Dante ‘Snake’ Rivera
Enforcer: Luca ‘Tank’ Alfaro
Road Captain: Thiago ‘Buzz’ Torres
Tail Gunner: Diego ‘Narco’ Rivera
Member: Bruno ‘Ink’ Ordoñez
Prospect: Mateo Escarra
Nomad: Ivan ‘Jersey’ BaratasThe Angels of Sin & Sin’s Reapers are allied together because their presidents are brothers. Their mutual rival is the Mexican cartel that runs Tijuana and is led by Pedro Herrera and his son, Franco Herrera.
[/world setting]
fallen
A series circling a zombie apocalypse in which the canon bots have USER set to be immune to the virus.Make sure to use the #emfallen tag for the bot!WITH THIS SERIES, YOU CAN:
Add to any of the set groups.
Create a new survivalist group/military (let me know and I'll add it to the lore site).
Create characters in this general universe.
YOU CANNOT:
Override any ranks already obtained by a canon character.
Create new bots of my characters.
Override any canon lore for a survivalist/military group.
[world setting] Setting: 2025; post apocalypse USA.
Genre: Horror, thriller, end of the world.Radiatio Amanita Virus: The virus can be spread through released spores from highly decomposed (and stationary) corpses, scratches, bites, blood transfusion, and saliva.The first signs of infection are mild, displaying common cold symptoms just hours after initial contact. This is known as the first stage .
The second stage starts when the contaminated individual begins to cough up blood. Their fever will spike to unusually high temperatures, resulting in delirium and (often) aggressive, violent paranoia.
The third stage is characterized by a docile, dazed state. Contaminated individuals are confused and often wander aimlessly, crying out for help.
The fourth stage reverts the contaminated individual to their primal instincts. They are highly volatile, infectious, and hungry.
After stage four, the virus mutates in the host to keep itself alive.Ghouls are typical zombies. They make up for 54% of all infected.
Wailers make up 34% of all infected. When they left the third stage, they never stopped calling for help. These are the most dangerous because they lure in survivors. Aside from their calls, they behave like ghouls.
Rotters are the highly decomposed bodies. They release a mass amount of spores within a twenty mile radius of their body. They make up 10% of the infected.
Faithless refer to those who's virus mutated prematurely (often during stage two). The delirium within these individuals has escalated into a religious psychosis, making them attempt to "convert" (infect) as many people as possible. They only make up 2% of the infected.
Withervale: Used to be the town of Leavenworth, WA. They were the first town to be overrun and eradicated in the US by the United States Contaminant Eradication Federation, often referred to as USCEF. There are about 130 Withervale residents compared to the 2,000 who lived in Leavenworth before the outbreak.USCEF: The United States Contamination Eradication Federation is the only remaining governing force among the United States. There are approximately 1,600 bases among the US, all of which run themselves with a strict code. This strict code and their lack of empathy for lone survivors and those who wish to leave USCEF have encouraged the rise of various resistance forces—the most notable (and USCEF's direct enemy), The Jaguars.The Jaguars: Under the new leadership of the previous Archon's niece, Lorelei Brass, the Jaguars have the biggest survivalist settlement that strives by focusing on their community. Their main settlement is on the Canadian side of the border, ensuring that they remain out of USCEF's jurisdiction. USCEF has spread propaganda about The Jaguars to ensure that US survivors remain hostile toward them, including by orchestrating the eradication of other survivor settlements and leaving their "insignia" in the aftermath of it.
[/world settings]
calamity & ruin
Fallen's sequel: Set a few hundred years after the zombies are eradicated and the end of the world is still relevant.Tag coming soon!WITH THIS SERIES, YOU CAN:
Add to any of the set groups.
Create a new survivalist group/military (let me know and I'll add it to the lore site).
Create characters in this general universe.
YOU CANNOT:
Override any ranks already obtained by a canon character.
Create new bots of my characters.
Override any canon lore for a survivalist/military group.
coming soon!
unilife
A series about typical university life and cliche tropes. Realistic fiction, literally anything is fine lmfaoMake sure to use the #cula tag for the bot!WITH THIS SERIES, YOU CAN:
Create a separate university (let me know, I'll link it in the lore site).
Add to students/faculty.
Create characters in this general universe.
YOU CANNOT:
Override ranks in pre-existing groups.
Create new bots of my characters.
Add to The Asshats.
[world setting]
Setting: Los Angeles, CA 2025
Genre: xyz
Lore: Culhane University — Los Angeles is an elite school for only the best of the best with an acceptance rate of 2% and a graduation rate of 98%. Led by Headmaster Figgins, the students here are pushed to excel not just academically, but environmentally as well.Biggest Clubs:
Football Team & Cheerleading Squad
Marching Band & Color Guard
Basketball Team
Hockey & Figure Skating
Baseball & Soccer
CULA School SenateNotable Faculty & Staff:
Headmaster: Anthony Figgins
Deputy Headmaster: Caden Peters
Admissions Counselor: Joseph Hardin
[/world setting]
supernatural
A series circling a parallel universe where literally everything is the same except this world has monsters living among humans.Make sure to use the #emsupernatural tag for your bot!WITH THIS SERIES, YOU CAN:
Create a new group.
Add to one of the canon groups (members and prospects; please don't override ranks).
Create characters in this general universe.
YOU CANNOT:
Override ranks in pre-existing groups.
Create new bots of my characters.
[world setting]
Setting: Seattle, WA, USA 2025
Genre: Fantasy, urban fantasy
Lore: In a world where monsters freely walk among humans with their customs and cultures, law enforcement is almost useless, and order is almost impossible to maintain. Chaos is the only world order.
The most common monsters are vampires, witches, and werewolves. Vampires typically rule the north end of Seattle and are credited for running the 'underworld' trafficking rings. Werewolves run the southside and are credited for their affiliation with street gangs, while witches are scattered and hard to come by.Those born into witchery and who dabble in extremely dark arts are referred to as "hags". Other notable monsters include demons, angels, gorgons, sirens, and shapeshifters. There are too many species of monsters to list them all.Law enforcement consists of all sorts of monsters (and humans). Humans and monsters are often paired up to be partners and undergo extensive sensitivity training to combat speciesism in the field.Crime in Supernatural Seattle depends on the individual. However, there are a few groups (The Sunfall Pack and The Coven of Holmwood) that dabble in organized crime, such as trafficking and murder for hire.Witches, halflings (vampires, werewolves, and nephilim), and humans are most at risk to be victimized by these groups.The Sunfall Pack:
The Sunfall Pack is a werewolf pack on the city's south side. They're mostly known for drug facilitation and murder for hire but have been rumored to dabble in politics as well.Coven of Holmwood:
The Coven of Holmwood is a mafia-styled vampire coven on the city's north side. They're known for running the largest trafficking ring in the United States and are known for their no-nonsense approach to camaraderie.
[/world settings]
arcanum
A medieval fantasy series about two factions of gods being at war with each other.Tag coming soon!WITH THIS SERIES, YOU CAN:
TBA
YOU CANNOT:
TBA
Coming soon, lore is still being worked out!
lydia's advanced prompt 4 deepseek
[SYSTEM RULES]
- {{char}} will narrate for the environment, side characters, and {{char}}'s thoughts, actions, and dialogue.
- User will narrate for {{user}}'s thoughts, actions, and dialogue.
- {{char}} will NOT narrate for {{user}}'s thoughts, actions, nor dialogue, and will focus on progressing the story through {{char}}, side characters, and the environment.
- If more characters are introduced, maintain other system rules. {{char}} will not narrate {{user}}'s thoughts, actions, nor dialogue and will cut the message off if {{user}}'s response is crucial to the story progression.
[/SYSTEM RULES]
[TEXT FORMATTING]
- Do not use any markdown text for actions and dialogue.
- Format responses using paragraphs with at least four sentences per paragraph.
- Only use markdown for the following instances: *Inner dialogue/thoughts* and `text messages`. Never use bold markdown.
[/TEXT FORMATTING]
[ROLEPLAY TRAITS]
- Do not use any positivity bias for {{user}} except what is given.
- Maintain realism to the coded personality (traits, tags, goals, opinions, and fears).
[/ROLEPLAY TRAITS]