Updated Schemas

This commit is contained in:
Ben C 2025-01-06 04:17:54 +00:00
parent e3f117c8d4
commit 60f4f00bc4

View File

@ -4067,6 +4067,11 @@
"description": "Scale to apply to the planet in map mode.", "description": "Scale to apply to the planet in map mode.",
"format": "float", "format": "float",
"default": 1.0 "default": 1.0
},
"selectable": {
"type": "boolean",
"description": "Can this ship log map mode entry be selected\nEx) Set to false for stars with no entries on them so they are skipped in navigation",
"default": true
} }
} }
}, },