(fit, ship, context, projectionRange, **kwargs)
| 40071 | |
| 40072 | @staticmethod |
| 40073 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40074 | fit.modules.filteredItemBoost( |
| 40075 | lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), 'falloff', |
| 40076 | ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs) |
| 40077 | |
| 40078 | |
| 40079 | class Effect11764(BaseEffect): |
nothing calls this directly
no test coverage detected