(fit, container, context, projectionRange, **kwargs)
| 18104 | |
| 18105 | @staticmethod |
| 18106 | def handler(fit, container, context, projectionRange, **kwargs): |
| 18107 | level = container.level |
| 18108 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Plate', |
| 18109 | 'massAddition', container.getModifiedItemAttr('massPenaltyReduction') * level, **kwargs) |
| 18110 | |
| 18111 | |
| 18112 | class Effect5205(BaseEffect): |
nothing calls this directly
no test coverage detected