(fit, ship, context, projectionRange, **kwargs)
| 17035 | |
| 17036 | @staticmethod |
| 17037 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17038 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 17039 | 'damageMultiplier', ship.getModifiedItemAttr('rookieSHTDamageBonus'), **kwargs) |
| 17040 | |
| 17041 | |
| 17042 | class Effect5014(BaseEffect): |
nothing calls this directly
no test coverage detected