(fit, ship, context, projectionRange, **kwargs)
| 38832 | |
| 38833 | @staticmethod |
| 38834 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38835 | fit.modules.filteredItemBoost( |
| 38836 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'falloff', |
| 38837 | ship.getModifiedItemAttr('shipBonusNavyDestroyerCaldari5'), **kwargs) |
| 38838 | |
| 38839 | |
| 38840 | class Effect11398(BaseEffect): |
nothing calls this directly
no test coverage detected