(fit, src, context, projectionRange, **kwargs)
| 29706 | |
| 29707 | @staticmethod |
| 29708 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29709 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), 'armorHPBonusAdd', |
| 29710 | src.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 29711 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Upgrades'), 'capacityBonus', |
| 29712 | src.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 29713 | |
| 29714 | |
| 29715 | class Effect6642(BaseEffect): |
nothing calls this directly
no test coverage detected