(fit, ship, context, projectionRange, **kwargs)
| 20744 | |
| 20745 | @staticmethod |
| 20746 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20747 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 20748 | 'emDamage', ship.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs) |
| 20749 | |
| 20750 | |
| 20751 | class Effect5541(BaseEffect): |
nothing calls this directly
no test coverage detected