(fit, ship, context, projectionRange, **kwargs)
| 20760 | |
| 20761 | @staticmethod |
| 20762 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20763 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 20764 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs) |
| 20765 | |
| 20766 | |
| 20767 | class Effect5542(BaseEffect): |
nothing calls this directly
no test coverage detected