Added base examples

This commit is contained in:
DaanV2
2021-10-11 18:10:42 +02:00
parent f188cfa6ee
commit 67ccb3d2d1
134 changed files with 2414 additions and 385 deletions

View File

@@ -6,7 +6,9 @@
"additionalProperties": false,
"required": [],
"properties": {
"filters": { "$ref": "../../filters/filters.json" },
"filters": {
"$ref": "../../filters/filters.json"
},
"force_use": {
"type": "boolean",
"default": false,
@@ -30,9 +32,19 @@
"description": "The amount of health this entity gains when fed this item",
"title": "Heal Amount"
},
"item": { "type": "string", "description": "Item identifier that can be used to heal this entity", "title": "Item" }
"item": {
"type": "string",
"description": "Item identifier that can be used to heal this entity",
"title": "Item"
}
}
}
}
}
},
"examples": [
{
"force_use": false,
"items": []
}
]
}