more minor refactoring of models

This commit is contained in:
Greg Gauthier 2024-06-24 09:56:49 +01:00
parent a912229c50
commit 5dc73d949c

View File

@ -39,7 +39,8 @@ ability_model = {
'ability': fields.String(
required=False,
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