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

Added quotes for Sable #7921

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

BlueOakData
Copy link

I noticed Sable was lacking quotes. I wanted to propose these. I pulled them from or were inspired by Threads of Blue.

@NoahTheDuke
Copy link
Collaborator

Thanks for the contributions! Can you remove the \n at the end of some of the lines?

Comment on lines 372 to 380
{"Default"
["Every day, my mission is simple. Acquire credits or starve."]
"Haas-Bioroid"
["Do Bioroids dream of electric sheep?\n"
"Jinteki"
["I wonder what patterns your clones will display today."]
"NBN"
["What lies will you peddle today?\n"]}
"Weyland"
Copy link
Collaborator

Choose a reason for hiding this comment

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

These need to be pairs: the corp faction (or default) and then a series of quotes in double-quotes in the square brackets. And then everything needs to be wrapped in the curly braces.

{"Default" ["quote 1" "quote 2" "quote 3"]
 "Haas-Bioroid" ["quote 1" "quote 2" "quote 3"]
 "Jinteki" ["quote 1" "quote 2" "quote 3"]
 "NBN" ["quote 1" "quote 2" "quote 3"]
 "Weyland" ["quote 1" "quote 2" "quote 3"]}

As you have it now, Weyland has no associated quotes and is outside of the curly braces.

Copy link
Author

Choose a reason for hiding this comment

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

Yes! Will correct the \n line formatting and add back the Weyland quote I accidentally removed. Appreciate you catching those errors

Copy link
Author

Choose a reason for hiding this comment

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

@NoahTheDuke any remaining issues I need to resolve?

{"Default" ["Every day, my mission is simple. Acquire credits or starve."]
"Haas-Bioroid" ["Do Bioroids dream of electric sheep?"]
"Jinteki" ["I wonder what patterns your clones will display today."]
"NBN" ["What lies will you peddle today?]
Copy link
Collaborator

Choose a reason for hiding this comment

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

you're missing a closing quote here

@BlueOakData
Copy link
Author

Assuming that was the last error and we can merge this PR, I'd like to do similar work for:

  • Arissana
  • Padma
  • Mercury
  • Nova Initiumia
  • Sebastiao

I have yet to check if Liberation and Borealis corps have quotes

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.

2 participants