From 9fa4cfbe2f948f4067ca1572bbc5dbfab678e7da Mon Sep 17 00:00:00 2001 From: Supremist Date: Wed, 29 Oct 2025 22:58:37 +0200 Subject: Add Attack action --- items.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'items.py') diff --git a/items.py b/items.py index f25b718..cd14c69 100644 --- a/items.py +++ b/items.py @@ -26,3 +26,8 @@ class Weapon: agile: bool = False finesse: bool = False twin: bool = False + propulsive: bool = False + thrown: int = 0 + + def dice_count(self): + return self.striking+1 -- cgit v1.2.3