Files
BreakEscape/scenarios/m01_first_contact.json.erb.backup
Z. Cliffe Schreuders 0cf9e0ba62 Add scenario schema and validation script for Break Escape scenarios
- Introduced `scenario-schema.json` to define the structure and requirements for scenario.json.erb files.
- Implemented `validate_scenario.rb` to render ERB templates to JSON and validate against the schema.
- Created a comprehensive `SCENARIO_JSON_FORMAT_GUIDE.md` to outline the correct format for scenario files, including required fields, room definitions, objectives, and common mistakes.
2025-12-01 15:45:24 +00:00

3 lines
166 B
Plaintext

<%# Backup of original file before restructuring %>
<%= File.read('/home/cliffe/Files/Projects/Code/BreakEscape/BreakEscape/scenarios/m01_first_contact.json.erb') %>