(fit, src, context, projectionRange, **kwargs)
| 27751 | |
| 27752 | @staticmethod |
| 27753 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27754 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Shield Operation'), 'duration', |
| 27755 | src.getModifiedItemAttr('shipBonusDreadnoughtM2'), skill='Minmatar Dreadnought', **kwargs) |
| 27756 | |
| 27757 | |
| 27758 | class Effect6513(BaseEffect): |
nothing calls this directly
no test coverage detected