diff --git a/alune/images.py b/alune/images.py index 03570ee..c2ca1f3 100644 --- a/alune/images.py +++ b/alune/images.py @@ -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() diff --git a/alune/images/traits/arcana.png b/alune/images/traits/arcana.png new file mode 100644 index 0000000..4354656 Binary files /dev/null and b/alune/images/traits/arcana.png differ diff --git a/alune/images/traits/bastion.png b/alune/images/traits/bastion.png new file mode 100644 index 0000000..8e4cfa4 Binary files /dev/null and b/alune/images/traits/bastion.png differ diff --git a/alune/images/traits/blaster.png b/alune/images/traits/blaster.png new file mode 100644 index 0000000..665b024 Binary files /dev/null and b/alune/images/traits/blaster.png differ diff --git a/alune/images/traits/chrono.png b/alune/images/traits/chrono.png new file mode 100644 index 0000000..46a19e6 Binary files /dev/null and b/alune/images/traits/chrono.png differ diff --git a/alune/images/traits/dragon.png b/alune/images/traits/dragon.png new file mode 100644 index 0000000..07762cf Binary files /dev/null and b/alune/images/traits/dragon.png differ diff --git a/alune/images/traits/druid.png b/alune/images/traits/druid.png new file mode 100644 index 0000000..d76e4b0 Binary files /dev/null and b/alune/images/traits/druid.png differ diff --git a/alune/images/traits/eldritch.png b/alune/images/traits/eldritch.png new file mode 100644 index 0000000..30ccc35 Binary files /dev/null and b/alune/images/traits/eldritch.png differ diff --git a/alune/images/traits/frost.png b/alune/images/traits/frost.png new file mode 100644 index 0000000..f2e6808 Binary files /dev/null and b/alune/images/traits/frost.png differ diff --git a/alune/images/traits/honeymancy.png b/alune/images/traits/honeymancy.png new file mode 100644 index 0000000..0bab5d1 Binary files /dev/null and b/alune/images/traits/honeymancy.png differ diff --git a/alune/images/traits/hunter.png b/alune/images/traits/hunter.png new file mode 100644 index 0000000..5ba40d7 Binary files /dev/null and b/alune/images/traits/hunter.png differ diff --git a/alune/images/traits/mage.png b/alune/images/traits/mage.png new file mode 100644 index 0000000..dff3f06 Binary files /dev/null and b/alune/images/traits/mage.png differ diff --git a/alune/images/traits/multistriker.png b/alune/images/traits/multistriker.png new file mode 100644 index 0000000..d6eade7 Binary files /dev/null and b/alune/images/traits/multistriker.png differ diff --git a/alune/images/traits/portal.png b/alune/images/traits/portal.png new file mode 100644 index 0000000..d1bdbef Binary files /dev/null and b/alune/images/traits/portal.png differ diff --git a/alune/images/traits/preserver.png b/alune/images/traits/preserver.png new file mode 100644 index 0000000..bda0366 Binary files /dev/null and b/alune/images/traits/preserver.png differ diff --git a/alune/images/traits/pyro.png b/alune/images/traits/pyro.png new file mode 100644 index 0000000..b8a1465 Binary files /dev/null and b/alune/images/traits/pyro.png differ diff --git a/alune/images/traits/scholar.png b/alune/images/traits/scholar.png new file mode 100644 index 0000000..80c3f29 Binary files /dev/null and b/alune/images/traits/scholar.png differ diff --git a/alune/images/traits/shapeshifter.png b/alune/images/traits/shapeshifter.png new file mode 100644 index 0000000..a9aeec3 Binary files /dev/null and b/alune/images/traits/shapeshifter.png differ diff --git a/alune/images/traits/sugarcraft.png b/alune/images/traits/sugarcraft.png new file mode 100644 index 0000000..af74dbe Binary files /dev/null and b/alune/images/traits/sugarcraft.png differ diff --git a/alune/images/traits/vanguard.png b/alune/images/traits/vanguard.png new file mode 100644 index 0000000..12613a1 Binary files /dev/null and b/alune/images/traits/vanguard.png differ diff --git a/alune/images/traits/warrior.png b/alune/images/traits/warrior.png new file mode 100644 index 0000000..a7ec21f Binary files /dev/null and b/alune/images/traits/warrior.png differ