summaryrefslogtreecommitdiff
path: root/items.py
diff options
context:
space:
mode:
Diffstat (limited to 'items.py')
-rw-r--r--items.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/items.py b/items.py
index a26316c..f25b718 100644
--- a/items.py
+++ b/items.py
@@ -16,6 +16,7 @@ class Armor:
class Weapon:
name: str
category: str
+ group: str
main_die: int
potency: int = 0
striking: int = 0
@@ -23,4 +24,5 @@ class Weapon:
fatal: int = 0
deadly: int = 0
agile: bool = False
+ finesse: bool = False
twin: bool = False