Skip to content

Commit

Permalink
Add support for Roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
kw committed Mar 26, 2024
1 parent a305a92 commit 1af7ea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/camp/engine/rules/tempest/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ class RolePower(BaseFeatureDef):
level: Literal["bonus", "basic", "advanced"]
parent: str # Parent is _required_

@classmethod
def default_name(cls):
return "Role"


class Breed(BaseFeatureDef):
type: Literal["breed"] = "breed"
Expand Down

0 comments on commit 1af7ea7

Please sign in to comment.