(fit, src, context, projectionRange, **kwargs)
| 31066 | |
| 31067 | @staticmethod |
| 31068 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31069 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'falloff', |
| 31070 | src.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs) |
| 31071 | |
| 31072 | |
| 31073 | class Effect6726(BaseEffect): |
nothing calls this directly
no test coverage detected