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

Tweak Cylon Leader motive counts #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drnlm
Copy link

@drnlm drnlm commented Jun 27, 2017

Change the formula used on the Image Data pane so we only show a count
of 2 for Cylon Leader motives before the sleeper phase, since the
current behaviour of always showing a count of 4 has led to a number of
questions.

This replaces the current
=Loyalty.
formula with the more complex:
=IF(AND('Game State'.="L",'Destination Cards'.D6<4),2,Loyalty.)

Since Pegasus agendas use 'LS' and 'LH' for leader loyalties, this
check handles the difference between Pegasus Agendas and Daybreak
Motives with no further checks.

Change the formula used on the Image Data pane so we only show a count
of 2 for Cylon Leader motives before the sleeper phase, since the
current behaviour of always showing a count of 4 has led to a number of
questions.

This replaces the current
=Loyalty.<Cell>
formula with the more complex:
=IF(AND('Game State'.<Cell>="L",'Destination Cards'.D6<4),2,Loyalty.<Cell>)

Since Pegasus agendas use 'LS' and 'LH' for leader loyalties, this
check handles the difference between Pegasus Agendas and Daybreak
Motives with no further checks.
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.

1 participant