(fit, ship, context, projectionRange, **kwargs)
| 14425 | |
| 14426 | @staticmethod |
| 14427 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14428 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14429 | 'maxVelocity', ship.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs) |
| 14430 | |
| 14431 | |
| 14432 | class Effect4380(BaseEffect): |
nothing calls this directly
no test coverage detected