Added base examples
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user