(fit, src, context, projectionRange, **kwargs)
| 32910 | |
| 32911 | @staticmethod |
| 32912 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32913 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 32914 | 'overloadSelfDurationBonus', src.getModifiedItemAttr('subsystemBonusAmarrDefensive3'), |
| 32915 | skill='Amarr Defensive Systems', **kwargs) |
| 32916 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 32917 | 'overloadArmorDamageAmount', src.getModifiedItemAttr('subsystemBonusAmarrDefensive3'), |
| 32918 | skill='Amarr Defensive Systems', **kwargs) |
| 32919 | |
| 32920 | |
| 32921 | class Effect6944(BaseEffect): |
nothing calls this directly
no test coverage detected