(self)
| 372 | |
| 373 | @property |
| 374 | def falloff(self): |
| 375 | attrs = ("falloffEffectiveness", "falloff", "shipScanFalloff") |
| 376 | for attr in attrs: |
| 377 | falloff = self.getModifiedItemAttr(attr) |
| 378 | if falloff: |
| 379 | return falloff |
| 380 | |
| 381 | @property |
| 382 | def slot(self): |
nothing calls this directly
no test coverage detected