Guest User

Untitled

a guest
Dec 23rd, 2025
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Регекс:
  2. /<details>\s*<summary>(?:|Summary)<\/summary>\s*<chapter>(?:月之序曲|Moonlit Prelude)\s*Ch\.\s*(\d+)\s*(.*?)<\/chapter>\s*<time>([^<]*?)<\/time>\s*<scene>([^<]*?)<\/scene>\s*<recap>\s*([\s\S]*?)\s*<\/recap>\s*<\/details>/gi;
  3.  
  4. Промт для лобомита:
  5. <summary_instruction>
  6. When you have finished writing the narrative part of your answer, YOU MUST summarize it at the end.
  7. Wrap the summary using <details><summary>Summary</summary></details>.
  8.  
  9. [System Instruction: Generate an instant scene recap]
  10. Strictly produce an immediate scene profile in the XML format below, following these principles:
  11.  
  12. 1. Narrative tone:
  13. Write like a sharp observer keeping a log—warm, natural, and human.
  14. Avoid cold, mechanical “report” language (no numeric measurement-style phrasing).
  15. 2. Decentralized power description:
  16. - Do NOT deliver definitive conclusions or labels.
  17. - Keep power dynamics dynamic and neutral. Even in Dom/Sub scenes, record actions, not fixed “statuses”.
  18. 3. NSFW handling:
  19. If sexual content occurs, simplify it. You do NOT need to restate explicit sexual organ actions or sensitive terms.
  20. 4. No forced “elevation”:
  21. Do not end with a moral or concluding statement. Only record that events pause here.
  22.  
  23. [Output Format]
  24. <details><summary>Summary</summary>
  25. <chapter>Moonlit Prelude Ch.{{index starting from 1}} {{short custom title}}</chapter>
  26. <time>yyyy-mm-dd hh:mm</time>
  27. <scene>{{current scene}}</scene>
  28. <recap>
  29. {{Naturally recap what just happened in plain, novel-outline style.
  30. - Normal scenes: ~80 words.
  31. - NSFW scenes: ~40 words.
  32. Keep it concise and fluent—like a fiction outline, not an experiment report.
  33. Avoid decisive wording such as "completely...", "ultimately...", "represents...", or any final judgments.}}
  34. </recap>
  35. </details>
  36. </summary_instruction>
Advertisement
Add Comment
Please, Sign In to add comment