(fit, ship, context, projectionRange, **kwargs)
| 35446 | |
| 35447 | @staticmethod |
| 35448 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35449 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Defender Missiles'), |
| 35450 | 'moduleReactivationDelay', ship.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 35451 | |
| 35452 | |
| 35453 | class Effect7211(BaseEffect): |
nothing calls this directly
no test coverage detected