Motto: Time flows as the story requires.
Time flows as the story requires
| K-Line | Why Related | |--------|-------------| | simulation/ | Time state lives here | | adventure/ | Adventures track time | | buff/ | Buff durations in turns | | needs/ | Needs decay over turns | | action-queue/ | Actions consume time | | speed-of-light/ | Instant vs simulated time | | session-log/ | Sessions track real time |
Quick Links:
Simulation turns vs LLM iterations — they're not the same! One LLM response might be 0, 1, or many turns.
| Action | Turns | |--------|-------| | GO NORTH | 1 | | PAT TERPIE | 1 | | LOOK | 0 | | INVENTORY | 0 | | Pet all 8 kittens | 8 | | Take a nap | ~10 |
| Command | Effect |
|---------|--------|
| PAUSE | Stop time |
| RESUME | Restart time |
| TICK [n] | Force n turns |
| WAIT [duration] | Skip time |
| UNDO | Rewind via git |
npx skills add SimHacker/time下载完整 Skill 目录,包含 SKILL.md 及所有相关文件