(fit, module, context, projectionRange, **kwargs)
| 12291 | |
| 12292 | @staticmethod |
| 12293 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12294 | fit.ship.boostItemAttr('shieldCapacity', module.getModifiedItemAttr('subsystemBonusCaldariDefensive'), |
| 12295 | skill='Caldari Defensive Systems', **kwargs) |
| 12296 | |
| 12297 | |
| 12298 | class Effect3979(BaseEffect): |
nothing calls this directly
no test coverage detected