(fit, ship, context, projectionRange, **kwargs)
| 17495 | |
| 17496 | @staticmethod |
| 17497 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17498 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), |
| 17499 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusCF2'), skill='Caldari Frigate', **kwargs) |
| 17500 | |
| 17501 | |
| 17502 | class Effect5105(BaseEffect): |
nothing calls this directly
no test coverage detected