Skip to content

Tweak Cylon Leader motive counts#59

Open
drnlm wants to merge 1 commit into
Jasperhawk:masterfrom
drnlm:tweak_cylon_leader_motive_counts
Open

Tweak Cylon Leader motive counts#59
drnlm wants to merge 1 commit into
Jasperhawk:masterfrom
drnlm:tweak_cylon_leader_motive_counts

Conversation

@drnlm

@drnlm drnlm commented Jun 27, 2017

Copy link
Copy Markdown

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