* simple expedition generation * add simple test key * expedition map component * some funny procedural testing * refactor expeditions from planetbiome to islanddungeons * some work * fix: grid dungeon, not map planet dungeon * unhardcode map components * finish T1 expedition generation * Update preset.yml * indestructable stone * mob water occlusion * caves T1 expedition * Update CP14SpawnExpeditionJob.cs * Delete shared MissionParams * rename to demiplans * pass mapid into job * demiplan connections * demiplan exits * random entry points * Update config.yml * some cleanup and renaming * radius one-time teleport * rename connections to exitPoint * merge entry and exit point into rift component * demipan closing - all rifts deletion * demiplanEEEEEE * fixes * delete floating visuals * Update CP14DemiplaneTravelingSystem.cs * intro and outro demiplan music * rift cores and flashing * pulling support * pulling fix + generatordata fix? * auto destrot demiplans??
15 lines
173 B
JSON
15 lines
173 B
JSON
{
|
|
"version": 1,
|
|
"license": "CLA",
|
|
"copyright": "by TheShuEd (discord)",
|
|
"size": {
|
|
"x": 48,
|
|
"y": 48
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "rift"
|
|
}
|
|
]
|
|
}
|