(fit, src, context, projectionRange, **kwargs)
| 26187 | |
| 26188 | @staticmethod |
| 26189 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26190 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Shield Booster', 'falloffEffectiveness', |
| 26191 | src.getModifiedItemAttr('falloffBonus'), **kwargs) |
| 26192 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Ancillary Remote Shield Booster', |
| 26193 | 'falloffEffectiveness', src.getModifiedItemAttr('falloffBonus'), **kwargs) |
| 26194 | |
| 26195 | |
| 26196 | class Effect6369(BaseEffect): |
nothing calls this directly
no test coverage detected