(fit, src, context, projectionRange, **kwargs)
| 38798 | |
| 38799 | @staticmethod |
| 38800 | def handler(fit, src, context, projectionRange, **kwargs): |
| 38801 | fit.modules.filteredItemBoost( |
| 38802 | lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus', |
| 38803 | src.getModifiedItemAttr('shipBonusNavyDestroyerCaldari3'), skill='Caldari Destroyer', **kwargs) |
| 38804 | |
| 38805 | |
| 38806 | class Effect11396(BaseEffect): |
nothing calls this directly
no test coverage detected