This commit is contained in:
DaanV2
2022-06-07 22:25:56 +02:00
parent 766865c1c8
commit 7eb4897428
2 changed files with 14 additions and 0 deletions

View File

@@ -30,6 +30,12 @@
"set_name",
"specific_enchants"
]
},
"add": {
"title": "Add",
"description": "UNDOCUMENTED",
"type": "boolean",
"default": false
}
},
"allOf": [

View File

@@ -127,6 +127,14 @@
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" },
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" }
}
},
"bonus_rolls": {
"title": "Bonus Rolls",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0,
"default": 0
}
}
}