Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export character skill sheet in Pyfa clipboard format #407

Open
cdanis opened this issue Jan 9, 2021 · 0 comments
Open

Export character skill sheet in Pyfa clipboard format #407

cdanis opened this issue Jan 9, 2021 · 0 comments

Comments

@cdanis
Copy link
Collaborator

cdanis commented Jan 9, 2021

Pyfa has a very simple format for importing/exporting character skills to and from the clipboard.

Here's an example for the built-in all-0s character:
https://gist.github.com/cdanis/aaa933d5c0bb8f20335a7dc9bd66e156

While Pyfa exports skills in sorted order, this isn't required in the import; any order is allowed there.

Any skills not listed in the text blob are not updated upon import into Pyfa, so, the safe thing to do is always list all skills (even if 0s).

This would be useful for quickly validating by hand that a fit works for a given pilot, or for optimizing a custom fit for them. Export from roster, import into Pyfa, done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant