(fit, ship, context, projectionRange, **kwargs)
| 39428 | |
| 39429 | @staticmethod |
| 39430 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39431 | fit.modules.filteredItemBoost( |
| 39432 | lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'maxRange', |
| 39433 | ship.getModifiedItemAttr('shipBonusNavyDestroyerAmarr6'), **kwargs) |
| 39434 | |
| 39435 | |
| 39436 | class Effect11452(BaseEffect): |
nothing calls this directly
no test coverage detected