(fit, ship, context, projectionRange, **kwargs)
| 20776 | |
| 20777 | @staticmethod |
| 20778 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20779 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 20780 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs) |
| 20781 | |
| 20782 | |
| 20783 | class Effect5552(BaseEffect): |
nothing calls this directly
no test coverage detected