(fit, ship, context, projectionRange, **kwargs)
| 38201 | |
| 38202 | @staticmethod |
| 38203 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38204 | fit.modules.filteredItemBoost( |
| 38205 | lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition', |
| 38206 | ship.getModifiedItemAttr('subsystemBonusMassAddition'), **kwargs) |
| 38207 | |
| 38208 | |
| 38209 | class Effect8477(BaseEffect): |
nothing calls this directly
no test coverage detected