Game Design Discussion

Pursuant to Game Design Decisions in Bucky's Absence - #13 by hhyyrylainen, this is an experiment in setting up a voting thread on a specific gameplay concept that would be immediately actionable upon reaching a decision. I will open a poll for voting on Wednesday, leaving people plenty of time for freeform discussion even with the holiday. If anything is selected other than the “take no action” option, I’ll go ahead and make a PR to enact the change.

Today’s topic is: Flagella

Flagella are the organelle that provides speed and uses lots of ATP. The movement property of a flagella costs 7 ATP, whereas the next highest cost I can find is the oxitoxisome at 5. In exchange, the flagella speeds up the fastest microbe (1 hex, most flexible membrane) from 77 to 100 speed, and speeds up an example really big microbe I made from 18.6 to 29.2 speed. The fastest I could get this big cell was 60.3, at 10 flagella which seems to be the max bonus (I haven’t checked the code in detail)

big_cell_1

To be fast enough to catch this example prey cell (a pretty common design for auto-evo to come up with), I still needed six flagella, and would then need to drop some other organelle.

little_cell_1

Players have complained that this isn’t enough bang for your buck, although a lot of these comments are also talking about colonies, which might be beyond the purview of what we are balancing for. I have not made an attempt to hone in on whether the issue is that the player feels like each flagella is underpowered, or if it feels like it takes too long to add enough flagella to get to a speedy build.

I also feel that there’s a more subtle issue, which is that the ATP cost might be prohibitive for the auto-evo to ever develop species that make use of flagella. Essentially the issue is that you need 9 surplus ATP for a flagella to not make you ATP negative as a random mutation, and that’s not likely to happen until the cell is very big or the species just happens to have been holding on to a metabolosome by chance as a useless mutation.

There is one important caveat to this, which that the auto-evo should already have a scotch tape solution to this, which is essentially to just incentivize excess ATP in predatory species in hopes of making an intermediate form. This doesn’t seem to have panned out, but Buckly and Maxonovian’s branch for fixing auto-evo may make it start working (I will skip details of the bugfix as I don’t think it’s important here). Obviously not ideal anyway, but it’s possible that we can keep the high ATP cost and still start seeing AI species with flagella.

I propose three options to start with, but if people want to add anything concrete I will add them to the vote. Exact numbers would be up for adjustment when actually testing the PR of course, but I wanted to be specific so we’re all talking about the same thing.

  1. Take no action
  2. Up the moment force by 40%. This makes the big cell example able to catch the prey at only about 3 flagella, but it makes the minimum possible cell go at an incredible 110
  3. Drop the FLAGELLA_ENERGY_COST constant from 7 to 4. This results in the big cell only need 5 flagella to be fast enough to catch the prey cell, without making the minimum cell absurdly fast. I think this would also help auto-evo, but I haven’t tested that.
4 Likes

I like option 3 out of these.

3 Likes

Although I agree that flagella probably need revisiting, I think the problem here is ill-posed. Your example species are of respective size 3, and 32-53, which means an average body volume ratio of roughly 11-18. That is a lot. Being large comes at a high cost, since you have to find more food. This is why most species are small, and even microbial. Large species of course exist, and so it is key to understand why they came to be.

Some thoughts on it

Being large yields two benefits : better osmoregulation and greater “strength”. The former being not implemented, let’s just focus on the latter: what I called “strength”. It roughly translates as: the bigger, the easier it is to win against another individual. This is interesting for both predators (who can hunt more easily) and preys (who are less at risk to be eaten).

These opposed pros and cons for size (less food/faster vs. better regulation/stronger) are very interestingly represented when comparing the mainland to islands. As there are little predators on islands, species there tend to develop either gigantism (for regulation) or dwarfism (for food). For those interested, an insular human species probably developped nanism: Homo floresiensis, in modern-day Indonesia.

So, like insular species, an isolated species of our microbiote would end up developping dwarfism (and not gigantism since we have no osmoregulation interest in being large). What this tells us is that as of now, there is a definitive pressure to be small.

For a predator, who simply needs to be larger than their prey, this means that it will be optimal to be only slightly larger than their prey, favoring small body-size ratios (currently 1.5). This means that large species can only occur, as of now, through concurrent evolution, with a prey cell growing large and a predatory cell growing even larger.

