Skip to content

Commit

Permalink
Merge pull request #38 from avrae/2021w31
Browse files Browse the repository at this point in the history
v3 Service
  • Loading branch information
zhudotexe authored Aug 30, 2021
2 parents 81f08c2 + 3d59236 commit ff7fb06
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 243 deletions.
3 changes: 2 additions & 1 deletion lib/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HigherLevels(BaseModel):


class SpellSlotReference(BaseModel):
slot: conint(ge=1, le=9)
slot: Union[conint(ge=1, le=9), str255]


class AbilityReference(BaseModel):
Expand Down Expand Up @@ -96,6 +96,7 @@ class IEffect(Effect):
end: Optional[bool]
conc: Optional[bool]
desc: Optional[str4096]
stacking: Optional[bool]


class Roll(Effect):
Expand Down
Loading

0 comments on commit ff7fb06

Please sign in to comment.