(fit, ship, context, projectionRange, **kwargs)
| 9849 | |
| 9850 | @staticmethod |
| 9851 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9852 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 9853 | 'emDamage', ship.getModifiedItemAttr('shipBonusAF'), |
| 9854 | skill='Amarr Frigate', **kwargs) |
| 9855 | |
| 9856 | |
| 9857 | class Effect3241(BaseEffect): |
nothing calls this directly
no test coverage detected