(fit, ship, context, projectionRange, **kwargs)
| 41331 | |
| 41332 | @staticmethod |
| 41333 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41334 | fit.modules.filteredItemBoost( |
| 41335 | lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), 'falloff', |
| 41336 | ship.getModifiedItemAttr('shipBonusDreadnoughtG1'), skill='Gallente Dreadnought', **kwargs) |
| 41337 | |
| 41338 | |
| 41339 | class Effect12246(BaseEffect): |
nothing calls this directly
no test coverage detected