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

Method falloff

eos/saveddata/fighter.py:329–334  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

327 # Put them in the attrs tuple.
328 @property
329 def falloff(self):
330 attrs = ("falloff", "falloffEffectiveness")
331 for attr in attrs:
332 falloff = self.getModifiedItemAttr(attr, None)
333 if falloff is not None:
334 return falloff
335
336 @property
337 def hp(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected