(fit, src, context, projectionRange, **kwargs)
| 29290 | |
| 29291 | @staticmethod |
| 29292 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29293 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), 'armorHPBonusAdd', |
| 29294 | src.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 29295 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Upgrades'), 'capacityBonus', |
| 29296 | src.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 29297 | |
| 29298 | |
| 29299 | class Effect6615(BaseEffect): |
nothing calls this directly
no test coverage detected