Render a markdown file describing the campaign progression during campaign generation

This commit is contained in:
pleb
2026-05-02 10:13:41 -07:00
parent e25390c1f8
commit 7badf6588d
8 changed files with 574 additions and 8 deletions
+29 -1
View File
@@ -11,5 +11,33 @@
"backgroundAlpha": 1
},
"mapPositions": [],
"missions": []
"missions": [
{
"index": 0,
"name": "A Jhintleman's $100 Bills",
"songid": "36c0b",
"hash": "348ef45fe3504e2f6b86706b9f616317893163df",
"customDownloadURL": "",
"characteristic": "Standard",
"difficulty": 4,
"modifiers": {
"disappearingArrows": false,
"strictAngles": false,
"fastNotes": false,
"noBombs": false,
"failOnSaberClash": false,
"instaFail": false,
"noFail": false,
"batteryEnergy": false,
"ghostNotes": false,
"noArrows": false,
"speedMul": 1,
"energyType": 0,
"enabledObstacleType": 0
},
"requirements": [],
"notes": "",
"purpose": ""
}
]
}