squad-quest/tests/main/quests/1.toml
2ndbeam 78da6dde05 feat!: Added several fields to Quest struct
- Added field public
- Added optional field available_on
- Added optional field deadline
- Updated tests and CLI to use these fields
2025-12-01 13:26:38 +03:00

9 lines
284 B
TOML

# This example demonstrates typical quest
# see main.rs
id = 1
difficulty = "Easy"
reward = 100
name = "Example easy quest"
description = "Answer this quest without any attachments or comments"
answer = "Accept the answer if it has no attachments and an empty comment"
public = false