Add fighters to dps vs range graph
This commit is contained in:
@@ -151,6 +151,10 @@ class Fighter(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
|
||||
def abilities(self):
|
||||
return self.__abilities or []
|
||||
|
||||
@property
|
||||
def abilityMap(self):
|
||||
return {a.effectID: a for a in self.abilities}
|
||||
|
||||
@property
|
||||
def charge(self):
|
||||
return self.__charge
|
||||
|
||||
Reference in New Issue
Block a user