Changes

234 bytes added ,  03:31, 13 December 2022
no edit summary
Line 70: Line 70:  
"params": {
 
"params": {
 
"rating": {
 
"rating": {
"label": "Mob Die Rating",
+
"label": "Number of Mob Dice",
"description": "The Mob's Die Rating: 4,6,8,10, or 12",
+
"description": "The skill level of the mob. Minimum 2, max 5, determines how many 'health' dice the mob has.",
"example": "8",
+
"example": "2",
 
"type": "number",
 
"type": "number",
"required": true
+
"required": true,
 +
"default": "2"
 
},
 
},
 
"name": {
 
"name": {
Line 103: Line 104:  
},
 
},
 
"skill_level": {
 
"skill_level": {
"label": "Mob skill level",
+
"label": "Cortex Die",
"description": "The skill level of the mob. Minimum 2, max 5, determines how many 'health' dice the mob has.",
+
"description": "The Mob's Die Rating: 4,6,8,10, or 12",
 
"type": "number",
 
"type": "number",
"default": "2",
+
"required": true,
"required": true
+
"example": "8"
 
},
 
},
 
"trait2": {
 
"trait2": {
Line 167: Line 168:  
"description": "The die value of the 6th trait",
 
"description": "The die value of the 6th trait",
 
"example": "8",
 
"example": "8",
 +
"type": "number"
 +
},
 +
"width": {
 +
"label": "Width of Object",
 +
"description": "Width of the object on the page. Default 20%, suggest using 100% if putting the box in a table",
 +
"example": "100",
 
"type": "number"
 
"type": "number"
 
}
 
}
Line 172: Line 179:  
"description": "Cortex Mob",
 
"description": "Cortex Mob",
 
"paramOrder": [
 
"paramOrder": [
"name",
+
"name",
 
"rating",
 
"rating",
 
"skill_level",
 
"skill_level",
 
"description",
 
"description",
 +
"width",
 
"trait1",
 
"trait1",
 
"trait1_value",
 
"trait1_value",