(fit, beacon, context, projectionRange, **kwargs)
| 14004 | |
| 14005 | @staticmethod |
| 14006 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 14007 | fit.ship.multiplyItemAttr('agility', beacon.getModifiedItemAttr('agilityMultiplier'), stackingPenalties=True, **kwargs) |
| 14008 | |
| 14009 | |
| 14010 | class Effect4282(BaseEffect): |
nothing calls this directly
no test coverage detected