(fit, src, context, projectionRange, **kwargs)
| 33582 | |
| 33583 | @staticmethod |
| 33584 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33585 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Bomb Deployment'), 'power', src.getModifiedItemAttr('shipBonusRole3'), **kwargs) |
| 33586 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Bomb Deployment'), 'cpu', src.getModifiedItemAttr('shipBonusRole3'), **kwargs) |
| 33587 | |
| 33588 | |
| 33589 | class Effect7003(BaseEffect): |
nothing calls this directly
no test coverage detected