Added documentation for spawnrules

This commit is contained in:
DaanV2
2021-04-23 13:23:02 +02:00
parent 8d33845d05
commit 8f1663b45b
8 changed files with 36 additions and 20 deletions

View File

@@ -10,10 +10,10 @@
"description": "Herd",
"additionalProperties": false,
"properties": {
"min_size": { "type": "integer", "description": "TODO", "title": "Min Size" },
"max_size": { "type": "integer", "description": "TODO", "title": "Max Size" },
"event": { "type": "string", "description": "TODO", "title": "Event" },
"event_skip_count": { "type": "integer", "description": "TODO", "title": "Event Skip Count" }
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Min Size" },
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Max Size" },
"event": { "type": "string", "description": "This is an event that can be triggered from spawning", "title": "Event" },
"event_skip_count": { "type": "integer", "description": "This is the number of mobs spawned before the specified event is triggered", "title": "Event Skip Count" }
}
}
},