This commit is contained in:
DaanV2
2021-07-01 16:10:45 +02:00
parent 8842f70840
commit 0b1527e81a
44 changed files with 213 additions and 233 deletions

View File

@@ -7,6 +7,6 @@
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"probability": { "type": "number", "minimum": 0, "description": "The probability that the mob will use the goal.", "title": "TODO Title" }
"probability": { "type": "number", "minimum": 0, "description": "The probability that the mob will use the goal.", "title": "Probability" }
}
}