As such, I’d argue there are 3 ways of dealing with this issue of size:

  • go with concurrent evolution, which is almost implemented (although there’s no penalty for being a prey as of now I think?);
  • add osmoregulation bonuses for big bois, although that will probably be dedicated to fairly sessile, non-predatory organisms;
  • dig a bit more, since there are microbial species with a 50:1 body-size ratio for predation; however this does not take into account the fact that they may have other propulsion methods (esp., at least some are ciliate) and that these small preys may not be the bulk of their actual predatory regime.

By the way, we should also probably note that, although there are some cases of predators smaller than preys, this remains an exception: it only is about 10% in animal communities. Of course, we’re dealing with microbes, so that may not hold perfectly, but still.


There’s much more to say here, but I believe we should focus on this question : how much do we want these big cells to be good predators for these tiny cells? I for one am fine that this big species does not predate much on the tinier. I feel we should rather focus on species of size 5-10 for this purpose, and try to get bigger cells evolving for richer predation.

For the matter at hand though, I’d also like to point out that flagella normally lose efficiency the further away from the central axis (which we might want to reconsider), so your build is not optimal. And I agree this would make auto-evo more in favor of this (although, perhaps not before we’ve fixed the final balance bug).

All that being said, I’m in favor of 3.

As a final note, an article (under a paywall, alas), that could be of interest : Effects of Predator-prey Body Size Ratios on the Stability of Food Chains - PubMed

2 Likes

Pendulum seems to have swung towards 3 here which in my rookie opinion also looks the best. I’ve also been seeing that users have been having complaints with speed, as you said probably coinciding with colonies and multicellularity especially.

Predation definitely is something of a hot topic in the community, with many saying it takes a lot to go right in order to have an adequate predation-build. I think a part of this is the fact that the nucleus still is pretty penalized by auto-evo hence reducing most viable prey to tiny and relatively sparse prokaryotes. Predation could probably use its own topic here.

Perhaps Buckly’s suggestion of implementing some sort of “sprint” function should be considered for the near future releases, going faster temporarily at the cost of burning more ATP/glucose? We can tie this sprint function to the possession of flagellum too, so that players won’t have to place as many parts down to attain a sprint speed usable against non-flagellate bacterium. It can be pretty simple at first but can branch into flagella modification/customization when we are ready for that (one end being sprint speed modifier is quicker but so is energy consumption rate on one end for bursts, other end being slower sprint speed modifier but slower energy consumption rate for more sustained cruising).

I did make a PR for sprint a while back, but it ended up being abandoned. It did make predation a little easier.

2 Likes

I think that dropping the energy cost from 7 to 4 would be a potential solution, but it would take too many generations to actually get enough flagella per cell. the MP for each flagella is 55, and to get the maximum bonus speed, Thim had to add 10 flagella. In gameplay, this would be incredibly irritating. I propose a fourth solution, make the flagella upgradable(maybe make it so you need a nucleus to do this). This would let the larger cell stay competitive with fewer flagella, and not require an excessive number of generations to work.

1 Like

What would you suggest the upgrade do? Unlike the other suggestions, this wouldn’t be one I could readily implement.

the upgraded part would be faster, at the cost of more energy. It would be consolidating multiple flagella into one.

Ok, so it sounds like this is a secondary change dependent on balancing a single flagella first. I know that there’s been plenty of talk about organelle upgrades already.

The organelle upgrade system is already mostly written, just need a little bit of more work on the base system and then it’ll be usable for all kinds of upgrades.

Alright, the poll is up. Get those votes in.

  • Take no Action
  • Up the moment force of the flagella organelle by 40%
  • Drop the FLAGELLA_ENERGY_COST constant from 7 to 4

0 voters

Maybe for the future it would be nice to set an automatic close date, maybe 5-ish days? So that everyone can see when the poll will close.

None of the options feel like a perfect solution to me, but I’m willing to try them.

I wonder if we could perhaps make the strength of flagella scale with size… I’ll try prototyping that sometime

I think that gets into a slippery slope since flagella are generally less useful as the mass of an organism goes up, which is why they generally disappear after a certain size and then larger morphology takes over (think of using only your fingers to swim). But it can easily be made so that this size-scaling only goes up to a certain size.

Atleast flagella are easy to tinker with (I think?), so we can easily alter them and try another thing soon after if the first option doesn’t work.

2 Likes

In the future we can set a fixed time to live for the poll, but with these results I think we can call it now. As such I’ve made a PR for the change: Reduce Flagella Energy Cost to 4 by adQuid · Pull Request #3261 · Revolutionary-Games/Thrive · GitHub

2 Likes