(fit, ship, context, projectionRange, **kwargs)
| 9815 | |
| 9816 | @staticmethod |
| 9817 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9818 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 9819 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusAF'), |
| 9820 | skill='Amarr Frigate', **kwargs) |
| 9821 | |
| 9822 | |
| 9823 | class Effect3236(BaseEffect): |
nothing calls this directly
no test coverage detected