feat(content): demo quest 'restore_power'; document quests command

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-31 22:34:57 +02:00
parent e3fb0c9fa6
commit 1b22c996e1
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
- id: restore_power
title: "Bring the Manor to Life"
autoStart: true
stages:
- objective: "Get the power running."
completion: [{ flag: power_on }]
- objective: "Earn the Old Man's brass key."
completion: [{ hasItem: key }]
onComplete:
- { setFlag: manor_secured }