(fit, src, context, projectionRange, **kwargs)
| 12086 | |
| 12087 | @staticmethod |
| 12088 | def handler(fit, src, context, projectionRange, **kwargs): |
| 12089 | fit.ship.boostItemAttr('agility', src.getModifiedItemAttr('subsystemBonusMinmatarPropulsion2'), |
| 12090 | skill='Minmatar Propulsion Systems', **kwargs) |
| 12091 | |
| 12092 | |
| 12093 | class Effect3869(BaseEffect): |
nothing calls this directly
no test coverage detected