Skip to content

Commit ca3d9d4

Browse files
authored
Merge pull request #123 from ManualForArchipelago/count-as-string
Support number-as-string values in Item.Count
2 parents 68560ea + de0281b commit ca3d9d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemas/Manual.items.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"count": {
3939
"description": "(Optional) Total number of this item that will be in the itempool for randomization.",
40-
"type": "integer",
40+
"type": ["string", "integer"],
41+
"pattern": "^[0-9]+$",
4142
"default": 1
4243
},
4344
"value": {

0 commit comments

Comments
 (0)