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

What happens with multiple active pigment bleed genes? #19

Open
pushfoo opened this issue Jun 26, 2020 · 1 comment
Open

What happens with multiple active pigment bleed genes? #19

pushfoo opened this issue Jun 26, 2020 · 1 comment
Labels
C3/DS Creatures 3 / Dockingstation related

Comments

@pushfoo
Copy link
Member

pushfoo commented Jun 26, 2020

From discord conversation mentioned by @ligfx .
genes
If more than one bleed gene may be active at once, how do they interact? Foes one override, or do they mix somehow?

@pushfoo pushfoo added the C3/DS Creatures 3 / Dockingstation related label Jun 26, 2020
@Vermidia
Copy link
Member

Each active pigment bleed gene averages with the next, to get their final value.
Example:

Gene 1: 255
Gene 2: 128
Gene 3: 0

(255 & 128) = 191 (191.5)
(128 & 191) = 159 (159.5)
(0 & 159) = 79 (79.5)

Result: 79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C3/DS Creatures 3 / Dockingstation related
Projects
None yet
Development

No branches or pull requests

2 participants