(fit, ship, context, projectionRange, **kwargs)
| 15198 | |
| 15199 | @staticmethod |
| 15200 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15201 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 15202 | 'falloff', ship.getModifiedItemAttr('shipBonusGC'), skill='Gallente Cruiser', **kwargs) |
| 15203 | |
| 15204 | |
| 15205 | class Effect4527(BaseEffect): |
nothing calls this directly
no test coverage detected