(fit, src, context, projectionRange, **kwargs)
| 12070 | |
| 12071 | @staticmethod |
| 12072 | def handler(fit, src, context, projectionRange, **kwargs): |
| 12073 | fit.ship.boostItemAttr('agility', src.getModifiedItemAttr('subsystemBonusGallentePropulsion2'), |
| 12074 | skill='Gallente Propulsion Systems', **kwargs) |
| 12075 | |
| 12076 | |
| 12077 | class Effect3868(BaseEffect): |
nothing calls this directly
no test coverage detected