(fit, src, context, projectionRange, **kwargs)
| 12038 | |
| 12039 | @staticmethod |
| 12040 | def handler(fit, src, context, projectionRange, **kwargs): |
| 12041 | fit.ship.boostItemAttr('agility', src.getModifiedItemAttr('subsystemBonusAmarrPropulsion2'), |
| 12042 | skill='Amarr Propulsion Systems', **kwargs) |
| 12043 | |
| 12044 | |
| 12045 | class Effect3866(BaseEffect): |
nothing calls this directly
no test coverage detected