(fit, ship, context, projectionRange, **kwargs)
| 20728 | |
| 20729 | @staticmethod |
| 20730 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20731 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 20732 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs) |
| 20733 | |
| 20734 | |
| 20735 | class Effect5540(BaseEffect): |
nothing calls this directly
no test coverage detected