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

Changing names of weapons, systems, and mods to better match the formatting of the rulebook. #173

Merged
merged 1 commit into from
May 10, 2022

Conversation

mason-bially
Copy link
Contributor

@mason-bially mason-bially commented Apr 23, 2022

Primarily changing things from upper case to formatted case. I went through the book to ensure every name matched exactly. Someone should probably do a quick sanity check. The purpose of this is to better support using name in contexts like the middle of other text, or closer copies to the way the books formats things.

To get the old style one can use:

  • (js) name.toUpperCase()
  • (css) text-transform: upper-case;

Copy link
Contributor

@msprijatelj msprijatelj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sort of change makes sense to me. Improves readability to a degree in exported statblocks, and could be helpful for folks using the lancer-data for other projects.

@mason-bially
Copy link
Contributor Author

I'd also point out that most third party content does it this way as well, so the statblocks will stop looking weird when using core lancer material.

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

Successfully merging this pull request may close these issues.

3 participants