Update loot table schemas (#391)
* update loot table schemas * remove entity_properties and use new int_or_range definition * remove entity_properties from conditions.json as well
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"count": {
|
||||
"title": "Count",
|
||||
"oneOf": [{ "type": "integer" }, { "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }],
|
||||
"$ref": "../../../general/int_or_range.json",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user