summaryrefslogtreecommitdiff
path: root/items.py
diff options
context:
space:
mode:
authorSupremist <sergkarv@gmail.com>2025-10-29 20:58:42 +0200
committerSupremist <sergkarv@gmail.com>2025-10-29 20:58:42 +0200
commit0ada03ebf6a879e0a77475d525141d1090bcd634 (patch)
treec236288c623f3a2c59fd682784e014faab120c61 /items.py
parentc29738661837749c72e3743c71814703cd11e062 (diff)
downloadpf2e_calc-0ada03ebf6a879e0a77475d525141d1090bcd634.tar.xz
pf2e_calc-0ada03ebf6a879e0a77475d525141d1090bcd634.zip
Track bonuses and penalties from conditions
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