(fit, src, context, projectionRange, **kwargs)
| 28295 | |
| 28296 | @staticmethod |
| 28297 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28298 | lvl = src.level |
| 28299 | fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Support Fighters'), 'shieldCapacity', |
| 28300 | src.getModifiedItemAttr('shieldBonus') * lvl, **kwargs) |
| 28301 | |
| 28302 | |
| 28303 | class Effect6563(BaseEffect): |
nothing calls this directly
no test coverage detected