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

Implement espionage report visibility limit based on espionage level #201

Closed
lanedirt opened this issue May 24, 2024 · 1 comment · Fixed by #316
Closed

Implement espionage report visibility limit based on espionage level #201

lanedirt opened this issue May 24, 2024 · 1 comment · Fixed by #316
Assignees
Labels
enhancement New feature or request

Comments

@lanedirt
Copy link
Owner

Currently the espionage report shows all object types of the target, i.e.:

  • Ships
  • Defense
  • Buildings
  • Research

In the official game the level of "Espionage Technology" for the current player vs. target player determines which parts are shown and which parts are not. E.g. if the technology level of the target is (way) higher than the current player, only resources are shown and nothing else.

This visibility limitation feature will need to be implemented.

The logic that builds the espionage report can be found in:

  • app/GameMissions/EspionageMission.php --> method createEspionageReport().
@lanedirt lanedirt added the enhancement New feature or request label May 24, 2024
@Jbaukens
Copy link
Contributor

Hi,

You can assign this to me aswell. I have already done the change and prepared the PR. I am just waiting to be able to send espionage missions to fetch the correct message being shown when the player is not eligible to view some information.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants