(fit, beacon, context, projectionRange, **kwargs)
| 35497 | |
| 35498 | @staticmethod |
| 35499 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 35500 | fit.ship.boostItemAttr('agility', beacon.getModifiedItemAttr('agilityBonus'), stackingPenalties=True, **kwargs) |
| 35501 | |
| 35502 | |
| 35503 | class Effect7227(BaseEffect): |
nothing calls this directly
no test coverage detected