(fit, src, context, projectionRange, **kwargs)
| 26116 | |
| 26117 | @staticmethod |
| 26118 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26119 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), 'aoeVelocity', |
| 26120 | src.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 26121 | |
| 26122 | |
| 26123 | class Effect6360(BaseEffect): |
nothing calls this directly
no test coverage detected