(fit, src, context, projectionRange, **kwargs)
| 12307 | |
| 12308 | @staticmethod |
| 12309 | def handler(fit, src, context, projectionRange, **kwargs): |
| 12310 | fit.ship.boostItemAttr('shieldCapacity', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive'), |
| 12311 | skill='Minmatar Defensive Systems', **kwargs) |
| 12312 | fit.ship.boostItemAttr('armorHP', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive'), |
| 12313 | skill='Minmatar Defensive Systems', **kwargs) |
| 12314 | |
| 12315 | |
| 12316 | class Effect3980(BaseEffect): |
nothing calls this directly
no test coverage detected