Ship a disk example pack so last-wins, patches and create-with-a-mod are tested for real.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-20 01:06:12 +03:00
co-authored by Cursor
parent edd3d35c79
commit 505b1429ab
20 changed files with 405 additions and 14 deletions
@@ -0,0 +1,14 @@
[
{
"defName": "ExampleEarlyRiser",
"weight": 1,
"incompatible": ["ExampleNightOwl"],
"commuteMinutes": 2,
},
{
"defName": "ExampleNightOwl",
"weight": 1,
"incompatible": ["ExampleEarlyRiser"],
"commuteMinutes": -2,
},
]