(fit, src, context, projectionRange, **kwargs)
| 33551 | |
| 33552 | @staticmethod |
| 33553 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33554 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'falloff', |
| 33555 | src.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 33556 | |
| 33557 | |
| 33558 | class Effect7001(BaseEffect): |
nothing calls this directly
no test coverage detected