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

Odyssey: Enhancements for exobiology activities #2212

Open
drhead opened this issue Jun 30, 2021 · 10 comments
Open

Odyssey: Enhancements for exobiology activities #2212

drhead opened this issue Jun 30, 2021 · 10 comments
Labels
9. enhancement The behaviour is as specified, but we would like to modify or extend the spec.

Comments

@drhead
Copy link

drhead commented Jun 30, 2021

What happens now

Planets with biological surface signals (meaning the presence of exobiology targets) are not called out as mapping candidates, and overall the application doesn't offer much help for exobiology activities.

What I'd like to happen

Call out planets with more than 2 biological surface signals (usually tenuous atmosphere landables with mild temperatures that usually contain several exobiology targets) as mapping candidates, or as bodies worth doing exobiology on. There should also be voice lines to assist while scanning, if that is possible.

How it can happen

Call out planets with biological signals on scan:

  • (for planets with 1-2 bio signals) "Body 6D is a notable icy body with a thin argon atmosphere and cellular life on the surface, with one biological signal detected."
  • (for planets with several bio signals) "Body 5C is a notable high metal content world with a thin water atmosphere and abundant multicellular life on the surface, with 6 biological signals detected."
  • (system summary) "Bodies 3 and 4 are good candidates for mapping. Body 5C is a good candidate for exobiology."
  • (DSS on the planet) "Body 5C . There are 10 species detected on this planet." (I don't know if this is reported in the journal yet)

My choice of threshold for notability is subjective, and may be subject to change. I chose "more than two signals" because there appears to be a very distinct separation between landable bodies with life, where they are either planets with extreme conditions and one or two signals (usually bacteria colonies only), or more rarely they are planets with 5-7 signals and mild conditions. Given the relative difficulty of finding bacteria colonies and the general high time investment compared to the reward, I personally think the latter are the only worthwhile candidates for sampling.

If species of plants scanned are reported in the journal, it would also be nice to have it count off species sampled: "Five out of ten species have been sampled." The UI does report how many species are on the planet when you do a detailed surface scan.

It would also be helpful to call out the genetic diversity minimum range for a species upon the first sample (if the journal reports it), since the range is different for each category (some organisms only require 150m of space between samples while others require as much as 1km).

EDDI Version

4.0.1-b1

@Tkael
Copy link
Member

Tkael commented Jun 30, 2021

We don't receive journal information about the biological signals on a planet until after it has been mapped. Likewise, 3rd party databases like EDSM do not publish such information via their API. I'm afraid this leaves us without sufficient data to recommend bodies for mapping on the basis of their exobiology.

@Tkael
Copy link
Member

Tkael commented Jun 30, 2021

From where are you sourcing generic diversity minimum range requirements?

@drhead
Copy link
Author

drhead commented Jun 30, 2021

From where are you sourcing generic diversity minimum range requirements?

The range requirements are listed in the codex.

@drhead
Copy link
Author

drhead commented Jun 30, 2021

We don't receive journal information about the biological signals on a planet until after it has been mapped. Likewise, 3rd party databases like EDSM do not publish such information via their API. I'm afraid this leaves us without sufficient data to recommend bodies for mapping on the basis of their exobiology.

It may actually be possible to estimate whether a body should have biological signals on it based on its conditions, but this would require more data. All of the planets I have found with large amounts of life have been landable tenuous atmosphere worlds with daytime surface temperatures somewhere above 210K (I suspect the actual rule would be planets where your suit doesn't warn you of extreme temperatures), and when they were moons of gas giants all other tenuous atmosphere landables had similar levels of life. This is still anecdotal, though.

@Tkael
Copy link
Member

Tkael commented Jul 1, 2021

From where are you sourcing generic diversity minimum range requirements?

The range requirements are listed in the codex.

Hmm, so they are (once you've confirmed the discovery). Unfortunately, I don't have a long list of confirmed organics to reference. Has someone collected a fairly complete list?

@Tkael
Copy link
Member

Tkael commented Jul 1, 2021

We don't receive journal information about the biological signals on a planet until after it has been mapped. Likewise, 3rd party databases like EDSM do not publish such information via their API. I'm afraid this leaves us without sufficient data to recommend bodies for mapping on the basis of their exobiology.

It may actually be possible to estimate whether a body should have biological signals on it based on its conditions, but this would require more data. All of the planets I have found with large amounts of life have been landable tenuous atmosphere worlds with daytime surface temperatures somewhere above 210K (I suspect the actual rule would be planets where your suit doesn't warn you of extreme temperatures), and when they were moons of gas giants all other tenuous atmosphere landables had similar levels of life. This is still anecdotal, though.

I'm happy to implement an algorithm for predicting likely organics on a body surface. Please let me know if someone publishes such an algorithm. :-)

@Tkael Tkael added the needs more data A developer needs more data collected for a suggested feature or needs help replicating a bug label Jul 3, 2021
@Tkael
Copy link
Member

Tkael commented Mar 22, 2022

This looks useful enough to consider giving this another look.

@Tkael Tkael added 9. enhancement The behaviour is as specified, but we would like to modify or extend the spec. and removed needs more data A developer needs more data collected for a suggested feature or needs help replicating a bug labels Mar 22, 2022
@Tkael
Copy link
Member

Tkael commented Mar 22, 2022

The EliteObservatory BioInsights plugin also tracks distances to prompt the commander when they have traveled enough to take a fresh surface biology sample (the required travel distances apparently vary by species genus).

@Tkael
Copy link
Member

Tkael commented May 30, 2023

Merging in #2242

What happens now

We can lose track of the number of biologicals we've sampled on a planet in Odyssey.

What I'd like to happen

When we are done finish scanning all biological signals in a planet is it possible to get an announcement that all biological signals have been scanned?

How it can happen

  1. Implement the ScanOrganic event
  2. Update our body definition to track biologicals found on that body
  3. Update our data storage to preserve biological data when synchronizing body data from 3rd party servers.
  4. Update scripts.

EDDI Version

4.0.0

@Tkael
Copy link
Member

Tkael commented May 30, 2023

Merging in #2455

What happens now

When you scan a planet with geological/biological surface signals (in FSS) you first get the message of how many surface signals it has and later you get the message about the body being scanned.
That's because the surface signal event came first in the journal than the body scan... Because Frontier Devs ¬_¬
But that "feature" of the journal messes up the flow of the body scan script.

What I'd like to happen & How it can happen

Despite changing the way these two events are handled by EDDI (witch I think is quite complicate), a nice solution will be to add a property to the body object with a list of all the surface signals it has.
Something like body.surfacesignals or similar.
Were it stores the type of signals and the quantity of each type, the same way it does for the Surface signals detected event:
body.surfacesignals[].amount and body.surfacesignals[].source
If the body is not scanned, it will be null. The same if is scanned but has no signals.
The script will handle if the null comes from one way or another looking into the scanned property.

I think is not a difficult change to make and it has a great potential to use in other scripts, for example in a Exobiology oriented script.

EDDI Version

4.0.2_b4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9. enhancement The behaviour is as specified, but we would like to modify or extend the spec.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants