mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
9a420c57e1
commit
5414ea2d41
@ -1354,7 +1354,7 @@
|
|||||||
},
|
},
|
||||||
"bracketRadius": {
|
"bracketRadius": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Radius of the brackets that show up when you target this. Defaults to the sphereOfInfluence.",
|
"description": "Radius of the brackets that show up when you target this. Defaults to the sphere of influence.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"default": -1
|
"default": -1
|
||||||
},
|
},
|
||||||
@ -1364,9 +1364,13 @@
|
|||||||
},
|
},
|
||||||
"maxTargetDistance": {
|
"maxTargetDistance": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The maximum distance that the reference frame can be targeted from. Defaults to double the sphereOfInfluence.",
|
"description": "The maximum distance that the reference frame can be targeted from. Defaults to 100km and cannot be greater than that.",
|
||||||
"format": "float",
|
"format": "float"
|
||||||
"default": -1
|
},
|
||||||
|
"targetColliderRadius": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "The radius of the sphere around the planet which you can click on to target it. Defaults to twice the sphere of influence.",
|
||||||
|
"format": "float"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user