(fit, module, context, projectionRange, **kwargs)
| 13263 | |
| 13264 | @staticmethod |
| 13265 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13266 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 13267 | 'falloff', module.getModifiedItemAttr('subsystemBonusGallenteOffensive'), |
| 13268 | skill='Gallente Offensive Systems', **kwargs) |
| 13269 | |
| 13270 | |
| 13271 | class Effect4114(BaseEffect): |
nothing calls this directly
no test coverage detected