(fit, src, context, projectionRange, **kwargs)
| 41119 | |
| 41120 | @staticmethod |
| 41121 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41122 | fit.modules.filteredItemBoost( |
| 41123 | lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus', |
| 41124 | src.getModifiedItemAttr('shipBonusCD1'), skill='Caldari Destroyer', **kwargs) |
| 41125 | |
| 41126 | |
| 41127 | class Effect12195(BaseEffect): |
nothing calls this directly
no test coverage detected