LabSize

class controller.models.v1.lab.LabSize(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

Allowable names for pod sizes.

Taken from d20 creature sizes.

Attributes Summary

COLOSSAL

CUSTOM

A custom lab size.

DIMINUTIVE

FINE

GARGANTUAN

HUGE

LARGE

MEDIUM

SMALL

TINY

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'