(fit, ship, context, projectionRange, **kwargs)
| 15147 | |
| 15148 | @staticmethod |
| 15149 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15150 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 15151 | 'falloff', ship.getModifiedItemAttr('shipBonusGC'), skill='Gallente Cruiser', **kwargs) |
| 15152 | |
| 15153 | |
| 15154 | class Effect4513(BaseEffect): |
nothing calls this directly
no test coverage detected