Skip to content

Commit

Permalink
feat: add more traits to Alune (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Dampen59 <[email protected]>
  • Loading branch information
Dampen59 authored Aug 19, 2024
1 parent b5bc4e0 commit 577a74a
Show file tree
Hide file tree
Showing 21 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions alune/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,28 @@ def get_default_traits(cls):
"""
return [cls.WITCHCRAFT, cls.INCANTOR]

ARCANA = auto()
BASTION = auto()
BLASTER = auto()
CHRONO = auto()
DRAGON = auto()
DRUID = auto()
ELDRITCH = auto()
FAERIE = auto()
FROST = auto()
HONEYMANCY = auto()
HUNTER = auto()
INCANTOR = auto()
MAGE = auto()
MULTISTRIKER = auto()
PORTAL = auto()
PRESERVER = auto()
PYRO = auto()
SCHOLAR = auto()
SHAPESHIFTER = auto()
SUGARCRAFT = auto()
VANGUARD = auto()
WARRIOR = auto()
WITCHCRAFT = auto()


Expand Down
Binary file added alune/images/traits/arcana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/bastion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/blaster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/chrono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/dragon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/druid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/eldritch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/frost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/honeymancy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/hunter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/mage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/multistriker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/portal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/preserver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/pyro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/scholar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/shapeshifter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/sugarcraft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/vanguard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alune/images/traits/warrior.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 577a74a

Please sign in to comment.