(fit, skill, context, projectionRange, **kwargs)
| 1055 | |
| 1056 | @staticmethod |
| 1057 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 1058 | fit.ship.increaseItemAttr('shieldUniformity', skill.getModifiedItemAttr('uniformityBonus') * skill.level, **kwargs) |
| 1059 | |
| 1060 | |
| 1061 | class Effect279(BaseEffect): |
nothing calls this directly
no test coverage detected