Skip to content

Commit

Permalink
Update data/schema/robot.json
Browse files Browse the repository at this point in the history
Co-authored-by: Brent Yorgey <[email protected]>
  • Loading branch information
kostmo and byorgey authored Aug 28, 2023
1 parent c619317 commit f3354a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/schema/robot.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "A description of the robot, given as a list of paragraphs. This is currently not used for much (perhaps not at all?)."
},
"loc": {
"description": "An optional (x,y) starting location for the robot. If the loc field is specified, then a concrete robot will be created at the given location. If this field is omitted, then this robot record exists only as a template which can be referenced from a cell in the world palette. Concrete robots will then be created wherever the corresponding palette character is used in the world map.",
"description": "An optional starting location for the robot. If the loc field is specified, then a concrete robot will be created at the given location. If this field is omitted, then this robot record exists only as a template which can be referenced from a cell in the world palette. Concrete robots will then be created wherever the corresponding palette character is used in the world map.",
"oneOf": [
{"$ref": "./cosmic-loc.json"},
{"$ref": "./planar-loc.json"}
Expand Down

0 comments on commit f3354a4

Please sign in to comment.