Expand description
A crate to create scenarios in DCSS (wizmode) from a yaml file.
Enums§
- Error
- Main errors types that can be raised while using the scenario builder.
- Yaml
Parsing Error - Errors that can be raised while parsing the yaml scenarios.
Functions§
- debug_
print_ lua - Print the created lua from the scenario_file to the log, to help debug issues in the YAML.
- debug_
save_ lua - Save a txt of the created lua from the scenario_file, to help debug issues in the YAML.
- start_
game_ with_ scenario - Start a game, using dcss_api::Webtile::start_game_seeded, with a scenario yaml file.