more minor refactoring of models
This commit is contained in:
		
							parent
							
								
									a912229c50
								
							
						
					
					
						commit
						5dc73d949c
					
				@ -39,7 +39,8 @@ ability_model = {
 | 
				
			|||||||
    'ability': fields.String(
 | 
					    'ability': fields.String(
 | 
				
			||||||
        required=False,
 | 
					        required=False,
 | 
				
			||||||
        default="all",
 | 
					        default="all",
 | 
				
			||||||
        description='The ability to roll. Not required. Defaults to "all".'),
 | 
					        description='The ability to roll. Not required. Valid options: "m-strength", "p-strength", '
 | 
				
			||||||
 | 
					                    '"intelligence", "charisma", "constitution", "dexterity", "all". Defaults to "all".'),
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Hp model
 | 
					# Hp model
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user