(fit, ship, context, projectionRange, **kwargs)
| 22314 | |
| 22315 | @staticmethod |
| 22316 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22317 | fit.ship.boostItemAttr('signatureRadius', ship.getModifiedItemAttr('expeditionFrigateBonusSignatureRadius'), |
| 22318 | skill='Expedition Frigates', **kwargs) |
| 22319 | |
| 22320 | |
| 22321 | class Effect5854(BaseEffect): |
nothing calls this directly
no test coverage detected