8 lines
292 B
TOML
8 lines
292 B
TOML
# This example demonstrates incorrect quest which will not be loaded from config
|
|
# see main.rs
|
|
id = 133713371337
|
|
difficulty = sick
|
|
reward = an infinite amount of coffee
|
|
name = "Impossible quest"
|
|
description = "This quest won't be loaded in the game, therefore you can't solve it"
|
|
answer = 42
|