(fit, src, context, projectionRange, **kwargs)
| 33083 | |
| 33084 | @staticmethod |
| 33085 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33086 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Remote Shield Booster', 'Ancillary Remote Shield Booster'), |
| 33087 | 'falloffEffectiveness', src.getModifiedItemAttr('remoteShieldBoosterFalloffBonus'), **kwargs) |
| 33088 | |
| 33089 | |
| 33090 | class Effect6956(BaseEffect): |
nothing calls this directly
no test coverage detected