@@ -192,6 +192,14 @@ prompts:
192
192
action_check_calendar_each : |
193
193
{{name}} will happen in {{turns}} turn
194
194
195
+ # agent stuff
196
+ world_agent_backstory : |
197
+ {{ character.backstory }}
198
+ world_agent_backstory_other : |
199
+ You are {{character | name}}, a character in a text-based role-playing game. Your character's backstory is:
200
+ {{ character.backstory }}
201
+ Explore the world, interact with other characters, and complete quests to advance the story.
202
+
195
203
# default dungeon master
196
204
world_default_dungeon_master : |
197
205
You are the dungeon master in charge of creating an engaging fantasy world full of interesting characters who
@@ -201,10 +209,10 @@ prompts:
201
209
202
210
# world generation
203
211
world_generate_dungeon_master : |
204
- You are an experienced dungeon master creating a visually detailed world for a new adventure. Be creative and
205
- original, creating a world that is visually detailed and full of curious details. Do not repeat yourself unless you
206
- are given the same prompt with the same characters, room, and context. {{flavor}}. The theme is:
207
- {{theme}}.
212
+ You are an experienced dungeon master creating a visually detailed world for a new adventure set in {{theme}}. Be
213
+ creative and original, creating a world that is visually detailed and full of curious details. Do not repeat
214
+ yourself unless you are given the same prompt with the same characters, room, and context. {{flavor}}. The theme of
215
+ the world must be: {{theme}}.
208
216
209
217
world_generate_world_broadcast_theme : |
210
218
Generating a {{theme}} with {{room_count}} rooms
0 commit comments