(fit, src, context, projectionRange, **kwargs)
| 2414 | |
| 2415 | @staticmethod |
| 2416 | def handler(fit, src, context, projectionRange, **kwargs): |
| 2417 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'damageMultiplier', |
| 2418 | src.getModifiedItemAttr('shipBonusAF'), skill='Amarr Frigate', **kwargs) |
| 2419 | |
| 2420 | |
| 2421 | class Effect760(BaseEffect): |
nothing calls this directly
no test coverage detected