(fit, src, context, projectionRange, **kwargs)
| 39133 | |
| 39134 | @staticmethod |
| 39135 | def handler(fit, src, context, projectionRange, **kwargs): |
| 39136 | fit.modules.filteredItemBoost( |
| 39137 | lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'falloff', |
| 39138 | src.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 39139 | |
| 39140 | |
| 39141 | class Effect11417(BaseEffect): |
nothing calls this directly
no test coverage detected