(self)
| 111 | |
| 112 | @property |
| 113 | def cycleTime(self): |
| 114 | speed = self.fighter.getModifiedItemAttr("{}Duration".format(self.attrPrefix)) |
| 115 | return speed |
| 116 | |
| 117 | def getVolley(self, targetProfile=None): |
| 118 | if not self.dealsDamage or not self.active: |
nothing calls this directly
no test coverage detected