MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / numShots

Method numShots

eos/saveddata/fighterAbility.py:109–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107
108 @property
109 def numShots(self):
110 return self.NUM_SHOTS_MAPPING[self.fighter.getModifiedItemAttr("fighterSquadronRole")] or 0 if self.hasCharges else 0
111
112 @property
113 def cycleTime(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected