Struggling to debug the weird error with [my mutation triggers overhaul], I decided to move on for now and start writing tests. I need to add a set of dummy mutations in order to test the diffrent trigger types (no current real mutations for all of them) but have a couple questions about doing so.
- What does setting the field: debug= true actually do? (Is it just a marker or do they get tossed out for actual games?)
- Is there a spot/convention for where to add them? I don’t really want to clutter up mutations.json with dummy data.
- Confirm that adding them won’t cause any issues so long as they are valid JSON and, I set: valid=false, debug=true, profession=false