(fit, src, context, projectionRange, **kwargs)
| 32836 | |
| 32837 | @staticmethod |
| 32838 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32839 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), 'overloadSelfDurationBonus', |
| 32840 | src.getModifiedItemAttr('subsystemBonusAmarrDefensive2'), skill='Amarr Defensive Systems', **kwargs) |
| 32841 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), 'overloadHardeningBonus', |
| 32842 | src.getModifiedItemAttr('subsystemBonusAmarrDefensive2'), skill='Amarr Defensive Systems', **kwargs) |
| 32843 | |
| 32844 | |
| 32845 | class Effect6940(BaseEffect): |
nothing calls this directly
no test coverage detected