(fit, ship, context, projectionRange, **kwargs)
| 14930 | |
| 14931 | @staticmethod |
| 14932 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14933 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 14934 | 'falloff', ship.getModifiedItemAttr('shipBonusATC2'), **kwargs) |
| 14935 | |
| 14936 | |
| 14937 | class Effect4476(BaseEffect): |
nothing calls this directly
no test coverage detected