(fit, ship, context, projectionRange, **kwargs)
| 31900 | |
| 31901 | @staticmethod |
| 31902 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 31903 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Defender Missiles'), |
| 31904 | 'moduleReactivationDelay', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 31905 | |
| 31906 | |
| 31907 | class Effect6851(BaseEffect): |
nothing calls this directly
no test coverage detected