(fit, ship, context, projectionRange, **kwargs)
| 37193 | |
| 37194 | @staticmethod |
| 37195 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37196 | fit.modules.filteredItemMultiply( |
| 37197 | lambda mod: mod.item.requiresSkill('Cloaking'), 'maxVelocityModifier', |
| 37198 | ship.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 37199 | |
| 37200 | |
| 37201 | class Effect8152(BaseEffect): |
nothing calls this directly
no test coverage detected