This commit is contained in:
DaanV2
2021-07-01 16:42:21 +02:00
parent 63b688b92e
commit 5ec27268ea
91 changed files with 212 additions and 177 deletions

View File

@@ -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"
},

View File

@@ -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"
},

View File

@@ -12,7 +12,7 @@
"type": "number",
"description": "Maximum distance this mob can be away to be a valid choice",
"default": 16,
"title": "Max Dist"
"title": "Maximum Dist"
},
"walk_speed_multiplier": {
"type": "number",