fixing has_damaged_equipment
This commit is contained in:
@@ -3,18 +3,18 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Has Damaged Equipment",
|
"title": "Has Damaged Equipment",
|
||||||
"description": "Tests for the presence of a damaged named item in the designated slot of the subject entity.",
|
"description": "Tests for the presence of a damaged named item in the designated slot of the subject entity.",
|
||||||
"required": [ "value" ],
|
"required": ["value"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"test": {
|
"test": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"const": "has_equipment",
|
"const": "has_damaged_equipment",
|
||||||
"description": "Tests for the presence of a damaged named item in the designated slot of the subject entity.",
|
"description": "Tests for the presence of a damaged named item in the designated slot of the subject entity.",
|
||||||
"title": "Test"
|
"title": "Test"
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"description": "The equipment location to test.",
|
"description": "The equipment location to test.",
|
||||||
"default": "any",
|
"default": "any",
|
||||||
"enum": [ "any", "inventory", "armor", "feet", "hand", "head", "leg", "torso" ],
|
"enum": ["any", "inventory", "armor", "feet", "hand", "head", "leg", "torso"],
|
||||||
"title": "Domain"
|
"title": "Domain"
|
||||||
},
|
},
|
||||||
"operator": {
|
"operator": {
|
||||||
|
|||||||
Reference in New Issue
Block a user