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

Feature Request: better description of custom attributes #66

Open
TheGiraffe3 opened this issue Oct 23, 2024 · 0 comments
Open

Feature Request: better description of custom attributes #66

TheGiraffe3 opened this issue Oct 23, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation standalone A PR that doesn't require an endless-sky PR to be merged.

Comments

@TheGiraffe3
Copy link
Contributor

Summary

At the moment, the description of attributes is not very clear, and it can be hard to figure out the fact that you can make them custom.

Desired Solution

Better description of custom attributes. Add to the wiki something like the following:


It is possible to create custom attributes, for example to put on an outfit that can only be installed on the ships of a particular faction. To do this, you would add the following code to the ships of that faction:

"<faction name> outfit" 1

and add this to that outfit:

"<faction name> outfit" -1

It is also possible to create custom attributes preventing a particular outfit from being uninstalled from the ship it comes on. To do this, you would add the following code to the ship:

"<non-uninstallable outfit name>" -1

and this to the outfit:

"<non-uninstallable outfit name>" 1

What I wrote above isn't exactly polished enough to go in the wiki, but something like it would be nice.

@TomGoodIdea TomGoodIdea added documentation Improvements or additions to documentation standalone A PR that doesn't require an endless-sky PR to be merged. labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation standalone A PR that doesn't require an endless-sky PR to be merged.
Projects
None yet
Development

No branches or pull requests

2 participants