(fit, ship, context, projectionRange, **kwargs)
| 17151 | |
| 17152 | @staticmethod |
| 17153 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17154 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 17155 | 'damageMultiplier', ship.getModifiedItemAttr('rookieSPTDamageBonus'), **kwargs) |
| 17156 | |
| 17157 | |
| 17158 | class Effect5021(BaseEffect): |
nothing calls this directly
no test coverage detected