(fit, ship, context, projectionRange, **kwargs)
| 38593 | |
| 38594 | @staticmethod |
| 38595 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38596 | for attr in ('powerTransferAmount', 'maxRange'): |
| 38597 | fit.modules.filteredItemBoost( |
| 38598 | lambda mod: mod.item.group.name == 'Energy Nosferatu', attr, |
| 38599 | ship.getModifiedItemAttr('shipBonusDreadnoughtA4'), skill='Amarr Dreadnought', **kwargs) |
| 38600 | |
| 38601 | |
| 38602 | class Effect11376(BaseEffect): |
nothing calls this directly
no test coverage detected