Updated
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents` variant.", "title": "Chance" },
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Max Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Min Variant" }
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Maximum Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Minimum Variant" }
|
||||
},
|
||||
"title": "Deny Parents Variant"
|
||||
},
|
||||
|
||||
@@ -135,13 +135,13 @@
|
||||
},
|
||||
"max_critical_damage": {
|
||||
"type": "integer",
|
||||
"title": "Max Critical Damage",
|
||||
"title": "Maximum Critical Damage",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"min_critical_damage": {
|
||||
"type": "integer",
|
||||
"title": "Min Critical Damage",
|
||||
"title": "Minimum Critical Damage",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user