Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ExDrill committed Nov 4, 2024
1 parent af8c5fa commit 849a69b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
"title": "Processors",
"description": "The identifier of the processor list to use when placing the structure.",
"$ref": "../../../general/reference/identifiers.json#/definitions/processor_list_identifiers"
},
"projection": {
"title": "Projection",
"description": "Specifies how structures should be placed relative to the terrain.",
"type": "string",
"enum": ["rigid", "terrain_matching"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"description": "A grouping of a Structure Template, the Processor List to use when placing the structure, and its weight that determines the likelihood of the element being chosen.",
"$ref": "./elements/_main.json"
},
"projection": {
"title": "Projection",
"description": "Specifies how structures should be placed relative to the terrain.",
"type": "string",
"enum": ["rigid", "terrain_matching"]
},
"weight": {
"title": "Weight",
"description": "The weighted probability of choosing the element from the pool. For example, a template pool containing 2 structures with weights of 1 and 3 will have a 25% and 75% chance of being chosen respectively.",
Expand Down

0 comments on commit 849a69b

Please sign in to comment.