diff options
| author | Supremist <sergkarv@gmail.com> | 2025-10-29 20:58:42 +0200 |
|---|---|---|
| committer | Supremist <sergkarv@gmail.com> | 2025-10-29 20:58:42 +0200 |
| commit | 0ada03ebf6a879e0a77475d525141d1090bcd634 (patch) | |
| tree | c236288c623f3a2c59fd682784e014faab120c61 /items.py | |
| parent | c29738661837749c72e3743c71814703cd11e062 (diff) | |
| download | pf2e_calc-0ada03ebf6a879e0a77475d525141d1090bcd634.tar.xz pf2e_calc-0ada03ebf6a879e0a77475d525141d1090bcd634.zip | |
Track bonuses and penalties from conditions
Diffstat (limited to 'items.py')
| -rw-r--r-- | items.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
