Fixed RPG
This commit is contained in:
@@ -35,12 +35,14 @@ Return ONLY valid JSON (no markdown):
|
||||
"facts": ["durable facts only"],
|
||||
"choices": [{"id":"a","label":"..."}, ...],
|
||||
"affinity_delta": 0,
|
||||
"quest_updates": [{"title": "quest title", "status": "active|done|failed"}]
|
||||
"quest_updates": [{"title": "quest title", "status": "active|done|failed"}],
|
||||
"outfit_update": ["danbooru_tag", "danbooru_tag"]
|
||||
}
|
||||
Rules:
|
||||
- affinity_delta: integer -2..+2. Positive if character warmed up to player, negative if pushed away. 0 if neutral.
|
||||
- quest_updates: only include if a quest was clearly started, completed, or failed. Empty array otherwise.
|
||||
- choices: 0-4 options for what the player can do next."""
|
||||
- choices: 0-4 options for what the player can do next.
|
||||
- outfit_update: ONLY include if the character's clothing visibly changed (put on, took off, changed outfit). Use exact danbooru-style underscore_tags (e.g. ["white_dress", "red_ribbon", "barefoot"]). Empty array if no change."""
|
||||
|
||||
|
||||
async def narrator_pre(
|
||||
|
||||
Reference in New Issue
Block a user