Skip to content

Commit

Permalink
fixing has_damaged_equipment
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Aug 14, 2024
1 parent eb0e64b commit 8e9af59
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"type": "object",
"title": "Has Damaged Equipment",
"description": "Tests for the presence of a damaged named item in the designated slot of the subject entity.",
"required": [ "value" ],
"required": ["value"],
"properties": {
"test": {
"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.",
"title": "Test"
},
"domain": {
"description": "The equipment location to test.",
"default": "any",
"enum": [ "any", "inventory", "armor", "feet", "hand", "head", "leg", "torso" ],
"enum": ["any", "inventory", "armor", "feet", "hand", "head", "leg", "torso"],
"title": "Domain"
},
"operator": {
Expand Down

0 comments on commit 8e9af59

Please sign in to comment.