LabSize¶
- class controller.models.v1.lab.LabSize(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
StrEnum
Allowable names for pod sizes.
Taken from d20 creature sizes.
Attributes Summary
A custom lab size.
Attributes Documentation
- COLOSSAL = 'colossal'¶
- CUSTOM = 'custom'¶
A custom lab size.
Used for lab sizes of existing labs that don’t match any of our currently-configured sizes.
- DIMINUTIVE = 'diminutive'¶
- FINE = 'fine'¶
- GARGANTUAN = 'gargantuan'¶
- HUGE = 'huge'¶
- LARGE = 'large'¶
- MEDIUM = 'medium'¶
- SMALL = 'small'¶
- TINY = 'tiny'¶